Show / Hide Table of Contents

Class AccountPasswordPolicyState

Inheritance
System.Object
InputArgs
ResourceArgs
AccountPasswordPolicyState
Inherited Members
ResourceArgs.Empty
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pulumi.AliCloud.Ram
Assembly: Pulumi.AliCloud.dll
Syntax
public sealed class AccountPasswordPolicyState : ResourceArgs

Constructors

View Source

AccountPasswordPolicyState()

Declaration
public AccountPasswordPolicyState()

Properties

View Source

HardExpiry

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>
View Source

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>
View Source

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>
View Source

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>
View Source

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>
View Source

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>
View Source

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>
View Source

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>
View Source

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>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.