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 page provides documentation for the `AwsOrganizationalUnit` class within the Google Cloud Security Center v1 API, specifically under the `AwsMetadata.Types` namespace."],["The `AwsOrganizationalUnit` class represents an Organizational Unit (OU) in AWS, which is a container for AWS accounts, and policies attached to it affect all accounts within it and its child OUs."],["The class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its role in message handling, equality comparison, deep cloning, and buffer message operations."],["It offers two constructors, one default and another allowing instantiation by cloning another `AwsOrganizationalUnit` instance, and it also defines properties `Id` and `Name`, representing the OU's unique identifier and friendly name, respectively."],["The page lists all of the versions of this documentation, ranging from the latest 3.24.0 all the way back to 2.2.0."]]],[]]