Class UserPermissionsParams

Class Documentation

class UserPermissionsParams

Class used to provide details of a permission change that has happened to a user whilst the client application is connected to a space.

Public Members

csp::common::String SpaceId

The unique identifier of the space for which a user’s permissions have changed.

csp::common::Array<csp::systems::SpaceUserRole> UserRoles

The roles that a user has for the given space.

EPermissionChangeType ChangeType

The type of permissions change that has occurred the user.

csp::common::String UserId

The unique identifier of the user whose permissions have been changed.