Files
developer.sailpoint.com/docs/tools/sdk/powershell/Reference/Beta/Models/TaskResultResponse.md
2025-05-07 14:37:48 +00:00

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
powershell
PowerShell
sdk
TaskResultResponse
BetaTaskResultResponse
/tools/sdk/powershell/beta/models/task-result-response
SDK
Software Development Kit
TaskResultResponse
BetaTaskResultResponse

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

[Back to top]