| Id |
String |
|
[required] |
| Name |
String |
|
[required] |
| Type |
DocumentType |
|
[required] |
| Created |
Pointer to System.DateTime |
ISO-8601 date-time referring to the time when the object was created. |
[optional] |
| Synced |
Pointer to String |
ISO-8601 date-time referring to the date-time when object was queued to be synced into search database for use in the search API. This date-time changes anytime there is an update to the object, which triggers a synchronization event being sent to the search database. There may be some delay between the synced time and the time when the updated data is actually available in the search API. |
[optional] |
| Action |
Pointer to String |
Name of the event as it's displayed in audit reports. |
[optional] |
| Type |
Pointer to String |
Event type. Refer to Event Types for a list of event types and their meanings. |
[optional] |
| Actor |
Pointer to String |
Name of the actor that generated the event. |
[optional] |
| Target |
Pointer to String |
Name of the target, or recipient, of the event. |
[optional] |
| Stack |
Pointer to String |
The event's stack. |
[optional] |
| TrackingNumber |
Pointer to String |
ID of the group of events. |
[optional] |
| IpAddress |
Pointer to String |
Target system's IP address. |
[optional] |
| Details |
Pointer to String |
ID of event's details. |
[optional] |
| Attributes |
Pointer to [map[string]AnyType]https://learn.microsoft.com/en-us/powershell/scripting/lang-spec/chapter-04?view=powershell-7.4 |
Attributes involved in the event. |
[optional] |
| Objects |
Pointer to []String |
Objects the event is happening to. |
[optional] |
| Operation |
Pointer to String |
Operation, or action, performed during the event. |
[optional] |
| Status |
Pointer to String |
Event status. Refer to Event Statuses for a list of event statuses and their meanings. |
[optional] |
| TechnicalName |
Pointer to String |
Event's normalized name. This normalized name always follows the pattern of 'objects_operation_status'. |
[optional] |