Google Cloud Security Command Center v1 API - Class AwsMetadata (3.23.0)

public sealed class AwsMetadata : IMessage<AwsMetadata>, IEquatable<AwsMetadata>, IDeepCloneable<AwsMetadata>, IBufferMessage, IMessage

Reference documentation and code samples for the Google Cloud Security Command Center v1 API class AwsMetadata.

AWS metadata associated with the resource, only applicable if the finding's cloud provider is Amazon Web Services.

Inheritance

object > AwsMetadata

Namespace

Google.Cloud.SecurityCenter.V1

Assembly

Google.Cloud.SecurityCenter.V1.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