LinkedServiceSftpKeyVaultPrivateKeyContentBase64Args

data class LinkedServiceSftpKeyVaultPrivateKeyContentBase64Args(val linkedServiceName: Output<String>, val secretName: Output<String>) : ConvertibleToJava<LinkedServiceSftpKeyVaultPrivateKeyContentBase64Args>

Constructors

constructor(linkedServiceName: Output<String>, secretName: Output<String>)

Properties

Link copied to clipboard

Specifies the name of an existing Key Vault Data Factory Linked Service.

Link copied to clipboard
val secretName: Output<String>

Specifies the name of the secret containing the Base64 encoded SSH private key.

Functions

Link copied to clipboard
open override fun toJava(): LinkedServiceSftpKeyVaultPrivateKeyContentBase64Args