Skip to main content

CampaignAllOfRoleCompositionCampaignInfoRemediatorRef

Properties

NameTypeDescriptionNotes
TypeEnum [ "IDENTITY" ]Legal Remediator Type[required]
IdStringThe ID of the remediator.[required]
NameStringThe name of the remediator.[optional] [readonly]

Examples

  • Prepare the resource
$CampaignAllOfRoleCompositionCampaignInfoRemediatorRef = Initialize-PSSailpoint.V3CampaignAllOfRoleCompositionCampaignInfoRemediatorRef  -Type IDENTITY `
-Id 2c90ad2a70ace7d50170acf22ca90010 `
-Name Role Admin
  • Convert the resource to JSON
$CampaignAllOfRoleCompositionCampaignInfoRemediatorRef | ConvertTo-JSON

[Back to top]