Codes of settings in the Email disclaimer section

If logging of audit events and modified settings is enabled in Event Log settings, when settings of the Email disclaimer rule section are edited, detailed information about the changes is recorded in an Audit Log event.

The following table shows how the settings in the Email disclaimer rule section are coded in an Audit Log record.

Codes of Email disclaimer settings in an audit event record

Email disclaimer setting

Code in the audit event record

Examples

Add disclaimer

scanSettings.disclaimer.enable

Possible values:

  • true if the check box is selected.
  • false if the check box is not selected.

Rule created:

scanSettings.disclaimer.enable[][true]

scanSettings.disclaimer.templateId[][1]

Rule modified:

scanSettings.disclaimer.enable[true][false]

scanSettings.disclaimer.templateId[1][2]

Rule deleted:

scanSettings.disclaimer.enable[false][]

scanSettings.disclaimer.templateId[2][]

Notification template

scanSettings.disclaimer.templateId

Page top