Skip to main content

CampaignAllOfSourcesWithOrphanEntitlements

Properties

NameTypeDescriptionNotes
IdStringId of the source[optional]
TypeEnum [ "SOURCE" ]Type[optional]
NameStringName of the source[optional]

Examples

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

[Back to top]