Updated on 2022-02-21 GMT+08:00

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.
Table 1 App object model

Parameter

Type

Description

Operation Type

Mandatory

id

String

App ID

R

-

name

String

App name

CRU

Yes

status

Integer

App status, which can be:

  • 1: enabled
  • 2: disabled
  • 3: deleted

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

-