Files
developer.sailpoint.com/docs/tools/sdk/powershell/Reference/Beta/Models/FullcampaignAllOfSourceOwnerCampaignInfo.md
2025-05-07 14:37:48 +00:00

1.2 KiB

id, title, pagination_label, sidebar_label, sidebar_class_name, keywords, slug, tags
id title pagination_label sidebar_label sidebar_class_name keywords slug tags
beta-fullcampaign-all-of-source-owner-campaign-info FullcampaignAllOfSourceOwnerCampaignInfo FullcampaignAllOfSourceOwnerCampaignInfo FullcampaignAllOfSourceOwnerCampaignInfo powershellsdk
powershell
PowerShell
sdk
FullcampaignAllOfSourceOwnerCampaignInfo
BetaFullcampaignAllOfSourceOwnerCampaignInfo
/tools/sdk/powershell/beta/models/fullcampaign-all-of-source-owner-campaign-info
SDK
Software Development Kit
FullcampaignAllOfSourceOwnerCampaignInfo
BetaFullcampaignAllOfSourceOwnerCampaignInfo

FullcampaignAllOfSourceOwnerCampaignInfo

Properties

Name Type Description Notes
SourceIds []String The list of sources to be included in the campaign. [optional]

Examples

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

[Back to top]