privateKeyContent

@JvmName(name = "gvlnhshtkyyarbxw")
suspend fun privateKeyContent(value: Output<Either<AzureKeyVaultSecretReferenceArgs, SecureStringArgs>>)
@JvmName(name = "outybidhlgcslasg")
suspend fun privateKeyContent(value: Either<AzureKeyVaultSecretReferenceArgs, SecureStringArgs>?)
@JvmName(name = "txaeahderhipwadr")
fun privateKeyContent(value: AzureKeyVaultSecretReferenceArgs)
@JvmName(name = "aihjtapxkfnjqvxs")
fun privateKeyContent(value: SecureStringArgs)

Parameters

value

Base64 encoded SSH private key content for SshPublicKey authentication. For on-premises copy with SshPublicKey authentication, either PrivateKeyPath or PrivateKeyContent should be specified. SSH private key should be OpenSSH format.