[[["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\u003eValuedResource\u003c/code\u003e class in the Security Command Center v2 API represents a resource that has been determined to have value within a user's system.\u003c/p\u003e\n"],["\u003cp\u003eThis class inherits from \u003ccode\u003eobject\u003c/code\u003e and implements multiple interfaces, including \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, \u003ccode\u003eIDeepCloneable\u003c/code\u003e, and \u003ccode\u003eIBufferMessage\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eIt provides properties such as \u003ccode\u003eDisplayName\u003c/code\u003e, \u003ccode\u003eExposedScore\u003c/code\u003e, \u003ccode\u003eName\u003c/code\u003e, \u003ccode\u003eResource\u003c/code\u003e, \u003ccode\u003eResourceType\u003c/code\u003e, and \u003ccode\u003eResourceValue\u003c/code\u003e to describe the valued resource.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eResourceValueConfigsUsed\u003c/code\u003e property contains a list of metadata for the resource value configurations that were used in determining this resource's value.\u003c/p\u003e\n"],["\u003cp\u003eThere are two versions of this API documented: the latest, which is 1.1.0, and 1.0.0.\u003c/p\u003e\n"]]],[],null,["# Security Command Center v2 API - Class ValuedResource (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.ValuedResource)\n- [1.1.0](/dotnet/docs/reference/Google.Cloud.SecurityCenter.V2/1.1.0/Google.Cloud.SecurityCenter.V2.ValuedResource)\n- [1.0.0](/dotnet/docs/reference/Google.Cloud.SecurityCenter.V2/1.0.0/Google.Cloud.SecurityCenter.V2.ValuedResource) \n\n public sealed class ValuedResource : IMessage\u003cValuedResource\u003e, IEquatable\u003cValuedResource\u003e, IDeepCloneable\u003cValuedResource\u003e, IBufferMessage, IMessage\n\nReference documentation and code samples for the Security Command Center v2 API class ValuedResource.\n\nA resource that is determined to have value to a user's system \n\nInheritance\n-----------\n\n[object](https://learn.microsoft.com/dotnet/api/system.object) \\\u003e ValuedResource \n\nImplements\n----------\n\n[IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage-1.html)[ValuedResource](/dotnet/docs/reference/Google.Cloud.SecurityCenter.V2/latest/Google.Cloud.SecurityCenter.V2.ValuedResource), [IEquatable](https://learn.microsoft.com/dotnet/api/system.iequatable-1)[ValuedResource](/dotnet/docs/reference/Google.Cloud.SecurityCenter.V2/latest/Google.Cloud.SecurityCenter.V2.ValuedResource), [IDeepCloneable](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IDeepCloneable-1.html)[ValuedResource](/dotnet/docs/reference/Google.Cloud.SecurityCenter.V2/latest/Google.Cloud.SecurityCenter.V2.ValuedResource), [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### ValuedResource()\n\n public ValuedResource()\n\n### ValuedResource(ValuedResource)\n\n public ValuedResource(ValuedResource other)\n\nProperties\n----------\n\n### DisplayName\n\n public string DisplayName { get; set; }\n\nHuman-readable name of the valued resource.\n\n### ExposedScore\n\n public double ExposedScore { get; set; }\n\nExposed score for this valued resource. A value of 0 means no exposure was\ndetected exposure.\n\n### Name\n\n public string Name { get; set; }\n\nValued resource name, for example,\ne.g.:\n`organizations/123/simulations/456/valuedResources/789`\n\n### Resource\n\n public string Resource { get; set; }\n\nThe\n[full resource\nname](https://cloud.google.com/apis/design/resource_names#full_resource_name)\nof the valued resource.\n\n### ResourceType\n\n public string ResourceType { get; set; }\n\nThe [resource\ntype](https://cloud.google.com/asset-inventory/docs/supported-asset-types)\nof the valued resource.\n\n### ResourceValue\n\n public ValuedResource.Types.ResourceValue ResourceValue { get; set; }\n\nHow valuable this resource is.\n\n### ResourceValueConfigsUsed\n\n public RepeatedField\u003cResourceValueConfigMetadata\u003e ResourceValueConfigsUsed { get; }\n\nList of resource value configurations' metadata used to determine the value\nof this resource. Maximum of 100.\n\n### ValuedResourceName\n\n public ValuedResourceName ValuedResourceName { get; set; }\n\n[ValuedResourceName](/dotnet/docs/reference/Google.Cloud.SecurityCenter.V2/latest/Google.Cloud.SecurityCenter.V2.ValuedResourceName)-typed view over the [Name](/dotnet/docs/reference/Google.Cloud.SecurityCenter.V2/latest/Google.Cloud.SecurityCenter.V2.ValuedResource#Google_Cloud_SecurityCenter_V2_ValuedResource_Name) resource name property."]]