Skip to main content

organization_security_policies_preconfigured_expression_sets

Creates, updates, deletes, gets or lists an organization_security_policies_preconfigured_expression_sets resource.

Overview

Nameorganization_security_policies_preconfigured_expression_sets
TypeResource
Idgoogle.compute.organization_security_policies_preconfigured_expression_sets

Fields

The following fields are returned by SELECT queries:

NameDatatypeDescription
preconfiguredExpressionSetsobject (id: SecurityPoliciesWafConfig)

Methods

The following methods are available for this resource:

NameAccessible byRequired ParamsOptional ParamsDescription
list_preconfigured_expression_setsselectorderBy, parentId, maxResults, pageToken, filter, returnPartialSuccessGets the current list of preconfigured Web Application Firewall (WAF)
expressions.

Parameters

Parameters can be passed in the WHERE clause of a query. Check the Methods section to see which parameters are required or optional for each operation.

NameDatatypeDescription
filterstring
maxResultsinteger (uint32)
orderBystring
pageTokenstring
parentIdstring
returnPartialSuccessboolean

SELECT examples

Gets the current list of preconfigured Web Application Firewall (WAF)
expressions.

SELECT
preconfiguredExpressionSets
FROM google.compute.organization_security_policies_preconfigured_expression_sets
WHERE orderBy = '{{ orderBy }}'
AND parentId = '{{ parentId }}'
AND maxResults = '{{ maxResults }}'
AND pageToken = '{{ pageToken }}'
AND filter = '{{ filter }}'
AND returnPartialSuccess = '{{ returnPartialSuccess }}'
;