OBJECT
GetMfaSettingReply
Description
MFA settings for an account.
link GraphQL Schema definition
- type GetMfaSettingReply {
- # Boolean value indicating whether TOTP is globally enforced.
- Boolean! :
- # Integer value indicating the period of showing TOTP configuration reminder in
- # hours.
- Int! :
- # Integer value indicating the time of remembering the MFA login in hours.
- Int! :
- # Boolean value indicating whether TOTP global enforcement is locked.
- Boolean! :
- # Specifies the date when TOTP enforcement becomes mandatory.
- DateTime @deprecated( reason: "Deprecated. Query MandatoryTotpGracePeriod instead." ) :
- # Specifies whether TOTP is mandatory.
- Boolean! :
- }