IntegrationRuntimeSsisExpressCustomSetupCommandKey

data class IntegrationRuntimeSsisExpressCustomSetupCommandKey(val keyVaultPassword: IntegrationRuntimeSsisExpressCustomSetupCommandKeyKeyVaultPassword? = null, val password: String? = null, val targetName: String, val userName: String)

Constructors

constructor(keyVaultPassword: IntegrationRuntimeSsisExpressCustomSetupCommandKeyKeyVaultPassword? = null, password: String? = null, targetName: String, userName: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

A key_vault_secret_reference block as defined below.

Link copied to clipboard
val password: String? = null

The password for the target device.

Link copied to clipboard

The target computer or domain name.

Link copied to clipboard

The username for the target device.