ENUM

WhitelistModeEnum

Description

The mode of the IP allowlist.

link GraphQL Schema definition

  • enum WhitelistModeEnum {
  • # All users are subject to the IP allowlist.
  • ALL_USERS
  • # Only local users are subject to the IP allowlist.
  • LOCAL_USERS
  • }