Skip to main content

ManualWorkItemDetailsOriginalOwner

Properties

NameTypeDescriptionNotes
TypeEnum [ "GOVERNANCE_GROUP", "IDENTITY" ]DTO type of original work item owner's identity.[optional]
IdStringID of original work item owner's identity.[optional]
NameStringDisplay name of original work item owner.[optional]

Examples

  • Prepare the resource
$ManualWorkItemDetailsOriginalOwner = Initialize-PSSailpoint.V2024ManualWorkItemDetailsOriginalOwner  -Type IDENTITY `
-Id 2c7180a46faadee4016fb4e018c20642 `
-Name Michael Michaels
  • Convert the resource to JSON
$ManualWorkItemDetailsOriginalOwner | ConvertTo-JSON

[Back to top]