We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents de42742 + 61f4af5 commit 8dca579Copy full SHA for 8dca579
authzed/api/materialize/v0/watchpermissionsets.proto
@@ -99,6 +99,8 @@ message Cursor {
99
uint32 starting_index = 5;
100
// completed_members is a boolean flag that indicates that the cursor has reached the end of the permission sets
101
bool completed_members = 6;
102
+ // starting_key is a string cursor used by some backends to resume the stream from a specific point.
103
+ string starting_key = 7;
104
}
105
106
message LookupPermissionSetsRequest {
@@ -181,4 +183,4 @@ message LookupPermissionSetsRequired {
181
183
message BreakingSchemaChange {
182
184
// change_at is the revision at which a breaking schema event has happened.
185
authzed.api.v1.ZedToken change_at = 1;
-}
186
+}
0 commit comments