CmdkeySetupArgs

data class CmdkeySetupArgs(val password: Output<SecureStringArgs>, val targetName: Output<Any>, val type: Output<String>, val userName: Output<Any>) : ConvertibleToJava<CmdkeySetupArgs>

The custom setup of running cmdkey commands.

Constructors

Link copied to clipboard
constructor(password: Output<SecureStringArgs>, targetName: Output<Any>, type: Output<String>, userName: Output<Any>)

Properties

Link copied to clipboard

The password of data source access.

Link copied to clipboard
val targetName: Output<Any>

The server name of data source access.

Link copied to clipboard
val type: Output<String>

The type of custom setup. Expected value is 'CmdkeySetup'.

Link copied to clipboard
val userName: Output<Any>

The user name of data source access.

Functions

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