Options
All
  • Public
  • Public/Protected
  • All
Menu

Namespace UrlList

URL pattern lists of the policy. The value of an entry is a list of URL patterns. The associated key/name is the identifier by which the URL pattern list is referenced.

Properties

name

name: string

Unique name identifier for the URL list.

parentResourceId

parentResourceId: string

OCID of the Network Firewall Policy this URL List belongs to.

totalUrls

totalUrls: number

Total count of URLs in the URL List Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.

urls

urls: Array<UrlPattern>

List of urls.

Functions

getDeserializedJsonObj

  • getDeserializedJsonObj(obj: UrlList): object

getJsonObj