public sealed class AwsMetadata.Types.AwsAccount : IMessage<AwsMetadata.Types.AwsAccount>, IEquatable<AwsMetadata.Types.AwsAccount>, IDeepCloneable<AwsMetadata.Types.AwsAccount>, IBufferMessage, IMessageReference 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.
Implements
IMessageAwsMetadataTypesAwsAccount, IEquatableAwsMetadataTypesAwsAccount, IDeepCloneableAwsMetadataTypesAwsAccount, IBufferMessage, IMessageNamespace
Google.Cloud.SecurityCenter.V2Assembly
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 |
|