Skip to main content

FullcampaignAllOfMachineAccountCampaignInfo

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.beta.models.fullcampaign_all_of_machine_account_campaign_info import FullcampaignAllOfMachineAccountCampaignInfo

fullcampaign_all_of_machine_account_campaign_info = FullcampaignAllOfMachineAccountCampaignInfo(
source_ids=[0fbe863c063c4c88a35fd7f17e8a3df5],
reviewer_type='ACCOUNT_OWNER'
)

[Back to top]