Class UserExtRecoveryLocked
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
Inherited Members
Namespace: Oci.IdentitydomainsService.Models
Assembly: OCI.DotNetSDK.Identitydomains.dll
Syntax
public class UserExtRecoveryLocked
Properties
LockDate
Declaration
[JsonProperty(PropertyName = "lockDate")]
public string LockDate { get; set; }
Property Value
Type | Description |
---|---|
string | The date and time that the current resource was locked.
|
On
Declaration
[JsonProperty(PropertyName = "on")]
public bool? On { get; set; }
Property Value
Type | Description |
---|---|
bool? | Indicates that the recovery is locked.
|