Description
Type string READONLY
event identifies the type of event logged by the policy server process. An event is logged when the policy server accepts or rejects a command.
Possible values are:
- Accept
- Reject
- Finish
- AlertRaised
This value is saved in the event log and can be viewed using pmlog.
Example
#Display all accepted events from the audit log pmlog –c 'event == "Accept"'