Gateway Properties Client Auth Args
    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
                fun GatewayPropertiesClientAuthArgs(certificateVerification: Output<Either<String, GatewayCertificateVerification>>? = null, certificates: Output<List<String>>? = null)