Name | Type | Description | Notes |
---|---|---|---|
Id | int64 | The registry ID. | [optional] [default to null] |
Type_ | string | Type of the registry, e.g. 'harbor'. | [optional] [default to null] |
Url | string | The registry URL. | [optional] [default to null] |
CredentialType | string | Credential type of the registry, e.g. 'basic'. | [optional] [default to null] |
AccessKey | string | The registry access key. | [optional] [default to null] |
AccessSecret | string | The registry access secret. | [optional] [default to null] |
Insecure | bool | Whether or not the certificate will be verified when Harbor tries to access the server. | [optional] [default to null] |