Skip to main content

CampaignAllOfSourceOwnerCampaignInfo

Must be set only if the campaign type is SOURCE_OWNER.

Properties

NameTypeDescriptionNotes
source_ids[]strThe list of sources to be included in the campaign.[optional]
}

Example

from sailpoint.v3.models.campaign_all_of_source_owner_campaign_info import CampaignAllOfSourceOwnerCampaignInfo

campaign_all_of_source_owner_campaign_info = CampaignAllOfSourceOwnerCampaignInfo(
source_ids=[0fbe863c063c4c88a35fd7f17e8a3df5]
)

[Back to top]