harbor-api 2.0.0

These APIs provide services for manipulating Harbor project.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# RegistryUpdate

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**name** | Option<**String**> | The registry name. | [optional]
**description** | Option<**String**> | Description of the registry. | [optional]
**url** | Option<**String**> | The registry URL. | [optional]
**credential_type** | Option<**String**> | Credential type of the registry, e.g. 'basic'. | [optional]
**access_key** | Option<**String**> | The registry access key. | [optional]
**access_secret** | Option<**String**> | The registry access secret. | [optional]
**insecure** | Option<**bool**> | Whether or not the certificate will be verified when Harbor tries to access the server. | [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)