Overview

AccessType Definitions.

These AccessTypes definitions define, globally, the complete set of AccessTypes implemented by the Beehive system.

Enumeration Members

Name Description

READ

Allows a User to view any attributes of the Entity. Allows the Entity to be loaded.

WRITE

Allows a User to update any non-security attributes of the Entity. Allows the Entity to be updated.

DELETE

Allows a User to delete an Entity.

EXECUTE

Allows a User to perform certain actions using the Entity.

For example, used to determine whether a Sensitivity can be assigned to an Entity.

DISCOVER

Allows a User to discover the existence of an Entity.

Used for path related descent through a parent Entity to a child Entity when the client knows the name of a child but does not have READ access to the Folder.

Also used to discover existence information for Calendar events (free/busy lookup).

Referenced By Representaions