Class AccountPasswordPolicyState
Inherited Members
Namespace: Pulumi.AliCloud.Ram
Assembly: Pulumi.AliCloud.dll
Syntax
public sealed class AccountPasswordPolicyState : ResourceArgs
Constructors
View SourceAccountPasswordPolicyState()
Declaration
public AccountPasswordPolicyState()
Properties
View SourceHardExpiry
Specifies if a password can expire in a hard way. Default to false.
Declaration
public Input<bool> HardExpiry { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Boolean> |
MaxLoginAttempts
Maximum logon attempts with an incorrect password within an hour. Valid value range: [0-32]. Default to 5.
Declaration
public Input<int> MaxLoginAttempts { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Int32> |
MaxPasswordAge
The number of days after which password expires. A value of 0 indicates that the password never expires. Valid value range: [0-1095]. Default to 0.
Declaration
public Input<int> MaxPasswordAge { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Int32> |
MinimumPasswordLength
Minimal required length of password for a user. Valid value range: [8-32]. Default to 12.
Declaration
public Input<int> MinimumPasswordLength { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Int32> |
PasswordReusePrevention
User is not allowed to use the latest number of passwords specified in this parameter. A value of 0 indicates the password history check policy is disabled. Valid value range: [0-24]. Default to 0.
Declaration
public Input<int> PasswordReusePrevention { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Int32> |
RequireLowercaseCharacters
Specifies if the occurrence of a lowercase character in the password is mandatory. Default to true.
Declaration
public Input<bool> RequireLowercaseCharacters { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Boolean> |
RequireNumbers
Specifies if the occurrence of a number in the password is mandatory. Default to true.
Declaration
public Input<bool> RequireNumbers { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Boolean> |
RequireSymbols
(Optional Specifies if the occurrence of a special character in the password is mandatory. Default to true.
Declaration
public Input<bool> RequireSymbols { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Boolean> |
RequireUppercaseCharacters
Specifies if the occurrence of an uppercase character in the password is mandatory. Default to true.
Declaration
public Input<bool> RequireUppercaseCharacters { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Boolean> |