Skip to main content

ApprovalStatusDtoCurrentOwner

Properties

NameTypeDescriptionNotes
TypeEnum [ "IDENTITY" ]DTO type of identity who reviewed the access item request.[optional]
IdStringID of identity who reviewed the access item request.[optional]
NameStringHuman-readable display name of identity who reviewed the access item request.[optional]

Examples

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

[Back to top]