Class: Google::Cloud::SecurityCenter::V1::ListValuedResourcesRequest
- Inherits:
-
Object
- Object
- Google::Cloud::SecurityCenter::V1::ListValuedResourcesRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/securitycenter/v1/securitycenter_service.rb
Overview
Request message for listing the valued resources for a given simulation.
Instance Attribute Summary collapse
-
#filter ⇒ ::String
The filter expression that filters the valued resources in the response.
-
#order_by ⇒ ::String
Optional.
-
#page_size ⇒ ::Integer
The maximum number of results to return in a single response.
-
#page_token ⇒ ::String
The value returned by the last
ListValuedResourcesResponse
; indicates that this is a continuation of a priorListValuedResources
call, and that the system should return the next page of data. -
#parent ⇒ ::String
Required.
Instance Attribute Details
#filter ⇒ ::String
Returns The filter expression that filters the valued resources in the response. Supported fields:
resource_value
supports =resource_type
supports =.
832 833 834 835 |
# File 'proto_docs/google/cloud/securitycenter/v1/securitycenter_service.rb', line 832 class ListValuedResourcesRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#order_by ⇒ ::String
Returns Optional. The fields by which to order the valued resources response.
Supported fields:
exposed_score
resource_value
resource_type
resource
display_name
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
.
832 833 834 835 |
# File 'proto_docs/google/cloud/securitycenter/v1/securitycenter_service.rb', line 832 class ListValuedResourcesRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#page_size ⇒ ::Integer
Returns The maximum number of results to return in a single response. Default is 10, minimum is 1, maximum is 1000.
832 833 834 835 |
# File 'proto_docs/google/cloud/securitycenter/v1/securitycenter_service.rb', line 832 class ListValuedResourcesRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#page_token ⇒ ::String
Returns 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.
832 833 834 835 |
# File 'proto_docs/google/cloud/securitycenter/v1/securitycenter_service.rb', line 832 class ListValuedResourcesRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#parent ⇒ ::String
Returns Required. Name of parent to list valued resources.
Valid formats:
organizations/{organization}
,
organizations/{organization}/simulations/{simulation}
organizations/{organization}/simulations/{simulation}/attackExposureResults/{attack_exposure_result_v2}
.
832 833 834 835 |
# File 'proto_docs/google/cloud/securitycenter/v1/securitycenter_service.rb', line 832 class ListValuedResourcesRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |