Skip to content

Commit

Permalink
Updated Resources and Cmdlet documentation pages
Browse files Browse the repository at this point in the history
  • Loading branch information
NikCharlebois committed Feb 26, 2025
1 parent b4fd3fa commit 01a4b32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/docs/resources/azure-ad/AADPasswordRuleSettings.md
Original file line number Diff line number Diff line change
Expand Up @@ -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. | |
Expand Down

0 comments on commit 01a4b32

Please sign in to comment.