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

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 Google Cloud Security Command Center v1 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.V1

Assembly

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