organization_security_policies_preconfigured_expression_sets
Creates, updates, deletes, gets or lists an organization_security_policies_preconfigured_expression_sets resource.
Overview
| Name | organization_security_policies_preconfigured_expression_sets |
| Type | Resource |
| Id | google.compute.organization_security_policies_preconfigured_expression_sets |
Fields
The following fields are returned by SELECT queries:
- list_preconfigured_expression_sets
| Name | Datatype | Description |
|---|---|---|
preconfiguredExpressionSets | object | (id: SecurityPoliciesWafConfig) |
Methods
The following methods are available for this resource:
| Name | Accessible by | Required Params | Optional Params | Description |
|---|---|---|---|---|
list_preconfigured_expression_sets | select | orderBy, parentId, maxResults, pageToken, filter, returnPartialSuccess | Gets 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.
| Name | Datatype | Description |
|---|---|---|
filter | string | |
maxResults | integer (uint32) | |
orderBy | string | |
pageToken | string | |
parentId | string | |
returnPartialSuccess | boolean |
SELECT examples
- list_preconfigured_expression_sets
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 }}'
;