Id | String | The password policy Id. | [optional] |
Description | String | Description for current password policy. | [optional] |
Name | String | The name of the password policy. | [optional] |
DateCreated | System.DateTime | Date the Password Policy was created. | [optional] |
LastUpdated | System.DateTime | Date the Password Policy was updated. | [optional] |
FirstExpirationReminder | Int64 | The number of days before expiration remaninder. | [optional] |
AccountIdMinWordLength | Int64 | The minimun length of account Id. By default is equals to -1. | [optional] |
AccountNameMinWordLength | Int64 | The minimun length of account name. By default is equals to -1. | [optional] |
MinAlpha | Int64 | Maximum alpha. By default is equals to 0. | [optional] |
MinCharacterTypes | Int64 | MinCharacterTypes. By default is equals to -1. | [optional] |
MaxLength | Int64 | Maximum length of the password. | [optional] |
MinLength | Int64 | Minimum length of the password. By default is equals to 0. | [optional] |
MaxRepeatedChars | Int64 | Maximum repetition of the same character in the password. By default is equals to -1. | [optional] |
MinLower | Int64 | Minimum amount of lower case character in the password. By default is equals to 0. | [optional] |
MinNumeric | Int64 | Minimum amount of numeric characters in the password. By default is equals to 0. | [optional] |
MinSpecial | Int64 | Minimum amount of special symbols in the password. By default is equals to 0. | [optional] |
MinUpper | Int64 | Minimum amount of upper case symbols in the password. By default is equals to 0. | [optional] |
PasswordExpiration | Int64 | Number of days before current password expires. By default is equals to 90. | [optional] |
DefaultPolicy | Boolean | Defines whether this policy is default or not. Default policy is created automatically when an org is setup. This field is false by default. | [optional] [default to $false] |
EnablePasswdExpiration | Boolean | Defines whether this policy is enabled to expire or not. This field is false by default. | [optional] [default to $false] |
RequireStrongAuthn | Boolean | Defines whether this policy require strong Auth or not. This field is false by default. | [optional] [default to $false] |
RequireStrongAuthOffNetwork | Boolean | Defines whether this policy require strong Auth of network or not. This field is false by default. | [optional] [default to $false] |
RequireStrongAuthUntrustedGeographies | Boolean | Defines whether this policy require strong Auth for untrusted geographies. This field is false by default. | [optional] [default to $false] |
UseAccountAttributes | Boolean | Defines whether this policy uses account attributes or not. This field is false by default. | [optional] [default to $false] |
UseDictionary | Boolean | Defines whether this policy uses dictionary or not. This field is false by default. | [optional] [default to $false] |
UseIdentityAttributes | Boolean | Defines whether this policy uses identity attributes or not. This field is false by default. | [optional] [default to $false] |
ValidateAgainstAccountId | Boolean | Defines whether this policy validate against account id or not. This field is false by default. | [optional] [default to $false] |
ValidateAgainstAccountName | Boolean | Defines whether this policy validate against account name or not. This field is false by default. | [optional] [default to $false] |
Created | String | | [optional] |
Modified | String | | [optional] |
SourceIds | []String | List of sources IDs managed by this password policy. | [optional] |