Configuration¶
- comboroles_roles¶
- Type:
dict[str, list[str] | tuple[list[str], bool]]- Default:
{}
Every item of the confval declares the name of composite role and how they are composited.
The
strkey of dict is the name of composite roles.The value can be
list[str]with an optionalbool. Thelist[str]is a list of existing role name to be composited, see Composite Roles for more details.The optional
boolis flag ofnested_parse, indicates whether the Nested Parse function is enabled. If no optional bool is given,nested_parseis disabled by default.