AWS SDK Version 2 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.

.NET Framework 3.5
 
Contains information about an AWS Directory Service directory.

Inheritance Hierarchy

System.Object
  Amazon.DirectoryService.Model.DirectoryDescription

Namespace: Amazon.DirectoryService.Model
Assembly: AWSSDK.dll
Version: (assembly version)

Syntax

C#
public class DirectoryDescription : Object

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://alias.awsapps.com. If no alias has been created for the directory, alias 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 textual description for the directory.

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 the on-premises directory to which the AD Connector is connected.

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 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 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 AD directory.

Version Information

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