Qorus Integration Engine® Enterprise Edition 6.0.16_prod
Loading...
Searching...
No Matches
OMQ::ConfigItemInfo hashdecl Reference

hash of config item info More...

Public Attributes

string type = "string"
 the type of the configuration item More...
 
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? More...
 
string config_group = "Default"
 the group of the configuration item More...
 
list< auto > allowed_values
 the list of allowed values for the configuration item More...
 
bool sensitive = False
 flags the type as a sensitive value - to be displayed masked by default
 
*string prefix
 the prefix of the configuration item More...
 

Detailed Description

hash of config item info

Since
Qorus 4.0

Member Data Documentation

◆ allowed_values

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
Since
Qorus 4.0.3

◆ config_group

string OMQ::ConfigItemInfo::config_group = "Default"

the group of the configuration item

Since
Qorus 4.0.3

◆ prefix

*string OMQ::ConfigItemInfo::prefix

the prefix of the configuration item

Since
Qorus 4.1.2

◆ strictly_local

bool OMQ::ConfigItemInfo::strictly_local = False

allow the item to be overridden at the next level?

Since
Qorus 4.0.3

◆ type

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"

The documentation for this hashdecl was generated from the following file: