Skip to main content

CampaignactivatedCampaignCampaignOwner

Details of the identity that owns the campaign.

Properties

NameTypeDescriptionNotes
idstrThe unique ID of the identity.[required]
display_namestrThe human friendly name of the identity.[required]
emailstrThe primary email address of the identity.[required]
}

Example

from sailpoint.triggers.models.campaignactivated_campaign_campaign_owner import CampaignactivatedCampaignCampaignOwner

campaignactivated_campaign_campaign_owner = CampaignactivatedCampaignCampaignOwner(
id='37f080867702c1910177031320c40n27',
display_name='John Snow',
email='john.snow@example.com'
)

[Back to top]