Skip to main content

TaskResultResponse

Properties

NameTypeDescriptionNotes
TypeStringthe type of response reference[optional]
IdStringthe task ID[optional]
NameStringthe task name (not used in this endpoint, always null)[optional]

Examples

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

[Back to top]