public sealed class ListValuedResourcesRequest : IPageRequest, IMessage<ListValuedResourcesRequest>, IEquatable<ListValuedResourcesRequest>, IDeepCloneable<ListValuedResourcesRequest>, IBufferMessage, IMessageReference documentation and code samples for the Google Cloud Security Command Center v1 API class ListValuedResourcesRequest.
Request message for listing the valued resources for a given simulation.
Implements
IPageRequest, IMessageListValuedResourcesRequest, IEquatableListValuedResourcesRequest, IDeepCloneableListValuedResourcesRequest, IBufferMessage, IMessageNamespace
Google.Cloud.SecurityCenter.V1Assembly
Google.Cloud.SecurityCenter.V1.dll
Constructors
ListValuedResourcesRequest()
public ListValuedResourcesRequest()ListValuedResourcesRequest(ListValuedResourcesRequest)
public ListValuedResourcesRequest(ListValuedResourcesRequest other)| Parameter | |
|---|---|
| Name | Description |
other |
ListValuedResourcesRequest |
Properties
Filter
public string Filter { get; set; }The filter expression that filters the valued resources in the response. Supported fields:
resource_valuesupports =resource_typesupports =
| Property Value | |
|---|---|
| Type | Description |
string |
|
OrderBy
public string OrderBy { get; set; }Optional. The fields by which to order the valued resources response.
Supported fields:
exposed_scoreresource_valueresource_typeresourcedisplay_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.
| Property Value | |
|---|---|
| Type | Description |
string |
|
PageSize
public int PageSize { get; set; }The maximum number of results to return in a single response. Default is 10, minimum is 1, maximum is 1000.
| Property Value | |
|---|---|
| Type | Description |
int |
|
PageToken
public string PageToken { get; set; }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.
| Property Value | |
|---|---|
| Type | Description |
string |
|
Parent
public string Parent { get; set; }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}
| Property Value | |
|---|---|
| Type | Description |
string |
|
ParentAsOrganizationSimulationName
public OrganizationSimulationName ParentAsOrganizationSimulationName { get; set; }OrganizationSimulationName-typed view over the Parent resource name property.
| Property Value | |
|---|---|
| Type | Description |
OrganizationSimulationName |
|
ParentAsResourceName
public IResourceName ParentAsResourceName { get; set; }IResourceName-typed view over the Parent resource name property.
| Property Value | |
|---|---|
| Type | Description |
IResourceName |
|
ParentAsSimulationName
public SimulationName ParentAsSimulationName { get; set; }SimulationName-typed view over the Parent resource name property.
| Property Value | |
|---|---|
| Type | Description |
SimulationName |
|