Cmdkey Setup Args
    data class CmdkeySetupArgs(val password: Output<Either<AzureKeyVaultSecretReferenceArgs, 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
                fun CmdkeySetupArgs(password: Output<Either<AzureKeyVaultSecretReferenceArgs, SecureStringArgs>>, targetName: Output<Any>, type: Output<String>, userName: Output<Any>)