mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-07 12:27:47 +00:00
1.1 KiB
1.1 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-entitlement1-source | Entitlement1Source | Entitlement1Source | Entitlement1Source | powershellsdk |
|
/tools/sdk/powershell/v2024/models/entitlement1-source |
|
Entitlement1Source
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| Id | Pointer to String | The source ID | [optional] |
| Type | Pointer to String | The source type, will always be ""SOURCE"" | [optional] |
| Name | Pointer to String | The source name | [optional] |
Examples
- Prepare the resource
$Entitlement1Source = Initialize-PSSailpoint.V2024Entitlement1Source -Id 2c9180827ca885d7017ca8ce28a000eb `
-Type SOURCE `
-Name ODS-AD-Source
- Convert the resource to JSON
$Entitlement1Source | ConvertTo-JSON