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 an Directory Service directory.

Inheritance Hierarchy

System.Object
  Amazon.DirectoryService.Model.DirectoryDescription

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

Syntax

C#
public class DirectoryDescription

The DirectoryDescription type exposes the following members

Constructors

NameDescription
Public Method DirectoryDescription()

Properties

NameTypeDescription
Public Property AccessUrl System.String

Gets and sets the property AccessUrl.

The access URL for the directory, such as http://.awsapps.com. If no alias has been created for the directory, is the directory identifier, such as d-XXXXXXXXXX.

Public Property Alias System.String

Gets and sets the property Alias.

The alias for the directory. If no alias has been created for the directory, the alias is the directory identifier, such as d-XXXXXXXXXX.

Public Property ConnectSettings Amazon.DirectoryService.Model.DirectoryConnectSettingsDescription

Gets and sets the property ConnectSettings.

A DirectoryConnectSettingsDescription object that contains additional information about an AD Connector directory. This member is only present if the directory is an AD Connector directory.

Public Property Description System.String

Gets and sets the property Description.

The description for the directory.

Public Property DesiredNumberOfDomainControllers System.Int32

Gets and sets the property DesiredNumberOfDomainControllers.

The desired number of domain controllers in the directory if the directory is Microsoft AD.

Public Property DirectoryId System.String

Gets and sets the property DirectoryId.

The directory identifier.

Public Property DnsIpAddrs System.Collections.Generic.List<System.String>

Gets and sets the property DnsIpAddrs.

The IP addresses of the DNS servers for the directory. For a Simple AD or Microsoft AD directory, these are the IP addresses of the Simple AD or Microsoft AD directory servers. For an AD Connector directory, these are the IP addresses of the DNS servers or domain controllers in your self-managed directory to which the AD Connector is connected.

Public Property Edition Amazon.DirectoryService.DirectoryEdition

Gets and sets the property Edition.

The edition associated with this directory.

Public Property LaunchTime System.DateTime

Gets and sets the property LaunchTime.

Specifies when the directory was created.

Public Property Name System.String

Gets and sets the property Name.

The fully qualified name of the directory.

Public Property OsVersion Amazon.DirectoryService.OSVersion

Gets and sets the property OsVersion.

The operating system (OS) version of the directory.

Public Property OwnerDirectoryDescription Amazon.DirectoryService.Model.OwnerDirectoryDescription

Gets and sets the property OwnerDirectoryDescription.

Describes the Managed Microsoft AD directory in the directory owner account.

Public Property RadiusSettings Amazon.DirectoryService.Model.RadiusSettings

Gets and sets the property RadiusSettings.

A RadiusSettings object that contains information about the RADIUS server configured for this directory.

Public Property RadiusStatus Amazon.DirectoryService.RadiusStatus

Gets and sets the property RadiusStatus.

The status of the RADIUS MFA server connection.

Public Property RegionsInfo Amazon.DirectoryService.Model.RegionsInfo

Gets and sets the property RegionsInfo.

Lists the Regions where the directory has replicated.

Public Property ShareMethod Amazon.DirectoryService.ShareMethod

Gets and sets the property ShareMethod.

The method used when sharing a directory to determine whether the directory should be shared within your Amazon Web Services organization (ORGANIZATIONS) or with any Amazon Web Services account by sending a shared directory request (HANDSHAKE).

Public Property ShareNotes System.String

Gets and sets the property ShareNotes.

A directory share request that is sent by the directory owner to the directory consumer. The request includes a typed message to help the directory consumer administrator determine whether to approve or reject the share invitation.

Public Property ShareStatus Amazon.DirectoryService.ShareStatus

Gets and sets the property ShareStatus.

Current directory status of the shared Managed Microsoft AD directory.

Public Property ShortName System.String

Gets and sets the property ShortName.

The short name of the directory.

Public Property Size Amazon.DirectoryService.DirectorySize

Gets and sets the property Size.

The directory size.

Public Property SsoEnabled System.Boolean

Gets and sets the property SsoEnabled.

Indicates if single sign-on is enabled for the directory. For more information, see EnableSso and DisableSso.

Public Property Stage Amazon.DirectoryService.DirectoryStage

Gets and sets the property Stage.

The current stage of the directory.

Public Property StageLastUpdatedDateTime System.DateTime

Gets and sets the property StageLastUpdatedDateTime.

The date and time that the stage was last updated.

Public Property StageReason System.String

Gets and sets the property StageReason.

Additional information about the directory stage.

Public Property Type Amazon.DirectoryService.DirectoryType

Gets and sets the property Type.

The directory size.

Public Property VpcSettings Amazon.DirectoryService.Model.DirectoryVpcSettingsDescription

Gets and sets the property VpcSettings.

A DirectoryVpcSettingsDescription object that contains additional information about a directory. This member is only present if the directory is a Simple AD or Managed Microsoft AD directory.

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