- 1.39.0 (latest)
- 1.38.0
- 1.37.0
- 1.36.0
- 1.35.1
- 1.33.1
- 1.32.1
- 1.31.0
- 1.30.1
- 1.29.0
- 1.28.0
- 1.27.0
- 1.26.1
- 1.25.0
- 1.24.1
- 1.23.2
- 1.22.0
- 1.21.0
- 1.20.0
- 1.19.1
- 1.18.2
- 1.17.0
- 1.16.2
- 1.15.0
- 1.14.0
- 1.13.0
- 1.12.0
- 1.11.1
- 1.10.0
- 1.9.0
- 1.8.0
- 1.7.0
- 1.6.0
- 1.5.2
- 1.4.0
- 1.3.1
- 1.2.0
- 1.1.0
- 1.0.0
- 0.7.3
- 0.6.0
- 0.5.0
- 0.4.0
- 0.3.0
ListValuedResourcesRequest(mapping=None, *, ignore_unknown_fields=False, **kwargs)
Request message for listing the valued resources for a given simulation.
Attributes |
|
---|---|
Name | Description |
parent |
str
Required. Name of parent to list exposed resources. Valid formats: organizations/{organization} ,
organizations/{organization}/simulations/{simulation}
organizations/{organization}/simulations/{simulation}/attackExposureResults/{attack_exposure_result_v2}
|
filter |
str
The filter expression that filters the valued resources in the response. Supported fields: - resource_value supports =
- resource_type supports =
|
page_token |
str
The value returned by the last ListValuedResourcesResponse ; indicates that this is a
continuation of a prior ListValuedResources call, and
that the system should return the next page of data.
|
page_size |
int
The maximum number of results to return in a single response. Default is 10, minimum is 1, maximum is 1000. |
order_by |
str
Optional. The fields by which to order the valued resources response. Supported fields: - exposed_score
- resource_value
- resource_type
Values should be a comma separated list of fields. For
example: exposed_score,resource_value .
The default sorting order is descending. To specify
ascending or descending order for a field, append a " ASC"
or a " DESC" suffix, respectively; for example:
exposed_score DESC .
|