Skip to content

SudoSOS Back-end API / rbac / EntityDefinition

Interface: EntityDefinition ​

The entity definition interface defines a mapping from actions to the action definitions belonging to these actions. Action names typically are the CRUD values 'create', 'read', 'update', and 'delete'.

Indexable ​

ts
[action: string]: ActionDefinition