Class CfnClientVpnEndpoint.DirectoryServiceAuthenticationRequestProperty
Describes the Active Directory to be used for client authentication.
Inherited Members
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
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
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; }