OBJECT
LdapLockoutStatus
Description
LDAP lockout status.
link GraphQL Schema definition
- type LdapLockoutStatus {
- # Whether the principal is locked out.
- Boolean! :
- # Lockout reason.
- LdapLockReason! :
- # Unlock reason.
- LdapUnlockReason! :
- # Lockout timestamp.
- DateTime :
- # Unlock timestamp.
- DateTime :
- }