| Name | Type | Description | Notes |
|---|---|---|---|
| id | uuid::Uuid | [readonly] | |
| created_at | String | [readonly] | |
| updated_at | Option<String> | [optional][readonly] | |
| name | String | ||
| kind | Option<models::HelmRepositoryKindEnum> | [optional] | |
| description | Option<String> | [optional] | |
| url | Option<String> | URL of the helm repository | [optional] |
| skip_tls_verification | Option<bool> | Bypass tls certificate verification when connecting to repository | [optional] |
| associated_services_count | Option<i32> | The number of services using this helm repository | [optional] |
| config | Option<models::HelmRepositoryResponseAllOfConfig> | [optional] |