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.
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.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["\u003cp\u003eThe \u003ccode\u003eListValuedResourcesRequest\u003c/code\u003e class is used to request a list of valued resources for a given simulation within the Security Command Center v2 API.\u003c/p\u003e\n"],["\u003cp\u003eThis class implements multiple interfaces, including \u003ccode\u003eIPageRequest\u003c/code\u003e, \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, \u003ccode\u003eIDeepCloneable\u003c/code\u003e, and \u003ccode\u003eIBufferMessage\u003c/code\u003e, enabling various functionalities like pagination, message handling, and object comparison.\u003c/p\u003e\n"],["\u003cp\u003eKey properties of \u003ccode\u003eListValuedResourcesRequest\u003c/code\u003e include \u003ccode\u003eFilter\u003c/code\u003e to filter resources, \u003ccode\u003eOrderBy\u003c/code\u003e to sort results, \u003ccode\u003ePageSize\u003c/code\u003e to control the number of results per response, \u003ccode\u003ePageToken\u003c/code\u003e for pagination, and \u003ccode\u003eParent\u003c/code\u003e to specify the parent resource.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eParent\u003c/code\u003e property supports several valid formats, such as organization names, simulations, and attack exposure results.\u003c/p\u003e\n"],["\u003cp\u003eThere are two versions of the \u003ccode\u003eListValuedResourcesRequest\u003c/code\u003e class shown, with version 1.1.0 being the latest one.\u003c/p\u003e\n"]]],[],null,["# Security Command Center v2 API - Class ListValuedResourcesRequest (1.2.0)\n\nVersion latestkeyboard_arrow_down\n\n- [1.2.0 (latest)](/dotnet/docs/reference/Google.Cloud.SecurityCenter.V2/latest/Google.Cloud.SecurityCenter.V2.ListValuedResourcesRequest)\n- [1.1.0](/dotnet/docs/reference/Google.Cloud.SecurityCenter.V2/1.1.0/Google.Cloud.SecurityCenter.V2.ListValuedResourcesRequest)\n- [1.0.0](/dotnet/docs/reference/Google.Cloud.SecurityCenter.V2/1.0.0/Google.Cloud.SecurityCenter.V2.ListValuedResourcesRequest) \n\n public sealed class ListValuedResourcesRequest : IPageRequest, IMessage\u003cListValuedResourcesRequest\u003e, IEquatable\u003cListValuedResourcesRequest\u003e, IDeepCloneable\u003cListValuedResourcesRequest\u003e, IBufferMessage, IMessage\n\nReference documentation and code samples for the Security Command Center v2 API class ListValuedResourcesRequest.\n\nRequest message for listing the valued resources for a given simulation. \n\nInheritance\n-----------\n\n[object](https://learn.microsoft.com/dotnet/api/system.object) \\\u003e ListValuedResourcesRequest \n\nImplements\n----------\n\n[IPageRequest](https://cloud.google.com/dotnet/docs/reference/Google.Api.Gax/latest/Google.Api.Gax.Grpc.IPageRequest.html), [IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage-1.html)[ListValuedResourcesRequest](/dotnet/docs/reference/Google.Cloud.SecurityCenter.V2/latest/Google.Cloud.SecurityCenter.V2.ListValuedResourcesRequest), [IEquatable](https://learn.microsoft.com/dotnet/api/system.iequatable-1)[ListValuedResourcesRequest](/dotnet/docs/reference/Google.Cloud.SecurityCenter.V2/latest/Google.Cloud.SecurityCenter.V2.ListValuedResourcesRequest), [IDeepCloneable](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IDeepCloneable-1.html)[ListValuedResourcesRequest](/dotnet/docs/reference/Google.Cloud.SecurityCenter.V2/latest/Google.Cloud.SecurityCenter.V2.ListValuedResourcesRequest), [IBufferMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IBufferMessage.html), [IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage.html) \n\nInherited Members\n-----------------\n\n[object.GetHashCode()](https://learn.microsoft.com/dotnet/api/system.object.gethashcode) \n[object.GetType()](https://learn.microsoft.com/dotnet/api/system.object.gettype) \n[object.ToString()](https://learn.microsoft.com/dotnet/api/system.object.tostring)\n\nNamespace\n---------\n\n[Google.Cloud.SecurityCenter.V2](/dotnet/docs/reference/Google.Cloud.SecurityCenter.V2/latest/Google.Cloud.SecurityCenter.V2)\n\nAssembly\n--------\n\nGoogle.Cloud.SecurityCenter.V2.dll\n\nConstructors\n------------\n\n### ListValuedResourcesRequest()\n\n public ListValuedResourcesRequest()\n\n### ListValuedResourcesRequest(ListValuedResourcesRequest)\n\n public ListValuedResourcesRequest(ListValuedResourcesRequest other)\n\nProperties\n----------\n\n### Filter\n\n public string Filter { get; set; }\n\nThe filter expression that filters the valued resources in the response.\nSupported fields:\n\n- `resource_value` supports =\n- `resource_type` supports =\n\n### OrderBy\n\n public string OrderBy { get; set; }\n\nOptional. The fields by which to order the valued resources response.\n\nSupported fields:\n\n- `exposed_score`\n\n- `resource_value`\n\n- `resource_type`\n\nValues should be a comma separated list of fields. For example:\n`exposed_score,resource_value`.\n\nThe default sorting order is descending. To specify ascending or descending\norder for a field, append a \" ASC\" or a \" DESC\" suffix, respectively; for\nexample: `exposed_score DESC`.\n\n### PageSize\n\n public int PageSize { get; set; }\n\nThe maximum number of results to return in a single response. Default is\n10, minimum is 1, maximum is 1000.\n\n### PageToken\n\n public string PageToken { get; set; }\n\nThe value returned by the last `ListValuedResourcesResponse`; indicates\nthat this is a continuation of a prior `ListValuedResources` call, and\nthat the system should return the next page of data.\n\n### Parent\n\n public string Parent { get; set; }\n\nRequired. Name of parent to list exposed resources.\n\nValid formats:\n`organizations/{organization}`,\n`organizations/{organization}/simulations/{simulation}`\n`organizations/{organization}/simulations/{simulation}/attackExposureResults/{attack_exposure_result_v2}`\n\n### ParentAsSimulationName\n\n public SimulationName ParentAsSimulationName { get; set; }\n\n[SimulationName](/dotnet/docs/reference/Google.Cloud.SecurityCenter.V2/latest/Google.Cloud.SecurityCenter.V2.SimulationName)-typed view over the [Parent](/dotnet/docs/reference/Google.Cloud.SecurityCenter.V2/latest/Google.Cloud.SecurityCenter.V2.ListValuedResourcesRequest#Google_Cloud_SecurityCenter_V2_ListValuedResourcesRequest_Parent) resource name property."]]