Skip to content

setLdapMfaSetting

Update the MFA settings for the given LDAP integration. Return true when the operation succeeds.

Arguments

Argument Type Description
input (required) SetLdapMfaSettingInput! Input required for updating LDAP MFA settings.

Returns

Boolean!

Sample

mutation SetLdapMfaSetting($input: SetLdapMfaSettingInput!) {
  setLdapMfaSetting(input: $input)
}
{
  "input": {}
}
{
  "data": {
    "setLdapMfaSetting": true
  }
}