Qorus Integration Engine® Enterprise Edition 7.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.
 
*list< hash< QorusServiceInfo > > services
 The list of services associated to the user.
 
*list< hash< QorusJobInfo > > jobs
 The list of jobs associated to the user.
 
*list< hash< QorusMapperInfo > > mappers
 The list of mappers associated to the user.
 
*list< hash< QorusVMapInfo > > vmaps
 The list of value maps associated to the user.
 
*list< hash< QorusFsmInfo > > fsms
 The list of finite state machines associated to the user.
 
*list< hash< QorusPipelineInfo > > pipelines
 The list of pipelines associated to the user.
 
*list< hash< QorusConnectionInfo > > connections
 The list of connections associated to the user.
 
*list< hash< QorusClassInfo > > classes
 The list of classes associated to the user.
 
*list< hash< QorusStepInfo > > steps
 The list of steps associated to the user.
 
*list< hash< QorusQueueInfo > > queues
 The list of queues associated to the user.
 
*list< hash< QorusEventInfo > > events
 The list of workflow sync event types associated to the user.
 
*list< hash< QorusTypeInfo > > types
 The list of data types associated to the user.
 
*list< hash< QorusErrorSetInfo > > errors
 The list of error sets associated to the user.
 
*list< hash< QorusSlaInfo > > slas
 The list of SLAs associated to the user.
 
*list< string > groups
 The list of interface groups associated to the user.
 
*hash< auto > storage
 User storage information.
 
*list< hash< QorusOAuth2ClientInfo > > oauth2_clients
 OAuth2 client info.
 
*string created_by_user
 The Qorus username that created the user.
 
string default_group
 The default group for the user.
 
*softbool sandboxed
 Is this user sandboxed?
 

Detailed Description

Qorus user information hash.

Since
Qorus 5.1.20

Member Data Documentation

◆ classes

*list<hash<QorusClassInfo> > OMQ::QorusUserInfo::classes

The list of classes associated to the user.

will be NOTHING if has_default is True

◆ connections

*list<hash<QorusConnectionInfo> > OMQ::QorusUserInfo::connections

The list of connections associated to the user.

will be NOTHING if has_default is True

◆ errors

*list<hash<QorusErrorSetInfo> > OMQ::QorusUserInfo::errors

The list of error sets associated to the user.

will be NOTHING if has_default is True

◆ events

*list<hash<QorusEventInfo> > OMQ::QorusUserInfo::events

The list of workflow sync event types associated to the user.

will be NOTHING if has_default is True

◆ fsms

*list<hash<QorusFsmInfo> > OMQ::QorusUserInfo::fsms

The list of finite state machines associated to the user.

will be NOTHING if has_default is True

◆ groups

*list<string> OMQ::QorusUserInfo::groups

The list of interface groups associated to the user.

will be NOTHING if has_default is True

◆ jobs

*list<hash<QorusJobInfo> > OMQ::QorusUserInfo::jobs

The list of jobs associated to the user.

will be NOTHING if has_default is True

◆ mappers

*list<hash<QorusMapperInfo> > OMQ::QorusUserInfo::mappers

The list of mappers associated to the user.

will be NOTHING if has_default is True

◆ pipelines

*list<hash<QorusPipelineInfo> > OMQ::QorusUserInfo::pipelines

The list of pipelines associated to the user.

will be NOTHING if has_default is True

◆ queues

*list<hash<QorusQueueInfo> > OMQ::QorusUserInfo::queues

The list of queues associated to the user.

will be NOTHING if has_default is True

◆ services

*list<hash<QorusServiceInfo> > OMQ::QorusUserInfo::services

The list of services associated to the user.

will be NOTHING if has_default is True

◆ slas

*list<hash<QorusSlaInfo> > OMQ::QorusUserInfo::slas

The list of SLAs associated to the user.

will be NOTHING if has_default is True

◆ steps

*list<hash<QorusStepInfo> > OMQ::QorusUserInfo::steps

The list of steps associated to the user.

will be NOTHING if has_default is True

◆ types

*list<hash<QorusTypeInfo> > OMQ::QorusUserInfo::types

The list of data types associated to the user.

will be NOTHING if has_default is True

◆ vmaps

*list<hash<QorusVMapInfo> > OMQ::QorusUserInfo::vmaps

The list of value maps associated to the user.

will be NOTHING if has_default is True

◆ workflows

*list<hash<QorusWorkflowInfo> > OMQ::QorusUserInfo::workflows

The list of workflows associated to the user.

will be NOTHING if has_default is True


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