Show / Hide Table of Contents

Class EndpointAuthenticationOptionsArgs

Inheritance
System.Object
InputArgs
ResourceArgs
EndpointAuthenticationOptionsArgs
Inherited Members
ResourceArgs.Empty
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 EndpointAuthenticationOptionsArgs : ResourceArgs

Constructors

View Source

EndpointAuthenticationOptionsArgs()

Declaration
public EndpointAuthenticationOptionsArgs()

Properties

View Source

ActiveDirectoryId

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>
View Source

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>
View Source

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>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.