beaconendpoint

package
v1.56.2 Latest Latest
Warning

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

Go to latest
Published: Apr 30, 2024 License: Apache-2.0 Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var WebBeaconEndpointTypes = struct {
	Activegate    WebBeaconEndpointType
	DefaultConfig WebBeaconEndpointType
	Oneagent      WebBeaconEndpointType
}{
	"ACTIVEGATE",
	"DEFAULT_CONFIG",
	"ONEAGENT",
}

Functions

This section is empty.

Types

type Settings

type Settings struct {
	ApplicationID string                `json:"-" scope:"applicationId"` // The scope of this setting
	Type          WebBeaconEndpointType `json:"type"`                    // Possible Values: `ACTIVEGATE`, `DEFAULT_CONFIG`, `ONEAGENT`
	Url           *string               `json:"url,omitempty"`           // You can specify either path segments or an absolute URL.
	UseCors       *bool                 `json:"useCors,omitempty"`       // Learn more about [sending beacon data via CORS](https://dt-url.net/r7038sa)
}

func (*Settings) HandlePreconditions

func (me *Settings) HandlePreconditions() error

func (*Settings) MarshalHCL

func (me *Settings) MarshalHCL(properties hcl.Properties) error

func (*Settings) Name

func (me *Settings) Name() string

func (*Settings) Schema

func (me *Settings) Schema() map[string]*schema.Schema

func (*Settings) UnmarshalHCL

func (me *Settings) UnmarshalHCL(decoder hcl.Decoder) error

type WebBeaconEndpointType

type WebBeaconEndpointType string

Jump to

Keyboard shortcuts

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