mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-07 04:19:34 +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 | |||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| campaign-all-of-sources-with-orphan-entitlements | CampaignAllOfSourcesWithOrphanEntitlements | CampaignAllOfSourcesWithOrphanEntitlements | CampaignAllOfSourcesWithOrphanEntitlements | powershellsdk |
|
/tools/sdk/powershell/v3/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-CampaignAllOfSourcesWithOrphanEntitlements -Id 2c90ad2a70ace7d50170acf22ca90010 `
-Type SOURCE `
-Name Source with orphan entitlements
- Convert the resource to JSON
$CampaignAllOfSourcesWithOrphanEntitlements | ConvertTo-JSON