Documentation ¶
Index ¶
- func SdkToTerraform(ctx context.Context, l *[]models.Webhook, elements *[]attr.Value) diag.Diagnostics
- func SiteWebhooksDataSourceSchema(ctx context.Context) schema.Schema
- type SiteWebhooksModel
- type SiteWebhooksType
- func (t SiteWebhooksType) Equal(o attr.Type) bool
- func (t SiteWebhooksType) String() string
- func (t SiteWebhooksType) ValueFromObject(ctx context.Context, in basetypes.ObjectValue) (basetypes.ObjectValuable, diag.Diagnostics)
- func (t SiteWebhooksType) ValueFromTerraform(ctx context.Context, in tftypes.Value) (attr.Value, error)
- func (t SiteWebhooksType) ValueType(ctx context.Context) attr.Value
- type SiteWebhooksValue
- func NewSiteWebhooksValue(attributeTypes map[string]attr.Type, attributes map[string]attr.Value) (SiteWebhooksValue, diag.Diagnostics)
- func NewSiteWebhooksValueMust(attributeTypes map[string]attr.Type, attributes map[string]attr.Value) SiteWebhooksValue
- func NewSiteWebhooksValueNull() SiteWebhooksValue
- func NewSiteWebhooksValueUnknown() SiteWebhooksValue
- func (v SiteWebhooksValue) AttributeTypes(ctx context.Context) map[string]attr.Type
- func (v SiteWebhooksValue) Equal(o attr.Value) bool
- func (v SiteWebhooksValue) IsNull() bool
- func (v SiteWebhooksValue) IsUnknown() bool
- func (v SiteWebhooksValue) String() string
- func (v SiteWebhooksValue) ToObjectValue(ctx context.Context) (basetypes.ObjectValue, diag.Diagnostics)
- func (v SiteWebhooksValue) ToTerraformValue(ctx context.Context) (tftypes.Value, error)
- func (v SiteWebhooksValue) Type(ctx context.Context) attr.Type
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func SdkToTerraform ¶
Types ¶
type SiteWebhooksModel ¶
type SiteWebhooksType ¶
type SiteWebhooksType struct {
basetypes.ObjectType
}
func (SiteWebhooksType) String ¶
func (t SiteWebhooksType) String() string
func (SiteWebhooksType) ValueFromObject ¶
func (t SiteWebhooksType) ValueFromObject(ctx context.Context, in basetypes.ObjectValue) (basetypes.ObjectValuable, diag.Diagnostics)
func (SiteWebhooksType) ValueFromTerraform ¶
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 NewSiteWebhooksValueNull ¶
func NewSiteWebhooksValueNull() SiteWebhooksValue
func NewSiteWebhooksValueUnknown ¶
func NewSiteWebhooksValueUnknown() SiteWebhooksValue
func (SiteWebhooksValue) AttributeTypes ¶
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 (v SiteWebhooksValue) ToObjectValue(ctx context.Context) (basetypes.ObjectValue, diag.Diagnostics)
func (SiteWebhooksValue) ToTerraformValue ¶
Click to show internal directories.
Click to hide internal directories.