Name
sn_vsc.SecurityCenterConstants
Description
No description available
Script
var SecurityCenterConstants = Class.create();
SecurityCenterConstants.prototype = {
initialize: function() {
},
type: 'SecurityCenterConstants'
};
//sysId's
SecurityCenterConstants.prototype.SCPAJob = "aead645c53911110dd8eddeeff7b12e9";
SecurityCenterConstants.prototype.SCMonthlyJob = "6f3ea65153611110dd8eddeeff7b1240";
SecurityCenterConstants.prototype.HardeningSuite = '833655cc1b94101046e87733cd4bcb4e';
SecurityCenterConstants.prototype.AdminUser = '2831a114c611228501d4ea6c309d626d';
SecurityCenterConstants.prototype.SCUser = '142f16e253011110dd8eddeeff7b125e';
SecurityCenterConstants.prototype.SCPackage = 'a51d46e3f2014110366b10017c5ba675';
SecurityCenterConstants.prototype.SUM_OF_COMPLIANT_HARDENING_SETTING_WEIGHT = '2a7416e118678110f877e53e0f018713';
SecurityCenterConstants.prototype.TOTAL_HARDENING_SETTING_WEIGHT = 'c962526118678110f877e53e0f0187d1';
SecurityCenterConstants.prototype.ADMIN_ROLE_SYS_ID = "2831a114c611228501d4ea6c309d626d";
//Tables
SecurityCenterConstants.prototype.PAJobLogs = "pa_job_logs";
SecurityCenterConstants.prototype.SYS_USER = "sys_user";
SecurityCenterConstants.prototype.SYS_EVENT = "sysevent";
SecurityCenterConstants.prototype.SYS_POLL = "sys_poll";
SecurityCenterConstants.prototype.SC_LOGIN = "sn_vsc_login_event";
SecurityCenterConstants.prototype.SC_IMPERSONATION = "sn_vsc_impersonation_event";
SecurityCenterConstants.prototype.SC_ELEVATION = "sn_vsc_elevation_event";
SecurityCenterConstants.prototype.SC_EXPORT = "sn_vsc_export_event";
SecurityCenterConstants.prototype.SC_EXPORT_SETTING = "sn_vsc_export_setting";
SecurityCenterConstants.prototype.DATA_CLASS = "data_classification";
SecurityCenterConstants.prototype.DICT_CLASS = "m2m_dictionary_dataclass";
SecurityCenterConstants.prototype.USER_HAS_ROLE = "sys_user_has_role";
//variables
SecurityCenterConstants.prototype.StartTime = "00:00:00";
SecurityCenterConstants.prototype.EndTime = "23:59:59";
SecurityCenterConstants.prototype.hardening_comparison = "hardening_comparisons";
SecurityCenterConstants.prototype.pollConfig = {
"hardening_comparisons" : {
"tableName" : "sn_vsc_user_comparisons",
"columnForComparisonValueCheck" : "usr_name",
"comparison_progress_text" : "progress",
"comparison_completed_text" : "complete"
},
"scan_comparisons" : {
"tableName" : "sn_vsc_scan_comparisons",
"columnForComparisonValueCheck" : "scn_comp",
"comparison_progress_text" : "progress",
"comparison_completed_text" : "complete"
}
};
SecurityCenterConstants.prototype.scan_comparison = "scan_comparisons";
// SC Events
SecurityCenterConstants.prototype.scEvents = {
LOGIN_ADMIN: "login_admin",
LOGIN_SNC: "login_snc",
SECURITY_ELEVATION: "security_elevation",
IMPERSONATION: "impersonation",
EXPORT: "sn_vsc.sc_security_export"
};
// SC Event Tables
SecurityCenterConstants.prototype.scEventToTable = {
login_admin: "sn_vsc_login_event",
login_snc: "sn_vsc_login_event",
security_elevation: "sn_vsc_elevation_event",
impersonation: "sn_vsc_impersonation_event",
"sn_vsc.sc_security_export": "sn_vsc_export_event"
};
Sys ID
e29d3b6053011110dd8eddeeff7b122d