INPUT_OBJECT

SetMfaSettingInput

Description

MFA settings to update for an account.

link GraphQL Schema definition

  • input SetMfaSettingInput {
  • # Optional boolean value indicating whether TOTP is globally enforced. If omitted,
  • # existing value of the setting is kept.
  • isTotpEnforcedGlobal: Boolean
  • # Optional integer value indicating the period of showing TOTP configuration
  • # reminder in hours. If omitted, existing value of the setting is kept.
  • totpReminderHours: Int
  • # Optional integer value indicating the time of remembering the MFA login in
  • # hours. If omitted, existing value of the setting is kept.
  • mfaRememberHours: Int
  • }

link Require by