artifact-keeper-client 1.1.2

Rust client for the Artifact Keeper REST API
Documentation
# TokenInfoResponse

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**created_at** | **String** |  | 
**expires_at** | Option<**String**> |  | [optional]
**id** | [**uuid::Uuid**]uuid::Uuid.md |  | 
**is_expired** | **bool** |  | 
**last_used_at** | Option<**String**> |  | [optional]
**name** | **String** |  | 
**repo_selector** | Option<[**serde_json::Value**].md> | Dynamic repository selector, if configured. | [optional]
**repository_ids** | [**Vec<uuid::Uuid>**]uuid::Uuid.md | Explicit repository IDs this token is restricted to (from join table). | 
**scopes** | **Vec<String>** |  | 
**token_prefix** | **String** |  | 

[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)