Object Model
This section describes the app object model.
Note
- 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 | Creation time | R | - |
update_time | Timestamp | Time when the app was last updated | R | - |
Parent topic: App Management