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,10 +16,10 @@ tags: ['SDK', 'Software Development Kit', 'RoleGetAllBulkUpdateResponse', 'V2024
|
||||
|
||||
Name | Type | Description | Notes
|
||||
------------ | ------------- | ------------- | -------------
|
||||
**Id** | Pointer to **String** | ID of the task which is executing the bulk update. This also used in to the bulk-update/** API to track status. | [optional]
|
||||
**Type** | Pointer to **String** | Type of the bulk update object. | [optional]
|
||||
**Status** | Pointer to **Enum** [ "CREATED", "PRE_PROCESS", "POST_PROCESS", "CHUNK_PENDING", "CHUNK_PROCESSING" ] | The status of the bulk update request, only list unfinished request's status, the status could also checked by getBulkUpdateStatus API | [optional]
|
||||
**Created** | Pointer to **System.DateTime** | Time when the bulk update request was created | [optional]
|
||||
**Id** | **String** | ID of the task which is executing the bulk update. This also used in to the bulk-update/** API to track status. | [optional]
|
||||
**Type** | **String** | Type of the bulk update object. | [optional]
|
||||
**Status** | **Enum** [ "CREATED", "PRE_PROCESS", "POST_PROCESS", "CHUNK_PENDING", "CHUNK_PROCESSING" ] | The status of the bulk update request, only list unfinished request's status, the status could also checked by getBulkUpdateStatus API | [optional]
|
||||
**Created** | **System.DateTime** | Time when the bulk update request was created | [optional]
|
||||
|
||||
## Examples
|
||||
|
||||
|
||||
Reference in New Issue
Block a user