Class EndpointAuthenticationOptionGetArgs
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.Inputs
Assembly: Pulumi.Aws.dll
Syntax
public sealed class EndpointAuthenticationOptionGetArgs : ResourceArgs
Constructors
View SourceEndpointAuthenticationOptionGetArgs()
Declaration
public EndpointAuthenticationOptionGetArgs()
Properties
View SourceActiveDirectoryId
The ID of the Active Directory to be used for authentication if type is directory-service-authentication.
Declaration
public Input<string> ActiveDirectoryId { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<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 Input<string> RootCertificateChainArn { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<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 Input<string> Type { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |