mirror of
https://github.com/pomerium/pomerium.git
synced 2025-08-03 16:59:22 +02:00
device: add type id and credential id to enrollment for easier referencing (#2749)
This commit is contained in:
parent
4cb3281af7
commit
85bb396555
3 changed files with 87 additions and 55 deletions
|
@ -56,6 +56,8 @@ message Type {
|
|||
// An Enrollment is used to approve a user's device.
|
||||
message Enrollment {
|
||||
string id = 1;
|
||||
string type_id = 7;
|
||||
string credential_id = 8;
|
||||
string user_id = 2;
|
||||
string approved_by = 3;
|
||||
google.protobuf.Timestamp enrolled_at = 4;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue