From 08e4f1b70658eea6d626466f94d88ec83ae20be0 Mon Sep 17 00:00:00 2001 From: Alan Parra Date: Tue, 30 Jul 2024 18:35:30 -0300 Subject: [PATCH] Update generated protos --- api/types/types.pb.go | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/api/types/types.pb.go b/api/types/types.pb.go index fddb10c579a2c..bcb7bb591a659 100644 --- a/api/types/types.pb.go +++ b/api/types/types.pb.go @@ -8757,6 +8757,13 @@ type UserSpecV2 struct { // authentication LocalAuth *LocalAuthSecrets `protobuf:"bytes,9,opt,name=LocalAuth,proto3" json:"local_auth,omitempty"` // TrustedDeviceIDs contains the IDs of trusted devices enrolled by the user. + // + // Note that SSO users are transient and thus may contain an empty + // TrustedDeviceIDs field, even though the user->device association exists + // under the Device Trust subsystem. Do not rely on this field to determine + // device associations or ownership, it exists for legacy/informative purposes + // only. + // // Managed by the Device Trust subsystem, avoid manual edits. TrustedDeviceIDs []string `protobuf:"bytes,10,rep,name=TrustedDeviceIDs,proto3" json:"trusted_device_ids,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"`