public sealed class ResourceValueConfigMetadata : IMessage<ResourceValueConfigMetadata>, IEquatable<ResourceValueConfigMetadata>, IDeepCloneable<ResourceValueConfigMetadata>, IBufferMessage, IMessageReference documentation and code samples for the Security Command Center v2 API class ResourceValueConfigMetadata.
Metadata about a ResourceValueConfig. For example, id and name.
Implements
IMessageResourceValueConfigMetadata, IEquatableResourceValueConfigMetadata, IDeepCloneableResourceValueConfigMetadata, IBufferMessage, IMessageNamespace
Google.Cloud.SecurityCenter.V2Assembly
Google.Cloud.SecurityCenter.V2.dll
Constructors
ResourceValueConfigMetadata()
public ResourceValueConfigMetadata()ResourceValueConfigMetadata(ResourceValueConfigMetadata)
public ResourceValueConfigMetadata(ResourceValueConfigMetadata other)| Parameter | |
|---|---|
| Name | Description | 
other | 
        ResourceValueConfigMetadata | 
      
Properties
Name
public string Name { get; set; }Resource value config name
| Property Value | |
|---|---|
| Type | Description | 
string | 
        |