Skip to content

SudoSOS Back-end API / rbac / PermissionRule

Interface: PermissionRule ​

Extends ​

  • Pick<Permission, "entity" | "action" | "relation" | "attributes">

Properties ​

action ​

ts
action: string;

Inherited from ​

Permission.action


attributes ​

ts
attributes: string[];

Inherited from ​

Permission.attributes


entity ​

ts
entity: string;

Inherited from ​

Permission.entity


relation ​

ts
relation: string;

Inherited from ​

Permission.relation