eventmon

package
v1.8.0 Latest Latest
Warning

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

Go to latest
Published: Apr 7, 2020 License: Apache-2.0 Imports: 0 Imported by: 4

Documentation

Index

Constants

View Source
const (
	ConnectString = "200 Connected to keymaster eventmon service"
	HttpPath      = "/eventmon/v0"

	AuthTypePassword    = "Password"
	AuthTypeSymantecVIP = "SymantecVIP"
	AuthTypeU2F         = "U2F"

	EventTypeAuth                 = "Auth"
	EventTypeServiceProviderLogin = "ServiceProviderLogin"
	EventTypeSSHCert              = "SSHCert"
	EventTypeWebLogin             = "WebLogin"
	EventTypeX509Cert             = "X509Cert"

	VIPAuthTypeOTP  = "VIPAuthOTP"
	VIPAuthTypePush = "VIPAuthPush"
)

Variables

This section is empty.

Functions

This section is empty.

Types

type EventV0

type EventV0 struct {
	Type string

	// Present for SSH and X509 certificate events.
	CertData []byte `json:",omitempty"`

	AuthType           string `json:",omitempty"` // Present for Auth events.
	ServiceProviderUrl string `json:",omitempty"` // Present for SPLogin events.
	Username           string `json:",omitempty"` // Auth, SPLogin and WebLogin

	VIPAuthType string `json:",omitempty"` // Present for VIP Auth events.
}

Jump to

Keyboard shortcuts

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