IntegrationRuntimeSsisExpressCustomSetupCommandKeyKeyVaultPassword

data class IntegrationRuntimeSsisExpressCustomSetupCommandKeyKeyVaultPassword(val linkedServiceName: String, val parameters: Map<String, String>? = null, val secretName: String, val secretVersion: String? = null)

Constructors

fun IntegrationRuntimeSsisExpressCustomSetupCommandKeyKeyVaultPassword(linkedServiceName: String, parameters: Map<String, String>? = null, secretName: String, secretVersion: String? = null)

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
val parameters: Map<String, String>? = null

A map of parameters to associate with the Key Vault Data Factory Linked Service.

Link copied to clipboard

Specifies the secret name in Azure Key Vault.

Link copied to clipboard
val secretVersion: String? = null

Specifies the secret version in Azure Key Vault.