sshClientCert

@JvmName(name = "tmtfwyjfqttpitxy")
suspend fun sshClientCert(value: Output<SecretArgs>)
@JvmName(name = "cbtjjrifuyobcqnt")
suspend fun sshClientCert(value: SecretArgs?)

Parameters

value

SSH Client Cert. It should contain both public and private key.


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

Parameters

argument

SSH Client Cert. It should contain both public and private key.