Skip to main content

CampaignGeneratedCampaignCampaignOwner

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_generated_campaign_campaign_owner import CampaignGeneratedCampaignCampaignOwner

campaign_generated_campaign_campaign_owner = CampaignGeneratedCampaignCampaignOwner(
id='37f080867702c1910177031320c40n27',
display_name='Albert Albertson',
email='[email protected]'
)

[Back to top]