webhook

package
v1.1.4 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jul 16, 2025 License: MIT Imports: 17 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func WebhookDataSource

func WebhookDataSource() datasource.DataSource

func WebhookResource

func WebhookResource() resource.Resource

Types

type WebhookDataSourceModel

type WebhookDataSourceModel struct {
	ID                types.String `tfsdk:"id"`
	WebhookID         types.String `tfsdk:"webhook_id"`
	Name              types.String `tfsdk:"name"`
	Description       types.String `tfsdk:"description"`
	ClientURL         types.String `tfsdk:"client_url"`
	EventTypes        types.List   `tfsdk:"event_types"`
	JobIDs            types.List   `tfsdk:"job_ids"`
	Active            types.Bool   `tfsdk:"active"`
	HTTPStatusCode    types.String `tfsdk:"http_status_code"`
	AccountIdentifier types.String `tfsdk:"account_identifier"`
}

type WebhookResourceModel

type WebhookResourceModel struct {
	ID                types.String `tfsdk:"id"`
	WebhookID         types.String `tfsdk:"webhook_id"`
	Name              types.String `tfsdk:"name"`
	Description       types.String `tfsdk:"description"`
	ClientURL         types.String `tfsdk:"client_url"`
	EventTypes        types.List   `tfsdk:"event_types"`
	JobIDs            types.List   `tfsdk:"job_ids"`
	Active            types.Bool   `tfsdk:"active"`
	HmacSecret        types.String `tfsdk:"hmac_secret"`
	HTTPStatusCode    types.String `tfsdk:"http_status_code"`
	AccountIdentifier types.String `tfsdk:"account_identifier"`
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL