<?php declare(strict_types = 0);
public const UI_MONITORING_DASHBOARD = 'ui.monitoring.dashboard';
public const UI_MONITORING_PROBLEMS = 'ui.monitoring.problems';
public const UI_MONITORING_HOSTS = 'ui.monitoring.hosts';
public const UI_MONITORING_LATEST_DATA = 'ui.monitoring.latest_data';
public const UI_MONITORING_MAPS = 'ui.monitoring.maps';
public const UI_MONITORING_DISCOVERY = 'ui.monitoring.discovery';
public const UI_INVENTORY_OVERVIEW = 'ui.inventory.overview';
public const UI_INVENTORY_HOSTS = 'ui.inventory.hosts';
public const UI_REPORTS_SYSTEM_INFO = 'ui.reports.system_info';
public const UI_REPORTS_AVAILABILITY_REPORT = 'ui.reports.availability_report';
public const UI_REPORTS_TOP_TRIGGERS = 'ui.reports.top_triggers';
public const UI_REPORTS_AUDIT = 'ui.reports.audit';
public const UI_REPORTS_ACTION_LOG = 'ui.reports.action_log';
public const UI_REPORTS_NOTIFICATIONS = 'ui.reports.notifications';
public const UI_REPORTS_SCHEDULED_REPORTS = 'ui.reports.scheduled_reports';
public const UI_SERVICES_SERVICES = 'ui.services.services';
public const UI_SERVICES_SLA = 'ui.services.sla';
public const UI_SERVICES_SLA_REPORT = 'ui.services.sla_report';
public const UI_CONFIGURATION_TEMPLATE_GROUPS = 'ui.configuration.template_groups';
public const UI_CONFIGURATION_HOST_GROUPS = 'ui.configuration.host_groups';
public const UI_CONFIGURATION_TEMPLATES = 'ui.configuration.templates';
public const UI_CONFIGURATION_HOSTS = 'ui.configuration.hosts';
public const UI_CONFIGURATION_MAINTENANCE = 'ui.configuration.maintenance';
public const UI_CONFIGURATION_TRIGGER_ACTIONS = 'ui.configuration.trigger_actions';
public const UI_CONFIGURATION_SERVICE_ACTIONS = 'ui.configuration.service_actions';
public const UI_CONFIGURATION_DISCOVERY_ACTIONS = 'ui.configuration.discovery_actions';
public const UI_CONFIGURATION_AUTOREGISTRATION_ACTIONS = 'ui.configuration.autoregistration_actions';
public const UI_CONFIGURATION_INTERNAL_ACTIONS = 'ui.configuration.internal_actions';
public const UI_CONFIGURATION_EVENT_CORRELATION = 'ui.configuration.event_correlation';
public const UI_CONFIGURATION_DISCOVERY = 'ui.configuration.discovery';
public const UI_ADMINISTRATION_GENERAL = 'ui.administration.general';
public const UI_ADMINISTRATION_AUDIT_LOG = 'ui.administration.audit_log';
public const UI_ADMINISTRATION_HOUSEKEEPING = 'ui.administration.housekeeping';
public const UI_ADMINISTRATION_PROXY_GROUPS = 'ui.administration.proxy_groups';
public const UI_ADMINISTRATION_PROXIES = 'ui.administration.proxies';
public const UI_ADMINISTRATION_MACROS = 'ui.administration.macros';
public const UI_ADMINISTRATION_AUTHENTICATION = 'ui.administration.authentication';
public const UI_ADMINISTRATION_USER_GROUPS = 'ui.administration.user_groups';
public const UI_ADMINISTRATION_USER_ROLES = 'ui.administration.user_roles';
public const UI_ADMINISTRATION_USERS = 'ui.administration.users';
public const UI_ADMINISTRATION_API_TOKENS = 'ui.administration.api_tokens';
public const UI_ADMINISTRATION_MEDIA_TYPES = 'ui.administration.media_types';
public const UI_ADMINISTRATION_SCRIPTS = 'ui.administration.scripts';
public const UI_ADMINISTRATION_QUEUE = 'ui.administration.queue';
public const ACTIONS_EDIT_DASHBOARDS = 'actions.edit_dashboards';
public const ACTIONS_EDIT_MAPS = 'actions.edit_maps';
public const ACTIONS_EDIT_MAINTENANCE = 'actions.edit_maintenance';
public const ACTIONS_ADD_PROBLEM_COMMENTS = 'actions.add_problem_comments';
public const ACTIONS_CHANGE_SEVERITY = 'actions.change_severity';
public const ACTIONS_ACKNOWLEDGE_PROBLEMS = 'actions.acknowledge_problems';
public const ACTIONS_SUPPRESS_PROBLEMS = 'actions.suppress_problems';
public const ACTIONS_CLOSE_PROBLEMS = 'actions.close_problems';
public const ACTIONS_EXECUTE_SCRIPTS = 'actions.execute_scripts';
public const ACTIONS_MANAGE_API_TOKENS = 'actions.manage_api_tokens';
public const ACTIONS_MANAGE_SCHEDULED_REPORTS = 'actions.manage_scheduled_reports';
public const ACTIONS_MANAGE_SLA = 'actions.manage_sla';
public const ACTIONS_INVOKE_EXECUTE_NOW = 'actions.invoke_execute_now';
public const ACTIONS_CHANGE_PROBLEM_RANKING = 'actions.change_problem_ranking';
public const UI_SECTION_DASHBOARDS = 'ui.dashboards';
public const UI_SECTION_MONITORING = 'ui.monitoring';
public const UI_SECTION_SERVICES = 'ui.services';
public const UI_SECTION_INVENTORY = 'ui.inventory';
public const UI_SECTION_REPORTS = 'ui.reports';
public const UI_SECTION_DATA_COLLECTION = 'ui.data_collection';
public const UI_SECTION_ALERTS = 'ui.alerts';
public const UI_SECTION_USERS = 'ui.users';
public const UI_SECTION_ADMINISTRATION = 'ui.administration';