You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#### workloadmanager:v1
The following keys were added:
- resources.projects.resources.locations.resources.rules.methods.list.parameters.evaluationType (Total Keys: 2)
parent: string, Required. The [project] on which to execute the request. The format is: projects/{project_id}/locations/{location} Currently, the pre-defined rules are global available to all projects and all regions (required)
98
98
customRulesBucket: string, The Cloud Storage bucket name for custom rules.
99
+
evaluationType: string, Optional. The evaluation type of the rules will be applied to. The Cloud Storage bucket name for custom rules.
100
+
Allowed values
101
+
EVALUATION_TYPE_UNSPECIFIED - Not specified
102
+
SAP - SAP best practices
103
+
SQL_SERVER - SQL best practices
104
+
OTHER - Customized best practices
105
+
SCC_IAC - SCC IaC (Infra as Code) best practices
99
106
filter: string, Filter based on primary_category, secondary_category
100
107
pageSize: integer, Requested page size. Server may return fewer items than requested. If unspecified, server will pick an appropriate default.
101
108
pageToken: string, A token identifying a page of results the server should return.
0 commit comments