Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 1018 Bytes

CheckProjectAccess.md

File metadata and controls

18 lines (13 loc) · 1018 Bytes

CheckProjectAccess

Properties

Name Type Description Notes
has_read_permission bool
has_write_permission bool
has_admin_permission bool
token_scopes [str]
usable_scopes [str] 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.
user_role int, none_type * `100` - admin * `50` - user * `25` - guest [optional]
user bool, date, datetime, dict, float, int, list, str, none_type [optional]
any string name bool, date, datetime, dict, float, int, list, str, none_type any string name can be used but the value must be the correct type [optional]

[Back to Model list] [Back to API list] [Back to README]