public sealed class GcpMetadata : IMessage<GcpMetadata>, IEquatable<GcpMetadata>, IDeepCloneable<GcpMetadata>, IBufferMessage, IMessage
Reference documentation and code samples for the Security Command Center v2 API class GcpMetadata.
GCP metadata associated with the resource, only applicable if the finding's cloud provider is Google Cloud Platform.
Implements
IMessageGcpMetadata, IEquatableGcpMetadata, IDeepCloneableGcpMetadata, IBufferMessage, IMessageNamespace
Google.Cloud.SecurityCenter.V2Assembly
Google.Cloud.SecurityCenter.V2.dll
Constructors
GcpMetadata()
public GcpMetadata()
GcpMetadata(GcpMetadata)
public GcpMetadata(GcpMetadata other)
Parameter | |
---|---|
Name | Description |
other |
GcpMetadata |
Properties
Folders
public RepeatedField<Folder> Folders { get; }
Output only. Contains a Folder message for each folder in the assets ancestry. The first folder is the deepest nested folder, and the last folder is the folder directly under the Organization.
Property Value | |
---|---|
Type | Description |
RepeatedFieldFolder |
Organization
public string Organization { get; set; }
The name of the organization that the resource belongs to.
Property Value | |
---|---|
Type | Description |
string |
Parent
public string Parent { get; set; }
The full resource name of resource's parent.
Property Value | |
---|---|
Type | Description |
string |
ParentDisplayName
public string ParentDisplayName { get; set; }
The human readable name of resource's parent.
Property Value | |
---|---|
Type | Description |
string |
Project
public string Project { get; set; }
The full resource name of project that the resource belongs to.
Property Value | |
---|---|
Type | Description |
string |
ProjectDisplayName
public string ProjectDisplayName { get; set; }
The project ID that the resource belongs to.
Property Value | |
---|---|
Type | Description |
string |