AccountPasswordPolicy
Create a AccountPasswordPolicy Resource
new AccountPasswordPolicy(name: string, args?: AccountPasswordPolicyArgs, opts?: CustomResourceOptions);def AccountPasswordPolicy(resource_name, opts=None, hard_expiry=None, max_login_attempts=None, max_password_age=None, minimum_password_length=None, password_reuse_prevention=None, require_lowercase_characters=None, require_numbers=None, require_symbols=None, require_uppercase_characters=None, __props__=None);func NewAccountPasswordPolicy(ctx *Context, name string, args *AccountPasswordPolicyArgs, opts ...ResourceOption) (*AccountPasswordPolicy, error)public AccountPasswordPolicy(string name, AccountPasswordPolicyArgs? args = null, CustomResourceOptions? opts = null)- name string
- The unique name of the resource.
- args AccountPasswordPolicyArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- resource_name str
- The unique name of the resource.
- opts ResourceOptions
- A bag of options that control this resource's behavior.
- ctx Context
- Context object for the current deployment.
- name string
- The unique name of the resource.
- args AccountPasswordPolicyArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args AccountPasswordPolicyArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
AccountPasswordPolicy Resource Properties
To learn more about resource properties and how to use them, see Inputs and Outputs in the Programming Model docs.
Inputs
The AccountPasswordPolicy resource accepts the following input properties:
- Hard
Expiry bool Specifies if a password can expire in a hard way. Default to false.
- Max
Login intAttempts Maximum logon attempts with an incorrect password within an hour. Valid value range: [0-32]. Default to 5.
- Max
Password intAge 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.
- Minimum
Password intLength Minimal required length of password for a user. Valid value range: [8-32]. Default to 12.
- Password
Reuse intPrevention 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.
- Require
Lowercase boolCharacters Specifies if the occurrence of a lowercase character in the password is mandatory. Default to true.
- Require
Numbers bool Specifies if the occurrence of a number in the password is mandatory. Default to true.
- Require
Symbols bool (Optional Specifies if the occurrence of a special character in the password is mandatory. Default to true.
- Require
Uppercase boolCharacters Specifies if the occurrence of an uppercase character in the password is mandatory. Default to true.
- Hard
Expiry bool Specifies if a password can expire in a hard way. Default to false.
- Max
Login intAttempts Maximum logon attempts with an incorrect password within an hour. Valid value range: [0-32]. Default to 5.
- Max
Password intAge 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.
- Minimum
Password intLength Minimal required length of password for a user. Valid value range: [8-32]. Default to 12.
- Password
Reuse intPrevention 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.
- Require
Lowercase boolCharacters Specifies if the occurrence of a lowercase character in the password is mandatory. Default to true.
- Require
Numbers bool Specifies if the occurrence of a number in the password is mandatory. Default to true.
- Require
Symbols bool (Optional Specifies if the occurrence of a special character in the password is mandatory. Default to true.
- Require
Uppercase boolCharacters Specifies if the occurrence of an uppercase character in the password is mandatory. Default to true.
- hard
Expiry boolean Specifies if a password can expire in a hard way. Default to false.
- max
Login numberAttempts Maximum logon attempts with an incorrect password within an hour. Valid value range: [0-32]. Default to 5.
- max
Password numberAge 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.
- minimum
Password numberLength Minimal required length of password for a user. Valid value range: [8-32]. Default to 12.
- password
Reuse numberPrevention 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.
- require
Lowercase booleanCharacters Specifies if the occurrence of a lowercase character in the password is mandatory. Default to true.
- require
Numbers boolean Specifies if the occurrence of a number in the password is mandatory. Default to true.
- require
Symbols boolean (Optional Specifies if the occurrence of a special character in the password is mandatory. Default to true.
- require
Uppercase booleanCharacters Specifies if the occurrence of an uppercase character in the password is mandatory. Default to true.
- hard_
expiry bool Specifies if a password can expire in a hard way. Default to false.
- max_
login_ floatattempts Maximum logon attempts with an incorrect password within an hour. Valid value range: [0-32]. Default to 5.
- max_
password_ floatage 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.
- minimum_
password_ floatlength Minimal required length of password for a user. Valid value range: [8-32]. Default to 12.
- password_
reuse_ floatprevention 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.
- require_
lowercase_ boolcharacters Specifies if the occurrence of a lowercase character in the password is mandatory. Default to true.
- require_
numbers bool Specifies if the occurrence of a number in the password is mandatory. Default to true.
- require_
symbols bool (Optional Specifies if the occurrence of a special character in the password is mandatory. Default to true.
- require_
uppercase_ boolcharacters Specifies if the occurrence of an uppercase character in the password is mandatory. Default to true.
Outputs
All input properties are implicitly available as output properties. Additionally, the AccountPasswordPolicy resource produces the following output properties:
Look up an Existing AccountPasswordPolicy Resource
Get an existing AccountPasswordPolicy resource’s state with the given name, ID, and optional extra properties used to qualify the lookup.
public static get(name: string, id: Input<ID>, state?: AccountPasswordPolicyState, opts?: CustomResourceOptions): AccountPasswordPolicystatic get(resource_name, id, opts=None, hard_expiry=None, max_login_attempts=None, max_password_age=None, minimum_password_length=None, password_reuse_prevention=None, require_lowercase_characters=None, require_numbers=None, require_symbols=None, require_uppercase_characters=None, __props__=None);func GetAccountPasswordPolicy(ctx *Context, name string, id IDInput, state *AccountPasswordPolicyState, opts ...ResourceOption) (*AccountPasswordPolicy, error)public static AccountPasswordPolicy Get(string name, Input<string> id, AccountPasswordPolicyState? state, CustomResourceOptions? opts = null)- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- resource_name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
The following state arguments are supported:
- Hard
Expiry bool Specifies if a password can expire in a hard way. Default to false.
- Max
Login intAttempts Maximum logon attempts with an incorrect password within an hour. Valid value range: [0-32]. Default to 5.
- Max
Password intAge 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.
- Minimum
Password intLength Minimal required length of password for a user. Valid value range: [8-32]. Default to 12.
- Password
Reuse intPrevention 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.
- Require
Lowercase boolCharacters Specifies if the occurrence of a lowercase character in the password is mandatory. Default to true.
- Require
Numbers bool Specifies if the occurrence of a number in the password is mandatory. Default to true.
- Require
Symbols bool (Optional Specifies if the occurrence of a special character in the password is mandatory. Default to true.
- Require
Uppercase boolCharacters Specifies if the occurrence of an uppercase character in the password is mandatory. Default to true.
- Hard
Expiry bool Specifies if a password can expire in a hard way. Default to false.
- Max
Login intAttempts Maximum logon attempts with an incorrect password within an hour. Valid value range: [0-32]. Default to 5.
- Max
Password intAge 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.
- Minimum
Password intLength Minimal required length of password for a user. Valid value range: [8-32]. Default to 12.
- Password
Reuse intPrevention 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.
- Require
Lowercase boolCharacters Specifies if the occurrence of a lowercase character in the password is mandatory. Default to true.
- Require
Numbers bool Specifies if the occurrence of a number in the password is mandatory. Default to true.
- Require
Symbols bool (Optional Specifies if the occurrence of a special character in the password is mandatory. Default to true.
- Require
Uppercase boolCharacters Specifies if the occurrence of an uppercase character in the password is mandatory. Default to true.
- hard
Expiry boolean Specifies if a password can expire in a hard way. Default to false.
- max
Login numberAttempts Maximum logon attempts with an incorrect password within an hour. Valid value range: [0-32]. Default to 5.
- max
Password numberAge 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.
- minimum
Password numberLength Minimal required length of password for a user. Valid value range: [8-32]. Default to 12.
- password
Reuse numberPrevention 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.
- require
Lowercase booleanCharacters Specifies if the occurrence of a lowercase character in the password is mandatory. Default to true.
- require
Numbers boolean Specifies if the occurrence of a number in the password is mandatory. Default to true.
- require
Symbols boolean (Optional Specifies if the occurrence of a special character in the password is mandatory. Default to true.
- require
Uppercase booleanCharacters Specifies if the occurrence of an uppercase character in the password is mandatory. Default to true.
- hard_
expiry bool Specifies if a password can expire in a hard way. Default to false.
- max_
login_ floatattempts Maximum logon attempts with an incorrect password within an hour. Valid value range: [0-32]. Default to 5.
- max_
password_ floatage 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.
- minimum_
password_ floatlength Minimal required length of password for a user. Valid value range: [8-32]. Default to 12.
- password_
reuse_ floatprevention 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.
- require_
lowercase_ boolcharacters Specifies if the occurrence of a lowercase character in the password is mandatory. Default to true.
- require_
numbers bool Specifies if the occurrence of a number in the password is mandatory. Default to true.
- require_
symbols bool (Optional Specifies if the occurrence of a special character in the password is mandatory. Default to true.
- require_
uppercase_ boolcharacters Specifies if the occurrence of an uppercase character in the password is mandatory. Default to true.
Package Details
- Repository
- https://github.com/pulumi/pulumi-alicloud
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
alicloudTerraform Provider.