<?php declare(strict_types = 1);
class CAudit {
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 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;
public const RESOURCE_TRIGGER_PROTOTYPE = 31;
public const RESOURCE_ICON_MAP = 32;
public const RESOURCE_DASHBOARD = 33;
public const RESOURCE_CORRELATION = 34;
public const RESOURCE_GRAPH_PROTOTYPE = 35;
public const RESOURCE_ITEM_PROTOTYPE = 36;
public const RESOURCE_HOST_PROTOTYPE = 37;
public const RESOURCE_AUTOREGISTRATION = 38;
public const RESOURCE_MODULE = 39;
public const RESOURCE_SETTINGS = 40;
public const RESOURCE_HOUSEKEEPING = 41;
public const RESOURCE_AUTHENTICATION = 42;
public const RESOURCE_TEMPLATE_DASHBOARD = 43;
public const RESOURCE_USER_ROLE = 44;
public const RESOURCE_AUTH_TOKEN = 45;
public const RESOURCE_SCHEDULED_REPORT = 46;
public const RESOURCE_HA_NODE = 47;
public const RESOURCE_SLA = 48;
public const RESOURCE_USERDIRECTORY = 49;