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.

Uses RFC 3339, where generated output will always be Z-normalized and uses 0, 3, 6 or 9 fractional digits. Offsets other than "Z" are also accepted. Examples: "2014-10-02T15:01:23Z", "2014-10-02T15:01:23.045123456Z" or "2014-10-02T15:01:23+05:30".

updateTime

string (Timestamp format)

Output only. Time when the security policy was updated.

Uses RFC 3339, where generated output will always be Z-normalized and uses 0, 3, 6 or 9 fractional digits. Offsets other than "Z" are also accepted. Examples: "2014-10-02T15:01:23Z", "2014-10-02T15:01:23.045123456Z" or "2014-10-02T15:01:23+05:30".

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.