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

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.

Inheritance

object > AwsMetadata.Types.AwsOrganization

Namespace

Google.Cloud.SecurityCenter.V2

Assembly

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