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 (*Settings) MarshalHCL ¶
func (me *Settings) MarshalHCL(properties hcl.Properties) error
type WebBeaconEndpointType ¶
type WebBeaconEndpointType string
Click to show internal directories.
Click to hide internal directories.