Name | Type | Description | Notes |
---|---|---|---|
id | Integer | The ID of the registry | [optional] |
type | String | Type of the registry, e.g. 'harbor'. | [optional] |
url | String | The registry address URL string. | [optional] |
credential_type | String | Credential type of the registry, e.g. 'basic'. | [optional] |
access_key | String | The registry access key. | [optional] |
access_secret | String | The registry access secret. | [optional] |
insecure | BOOLEAN | Whether or not the certificate will be verified when Harbor tries to access the server. | [optional] |