INPUT_OBJECT

SetLdapMfaSettingInput

Description

MFA settings to update for a LDAP integration.

link GraphQL Schema definition

  • input SetLdapMfaSettingInput {
  • # ID of the LDAP integration.
  • ldapId: String
  • # Optional boolean value indicating whether TOTP is enforced for the given LDAP
  • # integration. If omitted, existing value of the setting is kept.
  • isTotpEnforced: Boolean
  • }

link Require by