diff --git a/tailcfg/tailcfg.go b/tailcfg/tailcfg.go index 730612418..01e6b5ff3 100644 --- a/tailcfg/tailcfg.go +++ b/tailcfg/tailcfg.go @@ -134,6 +134,7 @@ type UserProfile struct { LoginName string // "alice@smith.com"; for display purposes only (provider is not listed) DisplayName string // "Alice Smith" ProfilePicURL string + Roles []RoleID // deprecated; clients should not rely on Roles } type Node struct {