mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-07 12:27:47 +00:00
1.3 KiB
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 | |||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| v2024-campaign-all-of-sources-with-orphan-entitlements | CampaignAllOfSourcesWithOrphanEntitlements | CampaignAllOfSourcesWithOrphanEntitlements | CampaignAllOfSourcesWithOrphanEntitlements | powershellsdk |
|
/tools/sdk/powershell/v2024/models/campaign-all-of-sources-with-orphan-entitlements |
|
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-PSSailpoint.V2024CampaignAllOfSourcesWithOrphanEntitlements -Id 2c90ad2a70ace7d50170acf22ca90010 `
-Type SOURCE `
-Name Source with orphan entitlements
- Convert the resource to JSON
$CampaignAllOfSourcesWithOrphanEntitlements | ConvertTo-JSON