public sealed class ResourceValueConfigMetadata : IMessage<ResourceValueConfigMetadata>, IEquatable<ResourceValueConfigMetadata>, IDeepCloneable<ResourceValueConfigMetadata>, IBufferMessage, IMessageReference documentation and code samples for the Google Cloud Security Command Center v1 API class ResourceValueConfigMetadata.
Metadata about a ResourceValueConfig. For example, id and name.
Implements
IMessageResourceValueConfigMetadata, IEquatableResourceValueConfigMetadata, IDeepCloneableResourceValueConfigMetadata, IBufferMessage, IMessageNamespace
Google.Cloud.SecurityCenter.V1Assembly
Google.Cloud.SecurityCenter.V1.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 |
|