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

1.3 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
v2025-campaign-all-of-sources-with-orphan-entitlements CampaignAllOfSourcesWithOrphanEntitlements CampaignAllOfSourcesWithOrphanEntitlements CampaignAllOfSourcesWithOrphanEntitlements powershellsdk
powershell
PowerShell
sdk
CampaignAllOfSourcesWithOrphanEntitlements
V2025CampaignAllOfSourcesWithOrphanEntitlements
/tools/sdk/powershell/v2025/models/campaign-all-of-sources-with-orphan-entitlements
SDK
Software Development Kit
CampaignAllOfSourcesWithOrphanEntitlements
V2025CampaignAllOfSourcesWithOrphanEntitlements

CampaignAllOfSourcesWithOrphanEntitlements

Properties

Name Type Description Notes
Id String Id of the source [optional]
Type Enum [ "SOURCE" ] Type [optional]
Name String Name of the source [optional]

Examples

  • Prepare the resource
$CampaignAllOfSourcesWithOrphanEntitlements = Initialize-V2025CampaignAllOfSourcesWithOrphanEntitlements  -Id 2c90ad2a70ace7d50170acf22ca90010 `
 -Type SOURCE `
 -Name Source with orphan entitlements
  • Convert the resource to JSON
$CampaignAllOfSourcesWithOrphanEntitlements | ConvertTo-JSON

[Back to top]