Skip to main content

FullcampaignAllOfSearchCampaignInfoReviewer

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
$FullcampaignAllOfSearchCampaignInfoReviewer = Initialize-PSSailpoint.BetaFullcampaignAllOfSearchCampaignInfoReviewer  -Type IDENTITY `
-Id 2c91808568c529c60168cca6f90c1313 `
-Name William Wilson
  • Convert the resource to JSON
$FullcampaignAllOfSearchCampaignInfoReviewer | ConvertTo-JSON

[Back to top]