OBJECT

GetMfaSettingReply

Description

MFA settings for an account.

link GraphQL Schema definition

  • type GetMfaSettingReply {
  • # Boolean value indicating whether TOTP is globally enforced.
  • isTotpEnforcedGlobal: Boolean!
  • # Integer value indicating the period of showing TOTP configuration reminder in
  • # hours.
  • totpReminderHours: Int!
  • # Integer value indicating the time of remembering the MFA login in hours.
  • mfaRememberHours: Int!
  • # Boolean value indicating whether TOTP global enforcement is locked.
  • isTotpGlobalEnforceLocked: Boolean!
  • # Specifies the date when TOTP enforcement becomes mandatory.
  • mandatoryTotpEnforcementDate: DateTime
  • # Specifies whether TOTP is mandatory.
  • isTotpMandatory: Boolean!
  • }

link Require by