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