ClientCertificateAuthenticationArgs

data class ClientCertificateAuthenticationArgs(val allowedThumbprints: Output<List<String>>? = null, val validationScheme: Output<Either<String, ClientCertificateValidationScheme>>? = null) : ConvertibleToJava<ClientCertificateAuthenticationArgs>

The certificate authentication properties for the client.

Constructors

Link copied to clipboard
constructor(allowedThumbprints: Output<List<String>>? = null, validationScheme: Output<Either<String, ClientCertificateValidationScheme>>? = null)

Properties

Link copied to clipboard
val allowedThumbprints: Output<List<String>>? = null

The list of thumbprints that are allowed during client authentication. This property is required only if the validationScheme is 'ThumbprintMatch'.

Link copied to clipboard

The validation scheme used to authenticate the client. Default value is SubjectMatchesAuthenticationName.

Functions

Link copied to clipboard
open override fun toJava(): ClientCertificateAuthenticationArgs