We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 45aeb26 commit 87910d2Copy full SHA for 87910d2
user.go
@@ -37,6 +37,8 @@ type User struct {
37
UnconfirmedEmail string `jsonapi:"attr,unconfirmed-email"`
38
Username string `jsonapi:"attr,username"`
39
V2Only bool `jsonapi:"attr,v2-only"`
40
+ // Deprecated: IsSiteAdmin was deprecated in v202406 and will be removed in a future version of Terraform Enterprise
41
+ IsSiteAdmin *bool `jsonapi:"attr,is-site-admin"`
42
IsAdmin *bool `jsonapi:"attr,is-admin"`
43
IsSsoLogin *bool `jsonapi:"attr,is-sso-login"`
44
Permissions *UserPermissions `jsonapi:"attr,permissions"`
0 commit comments