public sealed class CreateResourceValueConfigRequest : IMessage<CreateResourceValueConfigRequest>, IEquatable<CreateResourceValueConfigRequest>, IDeepCloneable<CreateResourceValueConfigRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Security Command Center v2 API class CreateResourceValueConfigRequest.
Request message to create single resource value config
[[["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\u003eThis documentation is for the \u003ccode\u003eCreateResourceValueConfigRequest\u003c/code\u003e class within the Security Command Center v2 API, used to create a single resource value config.\u003c/p\u003e\n"],["\u003cp\u003eThe latest version of the \u003ccode\u003eCreateResourceValueConfigRequest\u003c/code\u003e class is 1.1.0, with a previous version at 1.0.0 also available.\u003c/p\u003e\n"],["\u003cp\u003eThe class inherits from \u003ccode\u003eobject\u003c/code\u003e and implements \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, \u003ccode\u003eIDeepCloneable\u003c/code\u003e, and \u003ccode\u003eIBufferMessage\u003c/code\u003e interfaces, providing various functionalities for message handling and object management.\u003c/p\u003e\n"],["\u003cp\u003eIt contains properties like \u003ccode\u003eParent\u003c/code\u003e, \u003ccode\u003eParentAsOrganizationLocationName\u003c/code\u003e, \u003ccode\u003eParentAsOrganizationName\u003c/code\u003e, \u003ccode\u003eParentAsResourceName\u003c/code\u003e, and \u003ccode\u003eResourceValueConfig\u003c/code\u003e, to manage the parent resource and the resource value configuration.\u003c/p\u003e\n"],["\u003cp\u003eThe namespace for the class is \u003ccode\u003eGoogle.Cloud.SecurityCenter.V2\u003c/code\u003e, and it is part of the \u003ccode\u003eGoogle.Cloud.SecurityCenter.V2.dll\u003c/code\u003e assembly.\u003c/p\u003e\n"]]],[],null,["# Security Command Center v2 API - Class CreateResourceValueConfigRequest (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.CreateResourceValueConfigRequest)\n- [1.1.0](/dotnet/docs/reference/Google.Cloud.SecurityCenter.V2/1.1.0/Google.Cloud.SecurityCenter.V2.CreateResourceValueConfigRequest)\n- [1.0.0](/dotnet/docs/reference/Google.Cloud.SecurityCenter.V2/1.0.0/Google.Cloud.SecurityCenter.V2.CreateResourceValueConfigRequest) \n\n public sealed class CreateResourceValueConfigRequest : IMessage\u003cCreateResourceValueConfigRequest\u003e, IEquatable\u003cCreateResourceValueConfigRequest\u003e, IDeepCloneable\u003cCreateResourceValueConfigRequest\u003e, IBufferMessage, IMessage\n\nReference documentation and code samples for the Security Command Center v2 API class CreateResourceValueConfigRequest.\n\nRequest message to create single resource value config \n\nInheritance\n-----------\n\n[object](https://learn.microsoft.com/dotnet/api/system.object) \\\u003e CreateResourceValueConfigRequest \n\nImplements\n----------\n\n[IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage-1.html)[CreateResourceValueConfigRequest](/dotnet/docs/reference/Google.Cloud.SecurityCenter.V2/latest/Google.Cloud.SecurityCenter.V2.CreateResourceValueConfigRequest), [IEquatable](https://learn.microsoft.com/dotnet/api/system.iequatable-1)[CreateResourceValueConfigRequest](/dotnet/docs/reference/Google.Cloud.SecurityCenter.V2/latest/Google.Cloud.SecurityCenter.V2.CreateResourceValueConfigRequest), [IDeepCloneable](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IDeepCloneable-1.html)[CreateResourceValueConfigRequest](/dotnet/docs/reference/Google.Cloud.SecurityCenter.V2/latest/Google.Cloud.SecurityCenter.V2.CreateResourceValueConfigRequest), [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### CreateResourceValueConfigRequest()\n\n public CreateResourceValueConfigRequest()\n\n### CreateResourceValueConfigRequest(CreateResourceValueConfigRequest)\n\n public CreateResourceValueConfigRequest(CreateResourceValueConfigRequest other)\n\nProperties\n----------\n\n### Parent\n\n public string Parent { get; set; }\n\nRequired. Resource name of the new ResourceValueConfig's parent.\n\n### ParentAsOrganizationLocationName\n\n public OrganizationLocationName ParentAsOrganizationLocationName { get; set; }\n\n[OrganizationLocationName](/dotnet/docs/reference/Google.Cloud.SecurityCenter.V2/latest/Google.Cloud.SecurityCenter.V2.OrganizationLocationName)-typed view over the [Parent](/dotnet/docs/reference/Google.Cloud.SecurityCenter.V2/latest/Google.Cloud.SecurityCenter.V2.CreateResourceValueConfigRequest#Google_Cloud_SecurityCenter_V2_CreateResourceValueConfigRequest_Parent) resource name property.\n\n### ParentAsOrganizationName\n\n public OrganizationName ParentAsOrganizationName { get; set; }\n\n[OrganizationName](https://cloud.google.com/dotnet/docs/reference/Google.Api.Gax/latest/Google.Api.Gax.ResourceNames.OrganizationName.html)-typed view over the [Parent](/dotnet/docs/reference/Google.Cloud.SecurityCenter.V2/latest/Google.Cloud.SecurityCenter.V2.CreateResourceValueConfigRequest#Google_Cloud_SecurityCenter_V2_CreateResourceValueConfigRequest_Parent) resource name property.\n\n### ParentAsResourceName\n\n public IResourceName ParentAsResourceName { get; set; }\n\n[IResourceName](https://cloud.google.com/dotnet/docs/reference/Google.Api.Gax/latest/Google.Api.Gax.IResourceName.html)-typed view over the [Parent](/dotnet/docs/reference/Google.Cloud.SecurityCenter.V2/latest/Google.Cloud.SecurityCenter.V2.CreateResourceValueConfigRequest#Google_Cloud_SecurityCenter_V2_CreateResourceValueConfigRequest_Parent) resource name property.\n\n### ResourceValueConfig\n\n public ResourceValueConfig ResourceValueConfig { get; set; }\n\nRequired. The resource value config being created."]]