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.
- : String
- # Required. Specifies whether the IP allowlist is enabled.
- : Boolean!
- # Required. Specifies the mode of the IP allowlist.
- : WhitelistModeEnum!
- }