UserExtRecoveryLocked¶
-
class
oci.identity_domains.models.
UserExtRecoveryLocked
(**kwargs)¶ Bases:
object
A complex attribute that indicates a password recovery is locked (blocking any new sessions).
Added In: 19.1.4
SCIM++ Properties: - idcsSearchable: false - multiValued: false - mutability: readWrite - required: false - returned: default - type: complex - uniqueness: none
Methods
__init__
(**kwargs)Initializes a new UserExtRecoveryLocked object with values from keyword arguments. Attributes
lock_date
Gets the lock_date of this UserExtRecoveryLocked. on
Gets the on of this UserExtRecoveryLocked. -
__init__
(**kwargs)¶ Initializes a new UserExtRecoveryLocked object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - on (bool) – The value to assign to the on property of this UserExtRecoveryLocked.
- lock_date (str) – The value to assign to the lock_date property of this UserExtRecoveryLocked.
-
lock_date
¶ Gets the lock_date of this UserExtRecoveryLocked. The date and time that the current resource was locked.
Added In: 19.1.4
- SCIM++ Properties:
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- idcsRequiresWriteForAccessFlows: true
- required: false
- returned: default
- type: dateTime
- uniqueness: none
Returns: The lock_date of this UserExtRecoveryLocked. Return type: str
-
on
¶ Gets the on of this UserExtRecoveryLocked. Indicates that the recovery is locked.
Added In: 19.1.4
- SCIM++ Properties:
- caseExact: false
- idcsSearchable: true
- multiValued: false
- mutability: readWrite
- idcsRequiresWriteForAccessFlows: true
- required: false
- returned: default
- type: boolean
- uniqueness: none
Returns: The on of this UserExtRecoveryLocked. Return type: bool
-