mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-06 20:37:46 +00:00
998 B
998 B
id, title, pagination_label, sidebar_label, sidebar_class_name, keywords, slug, tags
| id | title | pagination_label | sidebar_label | sidebar_class_name | keywords | slug | tags | |||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| entitlement-source | EntitlementSource | EntitlementSource | EntitlementSource | powershellsdk |
|
/tools/sdk/powershell/v3/models/entitlement-source |
|
EntitlementSource
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| Id | String | The source ID | [optional] |
| Type | String | The source type, will always be ""SOURCE"" | [optional] |
| Name | String | The source name | [optional] |
Examples
- Prepare the resource
$EntitlementSource = Initialize-EntitlementSource -Id 2c9180827ca885d7017ca8ce28a000eb `
-Type SOURCE `
-Name ODS-AD-Source
- Convert the resource to JSON
$EntitlementSource | ConvertTo-JSON