IntegrationRuntimeSsisExpressCustomSetupCommandKeyArgs

data class IntegrationRuntimeSsisExpressCustomSetupCommandKeyArgs(val keyVaultPassword: Output<IntegrationRuntimeSsisExpressCustomSetupCommandKeyKeyVaultPasswordArgs>? = null, val password: Output<String>? = null, val targetName: Output<String>, val userName: Output<String>) : ConvertibleToJava<IntegrationRuntimeSsisExpressCustomSetupCommandKeyArgs>

Constructors

constructor(keyVaultPassword: Output<IntegrationRuntimeSsisExpressCustomSetupCommandKeyKeyVaultPasswordArgs>? = null, password: Output<String>? = null, targetName: Output<String>, userName: Output<String>)

Properties

Link copied to clipboard

A key_vault_secret_reference block as defined below.

Link copied to clipboard
val password: Output<String>? = null

The password for the target device.

Link copied to clipboard
val targetName: Output<String>

The target computer or domain name.

Link copied to clipboard
val userName: Output<String>

The username for the target device.

Functions

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