AuditEvent
Description
An audit event which is the base for all the audit events. (Note: The field level constraints listed here might not cover all the constraints on the field. Additional constraints might exist.)
Supported Operations
Model Properties
| Property | Required | Type | Description | |||
|---|---|---|---|---|---|---|
| sourceIp | False | string | An IP address from which the action was performed, SYSTEM for system events. | |||
| userName | False | string | A Username of the user performing the action, SYSTEM for system events. | |||
| timeStamp | False | integer | A number of milliseconds since the POSIX Epoch event took place at. | |||
| eventData | False | object |
A data holder comprising event-specific details.
Allowed types are: [ AuditBaseEventData , AuditCustomFeedUpdateData , AuditDeploymentData , AuditHAActionData , AuditJobExecutionData ] |
|||
| id | False | string |
An event identifier.
Field level constraints: must match pattern ^((?!;).)*$. (Note: Additional constraints might exist) |
|||
| type | True | string | A UTF8 string, all letters lower-case, that represents the class-type. This corresponds to the class name. | |||