ENUM

IpEntrySource

Description

Specifies the source used to filter entries in the IP Allowlist.

link GraphQL Schema definition

  • enum IpEntrySource {
  • # Filter entries belonging to all sources.
  • ALL
  • # Filter entries belonging to the global organization.
  • GLOBAL
  • # Filter entries belonging to the tenant organization.
  • LOCAL
  • }