ProviderClientAuthArgs

data class ProviderClientAuthArgs(val certFile: Output<String>, val keyFile: Output<String>) : ConvertibleToJava<ProviderClientAuthArgs>

Constructors

Link copied to clipboard
constructor(certFile: Output<String>, keyFile: Output<String>)

Properties

Link copied to clipboard
val certFile: Output<String>

Path to a file containing the client certificate.

Link copied to clipboard
val keyFile: Output<String>

Path to a file containing the private key that the certificate was issued for.

Functions

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