keyVaultPrivateKeyPassphrase

@JvmName(name = "qvrwcgvddcyjvyvm")
suspend fun keyVaultPrivateKeyPassphrase(value: Output<LinkedServiceSftpKeyVaultPrivateKeyPassphraseArgs>)

Parameters

value

A key_vault_private_key_passphrase block as defined below.

Note: One of private_key_content_base64 or private_key_path (or their Key Vault equivalent) is required when authentication_type is set to SshPublicKey.


@JvmName(name = "ujngobdtcqkhgqih")
suspend fun keyVaultPrivateKeyPassphrase(argument: suspend LinkedServiceSftpKeyVaultPrivateKeyPassphraseArgsBuilder.() -> Unit)

Parameters

argument

A key_vault_private_key_passphrase block as defined below.

Note: One of private_key_content_base64 or private_key_path (or their Key Vault equivalent) is required when authentication_type is set to SshPublicKey.