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 document provides reference information for the `AwsOrganization` class within the Security Command Center v2 API, specifically in the `Google.Cloud.SecurityCenter.V2` namespace."],["The `AwsOrganization` class represents an organization, which is defined as a collection of centrally managed accounts structured hierarchically with organizational units and policy control."],["The class inherits from `object` and implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `AwsOrganization` class has properties like `Id` which is a string containing the unique identifier for an organization and follows a specific regex pattern."],["There are two constructors for the class `AwsOrganization`, one is a default contructor, and the other one takes another `AwsOrganization` as an argument."]]],[]]