Skip to main content

gateway_security_policies

Overview

Namegateway_security_policies
TypeResource
Idgoogle.networksecurity.gateway_security_policies

Fields

NameDatatypeDescription
namestringRequired. Name of the resource. Name is of the form projects/{project}/locations/{location}/gatewaySecurityPolicies/{gateway_security_policy} gateway_security_policy should match the pattern:(^a-z?$).
descriptionstringOptional. Free-text description of the resource.
tlsInspectionPolicystringOptional. Name of a TLS Inspection Policy resource that defines how TLS inspection will be performed for any rule(s) which enables it.
updateTimestringOutput only. The timestamp when the resource was updated.
createTimestringOutput only. The timestamp when the resource was created.

Methods

NameAccessible byRequired ParamsDescription
projects_locations_gateway_security_policies_getSELECTgatewaySecurityPoliciesId, locationsId, projectsIdGets details of a single GatewaySecurityPolicy.
projects_locations_gateway_security_policies_listSELECTlocationsId, projectsIdLists GatewaySecurityPolicies in a given project and location.
projects_locations_gateway_security_policies_createINSERTlocationsId, projectsIdCreates a new GatewaySecurityPolicy in a given project and location.
projects_locations_gateway_security_policies_deleteDELETEgatewaySecurityPoliciesId, locationsId, projectsIdDeletes a single GatewaySecurityPolicy.
_projects_locations_gateway_security_policies_listEXEClocationsId, projectsIdLists GatewaySecurityPolicies in a given project and location.
projects_locations_gateway_security_policies_patchEXECgatewaySecurityPoliciesId, locationsId, projectsIdUpdates the parameters of a single GatewaySecurityPolicy.