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

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

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

An AWS account that is a member of an organization.

Inheritance

object > AwsMetadata.Types.AwsAccount

Namespace

Google.Cloud.SecurityCenter.V1

Assembly

Google.Cloud.SecurityCenter.V1.dll

Constructors

AwsAccount()

public AwsAccount()

AwsAccount(AwsAccount)

public AwsAccount(AwsMetadata.Types.AwsAccount other)
Parameter
Name Description
other AwsMetadataTypesAwsAccount

Properties

Id

public string Id { get; set; }

The unique identifier (ID) of the account, containing exactly 12 digits.

Property Value
Type Description
string

Name

public string Name { get; set; }

The friendly name of this account.

Property Value
Type Description
string