Table of Contents

Enum PermissionType

Namespace
The.Security
Assembly
Instagile.dll

Actions permitted by Permissions for some class of objects.

public enum PermissionType

Fields

ExportEntities = 2

Permission to export data for a specific type of entity.

Flag = 4

Permission for some application-specific function. See WellKnownFlags for some built-in framework flags.

A flag should only increase a user's access or remove some restriction as in some cases (such as for administrators) a user may be granted all flags.

IsAdmin = 5

System administrator. Required for accesss to "admin mode" on some front-end screens and a number of other miscellaneous functions.

ReadEntities = 0

Permission to read a specific type of entity.

ReadTenant = 3

Permission to access data in a particular tenancy.

WriteEntities = 1

Permission to modify a specific type of entity.