Integration Runtime Ssis Express Custom Setup Command Key Args
data class IntegrationRuntimeSsisExpressCustomSetupCommandKeyArgs(val keyVaultPassword: Output<IntegrationRuntimeSsisExpressCustomSetupCommandKeyKeyVaultPasswordArgs>? = null, val password: Output<String>? = null, val targetName: Output<String>, val userName: Output<String>) : ConvertibleToJava<IntegrationRuntimeSsisExpressCustomSetupCommandKeyArgs>
Constructors
Link copied to clipboard
fun IntegrationRuntimeSsisExpressCustomSetupCommandKeyArgs(keyVaultPassword: Output<IntegrationRuntimeSsisExpressCustomSetupCommandKeyKeyVaultPasswordArgs>? = null, password: Output<String>? = null, targetName: Output<String>, userName: Output<String>)
Functions
Properties
Link copied to clipboard
val keyVaultPassword: Output<IntegrationRuntimeSsisExpressCustomSetupCommandKeyKeyVaultPasswordArgs>? = null
Link copied to clipboard