Options
Menu

Interface IModelPermissions

A pure JSON representation of ModelPermissions.

Hierarchy

  • IModelPermissions

Implemented by

Index

Properties

Properties

manage

manage: boolean

Set to true to permit managing the permissions on a model.

read

read: boolean

Set to true to allow read access to a model.

remove

remove: boolean

Set to true to permit deleting a model.

write

write: boolean

Set to true to allow write access to a model.