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:
Alexander Zobnin
2021-11-22 17:44:03 +03:00
committed by GitHub
parent e7e5c54148
commit da2c99a2e1
4 changed files with 14 additions and 3 deletions

View File

@@ -57,6 +57,7 @@ export interface Role {
description: string;
group: string;
global: boolean;
delegatable?: boolean;
version: number;
created: string;
updated: string;