Skip to main content

CampaignAllOfFilter

Properties

NameTypeDescriptionNotes
IdStringThe ID of whatever type of filter is being used.[optional]
TypeEnum [ "CAMPAIGN_FILTER", "RULE" ]Type of the filter[optional]
NameStringName of the filter[optional]

Examples

  • Prepare the resource
$CampaignAllOfFilter = Initialize-PSSailpoint.V3CampaignAllOfFilter  -Id 0fbe863c063c4c88a35fd7f17e8a3df5 `
-Type CAMPAIGN_FILTER `
-Name Test Filter
  • Convert the resource to JSON
$CampaignAllOfFilter | ConvertTo-JSON

[Back to top]