public sealed class AwsMetadata : IMessage<AwsMetadata>, IEquatable<AwsMetadata>, IDeepCloneable<AwsMetadata>, IBufferMessage, IMessage
Reference documentation and code samples for the Security Command Center v2 API class AwsMetadata.
AWS metadata associated with the resource, only applicable if the finding's cloud provider is Amazon Web Services.
Implements
IMessageAwsMetadata, IEquatableAwsMetadata, IDeepCloneableAwsMetadata, IBufferMessage, IMessageNamespace
Google.Cloud.SecurityCenter.V2Assembly
Google.Cloud.SecurityCenter.V2.dll
Constructors
AwsMetadata()
public AwsMetadata()
AwsMetadata(AwsMetadata)
public AwsMetadata(AwsMetadata other)
Parameter | |
---|---|
Name | Description |
other |
AwsMetadata |
Properties
Account
public AwsMetadata.Types.AwsAccount Account { get; set; }
The AWS account associated with the resource.
Property Value | |
---|---|
Type | Description |
AwsMetadataTypesAwsAccount |
Organization
public AwsMetadata.Types.AwsOrganization Organization { get; set; }
The AWS organization associated with the resource.
Property Value | |
---|---|
Type | Description |
AwsMetadataTypesAwsOrganization |
OrganizationalUnits
public RepeatedField<AwsMetadata.Types.AwsOrganizationalUnit> OrganizationalUnits { get; }
A list of AWS organizational units associated with the resource, ordered from lowest level (closest to the account) to highest level.
Property Value | |
---|---|
Type | Description |
RepeatedFieldAwsMetadataTypesAwsOrganizationalUnit |