Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 973 Bytes

RegistryPing.md

File metadata and controls

16 lines (12 loc) · 973 Bytes

RegistryPing

Properties

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]

[Back to Model list] [Back to API list] [Back to README]