Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 1.27 KB

File metadata and controls

15 lines (10 loc) · 1.27 KB

ProjectAccessTokenRequest

Properties

Name Type Description Notes
scopes [str]
expires_at datetime [optional]
email_impersonation str, none_type If the request is made from an SSO application, you can link the token to a user. All calls made with the token will populate created_by fields with the user. If the user don't have access to some data, the token won't have access. `available_models` can't be set when a user is impersonated. [optional]
available_models [int] List of model IDs that the token can access. If not specified, the token can access all models of the project. This field can't be set if email_impersonation is set. This field can't be set if `document:read` is in scopes. [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]