<?php declare(strict_types = 0);
public const ACTION_ADD = 0;
public const ACTION_UPDATE = 1;
public const ACTION_DELETE = 2;
public const ACTION_LOGOUT = 4;
public const ACTION_EXECUTE = 7;
public const ACTION_LOGIN_SUCCESS = 8;
public const ACTION_LOGIN_FAILED = 9;
public const ACTION_HISTORY_CLEAR = 10;
public const ACTION_CONFIG_REFRESH = 11;
public const ACTION_PUSH = 12;
public const RESOURCE_USER = 0;
public const RESOURCE_MEDIA_TYPE = 3;
public const RESOURCE_HOST = 4;
public const RESOURCE_ACTION = 5;
public const RESOURCE_GRAPH = 6;
public const RESOURCE_USER_GROUP = 11;
public const RESOURCE_TRIGGER = 13;
public const RESOURCE_HOST_GROUP = 14;
public const RESOURCE_ITEM = 15;
public const RESOURCE_IMAGE = 16;
public const RESOURCE_VALUE_MAP = 17;
public const RESOURCE_IT_SERVICE = 18;
public const RESOURCE_MAP = 19;
public const RESOURCE_SCENARIO = 22;
public const RESOURCE_DISCOVERY_RULE = 23;
public const RESOURCE_SCRIPT = 25;
public const RESOURCE_PROXY = 26;
public const RESOURCE_MAINTENANCE = 27;
public const RESOURCE_REGEXP = 28;
public const RESOURCE_MACRO = 29;
public const RESOURCE_TEMPLATE = 30;