Permission

Each data model can be managed and controlled using various authorization codes.
The most important and standard permission codes in SilverStripe and EveryDataStore are: 
CAN_VIEW, CAN_EDIT, CAN_DELETE and CAN_CREATE.

Individual authorizations can be assigned across the entire data model.

Table name

Permission

Properties

Name

Type

Description

Code

Varchar(255)

Definition of the authorization code

Arg

Int

Condition of the authorization

Type

Int(1)

Definition of a type

Relations

Groups