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
Copy file name to clipboardExpand all lines: docs/dyn/recommender_v1.billingAccounts.locations.insightTypes.insights.html
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -144,7 +144,7 @@ <h3>Method Details</h3>
144
144
145
145
Args:
146
146
parent: string, Required. The container resource on which to execute the request. Acceptable formats: 1. `projects/[PROJECT_NUMBER]/locations/[LOCATION]/insightTypes/[INSIGHT_TYPE_ID]` 2. `billingAccounts/[BILLING_ACCOUNT_ID]/locations/[LOCATION]/insightTypes/[INSIGHT_TYPE_ID]` 3. `folders/[FOLDER_ID]/locations/[LOCATION]/insightTypes/[INSIGHT_TYPE_ID]` 4. `organizations/[ORGANIZATION_ID]/locations/[LOCATION]/insightTypes/[INSIGHT_TYPE_ID]` LOCATION here refers to GCP Locations: https://cloud.google.com/about/locations/ INSIGHT_TYPE_ID refers to supported insight types: https://cloud.google.com/recommender/docs/insights/insight-types. (required)
147
-
filter: string, Optional. Filter expression to restrict the insights returned. Supported filter fields: state Eg: `state:"DISMISSED" or state:"ACTIVE"
147
+
filter: string, Optional. Filter expression to restrict the insights returned. Supported filter fields: * `stateInfo.state` * `insightSubtype` * `severity` Examples: * `stateInfo.state = ACTIVE OR stateInfo.state = DISMISSED` * `insightSubtype = PERMISSIONS_USAGE` * `severity = CRITICAL OR severity = HIGH` * `stateInfo.state = ACTIVE AND (severity = CRITICAL OR severity = HIGH)` (These expressions are based on the filter language described at https://google.aip.dev/160)
148
148
pageSize: integer, Optional. The maximum number of results to return from this request. Non-positive values are ignored. If not specified, the server will determine the number of results to return.
149
149
pageToken: string, Optional. If present, retrieves the next batch of results from the preceding call to this method. `page_token` must be the value of `next_page_token` from the previous response. The values of other method parameters must be identical to those in the previous call.
"recommenderSubtype": "A String", # Contains an identifier for a subtype of recommendations produced for the same recommender. Subtype is a function of content and impact, meaning a new subtype might be added when significant changes to `content` or `primary_impact.category` are introduced. See the Recommenders section to see a list of subtypes for a given Recommender. Examples: For recommender = "google.iam.policy.Recommender", recommender_subtype can be one of "REMOVE_ROLE"/"REPLACE_ROLE"
@@ -194,7 +204,7 @@ <h3>Method Details</h3>
194
204
195
205
Args:
196
206
parent: string, Required. The container resource on which to execute the request. Acceptable formats: 1. `projects/[PROJECT_NUMBER]/locations/[LOCATION]/recommenders/[RECOMMENDER_ID]` 2. `billingAccounts/[BILLING_ACCOUNT_ID]/locations/[LOCATION]/recommenders/[RECOMMENDER_ID]` 3. `folders/[FOLDER_ID]/locations/[LOCATION]/recommenders/[RECOMMENDER_ID]` 4. `organizations/[ORGANIZATION_ID]/locations/[LOCATION]/recommenders/[RECOMMENDER_ID]` LOCATION here refers to GCP Locations: https://cloud.google.com/about/locations/ RECOMMENDER_ID refers to supported recommenders: https://cloud.google.com/recommender/docs/recommenders. (required)
197
-
filter: string, Filter expression to restrict the recommendations returned. Supported filter fields: state_info.state Eg: `state_info.state:"DISMISSED" or state_info.state:"FAILED"
207
+
filter: string, Filter expression to restrict the recommendations returned. Supported filter fields: * `state_info.state` * `recommenderSubtype` * `priority` Examples: * `stateInfo.state = ACTIVE OR stateInfo.state = DISMISSED` * `recommenderSubtype = REMOVE_ROLE OR recommenderSubtype = REPLACE_ROLE` * `priority = P1 OR priority = P2` * `stateInfo.state = ACTIVE AND (priority = P1 OR priority = P2)` (These expressions are based on the filter language described at https://google.aip.dev/160)
198
208
pageSize: integer, Optional. The maximum number of results to return from this request. Non-positive values are ignored. If not specified, the server will determine the number of results to return.
199
209
pageToken: string, Optional. If present, retrieves the next batch of results from the preceding call to this method. `page_token` must be the value of `next_page_token` from the previous response. The values of other method parameters must be identical to those in the previous call.
200
210
x__xgafv: string, V1 error format.
@@ -220,6 +230,11 @@ <h3>Method Details</h3>
220
230
},
221
231
"duration": "A String", # Duration for which this cost applies.
222
232
},
233
+
"securityProjection": { # Contains various ways of describing the impact on Security. # Use with CategoryType.SECURITY
234
+
"details": { # Additional security impact details that is provided by the recommender.
235
+
"a_key": "", # Properties of the object.
236
+
},
237
+
},
223
238
},
224
239
],
225
240
"associatedInsights": [ # Insights that led to this recommendation.
@@ -269,6 +284,11 @@ <h3>Method Details</h3>
269
284
},
270
285
"duration": "A String", # Duration for which this cost applies.
271
286
},
287
+
"securityProjection": { # Contains various ways of describing the impact on Security. # Use with CategoryType.SECURITY
288
+
"details": { # Additional security impact details that is provided by the recommender.
289
+
"a_key": "", # Properties of the object.
"recommenderSubtype": "A String", # Contains an identifier for a subtype of recommendations produced for the same recommender. Subtype is a function of content and impact, meaning a new subtype might be added when significant changes to `content` or `primary_impact.category` are introduced. See the Recommenders section to see a list of subtypes for a given Recommender. Examples: For recommender = "google.iam.policy.Recommender", recommender_subtype can be one of "REMOVE_ROLE"/"REPLACE_ROLE"
@@ -333,6 +353,11 @@ <h3>Method Details</h3>
333
353
},
334
354
"duration": "A String", # Duration for which this cost applies.
335
355
},
356
+
"securityProjection": { # Contains various ways of describing the impact on Security. # Use with CategoryType.SECURITY
357
+
"details": { # Additional security impact details that is provided by the recommender.
358
+
"a_key": "", # Properties of the object.
359
+
},
360
+
},
336
361
},
337
362
],
338
363
"associatedInsights": [ # Insights that led to this recommendation.
@@ -382,6 +407,11 @@ <h3>Method Details</h3>
382
407
},
383
408
"duration": "A String", # Duration for which this cost applies.
384
409
},
410
+
"securityProjection": { # Contains various ways of describing the impact on Security. # Use with CategoryType.SECURITY
411
+
"details": { # Additional security impact details that is provided by the recommender.
412
+
"a_key": "", # Properties of the object.
"recommenderSubtype": "A String", # Contains an identifier for a subtype of recommendations produced for the same recommender. Subtype is a function of content and impact, meaning a new subtype might be added when significant changes to `content` or `primary_impact.category` are introduced. See the Recommenders section to see a list of subtypes for a given Recommender. Examples: For recommender = "google.iam.policy.Recommender", recommender_subtype can be one of "REMOVE_ROLE"/"REPLACE_ROLE"
@@ -430,6 +460,11 @@ <h3>Method Details</h3>
430
460
},
431
461
"duration": "A String", # Duration for which this cost applies.
432
462
},
463
+
"securityProjection": { # Contains various ways of describing the impact on Security. # Use with CategoryType.SECURITY
464
+
"details": { # Additional security impact details that is provided by the recommender.
465
+
"a_key": "", # Properties of the object.
466
+
},
467
+
},
433
468
},
434
469
],
435
470
"associatedInsights": [ # Insights that led to this recommendation.
@@ -479,6 +514,11 @@ <h3>Method Details</h3>
479
514
},
480
515
"duration": "A String", # Duration for which this cost applies.
481
516
},
517
+
"securityProjection": { # Contains various ways of describing the impact on Security. # Use with CategoryType.SECURITY
518
+
"details": { # Additional security impact details that is provided by the recommender.
519
+
"a_key": "", # Properties of the object.
"recommenderSubtype": "A String", # Contains an identifier for a subtype of recommendations produced for the same recommender. Subtype is a function of content and impact, meaning a new subtype might be added when significant changes to `content` or `primary_impact.category` are introduced. See the Recommenders section to see a list of subtypes for a given Recommender. Examples: For recommender = "google.iam.policy.Recommender", recommender_subtype can be one of "REMOVE_ROLE"/"REPLACE_ROLE"
@@ -527,6 +567,11 @@ <h3>Method Details</h3>
527
567
},
528
568
"duration": "A String", # Duration for which this cost applies.
529
569
},
570
+
"securityProjection": { # Contains various ways of describing the impact on Security. # Use with CategoryType.SECURITY
571
+
"details": { # Additional security impact details that is provided by the recommender.
572
+
"a_key": "", # Properties of the object.
573
+
},
574
+
},
530
575
},
531
576
],
532
577
"associatedInsights": [ # Insights that led to this recommendation.
@@ -576,6 +621,11 @@ <h3>Method Details</h3>
576
621
},
577
622
"duration": "A String", # Duration for which this cost applies.
578
623
},
624
+
"securityProjection": { # Contains various ways of describing the impact on Security. # Use with CategoryType.SECURITY
625
+
"details": { # Additional security impact details that is provided by the recommender.
626
+
"a_key": "", # Properties of the object.
"recommenderSubtype": "A String", # Contains an identifier for a subtype of recommendations produced for the same recommender. Subtype is a function of content and impact, meaning a new subtype might be added when significant changes to `content` or `primary_impact.category` are introduced. See the Recommenders section to see a list of subtypes for a given Recommender. Examples: For recommender = "google.iam.policy.Recommender", recommender_subtype can be one of "REMOVE_ROLE"/"REPLACE_ROLE"
Copy file name to clipboardExpand all lines: docs/dyn/recommender_v1.folders.locations.insightTypes.insights.html
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -144,7 +144,7 @@ <h3>Method Details</h3>
144
144
145
145
Args:
146
146
parent: string, Required. The container resource on which to execute the request. Acceptable formats: 1. `projects/[PROJECT_NUMBER]/locations/[LOCATION]/insightTypes/[INSIGHT_TYPE_ID]` 2. `billingAccounts/[BILLING_ACCOUNT_ID]/locations/[LOCATION]/insightTypes/[INSIGHT_TYPE_ID]` 3. `folders/[FOLDER_ID]/locations/[LOCATION]/insightTypes/[INSIGHT_TYPE_ID]` 4. `organizations/[ORGANIZATION_ID]/locations/[LOCATION]/insightTypes/[INSIGHT_TYPE_ID]` LOCATION here refers to GCP Locations: https://cloud.google.com/about/locations/ INSIGHT_TYPE_ID refers to supported insight types: https://cloud.google.com/recommender/docs/insights/insight-types. (required)
147
-
filter: string, Optional. Filter expression to restrict the insights returned. Supported filter fields: state Eg: `state:"DISMISSED" or state:"ACTIVE"
147
+
filter: string, Optional. Filter expression to restrict the insights returned. Supported filter fields: * `stateInfo.state` * `insightSubtype` * `severity` Examples: * `stateInfo.state = ACTIVE OR stateInfo.state = DISMISSED` * `insightSubtype = PERMISSIONS_USAGE` * `severity = CRITICAL OR severity = HIGH` * `stateInfo.state = ACTIVE AND (severity = CRITICAL OR severity = HIGH)` (These expressions are based on the filter language described at https://google.aip.dev/160)
148
148
pageSize: integer, Optional. The maximum number of results to return from this request. Non-positive values are ignored. If not specified, the server will determine the number of results to return.
149
149
pageToken: string, Optional. If present, retrieves the next batch of results from the preceding call to this method. `page_token` must be the value of `next_page_token` from the previous response. The values of other method parameters must be identical to those in the previous call.
0 commit comments