Attribute Name |
Attribute Definition |
Logical Datatype |
Is Required |
Configuration Object Id |
The automatically generated primary key of the cfg_obj table. |
LONG |
Yes |
Owner Id |
A Foreign Key to the Owning instance in either the Definition, Configuration Object, or User Profile tables. |
LONG |
No |
Configuration Object Type |
The type of a Configuration Object, stored as a string. Values include: AUTHENTICATION_METHOD, AUTHENTICATION_METHOD, SYSTEM_PREFERENCES_CONFIGURATION, FILE_STORAGE_CONFIGURATION, LICENSING_CONFIGURATION, RULE_CONFIGURATION. |
VARCHAR(255) |
No |
Configuration Setting Owner Type Name |
deprecated and null. The unique string identifier for an instance of Configuration Setting Owner Type. This identifier must be kept in sync with programming code that uses an enumeration constant to identify particular values. A scan program is generally used to populate this table.
|
VARCHAR(255) |
No |
Order Index |
deprecated and null. The value of a Configuration Object. The value is a string but it can be conformed to the datatype listed on the Configuration Setting.
|
INTEGER |
No |
Configuration Object Subtype |
deprecated and null. The value of a Configuration Object, stored as a string.
|
VARCHAR(255) |
No |