Class AccessControlChangedNetworkEventData
Defined in File NetworkEventData.h
Inheritance Relationships
Base Type
public csp::common::NetworkEventData
(Class NetworkEventData)
Class Documentation
-
class AccessControlChangedNetworkEventData : public csp::common::NetworkEventData
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 SpaceId