mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Access control: use delegatable flag to check if role can be granted (#42070)
* Access control: use delegatable flag to check if role can be granted or not * Fix naming
This commit is contained in:
@@ -57,6 +57,7 @@ export interface Role {
|
||||
description: string;
|
||||
group: string;
|
||||
global: boolean;
|
||||
delegatable?: boolean;
|
||||
version: number;
|
||||
created: string;
|
||||
updated: string;
|
||||
|
||||
Reference in New Issue
Block a user