UserExtPasswordVerifiers¶
-
class
oci.identity_domains.models.
UserExtPasswordVerifiers
(**kwargs)¶ Bases:
object
Password Verifiers for DB User.
Added In: 18.2.2
SCIM++ Properties: - idcsCompositeKey: [type] - idcsSearchable: true - multiValued: true - mutability: readOnly - required: false - returned: request - type: complex - uniqueness: none
Methods
__init__
(**kwargs)Initializes a new UserExtPasswordVerifiers object with values from keyword arguments. Attributes
type
[Required] Gets the type of this UserExtPasswordVerifiers. value
[Required] Gets the value of this UserExtPasswordVerifiers. -
__init__
(**kwargs)¶ Initializes a new UserExtPasswordVerifiers object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - type (str) – The value to assign to the type property of this UserExtPasswordVerifiers.
- value (str) – The value to assign to the value property of this UserExtPasswordVerifiers.
-
type
¶ [Required] Gets the type of this UserExtPasswordVerifiers. Type of database password verifier (for example, MR-SHA512 or SSHA).
Added In: 18.2.2
- SCIM++ Properties:
- caseExact: false
- idcsSearchable: true
- multiValued: false
- mutability: readOnly
- required: true
- returned: default
- type: string
- uniqueness: none
Returns: The type of this UserExtPasswordVerifiers. Return type: str
-
value
¶ [Required] Gets the value of this UserExtPasswordVerifiers. Hash value of database password verifier.
Added In: 18.2.2
- SCIM++ Properties:
- caseExact: true
- idcsSearchable: false
- idcsSensitive: none
- multiValued: false
- mutability: readOnly
- required: true
- returned: default
- type: string
- uniqueness: none
Returns: The value of this UserExtPasswordVerifiers. Return type: str
-