Class EndpointAuthenticationOption
Inheritance
System.Object
EndpointAuthenticationOption
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.Ec2ClientVpn.Outputs
Assembly: Pulumi.Aws.dll
Syntax
public sealed class EndpointAuthenticationOption
Fields
View SourceActiveDirectoryId
The ID of the Active Directory to be used for authentication if type is directory-service-authentication.
Declaration
public readonly string ActiveDirectoryId
Field Value
| Type | Description |
|---|---|
| System.String |
RootCertificateChainArn
The ARN of the client certificate. The certificate must be signed by a certificate authority (CA) and it must be provisioned in AWS Certificate Manager (ACM). Only necessary when type is set to certificate-authentication.
Declaration
public readonly string RootCertificateChainArn
Field Value
| Type | Description |
|---|---|
| System.String |
Type
The type of client authentication to be used. Specify certificate-authentication to use certificate-based authentication, or directory-service-authentication to use Active Directory authentication.
Declaration
public readonly string Type
Field Value
| Type | Description |
|---|---|
| System.String |