ListenerMutualAuthentication

data class ListenerMutualAuthentication(val advertiseTrustStoreCaNames: String? = null, val ignoreClientCertificateExpiry: Boolean? = null, val mode: String? = null, val trustStoreArn: String? = null)

The mutual authentication configuration information.

Constructors

Link copied to clipboard
constructor(advertiseTrustStoreCaNames: String? = null, ignoreClientCertificateExpiry: Boolean? = null, mode: String? = null, trustStoreArn: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Indicates whether trust store CA certificate names are advertised.

Link copied to clipboard

Indicates whether expired client certificates are ignored.

Link copied to clipboard
val mode: String? = null

The client certificate handling method. Options are `off`, `passthrough` or `verify`. The default value is `off`.

Link copied to clipboard
val trustStoreArn: String? = null

The Amazon Resource Name (ARN) of the trust store.