Files
developer.sailpoint.com/docs/tools/sdk/powershell/refrence/beta/Models/TaskResultResponse.md
darrell-thobe-sp 39d2297259 update to doc files
2025-01-24 14:40:05 -05: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
task-result-response TaskResultResponse TaskResultResponse TaskResultResponse powershellsdk
powershell
PowerShell
sdk
TaskResultResponse
/tools/sdk/powershell/beta/models/task-result-response
SDK
Software Development Kit
TaskResultResponse

TaskResultResponse

Properties

Name Type Description Notes
Type Pointer to String the type of response reference [optional]
Id Pointer to String the task ID [optional]
Name Pointer to String the task name (not used in this endpoint, always null) [optional]

Examples

  • Prepare the resource
$TaskResultResponse = Initialize-PSSailpoint.BetaTaskResultResponse  -Type TASK_RESULT `
 -Id 78733556-9ea3-4f59-bf69-e5cd92b011b4 `
 -Name null
  • Convert the resource to JSON
$TaskResultResponse | ConvertTo-JSON

[Back to top]