Skip to main content

Reviewer1

Properties

NameTypeDescriptionNotes
TypeEnum [ "IDENTITY", "GOVERNANCE_GROUP" ]The reviewer's DTO type.[required]
IdStringThe reviewer's ID.[required]
NameStringThe reviewer's display name.[required]
EmailStringThe reviewing identity's email. Only applicable to IDENTITY.[optional]

Examples

  • Prepare the resource
$Reviewer1 = Initialize-PSSailpoint.V2024Reviewer1  -Type IDENTITY `
-Id 2c7180a46faadee4016fb4e018c20642 `
-Name Michael Michaels `
-Email reviewer@test.com
  • Convert the resource to JSON
$Reviewer1 | ConvertTo-JSON

[Back to top]