add description to service accounts (#2611)

This commit is contained in:
Nathan Hayfield 2021-09-20 14:10:12 -04:00 committed by GitHub
parent 8e8178e03c
commit 1f718e4ce1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 32 additions and 17 deletions

View file

@ -22,6 +22,7 @@ message User {
message ServiceAccount {
string id = 1;
optional string namespace_id = 8;
optional string description = 9;
string user_id = 2;
google.protobuf.Timestamp expires_at = 3;
google.protobuf.Timestamp issued_at = 4;