Security Command Center v2 API - Class AwsMetadata.Types.AwsAccount (1.0.0-beta04)

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 Security Command Center v2 API class AwsMetadata.Types.AwsAccount.

An AWS account that is a member of an organization.

Inheritance

object > AwsMetadata.Types.AwsAccount

Namespace

Google.Cloud.SecurityCenter.V2

Assembly

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