privateKeyContent

@JvmName(name = "ffrkiogbjygflwpa")
suspend fun privateKeyContent(value: Output<Either<AzureKeyVaultSecretReferenceArgs, SecureStringArgs>>)
@JvmName(name = "toxwgcmtlyeuxstf")
suspend fun privateKeyContent(value: Either<AzureKeyVaultSecretReferenceArgs, SecureStringArgs>?)
@JvmName(name = "ojvwqaujqqqgxynh")
fun privateKeyContent(value: AzureKeyVaultSecretReferenceArgs)
@JvmName(name = "mmufjcyqsmsgehjk")
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.