Updated on 2022-09-01 GMT+08:00

Object Model

The tenant can manage and modify the default configurations according to the system running status.

  • 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 System configuration object model

Parameter

Type

Description

Operation Type

Mandatory

id

String

Configuration ID

R

-

module_name

String

Name of the module to which the configuration belongs

R

-

config_name

String

Configuration name

R

-

config_value

String

Configuration value

RU

-

can_special

Integer

Indicates whether excluded configurations are supported. The value can be:

  • 1: supported
  • 2: not supported

R

-

remarks

String

Description of the configuration

R

-

update_time

Timestamp

Time when the configuration was last updated

RU

-

match_regexp

String

Rule that the configuration value must meet

R

-

encrypt_flag

Integer

Indicates whether to encrypt the config_value parameter. The value can be:

  • 1: encrypt
  • 2: not encrypt

R

-