Skip to main content

url_lists

Overview

Nameurl_lists
TypeResource
Idgoogle.networksecurity.url_lists

Fields

NameDatatypeDescription
namestringRequired. Name of the resource provided by the user. Name is of the form projects/{project}/locations/{location}/urlLists/{url_list} url_list should match the pattern:(^a-z?$).
descriptionstringOptional. Free-text description of the resource.
createTimestringOutput only. Time when the security policy was created.
updateTimestringOutput only. Time when the security policy was updated.
valuesarrayRequired. FQDNs and URLs.

Methods

NameAccessible byRequired ParamsDescription
projects_locations_url_lists_getSELECTlocationsId, projectsId, urlListsIdGets details of a single UrlList.
projects_locations_url_lists_listSELECTlocationsId, projectsIdLists UrlLists in a given project and location.
projects_locations_url_lists_createINSERTlocationsId, projectsIdCreates a new UrlList in a given project and location.
projects_locations_url_lists_deleteDELETElocationsId, projectsId, urlListsIdDeletes a single UrlList.
_projects_locations_url_lists_listEXEClocationsId, projectsIdLists UrlLists in a given project and location.
projects_locations_url_lists_patchEXEClocationsId, projectsId, urlListsIdUpdates the parameters of a single UrlList.