![]() |
Qorus Integration Engine® Enterprise Edition 7.0.7_prod
|
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< hash< QorusConnectionInfo > > | connections |
| The list of connections 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. | |
Qorus user information hash.