Cmdkey Setup Args
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>)