datasource_site_webhooks

package
v0.2.9 Latest Latest
Warning

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

Go to latest
Published: Nov 29, 2024 License: Apache-2.0 Imports: 13 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func SdkToTerraform

func SdkToTerraform(ctx context.Context, l *[]models.Webhook, elements *[]attr.Value) diag.Diagnostics

func SiteWebhooksDataSourceSchema

func SiteWebhooksDataSourceSchema(ctx context.Context) schema.Schema

Types

type SiteWebhooksModel

type SiteWebhooksModel struct {
	Limit        types.Int64  `tfsdk:"limit"`
	Page         types.Int64  `tfsdk:"page"`
	SiteId       types.String `tfsdk:"site_id"`
	SiteWebhooks types.Set    `tfsdk:"site_webhooks"`
}

type SiteWebhooksType

type SiteWebhooksType struct {
	basetypes.ObjectType
}

func (SiteWebhooksType) Equal

func (t SiteWebhooksType) Equal(o attr.Type) bool

func (SiteWebhooksType) String

func (t SiteWebhooksType) String() string

func (SiteWebhooksType) ValueFromObject

func (SiteWebhooksType) ValueFromTerraform

func (t SiteWebhooksType) ValueFromTerraform(ctx context.Context, in tftypes.Value) (attr.Value, error)

func (SiteWebhooksType) ValueType

func (t SiteWebhooksType) ValueType(ctx context.Context) attr.Value

type SiteWebhooksValue

type SiteWebhooksValue struct {
	CreatedTime        basetypes.NumberValue `tfsdk:"created_time"`
	Enabled            basetypes.BoolValue   `tfsdk:"enabled"`
	Headers            basetypes.MapValue    `tfsdk:"headers"`
	Id                 basetypes.StringValue `tfsdk:"id"`
	ModifiedTime       basetypes.NumberValue `tfsdk:"modified_time"`
	Name               basetypes.StringValue `tfsdk:"name"`
	Oauth2ClientId     basetypes.StringValue `tfsdk:"oauth2_client_id"`
	Oauth2ClientSecret basetypes.StringValue `tfsdk:"oauth2_client_secret"`
	Oauth2GrantType    basetypes.StringValue `tfsdk:"oauth2_grant_type"`
	Oauth2Password     basetypes.StringValue `tfsdk:"oauth2_password"`
	Oauth2Scopes       basetypes.ListValue   `tfsdk:"oauth2_scopes"`
	Oauth2TokenUrl     basetypes.StringValue `tfsdk:"oauth2_token_url"`
	Oauth2Username     basetypes.StringValue `tfsdk:"oauth2_username"`
	OrgId              basetypes.StringValue `tfsdk:"org_id"`
	Secret             basetypes.StringValue `tfsdk:"secret"`
	SiteId             basetypes.StringValue `tfsdk:"site_id"`
	SplunkToken        basetypes.StringValue `tfsdk:"splunk_token"`
	Topics             basetypes.ListValue   `tfsdk:"topics"`
	SiteWebhooksType   basetypes.StringValue `tfsdk:"type"`
	Url                basetypes.StringValue `tfsdk:"url"`
	VerifyCert         basetypes.BoolValue   `tfsdk:"verify_cert"`
	// contains filtered or unexported fields
}

func NewSiteWebhooksValue

func NewSiteWebhooksValue(attributeTypes map[string]attr.Type, attributes map[string]attr.Value) (SiteWebhooksValue, diag.Diagnostics)

func NewSiteWebhooksValueMust

func NewSiteWebhooksValueMust(attributeTypes map[string]attr.Type, attributes map[string]attr.Value) SiteWebhooksValue

func NewSiteWebhooksValueNull

func NewSiteWebhooksValueNull() SiteWebhooksValue

func NewSiteWebhooksValueUnknown

func NewSiteWebhooksValueUnknown() SiteWebhooksValue

func (SiteWebhooksValue) AttributeTypes

func (v SiteWebhooksValue) AttributeTypes(ctx context.Context) map[string]attr.Type

func (SiteWebhooksValue) Equal

func (v SiteWebhooksValue) Equal(o attr.Value) bool

func (SiteWebhooksValue) IsNull

func (v SiteWebhooksValue) IsNull() bool

func (SiteWebhooksValue) IsUnknown

func (v SiteWebhooksValue) IsUnknown() bool

func (SiteWebhooksValue) String

func (v SiteWebhooksValue) String() string

func (SiteWebhooksValue) ToObjectValue

func (SiteWebhooksValue) ToTerraformValue

func (v SiteWebhooksValue) ToTerraformValue(ctx context.Context) (tftypes.Value, error)

func (SiteWebhooksValue) Type

Jump to

Keyboard shortcuts

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