mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-06 20:37:46 +00:00
956 B
956 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 | |||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| v2024-user-app-source | UserAppSource | UserAppSource | UserAppSource | powershellsdk |
|
/tools/sdk/powershell/v2024/models/user-app-source |
|
UserAppSource
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| Id | String | the source ID | [optional] |
| Type | String | It will always be ""SOURCE"" | [optional] |
| Name | String | the source name | [optional] |
Examples
- Prepare the resource
$UserAppSource = Initialize-V2024UserAppSource -Id 9870808a7190d06e01719938fcd20792 `
-Type SOURCE `
-Name test-source
- Convert the resource to JSON
$UserAppSource | ConvertTo-JSON