GatewayPropertiesResponseClientAuth

data class GatewayPropertiesResponseClientAuth(val certificateVerification: String? = null, val certificates: List<String>? = null)

Client-Certification Authentication.

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

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

Collection of certificate resource Ids in Azure Spring Apps.

Link copied to clipboard

Whether to enable certificate verification or not