REST Resource: projects.locations.urlLists

Resource: UrlList

UrlList proto helps users to set reusable, independently manageable lists of hosts, host patterns, URLs, URL patterns.

JSON representation
{
  "name": string,
  "createTime": string,
  "updateTime": string,
  "description": string,
  "values": [
    string
  ]
}
Fields
name

string

Required. Name of the resource provided by the user. Name is of the form projects/{project}/locations/{location}/urlLists/{urlList} urlList should match the pattern:(^a-z?$).

createTime

string (Timestamp format)

Output only. Time when the security policy was created.

A timestamp in RFC3339 UTC "Zulu" format, with nanosecond resolution and up to nine fractional digits. Examples: "2014-10-02T15:01:23Z" and "2014-10-02T15:01:23.045123456Z".

updateTime

string (Timestamp format)

Output only. Time when the security policy was updated.

A timestamp in RFC3339 UTC "Zulu" format, with nanosecond resolution and up to nine fractional digits. Examples: "2014-10-02T15:01:23Z" and "2014-10-02T15:01:23.045123456Z".

description

string

Optional. Free-text description of the resource.

values[]

string

Required. FQDNs and URLs.

Methods

create

Creates a new UrlList in a given project and location.

delete

Deletes a single UrlList.

get

Gets details of a single UrlList.

list

Lists UrlLists in a given project and location.

patch

Updates the parameters of a single UrlList.