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 provides details for the `AwsMetadata.Types.AwsOrganization` class, a part of the Security Command Center v2 API within the Google Cloud .NET library."],["The `AwsOrganization` class represents an organization as a centrally managed collection of accounts, often using consolidated billing, organized in a hierarchy, and managed with policies."],["This class inherits from `object` and implements interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its capabilities for message handling, equality comparison, deep cloning, and buffered message operations."],["The class includes a constructor for creating new instances and another for copying existing instances, and has a property called `Id`, which represents the unique identifier of the organization, following a specific pattern."]]],[]]