mirror of
https://github.com/pomerium/pomerium.git
synced 2025-07-23 19:49:13 +02:00
add description to service accounts (#2611)
This commit is contained in:
parent
8e8178e03c
commit
1f718e4ce1
3 changed files with 32 additions and 17 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue