mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-08 20:37:46 +00:00
1.3 KiB
1.3 KiB
id, title, pagination_label, sidebar_label, sidebar_class_name, keywords, slug, tags
| id | title | pagination_label | sidebar_label | sidebar_class_name | keywords | slug | tags | |||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| v2025-campaign-activated-campaign-campaign-owner | CampaignActivatedCampaignCampaignOwner | CampaignActivatedCampaignCampaignOwner | CampaignActivatedCampaignCampaignOwner | pythonsdk |
|
/tools/sdk/python/v2025/models/campaign-activated-campaign-campaign-owner |
|
CampaignActivatedCampaignCampaignOwner
Details of the identity that owns the campaign.
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| id | str | The unique ID of the identity. | [required] |
| display_name | str | The human friendly name of the identity. | [required] |
| str | The primary email address of the identity. | [required] | |
| } |
Example
from sailpoint.v2025.models.campaign_activated_campaign_campaign_owner import CampaignActivatedCampaignCampaignOwner
campaign_activated_campaign_campaign_owner = CampaignActivatedCampaignCampaignOwner(
id='37f080867702c1910177031320c40n27',
display_name='John Snow',
email='john.snow@example.com'
)