AuditEventCommonAttributes
The common attributes for all audit events.
Declaration
object AuditEventCommonAttributesProperties
| Name | Type | Description |
|---|---|---|
eventDateTime | date-time | Timestamp when the event occurred (ISO8601 format, UTC). |
type Required | AuditEventType | The type of event that occurred. |
category | AuditEventCategory | The category of the event. |
actorType | AuditEventActorType | The type of entity that performed the action. |
actorId | string | Unique identifier of the actor. |
actorName | string | Display name of the actor. Optional, may not be populated for all events. |
subjectType | AuditEventSubjectType | The type of entity that was affected. |
subjectId | string | Unique identifier of the subject. |
subjectName | string | Display name of the subject. Optional, may not be populated for all events. |
outcome | AuditEventOutcome | The result of the action. Optional, may not be populated for all events. |
groupId | string | Identifier for grouping related events. Optional, may not be populated for all events. |
eventDataPropertyKey | string | Property key for event-specific data. |