From d027cd81df9291d9fbb31cf7c9eb493ad02b4a2c Mon Sep 17 00:00:00 2001 From: Josh Bleecher Snyder Date: Fri, 9 Oct 2020 15:56:39 -0700 Subject: [PATCH] tailcfg: restore Roles field to UserProfile --- tailcfg/tailcfg.go | 1 + 1 file changed, 1 insertion(+) 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 {