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

public sealed class AwsMetadata.Types.AwsOrganizationalUnit : IMessage<AwsMetadata.Types.AwsOrganizationalUnit>, IEquatable<AwsMetadata.Types.AwsOrganizationalUnit>, IDeepCloneable<AwsMetadata.Types.AwsOrganizationalUnit>, IBufferMessage, IMessage

Reference documentation and code samples for the Google Cloud Security Command Center v1 API class AwsMetadata.Types.AwsOrganizationalUnit.

An Organizational Unit (OU) is a container of AWS accounts within a root of an organization. Policies that are attached to an OU apply to all accounts contained in that OU and in any child OUs.

Inheritance

object > AwsMetadata.Types.AwsOrganizationalUnit

Namespace

Google.Cloud.SecurityCenter.V1

Assembly

Google.Cloud.SecurityCenter.V1.dll

Constructors

AwsOrganizationalUnit()

public AwsOrganizationalUnit()

AwsOrganizationalUnit(AwsOrganizationalUnit)

public AwsOrganizationalUnit(AwsMetadata.Types.AwsOrganizationalUnit other)
Parameter
Name Description
other AwsMetadataTypesAwsOrganizationalUnit

Properties

Id

public string Id { get; set; }

The unique identifier (ID) associated with this OU. The regex pattern for an organizational unit ID string requires "ou-" followed by from 4 to 32 lowercase letters or digits (the ID of the root that contains the OU). This string is followed by a second "-" dash and from 8 to 32 additional lowercase letters or digits. For example, "ou-ab12-cd34ef56".

Property Value
Type Description
string

Name

public string Name { get; set; }

The friendly name of the OU.

Property Value
Type Description
string