# NewToken
## Properties
**label** | Option<**String**> | | [optional]
**expiration** | Option<**String**> | | [optional]
**scopes** | Option<**Vec<String>**> | | [optional]
**workspace_id** | Option<**String**> | | [optional]
**read_only** | Option<**bool**> | If true, the token is restricted to read-only HTTP methods (GET/HEAD/OPTIONS). Mutating endpoints and job-run actions are rejected with 403, regardless of the scopes attached. | [optional]
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)