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