Skip to main content

security_policies_expression_sets

Creates, updates, deletes, gets or lists a security_policies_expression_sets resource.

Overview

Namesecurity_policies_expression_sets
TypeResource
Idgoogle.compute.security_policies_expression_sets

Fields

The following fields are returned by SELECT queries:

Successful response

NameDatatypeDescription
preconfiguredExpressionSetsobject (id: SecurityPoliciesWafConfig)

Methods

The following methods are available for this resource:

NameAccessible byRequired ParamsOptional ParamsDescription
list_preconfigured_expression_setsselectprojectfilter, maxResults, orderBy, pageToken, 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
projectstring
filterstring
maxResultsinteger (uint32)
orderBystring
pageTokenstring
returnPartialSuccessboolean

SELECT examples

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

SELECT
preconfiguredExpressionSets
FROM google.compute.security_policies_expression_sets
WHERE project = '{{ project }}' -- required
AND filter = '{{ filter }}'
AND maxResults = '{{ maxResults }}'
AND orderBy = '{{ orderBy }}'
AND pageToken = '{{ pageToken }}'
AND returnPartialSuccess = '{{ returnPartialSuccess }}';