mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-09 20:37:47 +00:00
Update to powershell SDK docs: 13123805130
This commit is contained in:
@@ -16,24 +16,24 @@ tags: ['SDK', 'Software Development Kit', 'EventDocument', 'EventDocument']
|
||||
|
||||
Name | Type | Description | Notes
|
||||
------------ | ------------- | ------------- | -------------
|
||||
**Id** | **String** | | [required]
|
||||
**Name** | **String** | | [required]
|
||||
**Type** | [**DocumentType**](document-type) | | [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](https://documentation.sailpoint.com/saas/help/search/index.html#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](https://documentation.sailpoint.com/saas/help/search/index.html#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]
|
||||
**Id** | **String** | | [required]
|
||||
**Name** | **String** | | [required]
|
||||
**Type** | [**DocumentType**](document-type) | | [required]
|
||||
**Created** | **System.DateTime** | ISO-8601 date-time referring to the time when the object was created. | [optional]
|
||||
**Synced** | **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** | **String** | Name of the event as it's displayed in audit reports. | [optional]
|
||||
**Type** | **String** | Event type. Refer to [Event Types](https://documentation.sailpoint.com/saas/help/search/index.html#event-types) for a list of event types and their meanings. | [optional]
|
||||
**Actor** | **String** | Name of the actor that generated the event. | [optional]
|
||||
**Target** | **String** | Name of the target, or recipient, of the event. | [optional]
|
||||
**Stack** | **String** | The event's stack. | [optional]
|
||||
**TrackingNumber** | **String** | ID of the group of events. | [optional]
|
||||
**IpAddress** | **String** | Target system's IP address. | [optional]
|
||||
**Details** | **String** | ID of event's details. | [optional]
|
||||
**Attributes** | [**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** | **[]String** | Objects the event is happening to. | [optional]
|
||||
**Operation** | **String** | Operation, or action, performed during the event. | [optional]
|
||||
**Status** | **String** | Event status. Refer to [Event Statuses](https://documentation.sailpoint.com/saas/help/search/index.html#event-statuses) for a list of event statuses and their meanings. | [optional]
|
||||
**TechnicalName** | **String** | Event's normalized name. This normalized name always follows the pattern of 'objects_operation_status'. | [optional]
|
||||
|
||||
## Examples
|
||||
|
||||
|
||||
Reference in New Issue
Block a user