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.
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.
[[["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 documentation is for the `AwsMetadata.Types.AwsOrganization` class within the Security Command Center v2 API, detailing its structure and functionality."],["The `AwsOrganization` class represents a collection of accounts managed under consolidated billing, organized into organizational units (OUs), and controlled by policies."],["This class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, showcasing its comprehensive functionality within the .NET ecosystem."],["The class includes constructors for creating new `AwsOrganization` objects, both with default settings and by cloning existing instances."],["The `Id` property of the class is a string that holds the organization's unique identifier, following a specific regex pattern \"o-\" followed by 10-32 lower case letters or digits."]]],[]]