sshClientCert

@JvmName(name = "rnhqnxtdgjnrfrbk")
suspend fun sshClientCert(value: Output<ConnectionAuthConfigSshPublicKeySshClientCertArgs>)
@JvmName(name = "pdnxcubgmeduhmyx")
suspend fun sshClientCert(value: ConnectionAuthConfigSshPublicKeySshClientCertArgs?)

Parameters

value

SSH Client Cert. It should contain both public and private key. Structure is documented below.


@JvmName(name = "wkjaixrwpjcbhcvl")
suspend fun sshClientCert(argument: suspend ConnectionAuthConfigSshPublicKeySshClientCertArgsBuilder.() -> Unit)

Parameters

argument

SSH Client Cert. It should contain both public and private key. Structure is documented below.