Skip to main content

CampaignActivatedCampaignCampaignOwner

Details of the identity who owns the campaign.

Properties

NameTypeDescriptionNotes
idstrIdentity's unique ID.[required]
display_namestrIdentity's name.[required]
emailstrIdentity's primary email address.[required]
}

Example

from sailpoint.beta.models.campaign_activated_campaign_campaign_owner import CampaignActivatedCampaignCampaignOwner

campaign_activated_campaign_campaign_owner = CampaignActivatedCampaignCampaignOwner(
id='37f080867702c1910177031320c40n27',
display_name='Albert Albertson',
email='[email protected]'
)

[Back to top]