From 01a4b32c1d41a84036231f14ddf3cb33726c69ee Mon Sep 17 00:00:00 2001 From: NikCharlebois Date: Wed, 26 Feb 2025 13:14:35 +0000 Subject: [PATCH] Updated Resources and Cmdlet documentation pages --- docs/docs/resources/azure-ad/AADPasswordRuleSettings.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/resources/azure-ad/AADPasswordRuleSettings.md b/docs/docs/resources/azure-ad/AADPasswordRuleSettings.md index 66ff3a0bfb..97bfdc0729 100644 --- a/docs/docs/resources/azure-ad/AADPasswordRuleSettings.md +++ b/docs/docs/resources/azure-ad/AADPasswordRuleSettings.md @@ -9,7 +9,7 @@ | **LockoutDurationInSeconds** | Write | UInt32 | The duration in seconds of the initial lockout period. | | | **EnableBannedPasswordCheck** | Write | Boolean | Boolean indicating if the banned password check for tenant specific banned password list is turned on or not. | | | **BannedPasswordList** | Write | StringArray[] | A list of banned words in passwords. | | -| **BannedPasswordCheckOnPremisesMode** | Write | String | How should we enforce password policy check in on-premises system. | | +| **BannedPasswordCheckOnPremisesMode** | Write | String | How should we enforce password policy check in on-premises system. | `Enforced`, `Audit` | | **EnableBannedPasswordCheckOnPremises** | Write | Boolean | Boolean indicating if the banned password check is turned on or not for on-premises system. | | | **Ensure** | Write | String | Specify if the Azure AD Password Rule Settings should exist or not. | `Present`, `Absent` | | **Credential** | Write | PSCredential | Credentials for the Microsoft Graph delegated permissions. | |