%SYS.Task.SecurityScan
Class %SYS.Task.SecurityScan Extends %SYS.Task.Definition [ System = 4 ]
This class is a pre-defined system task which runs a security scan every day at midnight. The scan consists of the following items:
- Disable expired user accounts
- Expire user passwords
- Expire CSP session tokens
Parameters
TaskName
Parameter TaskName = "SecurityScan";
Methods
OnTask
Method OnTask() As %Status
This method is responsible for executing the task.
At the scheduled time, the Task Manager creates an instance of this object, sets any property values using the stored "settings" for the task, and then invokes this method to execute the task.