Tls Certificate Context Args
data class TlsCertificateContextArgs(val certificatePaths: Output<TlsCertificatePathsArgs>? = null, val certificateSource: Output<TlsCertificateContextCertificateSource>? = null, val sdsConfig: Output<SdsConfigArgs>? = null) : ConvertibleToJava<TlsCertificateContextArgs>
Deprecated Defines the mechanism to obtain the client or server certificate. Defines the mechanism to obtain the client or server certificate.
Constructors
Link copied to clipboard
fun TlsCertificateContextArgs(certificatePaths: Output<TlsCertificatePathsArgs>? = null, certificateSource: Output<TlsCertificateContextCertificateSource>? = null, sdsConfig: Output<SdsConfigArgs>? = null)