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-source-app |
SourceApp |
SourceApp |
SourceApp |
pythonsdk |
| python |
| Python |
| sdk |
| SourceApp |
| V2025SourceApp |
|
/tools/sdk/python/v2025/models/source-app |
| SDK |
| Software Development Kit |
| SourceApp |
| V2025SourceApp |
|
SourceApp
Properties
| Name |
Type |
Description |
Notes |
| id |
str |
The source app id |
[optional] |
| cloud_app_id |
str |
The deprecated source app id |
[optional] |
| name |
str |
The source app name |
[optional] |
| created |
datetime |
Time when the source app was created |
[optional] |
| modified |
datetime |
Time when the source app was last modified |
[optional] |
| enabled |
bool |
True if the source app is enabled |
[optional] [default to False] |
| provision_request_enabled |
bool |
True if the source app is provision request enabled |
[optional] [default to False] |
| description |
str |
The description of the source app |
[optional] |
| match_all_accounts |
bool |
True if the source app match all accounts |
[optional] [default to False] |
| app_center_enabled |
bool |
True if the source app is shown in the app center |
[optional] [default to True] |
| account_source |
SourceAppAccountSource |
|
[optional] |
| owner |
BaseReferenceDto |
The owner of source app |
[optional] |
| } |
|
|
|
Example
[Back to top]