Skip to content

Commit f4d1338

Browse files
committed
Add last_access field to OrganizationMember proto
1 parent b0dab52 commit f4d1338

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

proto/viam/app/v1/app.proto

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -373,6 +373,7 @@ message OrganizationMember {
373373
repeated string emails = 2;
374374
google.protobuf.Timestamp date_added = 3;
375375
optional google.protobuf.Timestamp last_login = 4;
376+
optional google.protobuf.Timestamp last_access = 5;
376377
}
377378

378379
message ListOrganizationsResponse {

0 commit comments

Comments
 (0)