Skip to main content

TaskResultDto

Properties

NameTypeDescriptionNotes
TypeEnum [ "TASK_RESULT" ]Task result DTO type.[optional]
IdStringTask result ID.[optional]
NameStringTask result display name.[optional]

Examples

  • Prepare the resource
$TaskResultDto = Initialize-PSSailpoint.BetaTaskResultDto  -Type TASK_RESULT `
-Id 464ae7bf791e49fdb74606a2e4a89635 `
-Name null
  • Convert the resource to JSON
$TaskResultDto | ConvertTo-JSON

[Back to top]