AWS SDK Version 3 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

Contains details about an organization. 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 .

Inheritance Hierarchy

System.Object
  Amazon.Organizations.Model.Organization

Namespace: Amazon.Organizations.Model
Assembly: AWSSDK.Organizations.dll
Version: 3.x.y.z

Syntax

C#
public class Organization

The Organization type exposes the following members

Constructors

NameDescription
Public Method Organization()

Properties

NameTypeDescription
Public Property Arn System.String

Gets and sets the property Arn.

The Amazon Resource Name (ARN) of an organization.

For more information about ARNs in Organizations, see ARN Formats Supported by Organizations in the Amazon Web Services Service Authorization Reference.

Public Property AvailablePolicyTypes System.Collections.Generic.List<Amazon.Organizations.Model.PolicyTypeSummary>

Gets and sets the property AvailablePolicyTypes.

Do not use. This field is deprecated and doesn't provide complete information about the policies in your organization.

To determine the policies that are enabled and available for use in your organization, use the ListRoots operation instead.

Public Property FeatureSet Amazon.Organizations.OrganizationFeatureSet

Gets and sets the property FeatureSet.

Specifies the functionality that currently is available to the organization. If set to "ALL", then all features are enabled and policies can be applied to accounts in the organization. If set to "CONSOLIDATED_BILLING", then only consolidated billing functionality is available. For more information, see Enabling all features in your organization in the Organizations User Guide.

Public Property Id System.String

Gets and sets the property Id.

The unique identifier (ID) of an organization.

The regex pattern for an organization ID string requires "o-" followed by from 10 to 32 lowercase letters or digits.

Public Property MasterAccountArn System.String

Gets and sets the property MasterAccountArn.

The Amazon Resource Name (ARN) of the account that is designated as the management account for the organization.

For more information about ARNs in Organizations, see ARN Formats Supported by Organizations in the Amazon Web Services Service Authorization Reference.

Public Property MasterAccountEmail System.String

Gets and sets the property MasterAccountEmail.

The email address that is associated with the Amazon Web Services account that is designated as the management account for the organization.

Public Property MasterAccountId System.String

Gets and sets the property MasterAccountId.

The unique identifier (ID) of the management account of an organization.

The regex pattern for an account ID string requires exactly 12 digits.

Version Information

.NET Core App:
Supported in: 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5, 4.0, 3.5