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 |
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 |
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: |
updateTime |
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: |
description |
Optional. Free-text description of the resource. |
values[] |
Required. FQDNs and URLs. |
Methods |
|
---|---|
|
Creates a new UrlList in a given project and location. |
|
Deletes a single UrlList. |
|
Gets details of a single UrlList. |
|
Lists UrlLists in a given project and location. |
|
Updates the parameters of a single UrlList. |