# RegistryPing
## Properties
**id** | Option<**i64**> | The registry ID. | [optional]
**r#type** | Option<**String**> | Type of the registry, e.g. 'harbor'. | [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)