LocalUserPasswords
Kind: class
Full name: Thycotic.PowerShell.Configuration.LocalUserPasswords
Namespace: Thycotic.PowerShell.Configuration
Constructors
new()(default)
Properties
| Name | Type | Access | Default |
|---|---|---|---|
AllowUsersToResetForgottenPasswords | bool | read/write | — |
EnableLocalUserPasswordExpiration | bool | read/write | — |
EnableMinimumPasswordAge | bool | read/write | — |
EnablePasswordHistory | bool | read/write | — |
LocalUserPasswordExpirationDays | int | read/write | — |
LocalUserPasswordExpirationHours | int | read/write | — |
LocalUserPasswordExpirationMinutes | int | read/write | — |
MinimumPasswordAgeDays | int | read/write | — |
MinimumPasswordAgeHours | int | read/write | — |
MinimumPasswordAgeMinutes | int | read/write | — |
PasswordHistoryItems | int | read/write | — |
passwordHistoryItemsAll | bool | read/write | — |
PasswordMinimumLength | int | read/write | — |
PasswordRequireLowercase | bool | read/write | — |
PasswordRequireNumbers | bool | read/write | — |
PasswordRequireSymbols | bool | read/write | — |
PasswordRequireUppercase | bool | read/write | — |