IngressSettingsClientAuthArgs

data class IngressSettingsClientAuthArgs(val certificates: Output<List<String>>? = null) : ConvertibleToJava<IngressSettingsClientAuthArgs>

Client-Certification Authentication.

Constructors

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

Properties

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

Collection of certificate resource id.

Functions

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