Show / Hide Table of Contents

Class CfnClientVpnEndpoint.DirectoryServiceAuthenticationRequestProperty

Describes the Active Directory to be used for client authentication.

Inheritance
object
CfnClientVpnEndpoint.DirectoryServiceAuthenticationRequestProperty
Implements
CfnClientVpnEndpoint.IDirectoryServiceAuthenticationRequestProperty
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Amazon.CDK.AWS.EC2
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class CfnClientVpnEndpoint.DirectoryServiceAuthenticationRequestProperty : CfnClientVpnEndpoint.IDirectoryServiceAuthenticationRequestProperty
Syntax (vb)
Public Class CfnClientVpnEndpoint.DirectoryServiceAuthenticationRequestProperty Implements CfnClientVpnEndpoint.IDirectoryServiceAuthenticationRequestProperty
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-clientvpnendpoint-directoryserviceauthenticationrequest.html

ExampleMetadata: fixture=_generated

Examples
// The code below shows an example of how to instantiate this type.
             // The values are placeholders you should change.
             using Amazon.CDK.AWS.EC2;

             var directoryServiceAuthenticationRequestProperty = new DirectoryServiceAuthenticationRequestProperty {
                 DirectoryId = "directoryId"
             };

Synopsis

Constructors

DirectoryServiceAuthenticationRequestProperty()

Describes the Active Directory to be used for client authentication.

Properties

DirectoryId

The ID of the Active Directory to be used for authentication.

Constructors

DirectoryServiceAuthenticationRequestProperty()

Describes the Active Directory to be used for client authentication.

public DirectoryServiceAuthenticationRequestProperty()
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-clientvpnendpoint-directoryserviceauthenticationrequest.html

ExampleMetadata: fixture=_generated

Examples
// The code below shows an example of how to instantiate this type.
             // The values are placeholders you should change.
             using Amazon.CDK.AWS.EC2;

             var directoryServiceAuthenticationRequestProperty = new DirectoryServiceAuthenticationRequestProperty {
                 DirectoryId = "directoryId"
             };

Properties

DirectoryId

The ID of the Active Directory to be used for authentication.

public string DirectoryId { get; set; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-clientvpnendpoint-directoryserviceauthenticationrequest.html#cfn-ec2-clientvpnendpoint-directoryserviceauthenticationrequest-directoryid

Implements

CfnClientVpnEndpoint.IDirectoryServiceAuthenticationRequestProperty
Back to top Generated by DocFX