Files
developer.sailpoint.com/docs/tools/sdk/powershell/Reference/V3/Models/CampaignAllOfSourcesWithOrphanEntitlements.md
2025-01-28 13:29:29 -05: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
campaign-all-of-sources-with-orphan-entitlements CampaignAllOfSourcesWithOrphanEntitlements CampaignAllOfSourcesWithOrphanEntitlements CampaignAllOfSourcesWithOrphanEntitlements powershellsdk
powershell
PowerShell
sdk
CampaignAllOfSourcesWithOrphanEntitlements
CampaignAllOfSourcesWithOrphanEntitlements
/tools/sdk/powershell/v3/models/campaign-all-of-sources-with-orphan-entitlements
SDK
Software Development Kit
CampaignAllOfSourcesWithOrphanEntitlements
CampaignAllOfSourcesWithOrphanEntitlements

CampaignAllOfSourcesWithOrphanEntitlements

Properties

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

Examples

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

[Back to top]