prehogv1alpha

package
v1.3.3-0...-3aec24a Latest Latest
Warning

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

Go to latest
Published: Dec 13, 2022 License: Apache-2.0 Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var File_prehog_v1alpha_teleport_proto protoreflect.FileDescriptor

Functions

This section is empty.

Types

type HelloTeleportRequest

type HelloTeleportRequest struct {
	// contains filtered or unexported fields
}

func (*HelloTeleportRequest) Descriptor deprecated

func (*HelloTeleportRequest) Descriptor() ([]byte, []int)

Deprecated: Use HelloTeleportRequest.ProtoReflect.Descriptor instead.

func (*HelloTeleportRequest) ProtoMessage

func (*HelloTeleportRequest) ProtoMessage()

func (*HelloTeleportRequest) ProtoReflect

func (x *HelloTeleportRequest) ProtoReflect() protoreflect.Message

func (*HelloTeleportRequest) Reset

func (x *HelloTeleportRequest) Reset()

func (*HelloTeleportRequest) String

func (x *HelloTeleportRequest) String() string

type HelloTeleportResponse

type HelloTeleportResponse struct {
	// contains filtered or unexported fields
}

func (*HelloTeleportResponse) Descriptor deprecated

func (*HelloTeleportResponse) Descriptor() ([]byte, []int)

Deprecated: Use HelloTeleportResponse.ProtoReflect.Descriptor instead.

func (*HelloTeleportResponse) ProtoMessage

func (*HelloTeleportResponse) ProtoMessage()

func (*HelloTeleportResponse) ProtoReflect

func (x *HelloTeleportResponse) ProtoReflect() protoreflect.Message

func (*HelloTeleportResponse) Reset

func (x *HelloTeleportResponse) Reset()

func (*HelloTeleportResponse) String

func (x *HelloTeleportResponse) String() string

type ResourceCreateEvent

type ResourceCreateEvent struct {

	// TODO(espadolini): is a resource the teleport process or the
	// databases/desktops/kube clusters accessed through it?
	ResourceType string `protobuf:"bytes,1,opt,name=resource_type,json=resourceType,proto3" json:"resource_type,omitempty"`
	// contains filtered or unexported fields
}

func (*ResourceCreateEvent) Descriptor deprecated

func (*ResourceCreateEvent) Descriptor() ([]byte, []int)

Deprecated: Use ResourceCreateEvent.ProtoReflect.Descriptor instead.

func (*ResourceCreateEvent) GetResourceType

func (x *ResourceCreateEvent) GetResourceType() string

func (*ResourceCreateEvent) ProtoMessage

func (*ResourceCreateEvent) ProtoMessage()

func (*ResourceCreateEvent) ProtoReflect

func (x *ResourceCreateEvent) ProtoReflect() protoreflect.Message

func (*ResourceCreateEvent) Reset

func (x *ResourceCreateEvent) Reset()

func (*ResourceCreateEvent) String

func (x *ResourceCreateEvent) String() string

type SSOCreateEvent

type SSOCreateEvent struct {

	// github/saml/oidc
	ConnectorType string `protobuf:"bytes,1,opt,name=connector_type,json=connectorType,proto3" json:"connector_type,omitempty"`
	// contains filtered or unexported fields
}

func (*SSOCreateEvent) Descriptor deprecated

func (*SSOCreateEvent) Descriptor() ([]byte, []int)

Deprecated: Use SSOCreateEvent.ProtoReflect.Descriptor instead.

func (*SSOCreateEvent) GetConnectorType

func (x *SSOCreateEvent) GetConnectorType() string

func (*SSOCreateEvent) ProtoMessage

func (*SSOCreateEvent) ProtoMessage()

func (*SSOCreateEvent) ProtoReflect

func (x *SSOCreateEvent) ProtoReflect() protoreflect.Message

func (*SSOCreateEvent) Reset

func (x *SSOCreateEvent) Reset()

func (*SSOCreateEvent) String

func (x *SSOCreateEvent) String() string

type SessionStartEvent

type SessionStartEvent struct {

	// anonymized
	UserName string `protobuf:"bytes,1,opt,name=user_name,json=userName,proto3" json:"user_name,omitempty"`
	// ssh/kube/desktop, maybe db?
	SessionType string `protobuf:"bytes,2,opt,name=session_type,json=sessionType,proto3" json:"session_type,omitempty"`
	// contains filtered or unexported fields
}

func (*SessionStartEvent) Descriptor deprecated

func (*SessionStartEvent) Descriptor() ([]byte, []int)

Deprecated: Use SessionStartEvent.ProtoReflect.Descriptor instead.

func (*SessionStartEvent) GetSessionType

func (x *SessionStartEvent) GetSessionType() string

func (*SessionStartEvent) GetUserName

func (x *SessionStartEvent) GetUserName() string

func (*SessionStartEvent) ProtoMessage

func (*SessionStartEvent) ProtoMessage()

func (*SessionStartEvent) ProtoReflect

func (x *SessionStartEvent) ProtoReflect() protoreflect.Message

func (*SessionStartEvent) Reset

func (x *SessionStartEvent) Reset()

func (*SessionStartEvent) String

func (x *SessionStartEvent) String() string

type SubmitEventRequest

type SubmitEventRequest struct {

	// anonymized
	ClusterName string `protobuf:"bytes,1,opt,name=cluster_name,json=clusterName,proto3" json:"cluster_name,omitempty"`
	// optional, will default to the ingest time if unset
	Timestamp *timestamppb.Timestamp `protobuf:"bytes,2,opt,name=timestamp,proto3" json:"timestamp,omitempty"`
	// Types that are assignable to Event:
	//
	//	*SubmitEventRequest_UserLogin
	//	*SubmitEventRequest_SsoCreate
	//	*SubmitEventRequest_ResourceCreate
	//	*SubmitEventRequest_SessionStart
	//	*SubmitEventRequest_UiBannerClick
	//	*SubmitEventRequest_UiOnboardGetStartedClick
	//	*SubmitEventRequest_UiOnboardCompleteGoToDashboardClick
	//	*SubmitEventRequest_UiOnboardAddFirstResourceClick
	//	*SubmitEventRequest_UiOnboardAddFirstResourceLaterClick
	//	*SubmitEventRequest_UiOnboardSetCredentialSubmit
	//	*SubmitEventRequest_UiOnboardRegisterChallengeSubmit
	//	*SubmitEventRequest_UiRecoveryCodesContinueClick
	Event isSubmitEventRequest_Event `protobuf_oneof:"event"`
	// contains filtered or unexported fields
}

func (*SubmitEventRequest) Descriptor deprecated

func (*SubmitEventRequest) Descriptor() ([]byte, []int)

Deprecated: Use SubmitEventRequest.ProtoReflect.Descriptor instead.

func (*SubmitEventRequest) GetClusterName

func (x *SubmitEventRequest) GetClusterName() string

func (*SubmitEventRequest) GetEvent

func (m *SubmitEventRequest) GetEvent() isSubmitEventRequest_Event

func (*SubmitEventRequest) GetResourceCreate

func (x *SubmitEventRequest) GetResourceCreate() *ResourceCreateEvent

func (*SubmitEventRequest) GetSessionStart

func (x *SubmitEventRequest) GetSessionStart() *SessionStartEvent

func (*SubmitEventRequest) GetSsoCreate

func (x *SubmitEventRequest) GetSsoCreate() *SSOCreateEvent

func (*SubmitEventRequest) GetTimestamp

func (x *SubmitEventRequest) GetTimestamp() *timestamppb.Timestamp

func (*SubmitEventRequest) GetUiBannerClick

func (x *SubmitEventRequest) GetUiBannerClick() *UIBannerClickEvent

func (*SubmitEventRequest) GetUiOnboardAddFirstResourceClick

func (x *SubmitEventRequest) GetUiOnboardAddFirstResourceClick() *UIOnboardAddFirstResourceClickEvent

func (*SubmitEventRequest) GetUiOnboardAddFirstResourceLaterClick

func (x *SubmitEventRequest) GetUiOnboardAddFirstResourceLaterClick() *UIOnboardAddFirstResourceLaterClickEvent

func (*SubmitEventRequest) GetUiOnboardCompleteGoToDashboardClick

func (x *SubmitEventRequest) GetUiOnboardCompleteGoToDashboardClick() *UIOnboardCompleteGoToDashboardClickEvent

func (*SubmitEventRequest) GetUiOnboardGetStartedClick

func (x *SubmitEventRequest) GetUiOnboardGetStartedClick() *UIOnboardGetStartedClickEvent

func (*SubmitEventRequest) GetUiOnboardRegisterChallengeSubmit

func (x *SubmitEventRequest) GetUiOnboardRegisterChallengeSubmit() *UIOnboardRegisterChallengeSubmitEvent

func (*SubmitEventRequest) GetUiOnboardSetCredentialSubmit

func (x *SubmitEventRequest) GetUiOnboardSetCredentialSubmit() *UIOnboardSetCredentialSubmitEvent

func (*SubmitEventRequest) GetUiRecoveryCodesContinueClick

func (x *SubmitEventRequest) GetUiRecoveryCodesContinueClick() *UIRecoveryCodesContinueClickEvent

func (*SubmitEventRequest) GetUserLogin

func (x *SubmitEventRequest) GetUserLogin() *UserLoginEvent

func (*SubmitEventRequest) ProtoMessage

func (*SubmitEventRequest) ProtoMessage()

func (*SubmitEventRequest) ProtoReflect

func (x *SubmitEventRequest) ProtoReflect() protoreflect.Message

func (*SubmitEventRequest) Reset

func (x *SubmitEventRequest) Reset()

func (*SubmitEventRequest) String

func (x *SubmitEventRequest) String() string

type SubmitEventRequest_ResourceCreate

type SubmitEventRequest_ResourceCreate struct {
	ResourceCreate *ResourceCreateEvent `protobuf:"bytes,5,opt,name=resource_create,json=resourceCreate,proto3,oneof"`
}

type SubmitEventRequest_SessionStart

type SubmitEventRequest_SessionStart struct {
	SessionStart *SessionStartEvent `protobuf:"bytes,6,opt,name=session_start,json=sessionStart,proto3,oneof"`
}

type SubmitEventRequest_SsoCreate

type SubmitEventRequest_SsoCreate struct {
	SsoCreate *SSOCreateEvent `protobuf:"bytes,4,opt,name=sso_create,json=ssoCreate,proto3,oneof"`
}

type SubmitEventRequest_UiBannerClick

type SubmitEventRequest_UiBannerClick struct {
	UiBannerClick *UIBannerClickEvent `protobuf:"bytes,7,opt,name=ui_banner_click,json=uiBannerClick,proto3,oneof"`
}

type SubmitEventRequest_UiOnboardAddFirstResourceClick

type SubmitEventRequest_UiOnboardAddFirstResourceClick struct {
	UiOnboardAddFirstResourceClick *UIOnboardAddFirstResourceClickEvent `protobuf:"bytes,10,opt,name=ui_onboard_add_first_resource_click,json=uiOnboardAddFirstResourceClick,proto3,oneof"`
}

type SubmitEventRequest_UiOnboardAddFirstResourceLaterClick

type SubmitEventRequest_UiOnboardAddFirstResourceLaterClick struct {
	UiOnboardAddFirstResourceLaterClick *UIOnboardAddFirstResourceLaterClickEvent `protobuf:"bytes,11,opt,name=ui_onboard_add_first_resource_later_click,json=uiOnboardAddFirstResourceLaterClick,proto3,oneof"`
}

type SubmitEventRequest_UiOnboardCompleteGoToDashboardClick

type SubmitEventRequest_UiOnboardCompleteGoToDashboardClick struct {
	UiOnboardCompleteGoToDashboardClick *UIOnboardCompleteGoToDashboardClickEvent `protobuf:"bytes,9,opt,name=ui_onboard_complete_go_to_dashboard_click,json=uiOnboardCompleteGoToDashboardClick,proto3,oneof"`
}

type SubmitEventRequest_UiOnboardGetStartedClick

type SubmitEventRequest_UiOnboardGetStartedClick struct {
	UiOnboardGetStartedClick *UIOnboardGetStartedClickEvent `protobuf:"bytes,8,opt,name=ui_onboard_get_started_click,json=uiOnboardGetStartedClick,proto3,oneof"`
}

type SubmitEventRequest_UiOnboardRegisterChallengeSubmit

type SubmitEventRequest_UiOnboardRegisterChallengeSubmit struct {
	UiOnboardRegisterChallengeSubmit *UIOnboardRegisterChallengeSubmitEvent `protobuf:"bytes,13,opt,name=ui_onboard_register_challenge_submit,json=uiOnboardRegisterChallengeSubmit,proto3,oneof"`
}

type SubmitEventRequest_UiOnboardSetCredentialSubmit

type SubmitEventRequest_UiOnboardSetCredentialSubmit struct {
	UiOnboardSetCredentialSubmit *UIOnboardSetCredentialSubmitEvent `protobuf:"bytes,12,opt,name=ui_onboard_set_credential_submit,json=uiOnboardSetCredentialSubmit,proto3,oneof"`
}

type SubmitEventRequest_UiRecoveryCodesContinueClick

type SubmitEventRequest_UiRecoveryCodesContinueClick struct {
	UiRecoveryCodesContinueClick *UIRecoveryCodesContinueClickEvent `protobuf:"bytes,14,opt,name=ui_recovery_codes_continue_click,json=uiRecoveryCodesContinueClick,proto3,oneof"`
}

type SubmitEventRequest_UserLogin

type SubmitEventRequest_UserLogin struct {
	UserLogin *UserLoginEvent `protobuf:"bytes,3,opt,name=user_login,json=userLogin,proto3,oneof"`
}

type SubmitEventResponse

type SubmitEventResponse struct {
	// contains filtered or unexported fields
}

func (*SubmitEventResponse) Descriptor deprecated

func (*SubmitEventResponse) Descriptor() ([]byte, []int)

Deprecated: Use SubmitEventResponse.ProtoReflect.Descriptor instead.

func (*SubmitEventResponse) ProtoMessage

func (*SubmitEventResponse) ProtoMessage()

func (*SubmitEventResponse) ProtoReflect

func (x *SubmitEventResponse) ProtoReflect() protoreflect.Message

func (*SubmitEventResponse) Reset

func (x *SubmitEventResponse) Reset()

func (*SubmitEventResponse) String

func (x *SubmitEventResponse) String() string

type UIBannerClickEvent

type UIBannerClickEvent struct {

	// anonymized
	UserName string `protobuf:"bytes,1,opt,name=user_name,json=userName,proto3" json:"user_name,omitempty"`
	// cluster alert name
	Alert string `protobuf:"bytes,2,opt,name=alert,proto3" json:"alert,omitempty"`
	// contains filtered or unexported fields
}

func (*UIBannerClickEvent) Descriptor deprecated

func (*UIBannerClickEvent) Descriptor() ([]byte, []int)

Deprecated: Use UIBannerClickEvent.ProtoReflect.Descriptor instead.

func (*UIBannerClickEvent) GetAlert

func (x *UIBannerClickEvent) GetAlert() string

func (*UIBannerClickEvent) GetUserName

func (x *UIBannerClickEvent) GetUserName() string

func (*UIBannerClickEvent) ProtoMessage

func (*UIBannerClickEvent) ProtoMessage()

func (*UIBannerClickEvent) ProtoReflect

func (x *UIBannerClickEvent) ProtoReflect() protoreflect.Message

func (*UIBannerClickEvent) Reset

func (x *UIBannerClickEvent) Reset()

func (*UIBannerClickEvent) String

func (x *UIBannerClickEvent) String() string

type UIOnboardAddFirstResourceClickEvent

type UIOnboardAddFirstResourceClickEvent struct {

	// anonymized
	UserName string `protobuf:"bytes,1,opt,name=user_name,json=userName,proto3" json:"user_name,omitempty"`
	// contains filtered or unexported fields
}

func (*UIOnboardAddFirstResourceClickEvent) Descriptor deprecated

func (*UIOnboardAddFirstResourceClickEvent) Descriptor() ([]byte, []int)

Deprecated: Use UIOnboardAddFirstResourceClickEvent.ProtoReflect.Descriptor instead.

func (*UIOnboardAddFirstResourceClickEvent) GetUserName

func (*UIOnboardAddFirstResourceClickEvent) ProtoMessage

func (*UIOnboardAddFirstResourceClickEvent) ProtoMessage()

func (*UIOnboardAddFirstResourceClickEvent) ProtoReflect

func (*UIOnboardAddFirstResourceClickEvent) Reset

func (*UIOnboardAddFirstResourceClickEvent) String

type UIOnboardAddFirstResourceLaterClickEvent

type UIOnboardAddFirstResourceLaterClickEvent struct {

	// anonymized
	UserName string `protobuf:"bytes,1,opt,name=user_name,json=userName,proto3" json:"user_name,omitempty"`
	// contains filtered or unexported fields
}

func (*UIOnboardAddFirstResourceLaterClickEvent) Descriptor deprecated

func (*UIOnboardAddFirstResourceLaterClickEvent) Descriptor() ([]byte, []int)

Deprecated: Use UIOnboardAddFirstResourceLaterClickEvent.ProtoReflect.Descriptor instead.

func (*UIOnboardAddFirstResourceLaterClickEvent) GetUserName

func (*UIOnboardAddFirstResourceLaterClickEvent) ProtoMessage

func (*UIOnboardAddFirstResourceLaterClickEvent) ProtoReflect

func (*UIOnboardAddFirstResourceLaterClickEvent) Reset

func (*UIOnboardAddFirstResourceLaterClickEvent) String

type UIOnboardCompleteGoToDashboardClickEvent

type UIOnboardCompleteGoToDashboardClickEvent struct {

	// anonymized
	UserName string `protobuf:"bytes,1,opt,name=user_name,json=userName,proto3" json:"user_name,omitempty"`
	// contains filtered or unexported fields
}

func (*UIOnboardCompleteGoToDashboardClickEvent) Descriptor deprecated

func (*UIOnboardCompleteGoToDashboardClickEvent) Descriptor() ([]byte, []int)

Deprecated: Use UIOnboardCompleteGoToDashboardClickEvent.ProtoReflect.Descriptor instead.

func (*UIOnboardCompleteGoToDashboardClickEvent) GetUserName

func (*UIOnboardCompleteGoToDashboardClickEvent) ProtoMessage

func (*UIOnboardCompleteGoToDashboardClickEvent) ProtoReflect

func (*UIOnboardCompleteGoToDashboardClickEvent) Reset

func (*UIOnboardCompleteGoToDashboardClickEvent) String

type UIOnboardGetStartedClickEvent

type UIOnboardGetStartedClickEvent struct {

	// anonymized
	UserName string `protobuf:"bytes,1,opt,name=user_name,json=userName,proto3" json:"user_name,omitempty"`
	// contains filtered or unexported fields
}

func (*UIOnboardGetStartedClickEvent) Descriptor deprecated

func (*UIOnboardGetStartedClickEvent) Descriptor() ([]byte, []int)

Deprecated: Use UIOnboardGetStartedClickEvent.ProtoReflect.Descriptor instead.

func (*UIOnboardGetStartedClickEvent) GetUserName

func (x *UIOnboardGetStartedClickEvent) GetUserName() string

func (*UIOnboardGetStartedClickEvent) ProtoMessage

func (*UIOnboardGetStartedClickEvent) ProtoMessage()

func (*UIOnboardGetStartedClickEvent) ProtoReflect

func (*UIOnboardGetStartedClickEvent) Reset

func (x *UIOnboardGetStartedClickEvent) Reset()

func (*UIOnboardGetStartedClickEvent) String

type UIOnboardRegisterChallengeSubmitEvent

type UIOnboardRegisterChallengeSubmitEvent struct {

	// anonymized
	UserName string `protobuf:"bytes,1,opt,name=user_name,json=userName,proto3" json:"user_name,omitempty"`
	// contains filtered or unexported fields
}

func (*UIOnboardRegisterChallengeSubmitEvent) Descriptor deprecated

func (*UIOnboardRegisterChallengeSubmitEvent) Descriptor() ([]byte, []int)

Deprecated: Use UIOnboardRegisterChallengeSubmitEvent.ProtoReflect.Descriptor instead.

func (*UIOnboardRegisterChallengeSubmitEvent) GetUserName

func (*UIOnboardRegisterChallengeSubmitEvent) ProtoMessage

func (*UIOnboardRegisterChallengeSubmitEvent) ProtoMessage()

func (*UIOnboardRegisterChallengeSubmitEvent) ProtoReflect

func (*UIOnboardRegisterChallengeSubmitEvent) Reset

func (*UIOnboardRegisterChallengeSubmitEvent) String

type UIOnboardSetCredentialSubmitEvent

type UIOnboardSetCredentialSubmitEvent struct {

	// anonymized
	UserName string `protobuf:"bytes,1,opt,name=user_name,json=userName,proto3" json:"user_name,omitempty"`
	// contains filtered or unexported fields
}

func (*UIOnboardSetCredentialSubmitEvent) Descriptor deprecated

func (*UIOnboardSetCredentialSubmitEvent) Descriptor() ([]byte, []int)

Deprecated: Use UIOnboardSetCredentialSubmitEvent.ProtoReflect.Descriptor instead.

func (*UIOnboardSetCredentialSubmitEvent) GetUserName

func (x *UIOnboardSetCredentialSubmitEvent) GetUserName() string

func (*UIOnboardSetCredentialSubmitEvent) ProtoMessage

func (*UIOnboardSetCredentialSubmitEvent) ProtoMessage()

func (*UIOnboardSetCredentialSubmitEvent) ProtoReflect

func (*UIOnboardSetCredentialSubmitEvent) Reset

func (*UIOnboardSetCredentialSubmitEvent) String

type UIRecoveryCodesContinueClickEvent

type UIRecoveryCodesContinueClickEvent struct {

	// anonymized
	UserName string `protobuf:"bytes,1,opt,name=user_name,json=userName,proto3" json:"user_name,omitempty"`
	// contains filtered or unexported fields
}

func (*UIRecoveryCodesContinueClickEvent) Descriptor deprecated

func (*UIRecoveryCodesContinueClickEvent) Descriptor() ([]byte, []int)

Deprecated: Use UIRecoveryCodesContinueClickEvent.ProtoReflect.Descriptor instead.

func (*UIRecoveryCodesContinueClickEvent) GetUserName

func (x *UIRecoveryCodesContinueClickEvent) GetUserName() string

func (*UIRecoveryCodesContinueClickEvent) ProtoMessage

func (*UIRecoveryCodesContinueClickEvent) ProtoMessage()

func (*UIRecoveryCodesContinueClickEvent) ProtoReflect

func (*UIRecoveryCodesContinueClickEvent) Reset

func (*UIRecoveryCodesContinueClickEvent) String

type UserLoginEvent

type UserLoginEvent struct {

	// anonymized
	UserName string `protobuf:"bytes,1,opt,name=user_name,json=userName,proto3" json:"user_name,omitempty"`
	// empty for local or github/saml/oidc
	ConnectorType string `protobuf:"bytes,2,opt,name=connector_type,json=connectorType,proto3" json:"connector_type,omitempty"`
	// contains filtered or unexported fields
}

func (*UserLoginEvent) Descriptor deprecated

func (*UserLoginEvent) Descriptor() ([]byte, []int)

Deprecated: Use UserLoginEvent.ProtoReflect.Descriptor instead.

func (*UserLoginEvent) GetConnectorType

func (x *UserLoginEvent) GetConnectorType() string

func (*UserLoginEvent) GetUserName

func (x *UserLoginEvent) GetUserName() string

func (*UserLoginEvent) ProtoMessage

func (*UserLoginEvent) ProtoMessage()

func (*UserLoginEvent) ProtoReflect

func (x *UserLoginEvent) ProtoReflect() protoreflect.Message

func (*UserLoginEvent) Reset

func (x *UserLoginEvent) Reset()

func (*UserLoginEvent) String

func (x *UserLoginEvent) String() string

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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