LinkedServiceSftpKeyVaultPrivateKeyContentBase64

data class LinkedServiceSftpKeyVaultPrivateKeyContentBase64(val linkedServiceName: String, val secretName: String)

Constructors

constructor(linkedServiceName: String, secretName: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

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

Link copied to clipboard

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