mirror of
https://github.com/zitadel/zitadel.git
synced 2025-10-17 20:02:23 +00:00
fix: add grant id to createusergrant (#525)
This commit is contained in:
File diff suppressed because it is too large
Load Diff
@@ -2515,6 +2515,7 @@ message UserGrantCreate {
|
||||
string user_id = 1;
|
||||
string project_id = 2;
|
||||
repeated string role_keys = 3;
|
||||
string grant_id = 4;
|
||||
}
|
||||
|
||||
message UserGrantUpdateBulk {
|
||||
|
Reference in New Issue
Block a user