mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-06 20:37:46 +00:00
970 B
970 B
id, title, pagination_label, sidebar_label, sidebar_class_name, keywords, slug, tags
| id | title | pagination_label | sidebar_label | sidebar_class_name | keywords | slug | tags | |||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| v2024-campaign-reports-config | CampaignReportsConfig | CampaignReportsConfig | CampaignReportsConfig | powershellsdk |
|
/tools/sdk/powershell/v2024/models/campaign-reports-config |
|
CampaignReportsConfig
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| IdentityAttributeColumns | []String | list of identity attribute columns | [optional] |
Examples
- Prepare the resource
$CampaignReportsConfig = Initialize-PSSailpoint.V2024CampaignReportsConfig -IdentityAttributeColumns [firstname, lastname]
- Convert the resource to JSON
$CampaignReportsConfig | ConvertTo-JSON