mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-08 12:27:47 +00:00
935 B
935 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 | |||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| v2025-user-app-source-app | UserAppSourceApp | UserAppSourceApp | UserAppSourceApp | pythonsdk |
|
/tools/sdk/python/v2025/models/user-app-source-app |
|
UserAppSourceApp
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| id | str | the source app ID | [optional] |
| type | str | It will always be "APPLICATION" | [optional] |
| name | str | the source app name | [optional] |
| } |
Example
from sailpoint.v2025.models.user_app_source_app import UserAppSourceApp
user_app_source_app = UserAppSourceApp(
id='edcb0951812949d085b60cd8bf35bc78',
type='APPLICATION',
name='test-app'
)