Skip to main content

ApprovalStatusDtoOriginalOwner

Properties

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

Examples

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

[Back to top]