Skip to main content

Campaign2AllOfMachineAccountCampaignInfo

Must be set only if the campaign type is MACHINE_ACCOUNT.

Properties

NameTypeDescriptionNotes
source_ids[]strThe list of sources to be included in the campaign.[optional]
reviewer_typeEnum [ 'ACCOUNT_OWNER' ]The reviewer's type.[optional]
}

Example

from sailpoint.certification_campaigns.models.campaign2_all_of_machine_account_campaign_info import Campaign2AllOfMachineAccountCampaignInfo

campaign2_all_of_machine_account_campaign_info = Campaign2AllOfMachineAccountCampaignInfo(
source_ids=["0fbe863c063c4c88a35fd7f17e8a3df5"],
reviewer_type='ACCOUNT_OWNER'
)

[Back to top]