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-task-result-simplified | TaskResultSimplified | TaskResultSimplified | TaskResultSimplified | powershellsdk |
|
/tools/sdk/powershell/v2024/models/task-result-simplified |
|
TaskResultSimplified
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| Id | String | Task identifier | [optional] |
| Name | String | Task name | [optional] |
| Description | String | Task description | [optional] |
| Launcher | String | User or process who launched the task | [optional] |
| Completed | System.DateTime | Date time of completion | [optional] |
| Launched | System.DateTime | Date time when the task was launched | [optional] |
| CompletionStatus | Enum [ "Success", "Warning", "Error", "Terminated", "TempError" ] | Task result status | [optional] |
Examples
- Prepare the resource
$TaskResultSimplified = Initialize-PSSailpoint.V2024TaskResultSimplified -Id ff8081814d977c21014da056804a0af3 `
-Name Background Object Terminator c8f030f2-b1a6-4e33-99e8-6935bc18735d `
-Description Generic task for terminating data in the overlay, used by the TerminationService. `
-Launcher support `
-Completed null `
-Launched null `
-CompletionStatus Success
- Convert the resource to JSON
$TaskResultSimplified | ConvertTo-JSON