![]() |
Qorus Integration Engine® Enterprise Edition 7.1.0_prod
|
hash of config item info More...
Public Attributes | |
| string | type = "string" |
| the type of the configuration item | |
| string | description |
| the description of the configuration item | |
| auto | default_value |
| the default value of the configuration item | |
| bool | strictly_local = False |
| allow the item to be overridden at the next level? | |
| string | config_group = "Default" |
| the group of the configuration item | |
| list< auto > | allowed_values |
| the list of allowed values for the configuration item | |
| bool | sensitive = False |
| flags the type as a sensitive value - to be displayed masked by default | |
| *string | prefix |
| the prefix of the configuration item | |
hash of config item info
| list<auto> OMQ::ConfigItemInfo::allowed_values |
the list of allowed values for the configuration item
Only compatible with the following types:
int string float date *int *string *float *date | string OMQ::ConfigItemInfo::config_group = "Default" |
the group of the configuration item
| *string OMQ::ConfigItemInfo::prefix |
the prefix of the configuration item
| bool OMQ::ConfigItemInfo::strictly_local = False |
allow the item to be overridden at the next level?
| string OMQ::ConfigItemInfo::type = "string" |
the type of the configuration item
valid types are:
"string" (the default)"int" "bool" "float" "date" "hash" "list" "connection" "data-provider" "job" "service" "value-map" "workflow" "*string" "*int" "*bool" "*float" "*date" "*hash" "*list" "*connection" "*data-provider" "*job" "*service" "*value-map" "*workflow"