# CreateRepoTokenRequest
## Properties
**description** | Option<**String**> | Optional human-readable description. | [optional]
**expires_in_days** | Option<**i64**> | Number of days until the token expires (1-365). Omit for no expiration. | [optional]
**name** | **String** | Display name for the token. |
**scopes** | **Vec<String>** | Permission scopes for the token. |
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)