GatewayPropertiesClientAuthArgs

data class GatewayPropertiesClientAuthArgs(val certificateVerification: Output<Either<String, GatewayCertificateVerification>>? = null, val certificates: Output<List<String>>? = null) : ConvertibleToJava<GatewayPropertiesClientAuthArgs>

Client-Certification Authentication.

Constructors

Link copied to clipboard
constructor(certificateVerification: Output<Either<String, GatewayCertificateVerification>>? = null, certificates: Output<List<String>>? = null)

Properties

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

Collection of certificate resource Ids in Azure Spring Apps.

Link copied to clipboard

Whether to enable certificate verification or not

Functions

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