mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-06 20:37:46 +00:00
1.0 KiB
1.0 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 | |||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| beta-task-result-response | TaskResultResponse | TaskResultResponse | TaskResultResponse | powershellsdk |
|
/tools/sdk/powershell/beta/models/task-result-response |
|
TaskResultResponse
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| Type | String | the type of response reference | [optional] |
| Id | String | the task ID | [optional] |
| Name | String | the task name (not used in this endpoint, always null) | [optional] |
Examples
- Prepare the resource
$TaskResultResponse = Initialize-BetaTaskResultResponse -Type TASK_RESULT `
-Id 78733556-9ea3-4f59-bf69-e5cd92b011b4 `
-Name null
- Convert the resource to JSON
$TaskResultResponse | ConvertTo-JSON