mirror of
https://github.com/valitydev/bouncer-proto.git
synced 2024-11-06 02:45:23 +00:00
Add access to wachter op (#21)
This commit is contained in:
parent
5628c61f5e
commit
945ea9f89a
@ -449,6 +449,18 @@ struct WachterOperation {
|
||||
*/
|
||||
2: optional string service_name
|
||||
3: optional Entity party
|
||||
4: optional set<Access> access
|
||||
}
|
||||
|
||||
struct Access {
|
||||
/**
|
||||
* Например:
|
||||
* - "claim-management"
|
||||
* - "private-api"
|
||||
* - ...
|
||||
*/
|
||||
1: optional string id
|
||||
2: optional set<EntityID> roles
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user