OBJECT

IpWhitelistSettings

Description

IP allowlist settings for an organization.

link GraphQL Schema definition

  • type IpWhitelistSettings {
  • # Whether IP allowlist is enabled.
  • enabled: Boolean!
  • # Whether IP allowlist is inherited from the global organization.
  • isInheritedFromGlobal: Boolean!
  • # Mode of the IP allowlist.
  • mode: WhitelistModeEnum!
  • }

link Require by