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.
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".
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["This webpage provides reference documentation for the `AwsMetadata.Types.AwsOrganizationalUnit` class within the Google Cloud Security Center v1 API, detailing its purpose and usage."],["The `AwsOrganizationalUnit` class represents an Organizational Unit (OU) in AWS, which serves as a container for AWS accounts within an organization, with policies applying to all accounts within it and its children."],["The webpage lists various versions of the Google Cloud Security Center v1 API, ranging from version 3.24.0 (latest) down to version 2.2.0, each linking to specific documentation for the `AwsOrganizationalUnit` class."],["The `AwsOrganizationalUnit` class inherits from `object` and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and it includes constructors for creating instances and properties such as `Id` and `Name`."],["The `Id` property of an `AwsOrganizationalUnit` is a unique identifier, following a specific regex pattern such as \"ou-ab12-cd34ef56\", while the `Name` property stores the user friendly name of the OU."]]],[]]