OBJECT

LdapTotpStatus

Description

TOTP status for a LDAP principal.

link GraphQL Schema definition

  • type LdapTotpStatus {
  • # TOTP as 2FA is enforced.
  • isEnforced: Boolean!
  • # TOTP as 2FA is enabled.
  • isEnabled: Boolean!
  • # Whether TOTP is supported for the LDAP principal.
  • isSupported: Boolean!
  • }