mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-08 12:27:47 +00:00
889 B
889 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 | |||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| beta-campaign-reports-config | CampaignReportsConfig | CampaignReportsConfig | CampaignReportsConfig | pythonsdk |
|
/tools/sdk/python/beta/models/campaign-reports-config |
|
CampaignReportsConfig
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| identity_attribute_columns | []str | list of identity attribute columns | [optional] |
| } |
Example
from sailpoint.beta.models.campaign_reports_config import CampaignReportsConfig
campaign_reports_config = CampaignReportsConfig(
identity_attribute_columns=[firstname, lastname]
)