[[["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\u003eListResourceValueConfigsResponse\u003c/code\u003e class in the Security Command Center v2 API is used to manage responses when listing resource value configurations, available in versions 1.0.0 and 1.1.0.\u003c/p\u003e\n"],["\u003cp\u003eThis class implements multiple interfaces, including \u003ccode\u003eIPageResponse\u003c/code\u003e, \u003ccode\u003eIEnumerable\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 a wide range of functionalities such as handling paginated responses, iterating through resources, and deep cloning.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eListResourceValueConfigsResponse\u003c/code\u003e class includes properties such as \u003ccode\u003eNextPageToken\u003c/code\u003e, which is used to retrieve the next page of results, and \u003ccode\u003eResourceValueConfigs\u003c/code\u003e, a collection of the listed configurations.\u003c/p\u003e\n"],["\u003cp\u003eTwo constructors are provided: a default constructor and a copy constructor that takes another \u003ccode\u003eListResourceValueConfigsResponse\u003c/code\u003e object as an argument.\u003c/p\u003e\n"],["\u003cp\u003eIt provides a \u003ccode\u003eGetEnumerator\u003c/code\u003e method to enable iterating through the \u003ccode\u003eResourceValueConfig\u003c/code\u003e resources within the response.\u003c/p\u003e\n"]]],[],null,["# Security Command Center v2 API - Class ListResourceValueConfigsResponse (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.ListResourceValueConfigsResponse)\n- [1.1.0](/dotnet/docs/reference/Google.Cloud.SecurityCenter.V2/1.1.0/Google.Cloud.SecurityCenter.V2.ListResourceValueConfigsResponse)\n- [1.0.0](/dotnet/docs/reference/Google.Cloud.SecurityCenter.V2/1.0.0/Google.Cloud.SecurityCenter.V2.ListResourceValueConfigsResponse) \n\n public sealed class ListResourceValueConfigsResponse : IPageResponse\u003cResourceValueConfig\u003e, IEnumerable\u003cResourceValueConfig\u003e, IEnumerable, IMessage\u003cListResourceValueConfigsResponse\u003e, IEquatable\u003cListResourceValueConfigsResponse\u003e, IDeepCloneable\u003cListResourceValueConfigsResponse\u003e, IBufferMessage, IMessage\n\nReference documentation and code samples for the Security Command Center v2 API class ListResourceValueConfigsResponse.\n\nResponse message to list resource value configs \n\nInheritance\n-----------\n\n[object](https://learn.microsoft.com/dotnet/api/system.object) \\\u003e ListResourceValueConfigsResponse \n\nImplements\n----------\n\n[IPageResponse](https://cloud.google.com/dotnet/docs/reference/Google.Api.Gax/latest/Google.Api.Gax.Grpc.IPageResponse-1.html)[ResourceValueConfig](/dotnet/docs/reference/Google.Cloud.SecurityCenter.V2/latest/Google.Cloud.SecurityCenter.V2.ResourceValueConfig), [IEnumerable](https://learn.microsoft.com/dotnet/api/system.collections.generic.ienumerable-1)[ResourceValueConfig](/dotnet/docs/reference/Google.Cloud.SecurityCenter.V2/latest/Google.Cloud.SecurityCenter.V2.ResourceValueConfig), [IEnumerable](https://learn.microsoft.com/dotnet/api/system.collections.ienumerable), [IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage-1.html)[ListResourceValueConfigsResponse](/dotnet/docs/reference/Google.Cloud.SecurityCenter.V2/latest/Google.Cloud.SecurityCenter.V2.ListResourceValueConfigsResponse), [IEquatable](https://learn.microsoft.com/dotnet/api/system.iequatable-1)[ListResourceValueConfigsResponse](/dotnet/docs/reference/Google.Cloud.SecurityCenter.V2/latest/Google.Cloud.SecurityCenter.V2.ListResourceValueConfigsResponse), [IDeepCloneable](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IDeepCloneable-1.html)[ListResourceValueConfigsResponse](/dotnet/docs/reference/Google.Cloud.SecurityCenter.V2/latest/Google.Cloud.SecurityCenter.V2.ListResourceValueConfigsResponse), [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### ListResourceValueConfigsResponse()\n\n public ListResourceValueConfigsResponse()\n\n### ListResourceValueConfigsResponse(ListResourceValueConfigsResponse)\n\n public ListResourceValueConfigsResponse(ListResourceValueConfigsResponse other)\n\nProperties\n----------\n\n### NextPageToken\n\n public string NextPageToken { get; set; }\n\nA token, which can be sent as `page_token` to retrieve the next page.\nIf this field is empty, there are no subsequent pages.\n\n### ResourceValueConfigs\n\n public RepeatedField\u003cResourceValueConfig\u003e ResourceValueConfigs { get; }\n\nThe resource value configs from the specified parent.\n\nMethods\n-------\n\n### GetEnumerator()\n\n public IEnumerator\u003cResourceValueConfig\u003e GetEnumerator()\n\nReturns an enumerator that iterates through the resources in this response."]]