PermissionAttributes
Home > @backstage/plugin-permission-common
> PermissionAttributes
The attributes related to a given permission; these should be generic and widely applicable to all permissions in the system.
Signature:
export type PermissionAttributes = {
action?: 'create' | 'read' | 'update' | 'delete';
};