Skip to main content

CampaignReportsConfig

Properties

NameTypeDescriptionNotes
IdentityAttributeColumns[]Stringlist of identity attribute columns[optional]

Examples

  • Prepare the resource
$CampaignReportsConfig = Initialize-PSSailpoint.V3CampaignReportsConfig  -IdentityAttributeColumns [firstname, lastname]
  • Convert the resource to JSON
$CampaignReportsConfig | ConvertTo-JSON

[Back to top]