UserExtApplicablePasswordPolicy¶
-
class
oci.identity_domains.models.
UserExtApplicablePasswordPolicy
(**kwargs)¶ Bases:
object
Applicable Password Policy
Added In: 20.1.3
SCIM++ Properties: - caseExact: false - idcsCompositeKey: [value] - idcsSearchable: true - multiValued: false - mutability: readOnly - required: false - returned: request - type: complex - uniqueness: none
Methods
__init__
(**kwargs)Initializes a new UserExtApplicablePasswordPolicy object with values from keyword arguments. Attributes
display
Gets the display of this UserExtApplicablePasswordPolicy. priority
Gets the priority of this UserExtApplicablePasswordPolicy. ref
Gets the ref of this UserExtApplicablePasswordPolicy. value
[Required] Gets the value of this UserExtApplicablePasswordPolicy. -
__init__
(**kwargs)¶ Initializes a new UserExtApplicablePasswordPolicy object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - value (str) – The value to assign to the value property of this UserExtApplicablePasswordPolicy.
- ref (str) – The value to assign to the ref property of this UserExtApplicablePasswordPolicy.
- display (str) – The value to assign to the display property of this UserExtApplicablePasswordPolicy.
- priority (int) – The value to assign to the priority property of this UserExtApplicablePasswordPolicy.
-
display
¶ Gets the display of this UserExtApplicablePasswordPolicy. Password Policy Display Name
Added In: 20.1.3
- SCIM++ Properties:
- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: string
- uniqueness: none
Returns: The display of this UserExtApplicablePasswordPolicy. Return type: str
-
priority
¶ Gets the priority of this UserExtApplicablePasswordPolicy. PasswordPolicy priority
Added In: 20.1.3
- SCIM++ Properties:
- caseExact: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: integer
- uniqueness: none
Returns: The priority of this UserExtApplicablePasswordPolicy. Return type: int
-
ref
¶ Gets the ref of this UserExtApplicablePasswordPolicy. The URI of the corresponding PasswordPolicy resource.
Added In: 20.1.3
- SCIM++ Properties:
- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: reference
- uniqueness: none
Returns: The ref of this UserExtApplicablePasswordPolicy. Return type: str
-
value
¶ [Required] Gets the value of this UserExtApplicablePasswordPolicy. The identifier of the password policy.
Added In: 20.1.3
- SCIM++ Properties:
- caseExact: true
- idcsSearchable: true
- multiValued: false
- mutability: readOnly
- required: true
- returned: always
- type: string
- uniqueness: none
Returns: The value of this UserExtApplicablePasswordPolicy. Return type: str
-