Update to powershell SDK docs: 13123805130

This commit is contained in:
developer-relations-sp
2025-02-03 22:09:17 +00:00
parent bdb088c15d
commit 3e9d359da1
2608 changed files with 14669 additions and 14876 deletions

View File

@@ -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