CONFIGURATION_COMPONENT
This table represents one component of a configuration.
|
Field name |
Data type |
Description |
|---|---|---|
|
CONFIGURATION_COMPONENT_ID |
BIGINT |
The primary key. |
|
COMPONENT_TYPE |
VARCHAR(255) |
The component type. The options are DEVICE_SETTINGS, SECURITY_CAESAR1, SECURITY_CAESAR2, ESF, and FIRMWARE. |
|
CREDENTIAL_PASSWORD |
BLOB SUB_TYPE 0 |
The encrypted credential password, if set. |
|
CREDENTIAL_PIN |
BLOB SUB_TYPE 0 |
The encrypted credential PIN, if set. |
|
CREDENTIAL_REALM |
VARCHAR(255) |
The credential realm, if set. |
|
CREDENTIAL_USERNAME |
VARCHAR(255) |
The credential user name, if set. |
|
COMPONENT_NAME |
VARCHAR(255) |
The component name. |
|
LICENSE_TYPE |
VARCHAR(255) |
The license type of the configuration component. The options are PRODUCTION, TRIAL, and FACTORY. |
|
LOGIN_METHOD |
VARCHAR(256) |
The authentication method used to log in to the printer. |
|
MERGE_DATA_PATH |
VARCHAR(255) |
The file location of a variable settings file. |
|
FLASH_FILE_SHA1 |
VARCHAR(255) |
The SHA1 hash of the flash file for a firmware component. |
|
LOGIN_METHOD_NAME |
VARCHAR(256) |
If the LOGIN_METHOD is either LDAP or LDAP+GSSAPI, then this field shows the name of the particular login method. |
|
DESCRIPTION |
VARCHAR(4000) |
This field shows the description if it is added in a component. |
|
LAST_MODIFIED |
TIMESTAMP |
The time stamp of the last modification. |
|
ASSIGNABLE |
Boolean |
The value is true if the component is assigned to a printer. Otherwise, the value is false. |
|
PRE_POPULATED |
Boolean |
Added to identify pre-populated Advanced Security Components. |