Reviewer
Properties
Name | Type | Description | Notes |
---|---|---|---|
Type | Enum [ "IDENTITY", "GOVERNANCE_GROUP" ] | Reviewer's DTO type. | [required] |
Id | String | Reviewer's ID. | [required] |
Name | String | Reviewer's display name. | [required] |
String | Reviewing identity's email. This is only applicable to reviewers of the IDENTITY type. | [optional] |
Examples
- Prepare the resource
$Reviewer = Initialize-PSSailpoint.BetaReviewer -Type IDENTITY `
-Id 2c7180a46faadee4016fb4e018c20642 `
-Name Michael Michaels `
-Email reviewer@test.com
- Convert the resource to JSON
$Reviewer | ConvertTo-JSON