Cmdkey Setup Response
data class CmdkeySetupResponse(val password: Either<AzureKeyVaultSecretReferenceResponse, SecureStringResponse>, val targetName: Any, val type: String, val userName: Any)
The custom setup of running cmdkey commands.
Constructors
Link copied to clipboard
fun CmdkeySetupResponse(password: Either<AzureKeyVaultSecretReferenceResponse, SecureStringResponse>, targetName: Any, type: String, userName: Any)