OBJECT
TOTP status for a LDAP principal.
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! }