Name | Type | Description | Notes |
---|---|---|---|
id | int | The webhook policy ID. | [optional] |
name | str | The name of webhook policy. | [optional] |
description | str | The description of webhook policy. | [optional] |
project_id | int | The project ID of webhook policy. | [optional] |
targets | list[WebhookTargetObject] | [optional] | |
event_types | list[str] | [optional] | |
creator | str | The creator of the webhook policy. | [optional] |
creation_time | datetime | The create time of the webhook policy. | [optional] |
update_time | datetime | The update time of the webhook policy. | [optional] |
enabled | bool | Whether the webhook policy is enabled or not. | [optional] |