Skip to main content

FullcampaignAllOfSourceOwnerCampaignInfo

Properties

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

Examples

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

[Back to top]