Skip to main content

DeleteSource202Response

Properties

NameTypeDescriptionNotes
TypeEnum [ "TASK_RESULT" ]Type of object being referenced.[optional]
IdStringTask result ID.[optional]
NameStringTask result's human-readable display name (this should be null/empty).[optional]

Examples

  • Prepare the resource
$DeleteSource202Response = Initialize-PSSailpoint.V3DeleteSource202Response  -Type TASK_RESULT `
-Id 2c91808779ecf55b0179f720942f181a `
-Name null
  • Convert the resource to JSON
$DeleteSource202Response | ConvertTo-JSON

[Back to top]