INPUT_OBJECT

SetIpWhitelistSettingInput

Description

Specifies the input required to update the IP allowlist settings.

link GraphQL Schema definition

  • input SetIpWhitelistSettingInput {
  • # Optional. Specifies the description for the current IP address.
  • currentIpDescription: String
  • # Required. Specifies whether the IP allowlist is enabled.
  • isIpWhitelistEnabled: Boolean!
  • # Required. Specifies the mode of the IP allowlist.
  • mode: WhitelistModeEnum!
  • }

link Require by