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

Qorus user information hash. More...

Public Attributes

string provider
 The name of the provider providing the user.
 
string username
 The username.
 
*string client
 Any OAuth2 client used for the authorization context.
 
string name
 The display name or description of the user.
 
bool has_default
 A boolean flag indicating if the user is a member of the DEFAULT group.
 
*list< string > roles
 The list of roles the user has.
 
*list< string > permissions
 The list of permissions associated to the user (or client, if client is set)
 
*list< hash< QorusWorkflowInfo > > workflows
 The list of workflows associated to the user; will be NOTHING if has_default is True.
 
*list< hash< QorusServiceInfo > > services
 The list of services associated to the user; will be NOTHING if has_default is True.
 
*list< hash< QorusJobInfo > > jobs
 The list of jobs associated to the user; will be NOTHING if has_default is True.
 
*list< hash< QorusMapperInfo > > mappers
 The list of mappers associated to the user; will be NOTHING if has_default is True.
 
*list< hash< QorusVMapInfo > > vmaps
 The list of value maps associated to the user; will be NOTHING if has_default is True.
 
*list< hash< QorusFsmInfo > > fsms
 The list of finite state machines associated to the user; will be NOTHING if has_default is True.
 
*list< hash< QorusPipelineInfo > > pipelines
 The list of pipelines associated to the user; will be NOTHING if has_default is True.
 
*list< string > groups
 The list of interface groups associated to the user; will be NOTHING if has_default is True.
 
*hash< auto > storage
 User storage information.
 
*list< hash< QorusOAuth2ClientInfo > > oauth2_clients
 OAuth2 client info.
 

Detailed Description

Qorus user information hash.

Since
Qorus 5.1.20

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