Skip to main content

ManualWorkItemDetailsCurrentOwner

Properties

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

Examples

  • Prepare the resource
$ManualWorkItemDetailsCurrentOwner = Initialize-PSSailpoint.V2024ManualWorkItemDetailsCurrentOwner  -Type IDENTITY `
-Id 2c3780a46faadee4016fb4e018c20652 `
-Name Allen Albertson
  • Convert the resource to JSON
$ManualWorkItemDetailsCurrentOwner | ConvertTo-JSON

[Back to top]