add auditing to objects URLAction, KeyStore, CustomFields and also audit when url actions are run

This commit is contained in:
sadnub
2021-09-05 12:32:37 -04:00
parent 8ed96245c9
commit dfbb6333ae

View File

@@ -155,6 +155,7 @@ const agentActionOptions = [
{ value: "execute_command", label: "Execute Command" },
{ value: "execute_script", label: "Execute Script" },
{ value: "remote_session", label: "Remote Session" },
{ value: "url_action", label: "URL Action" },
];
const actionOptions = [
@@ -181,6 +182,9 @@ const objectOptions = [
{ value: "winupdatepolicy", label: "Patch Policy" },
{ value: "alerttemplate", label: "Alert Template" },
{ value: "role", label: "Role" },
{ value: "urlaction", label: "URL Action" },
{ value: "keystore", label: "Global Key Store" },
{ value: "customfield", label: "Custom Field" },
];
const timeOptions = [