OBJECT
TotpStatus
Description
TOTP status for a user.
link GraphQL Schema definition
- type TotpStatus {
- # Specifies whether TOTP is enforced.
- Boolean! :
- # Specifies whether TOTP is enforced at the user level.
- Boolean! :
- # Specifies whether TOTP is enabled for the user.
- Boolean! :
- # Specifies whether TOTP is supported for the user.
- Boolean! :
- # The timestamp of the last TOTP configuration update.
- DateTime :
- }