# GitCredentialStatus
## Properties
**provider** | **String** | |
**token_id** | Option<**i64**> | | [optional]
**expires_at** | Option<[**String**](string.md)> | absent for a non-expiring token | [optional]
**scopes** | Option<**Vec<String>**> | | [optional]
**rotatable** | **bool** | whether this workspace renews the credential itself |
**checked_at** | **i64** | |
**error** | Option<**String**> | | [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)