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