public sealed class AwsMetadata.Types.AwsOrganization : IMessage<AwsMetadata.Types.AwsOrganization>, IEquatable<AwsMetadata.Types.AwsOrganization>, IDeepCloneable<AwsMetadata.Types.AwsOrganization>, IBufferMessage, IMessage
Reference documentation and code samples for the Security Command Center v2 API class AwsMetadata.Types.AwsOrganization.
An organization is a collection of accounts that are centrally managed together using consolidated billing, organized hierarchically with organizational units (OUs), and controlled with policies.
Implements
IMessageAwsMetadataTypesAwsOrganization, IEquatableAwsMetadataTypesAwsOrganization, IDeepCloneableAwsMetadataTypesAwsOrganization, IBufferMessage, IMessageNamespace
Google.Cloud.SecurityCenter.V2Assembly
Google.Cloud.SecurityCenter.V2.dll
Constructors
AwsOrganization()
public AwsOrganization()
AwsOrganization(AwsOrganization)
public AwsOrganization(AwsMetadata.Types.AwsOrganization other)
Parameter | |
---|---|
Name | Description |
other |
AwsMetadataTypesAwsOrganization |
Properties
Id
public string Id { get; set; }
The unique identifier (ID) for the organization. The regex pattern for an organization ID string requires "o-" followed by from 10 to 32 lowercase letters or digits.
Property Value | |
---|---|
Type | Description |
string |