We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5a1f578 + c931159 commit f1e471eCopy full SHA for f1e471e
authzed/api/materialize/v0/watchpermissionsets.proto
@@ -1,6 +1,7 @@
1
syntax = "proto3";
2
package authzed.api.materialize.v0;
3
4
+import "authzed/api/materialize/v0/watchpermissions.proto";
5
import "authzed/api/v1/core.proto";
6
import "google/protobuf/timestamp.proto";
7
@@ -192,6 +193,9 @@ message LookupPermissionSetsRequired {
192
193
message BreakingSchemaChange {
194
// change_at is the revision at which a breaking schema event has happened.
195
authzed.api.v1.ZedToken change_at = 1;
196
+
197
+ // affected_permissions lists all the watched permissions that were directly affected by the breaking schema change.
198
+ repeated WatchedPermission affected_permissions = 2;
199
}
200
201
message DownloadPermissionSetsRequest {
0 commit comments