mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-06 20:37:46 +00:00
1.6 KiB
1.6 KiB
id, title, pagination_label, sidebar_label, sidebar_class_name, keywords, slug, tags
| id | title | pagination_label | sidebar_label | sidebar_class_name | keywords | slug | tags | |||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| v2024-role-get-all-bulk-update-response | RoleGetAllBulkUpdateResponse | RoleGetAllBulkUpdateResponse | RoleGetAllBulkUpdateResponse | powershellsdk |
|
/tools/sdk/powershell/v2024/models/role-get-all-bulk-update-response |
|
RoleGetAllBulkUpdateResponse
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| 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
- Prepare the resource
$RoleGetAllBulkUpdateResponse = Initialize-V2024RoleGetAllBulkUpdateResponse -Id 2c9180867817ac4d017817c491119a20 `
-Type Role `
-Status CREATED `
-Created 2020-10-08T18:33:52.029Z
- Convert the resource to JSON
$RoleGetAllBulkUpdateResponse | ConvertTo-JSON