PasswordPolicyConfiguredPasswordPolicyRules¶
- 
class oci.identity_domains.models.PasswordPolicyConfiguredPasswordPolicyRules(**kwargs)¶
- Bases: - object- List of password policy rules that have values set. This map of stringKey:stringValue pairs can be used to aid users while setting/resetting password - Methods - __init__(**kwargs)- Initializes a new PasswordPolicyConfiguredPasswordPolicyRules object with values from keyword arguments. - Attributes - key- [Required] Gets the key of this PasswordPolicyConfiguredPasswordPolicyRules. - value- [Required] Gets the value of this PasswordPolicyConfiguredPasswordPolicyRules. - 
__init__(**kwargs)¶
- Initializes a new PasswordPolicyConfiguredPasswordPolicyRules object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): - Parameters: - key (str) – The value to assign to the key property of this PasswordPolicyConfiguredPasswordPolicyRules.
- value (str) – The value to assign to the value property of this PasswordPolicyConfiguredPasswordPolicyRules.
 
 - 
key¶
- [Required] Gets the key of this PasswordPolicyConfiguredPasswordPolicyRules. The specific password policy rule - SCIM++ Properties:
- caseExact: false
- multiValued: false
- mutability: readOnly
- required: true
- returned: always
- type: string
- uniqueness: none
 
 - Returns: - The key of this PasswordPolicyConfiguredPasswordPolicyRules. - Return type: - str 
 - 
value¶
- [Required] Gets the value of this PasswordPolicyConfiguredPasswordPolicyRules. User-friendly text that describes a specific password policy rule - SCIM++ Properties:
- caseExact: false
- multiValued: false
- mutability: readOnly
- required: true
- returned: always
- type: string
- uniqueness: none
 
 - Returns: - The value of this PasswordPolicyConfiguredPasswordPolicyRules. - Return type: - str 
 
-