github.com/launchdarkly/api-client-go@v5.3.0+incompatible/docs/Webhook.md (about)

     1  # Webhook
     2  
     3  ## Properties
     4  Name | Type | Description | Notes
     5  ------------ | ------------- | ------------- | -------------
     6  **Links** | [***Links**](Links.md) |  | [optional] [default to null]
     7  **Id** | **string** | The unique resource id. | [optional] [default to null]
     8  **Url** | **string** | The URL of the remote webhook. | [optional] [default to null]
     9  **Secret** | **string** | If defined, the webhooks post request will include a X-LD-Signature header whose value will contain an HMAC SHA256 hex digest of the webhook payload, using the secret as the key. | [optional] [default to null]
    10  **On** | **bool** | Whether this webhook is enabled or not. | [optional] [default to null]
    11  **Name** | **string** | The name of the webhook. | [optional] [default to null]
    12  **Statements** | [**[]Statement**](Statement.md) |  | [optional] [default to null]
    13  **Tags** | **[]string** | Tags assigned to this webhook. | [optional] [default to null]
    14  
    15  [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
    16  
    17