Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IPRestriction

Hierarchy

  • IPRestriction

Index

Properties

createdAt

createdAt: Date

timestamp when the IP restriction was created, RFC 3339 format

Optional description

description: string

human-readable description of this IP restriction. optional, max 255 bytes.

enforced

enforced: boolean

true if the IP restriction will be enforced. if false, only warnings will be issued

id

id: string

unique identifier for this IP restriction

ipPolicies

ipPolicies: Ref[]

the set of IP policies that are used to enforce the restriction

Optional metadata

metadata: string

arbitrary user-defined machine-readable data of this IP restriction. optional, max 4096 bytes.

type

type: string

the type of IP restriction. this defines what traffic will be restricted with the attached policies. four values are currently supported: dashboard, api, agent, and endpoints

uri

uri: string

URI of the IP restriction API resource

Generated using TypeDoc