Skip to main content

CampaignAllOfSearchCampaignInfoReviewer

Properties

NameTypeDescriptionNotes
TypeEnum [ "GOVERNANCE_GROUP", "IDENTITY" ]The reviewer's DTO type.[optional]
IdStringThe reviewer's ID.[optional]
NameStringThe reviewer's name.[optional]

Examples

  • Prepare the resource
$CampaignAllOfSearchCampaignInfoReviewer = Initialize-PSSailpoint.V2024CampaignAllOfSearchCampaignInfoReviewer  -Type IDENTITY `
-Id 2c91808568c529c60168cca6f90c1313 `
-Name William Wilson
  • Convert the resource to JSON
$CampaignAllOfSearchCampaignInfoReviewer | ConvertTo-JSON

[Back to top]