CampaignAllOfSourceOwnerCampaignInfo
Must be set only if the campaign type is SOURCE_OWNER.
Properties
Name | Type | Description | Notes |
---|---|---|---|
source_ids | []str | The 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]
)