Name | Type | Description | Notes |
---|---|---|---|
hasReadPermission | Boolean | ||
hasWritePermission | Boolean | ||
hasAdminPermission | Boolean | ||
tokenScopes | [String] | ||
usableScopes | [String] | Some tokens may have write scopes (eg: model:write) but the user of the token is a guest in the project so they can't use the scopes. | |
userRole | Number | * `100` - admin * `50` - user * `25` - guest | [optional] |
user | User | [optional] |
-
100
(value:100
) -
50
(value:50
) -
25
(value:25
) -
null
(value:null
)