Vridlo/types/Permission
Permission is a primary structure that represents Permission model. It is described as:
- slug is string mandatory write-once
Unique slug identifier of the permission, which provides tabelized name of model to access to.
- names is Name array mandatory
Name array for the permission.
- member_slugs is string array mandatory
Defines included into the permission user or team slugs, to allow them accessing the target feature.