OBJECT
IpWhitelistSettings
Description
IP allowlist settings for an organization.
link GraphQL Schema definition
- type IpWhitelistSettings {
- # Whether IP allowlist is enabled.
- : Boolean!
- # Whether IP allowlist is inherited from the global organization.
- : Boolean!
- # Mode of the IP allowlist.
- : WhitelistModeEnum!
- }