Block clearing saml data without relevant capability
GitOrigin-RevId: d556b9fc1f5fd3f52beb472181779430f9d8d1fe
This commit is contained in:
@@ -1,4 +1,7 @@
|
||||
export type AdminCapability = 'modify-user-email' | 'view-project'
|
||||
export type AdminCapability =
|
||||
| 'clear-saml-data'
|
||||
| 'modify-user-email'
|
||||
| 'view-project'
|
||||
|
||||
export type AdminRole =
|
||||
| 'engagement'
|
||||
|
||||
Reference in New Issue
Block a user