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
# WebhookTargetObject

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**r#type** | Option<**String**> | The webhook target notify type. | [optional]
**address** | Option<**String**> | The webhook target address. | [optional]
**auth_header** | Option<**String**> | The webhook auth header. | [optional]
**skip_cert_verify** | Option<**bool**> | Whether or not to skip cert verify. | [optional]
**payload_format** | Option<**String**> | The type of webhook paylod format. | [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)