Skip to main content

CampaignAllOfSourceOwnerCampaignInfo

Properties

NameTypeDescriptionNotes
SourceIds[]StringThe list of sources to be included in the campaign.[optional]

Examples

  • Prepare the resource
$CampaignAllOfSourceOwnerCampaignInfo = Initialize-PSSailpoint.V3CampaignAllOfSourceOwnerCampaignInfo  -SourceIds [0fbe863c063c4c88a35fd7f17e8a3df5]
  • Convert the resource to JSON
$CampaignAllOfSourceOwnerCampaignInfo | ConvertTo-JSON

[Back to top]