Interface CfnClientVpnEndpoint.IDirectoryServiceAuthenticationRequestProperty
Describes the Active Directory to be used for client authentication.
Namespace: Amazon.CDK.AWS.EC2
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface IDirectoryServiceAuthenticationRequestProperty
Syntax (vb)
Public Interface 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
Properties
Directory |
The ID of the Active Directory to be used for authentication. |
Properties
DirectoryId
The ID of the Active Directory to be used for authentication.
string DirectoryId { get; }
Property Value
System.