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.
- Boolean :
- # Optional integer value indicating the period of showing TOTP configuration
- # reminder in hours. If omitted, existing value of the setting is kept.
- Int :
- # Optional integer value indicating the time of remembering the MFA login in
- # hours. If omitted, existing value of the setting is kept.
- Int :
- # Optional. New passkey configuration.
- PasskeyConfigInput :
- # Optional. Should passkeys be deleted?
- Boolean :
- }