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 information about either a root or an organizational unit (OU) that can contain OUs or accounts in an organization.

Inheritance Hierarchy

System.Object
  Amazon.Organizations.Model.Parent

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

Syntax

C#
public class Parent

The Parent type exposes the following members

Constructors

NameDescription
Public Method Parent()

Properties

NameTypeDescription
Public Property Id System.String

Gets and sets the property Id.

The unique identifier (ID) of the parent entity.

The regex pattern for a parent ID string requires one of the following:

  • Root - A string that begins with "r-" followed by from 4 to 32 lowercase letters or digits.

  • Organizational unit (OU) - A string that begins with "ou-" followed by from 4 to 32 lowercase letters or digits (the ID of the root that the OU is in). This string is followed by a second "-" dash and from 8 to 32 additional lowercase letters or digits.

Public Property Type Amazon.Organizations.ParentType

Gets and sets the property Type.

The type of the parent entity.

Version Information

.NET:
Supported in: 8.0 and newer, Core 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5 and newer, 3.5