Object Model
This section describes the app object model.
- Operation Type indicates the operation that can be performed on a field.
C: create; U: update; R: read
- Mandatory indicates whether a field with the Operation Type of C is mandatory.
| Parameter | Type | Description | Operation Type | Mandatory |
|---|---|---|---|---|
| id | String | App ID | R | - |
| name | String | App name | CRU | Yes |
| status | Integer | App status, which can be:
Default value: 1 This parameter is not used currently. | R | - |
| appkey | String | AppKey, which is globally unique | R | - |
| app_secret | String | AppSecret | RU | - |
| project_id | String | ID of the tenant to which the app belongs, that is, the user that creates the app | - | - |
| remark | String | Description of the app | CRU | No |
| register_time | Timestamp | Time when the app is registered | R | - |
| update_time | Timestamp | Time when the app was last updated | R | - |
Last Article: App Management
Next Article: Creating an App
Did this article solve your problem?
Thank you for your score!Your feedback would help us improve the website.