com.apama.cumulocity
Event CurrentUser


Used in the GetCurrentUserResponse event to represent user data.

Get user data by sending GetCurrentUser to GetCurrentUser.SEND_CHANNEL.
Since:
10.5.2.0

Member summary
 stringid

Id of the user.
 stringuserName

Username of the user.
 sequence<com.apama.cumulocity.Role>effectiveRoles

All effective roles for the user.
 dictionary<stringstring>userOptions

Any extra user information as a key value pair.
 
Member detail

effectiveRoles

            sequence<com.apama.cumulocity.RoleeffectiveRoles
        
All effective roles for the user.

id

            string id
        
Id of the user.

userName

            string userName
        
Username of the user.

userOptions

            dictionary<stringstringuserOptions
        
Any extra user information as a key value pair.