Show / Hide Table of Contents

Class GetDirectoryResult

Inheritance
System.Object
GetDirectoryResult
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pulumi.Aws.DirectoryService
Assembly: Pulumi.Aws.dll
Syntax
public sealed class GetDirectoryResult

Fields

View Source

AccessUrl

The access URL for the directory/connector, such as http://alias.awsapps.com.

Declaration
public readonly string AccessUrl
Field Value
Type Description
System.String
View Source

Alias

The alias for the directory/connector, such as d-991708b282.awsapps.com.

Declaration
public readonly string Alias
Field Value
Type Description
System.String
View Source

ConnectSettings

Declaration
public readonly ImmutableArray<GetDirectoryConnectSettingResult> ConnectSettings
Field Value
Type Description
System.Collections.Immutable.ImmutableArray<GetDirectoryConnectSettingResult>
View Source

Description

A textual description for the directory/connector.

Declaration
public readonly string Description
Field Value
Type Description
System.String
View Source

DirectoryId

Declaration
public readonly string DirectoryId
Field Value
Type Description
System.String
View Source

DnsIpAddresses

A list of IP addresses of the DNS servers for the directory/connector.

Declaration
public readonly ImmutableArray<string> DnsIpAddresses
Field Value
Type Description
System.Collections.Immutable.ImmutableArray<System.String>
View Source

Edition

(for MicrosoftAD) The Microsoft AD edition (Standard or Enterprise).

Declaration
public readonly string Edition
Field Value
Type Description
System.String
View Source

EnableSso

The directory/connector single-sign on status.

Declaration
public readonly bool EnableSso
Field Value
Type Description
System.Boolean
View Source

Id

The provider-assigned unique ID for this managed resource.

Declaration
public readonly string Id
Field Value
Type Description
System.String
View Source

Name

The fully qualified name for the directory/connector.

Declaration
public readonly string Name
Field Value
Type Description
System.String
View Source

SecurityGroupId

The ID of the security group created by the directory/connector.

Declaration
public readonly string SecurityGroupId
Field Value
Type Description
System.String
View Source

ShortName

The short name of the directory/connector, such as CORP.

Declaration
public readonly string ShortName
Field Value
Type Description
System.String
View Source

Size

(for SimpleAD and ADConnector) The size of the directory/connector (Small or Large).

Declaration
public readonly string Size
Field Value
Type Description
System.String
View Source

Tags

A map of tags assigned to the directory/connector.

Declaration
public readonly ImmutableDictionary<string, object> Tags
Field Value
Type Description
System.Collections.Immutable.ImmutableDictionary<System.String, System.Object>
View Source

Type

The directory type (SimpleAD, ADConnector or MicrosoftAD).

Declaration
public readonly string Type
Field Value
Type Description
System.String
View Source

VpcSettings

Declaration
public readonly ImmutableArray<GetDirectoryVpcSettingResult> VpcSettings
Field Value
Type Description
System.Collections.Immutable.ImmutableArray<GetDirectoryVpcSettingResult>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.