key Vault Private Key Passphrase
suspend fun keyVaultPrivateKeyPassphrase(value: Output<LinkedServiceSftpKeyVaultPrivateKeyPassphraseArgs>)
Parameters
value
A key_vault_private_key_passphrase block as defined below.
Note: One of
private_key_content_base64orprivate_key_path(or their Key Vault equivalent) is required whenauthentication_typeis set toSshPublicKey.
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_base64orprivate_key_path(or their Key Vault equivalent) is required whenauthentication_typeis set toSshPublicKey.