Class CfnClientVpnEndpointPropsMixin.DirectoryServiceAuthenticationRequestProperty
Describes the Active Directory to be used for client authentication.
Inherited Members
Namespace: Amazon.CDK.Mixins.Preview.AWS.EC2.Mixins
Assembly: Amazon.CDK.Mixins.Preview.dll
Syntax (csharp)
public class CfnClientVpnEndpointPropsMixin.DirectoryServiceAuthenticationRequestProperty : CfnClientVpnEndpointPropsMixin.IDirectoryServiceAuthenticationRequestProperty
Syntax (vb)
Public Class CfnClientVpnEndpointPropsMixin.DirectoryServiceAuthenticationRequestProperty Implements CfnClientVpnEndpointPropsMixin.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.Mixins.Preview.AWS.EC2.Mixins;
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.Mixins.Preview.AWS.EC2.Mixins;
var directoryServiceAuthenticationRequestProperty = new DirectoryServiceAuthenticationRequestProperty {
DirectoryId = "directoryId"
};
Properties
DirectoryId
The ID of the Active Directory to be used for authentication.
public string? DirectoryId { get; set; }