# RepositoryResponse
## Properties
**allow_anonymous_access** | **bool** | Whether anonymous (unauthenticated) downloads are allowed. This is always equal to `is_public` and provided as a convenience alias so the semantics are clear for remote (pull-through cache) repositories. |
**created_at** | **String** | |
**description** | Option<**String**> | | [optional]
**format** | **String** | |
**id** | [**uuid::Uuid**](uuid::Uuid.md) | |
**is_public** | **bool** | |
**key** | **String** | |
**name** | **String** | |
**promotion_only** | **bool** | When true, direct user uploads are rejected; artifacts must be promoted. |
**quarantine_duration_minutes** | Option<**i64**> | Configured quarantine hold duration in minutes, read back from `repository_config` (#1770 B). `None` when unset. | [optional]
**quarantine_enabled** | Option<**bool**> | Whether the Package Age / quarantine policy is enabled for this repository, read back from `repository_config` (#1770 B). `None` when the repository has no explicit setting (the global default applies). | [optional]
**quota_bytes** | Option<**i64**> | | [optional]
**repo_type** | **String** | |
**storage_used_bytes** | **i64** | |
**updated_at** | **String** | |
**upstream_auth_configured** | **bool** | |
**upstream_auth_type** | Option<**String**> | | [optional]
**upstream_url** | 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)