etd

package
v0.0.1 Latest Latest
Warning

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

Go to latest
Published: Dec 12, 2019 License: Apache-2.0 Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type AnomalousIAMGrant

type AnomalousIAMGrant struct {
	InsertId             string                         `protobuf:"bytes,1,opt,name=insertId,proto3" json:"insertId,omitempty"`
	LogName              string                         `protobuf:"bytes,2,opt,name=logName,proto3" json:"logName,omitempty"`
	JsonPayload          *AnomalousIAMGrant_JSONPayload `protobuf:"bytes,3,opt,name=jsonPayload,proto3" json:"jsonPayload,omitempty"`
	XXX_NoUnkeyedLiteral struct{}                       `json:"-"`
	XXX_unrecognized     []byte                         `json:"-"`
	XXX_sizecache        int32                          `json:"-"`
}

func (*AnomalousIAMGrant) Descriptor

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

func (*AnomalousIAMGrant) GetInsertId

func (m *AnomalousIAMGrant) GetInsertId() string

func (*AnomalousIAMGrant) GetJsonPayload

func (m *AnomalousIAMGrant) GetJsonPayload() *AnomalousIAMGrant_JSONPayload

func (*AnomalousIAMGrant) GetLogName

func (m *AnomalousIAMGrant) GetLogName() string

func (*AnomalousIAMGrant) ProtoMessage

func (*AnomalousIAMGrant) ProtoMessage()

func (*AnomalousIAMGrant) Reset

func (m *AnomalousIAMGrant) Reset()

func (*AnomalousIAMGrant) String

func (m *AnomalousIAMGrant) String() string

func (*AnomalousIAMGrant) XXX_DiscardUnknown

func (m *AnomalousIAMGrant) XXX_DiscardUnknown()

func (*AnomalousIAMGrant) XXX_Marshal

func (m *AnomalousIAMGrant) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*AnomalousIAMGrant) XXX_Merge

func (m *AnomalousIAMGrant) XXX_Merge(src proto.Message)

func (*AnomalousIAMGrant) XXX_Size

func (m *AnomalousIAMGrant) XXX_Size() int

func (*AnomalousIAMGrant) XXX_Unmarshal

func (m *AnomalousIAMGrant) XXX_Unmarshal(b []byte) error

type AnomalousIAMGrant_AffectedResource

type AnomalousIAMGrant_AffectedResource struct {
	GcpResourceName      string   `protobuf:"bytes,1,opt,name=gcpResourceName,proto3" json:"gcpResourceName,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*AnomalousIAMGrant_AffectedResource) Descriptor

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

func (*AnomalousIAMGrant_AffectedResource) GetGcpResourceName

func (m *AnomalousIAMGrant_AffectedResource) GetGcpResourceName() string

func (*AnomalousIAMGrant_AffectedResource) ProtoMessage

func (*AnomalousIAMGrant_AffectedResource) ProtoMessage()

func (*AnomalousIAMGrant_AffectedResource) Reset

func (*AnomalousIAMGrant_AffectedResource) String

func (*AnomalousIAMGrant_AffectedResource) XXX_DiscardUnknown

func (m *AnomalousIAMGrant_AffectedResource) XXX_DiscardUnknown()

func (*AnomalousIAMGrant_AffectedResource) XXX_Marshal

func (m *AnomalousIAMGrant_AffectedResource) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*AnomalousIAMGrant_AffectedResource) XXX_Merge

func (*AnomalousIAMGrant_AffectedResource) XXX_Size

func (*AnomalousIAMGrant_AffectedResource) XXX_Unmarshal

func (m *AnomalousIAMGrant_AffectedResource) XXX_Unmarshal(b []byte) error

type AnomalousIAMGrant_DetectionCategory

type AnomalousIAMGrant_DetectionCategory struct {
	RuleName             string   `protobuf:"bytes,1,opt,name=ruleName,proto3" json:"ruleName,omitempty"`
	SubRuleName          string   `protobuf:"bytes,2,opt,name=subRuleName,proto3" json:"subRuleName,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*AnomalousIAMGrant_DetectionCategory) Descriptor

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

func (*AnomalousIAMGrant_DetectionCategory) GetRuleName

func (*AnomalousIAMGrant_DetectionCategory) GetSubRuleName

func (m *AnomalousIAMGrant_DetectionCategory) GetSubRuleName() string

func (*AnomalousIAMGrant_DetectionCategory) ProtoMessage

func (*AnomalousIAMGrant_DetectionCategory) ProtoMessage()

func (*AnomalousIAMGrant_DetectionCategory) Reset

func (*AnomalousIAMGrant_DetectionCategory) String

func (*AnomalousIAMGrant_DetectionCategory) XXX_DiscardUnknown

func (m *AnomalousIAMGrant_DetectionCategory) XXX_DiscardUnknown()

func (*AnomalousIAMGrant_DetectionCategory) XXX_Marshal

func (m *AnomalousIAMGrant_DetectionCategory) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*AnomalousIAMGrant_DetectionCategory) XXX_Merge

func (*AnomalousIAMGrant_DetectionCategory) XXX_Size

func (*AnomalousIAMGrant_DetectionCategory) XXX_Unmarshal

func (m *AnomalousIAMGrant_DetectionCategory) XXX_Unmarshal(b []byte) error

type AnomalousIAMGrant_JSONPayload

type AnomalousIAMGrant_JSONPayload struct {
	AffectedResources    []*AnomalousIAMGrant_AffectedResource `protobuf:"bytes,1,rep,name=affectedResources,proto3" json:"affectedResources,omitempty"`
	Properties           *AnomalousIAMGrant_Properties         `protobuf:"bytes,2,opt,name=properties,proto3" json:"properties,omitempty"`
	DetectionCategory    *AnomalousIAMGrant_DetectionCategory  `protobuf:"bytes,3,opt,name=detectionCategory,proto3" json:"detectionCategory,omitempty"`
	XXX_NoUnkeyedLiteral struct{}                              `json:"-"`
	XXX_unrecognized     []byte                                `json:"-"`
	XXX_sizecache        int32                                 `json:"-"`
}

func (*AnomalousIAMGrant_JSONPayload) Descriptor

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

func (*AnomalousIAMGrant_JSONPayload) GetAffectedResources

func (*AnomalousIAMGrant_JSONPayload) GetDetectionCategory

func (*AnomalousIAMGrant_JSONPayload) GetProperties

func (*AnomalousIAMGrant_JSONPayload) ProtoMessage

func (*AnomalousIAMGrant_JSONPayload) ProtoMessage()

func (*AnomalousIAMGrant_JSONPayload) Reset

func (m *AnomalousIAMGrant_JSONPayload) Reset()

func (*AnomalousIAMGrant_JSONPayload) String

func (*AnomalousIAMGrant_JSONPayload) XXX_DiscardUnknown

func (m *AnomalousIAMGrant_JSONPayload) XXX_DiscardUnknown()

func (*AnomalousIAMGrant_JSONPayload) XXX_Marshal

func (m *AnomalousIAMGrant_JSONPayload) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*AnomalousIAMGrant_JSONPayload) XXX_Merge

func (m *AnomalousIAMGrant_JSONPayload) XXX_Merge(src proto.Message)

func (*AnomalousIAMGrant_JSONPayload) XXX_Size

func (m *AnomalousIAMGrant_JSONPayload) XXX_Size() int

func (*AnomalousIAMGrant_JSONPayload) XXX_Unmarshal

func (m *AnomalousIAMGrant_JSONPayload) XXX_Unmarshal(b []byte) error

type AnomalousIAMGrant_Properties

type AnomalousIAMGrant_Properties struct {
	ProjectId            string   `protobuf:"bytes,1,opt,name=project_id,json=projectId,proto3" json:"project_id,omitempty"`
	ExternalMembers      []string `protobuf:"bytes,2,rep,name=externalMembers,proto3" json:"externalMembers,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*AnomalousIAMGrant_Properties) Descriptor

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

func (*AnomalousIAMGrant_Properties) GetExternalMembers

func (m *AnomalousIAMGrant_Properties) GetExternalMembers() []string

func (*AnomalousIAMGrant_Properties) GetProjectId

func (m *AnomalousIAMGrant_Properties) GetProjectId() string

func (*AnomalousIAMGrant_Properties) ProtoMessage

func (*AnomalousIAMGrant_Properties) ProtoMessage()

func (*AnomalousIAMGrant_Properties) Reset

func (m *AnomalousIAMGrant_Properties) Reset()

func (*AnomalousIAMGrant_Properties) String

func (*AnomalousIAMGrant_Properties) XXX_DiscardUnknown

func (m *AnomalousIAMGrant_Properties) XXX_DiscardUnknown()

func (*AnomalousIAMGrant_Properties) XXX_Marshal

func (m *AnomalousIAMGrant_Properties) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*AnomalousIAMGrant_Properties) XXX_Merge

func (m *AnomalousIAMGrant_Properties) XXX_Merge(src proto.Message)

func (*AnomalousIAMGrant_Properties) XXX_Size

func (m *AnomalousIAMGrant_Properties) XXX_Size() int

func (*AnomalousIAMGrant_Properties) XXX_Unmarshal

func (m *AnomalousIAMGrant_Properties) XXX_Unmarshal(b []byte) error

type BadDomain

type BadDomain struct {
	IpAddress            string   `protobuf:"bytes,1,opt,name=ip_address,json=ipAddress,proto3" json:"ip_address,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

TODO: Finish.

func (*BadDomain) Descriptor

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

func (*BadDomain) GetIpAddress

func (m *BadDomain) GetIpAddress() string

func (*BadDomain) ProtoMessage

func (*BadDomain) ProtoMessage()

func (*BadDomain) Reset

func (m *BadDomain) Reset()

func (*BadDomain) String

func (m *BadDomain) String() string

func (*BadDomain) XXX_DiscardUnknown

func (m *BadDomain) XXX_DiscardUnknown()

func (*BadDomain) XXX_Marshal

func (m *BadDomain) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*BadDomain) XXX_Merge

func (m *BadDomain) XXX_Merge(src proto.Message)

func (*BadDomain) XXX_Size

func (m *BadDomain) XXX_Size() int

func (*BadDomain) XXX_Unmarshal

func (m *BadDomain) XXX_Unmarshal(b []byte) error

type BadIP

type BadIP struct {
	InsertId             string             `protobuf:"bytes,1,opt,name=insertId,proto3" json:"insertId,omitempty"`
	LogName              string             `protobuf:"bytes,2,opt,name=logName,proto3" json:"logName,omitempty"`
	JsonPayload          *BadIP_JSONPayload `protobuf:"bytes,3,opt,name=jsonPayload,proto3" json:"jsonPayload,omitempty"`
	XXX_NoUnkeyedLiteral struct{}           `json:"-"`
	XXX_unrecognized     []byte             `json:"-"`
	XXX_sizecache        int32              `json:"-"`
}

func (*BadIP) Descriptor

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

func (*BadIP) GetInsertId

func (m *BadIP) GetInsertId() string

func (*BadIP) GetJsonPayload

func (m *BadIP) GetJsonPayload() *BadIP_JSONPayload

func (*BadIP) GetLogName

func (m *BadIP) GetLogName() string

func (*BadIP) ProtoMessage

func (*BadIP) ProtoMessage()

func (*BadIP) Reset

func (m *BadIP) Reset()

func (*BadIP) String

func (m *BadIP) String() string

func (*BadIP) XXX_DiscardUnknown

func (m *BadIP) XXX_DiscardUnknown()

func (*BadIP) XXX_Marshal

func (m *BadIP) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*BadIP) XXX_Merge

func (m *BadIP) XXX_Merge(src proto.Message)

func (*BadIP) XXX_Size

func (m *BadIP) XXX_Size() int

func (*BadIP) XXX_Unmarshal

func (m *BadIP) XXX_Unmarshal(b []byte) error

type BadIP_AffectedResource

type BadIP_AffectedResource struct {
	GcpResourceName      string   `protobuf:"bytes,1,opt,name=gcpResourceName,proto3" json:"gcpResourceName,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*BadIP_AffectedResource) Descriptor

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

func (*BadIP_AffectedResource) GetGcpResourceName

func (m *BadIP_AffectedResource) GetGcpResourceName() string

func (*BadIP_AffectedResource) ProtoMessage

func (*BadIP_AffectedResource) ProtoMessage()

func (*BadIP_AffectedResource) Reset

func (m *BadIP_AffectedResource) Reset()

func (*BadIP_AffectedResource) String

func (m *BadIP_AffectedResource) String() string

func (*BadIP_AffectedResource) XXX_DiscardUnknown

func (m *BadIP_AffectedResource) XXX_DiscardUnknown()

func (*BadIP_AffectedResource) XXX_Marshal

func (m *BadIP_AffectedResource) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*BadIP_AffectedResource) XXX_Merge

func (m *BadIP_AffectedResource) XXX_Merge(src proto.Message)

func (*BadIP_AffectedResource) XXX_Size

func (m *BadIP_AffectedResource) XXX_Size() int

func (*BadIP_AffectedResource) XXX_Unmarshal

func (m *BadIP_AffectedResource) XXX_Unmarshal(b []byte) error

type BadIP_DetectionCategory

type BadIP_DetectionCategory struct {
	RuleName             string   `protobuf:"bytes,1,opt,name=ruleName,proto3" json:"ruleName,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*BadIP_DetectionCategory) Descriptor

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

func (*BadIP_DetectionCategory) GetRuleName

func (m *BadIP_DetectionCategory) GetRuleName() string

func (*BadIP_DetectionCategory) ProtoMessage

func (*BadIP_DetectionCategory) ProtoMessage()

func (*BadIP_DetectionCategory) Reset

func (m *BadIP_DetectionCategory) Reset()

func (*BadIP_DetectionCategory) String

func (m *BadIP_DetectionCategory) String() string

func (*BadIP_DetectionCategory) XXX_DiscardUnknown

func (m *BadIP_DetectionCategory) XXX_DiscardUnknown()

func (*BadIP_DetectionCategory) XXX_Marshal

func (m *BadIP_DetectionCategory) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*BadIP_DetectionCategory) XXX_Merge

func (m *BadIP_DetectionCategory) XXX_Merge(src proto.Message)

func (*BadIP_DetectionCategory) XXX_Size

func (m *BadIP_DetectionCategory) XXX_Size() int

func (*BadIP_DetectionCategory) XXX_Unmarshal

func (m *BadIP_DetectionCategory) XXX_Unmarshal(b []byte) error

type BadIP_JSONPayload

type BadIP_JSONPayload struct {
	AffectedResources    []*BadIP_AffectedResource `protobuf:"bytes,1,rep,name=affectedResources,proto3" json:"affectedResources,omitempty"`
	Properties           *BadIP_Properties         `protobuf:"bytes,2,opt,name=properties,proto3" json:"properties,omitempty"`
	DetectionCategory    *BadIP_DetectionCategory  `protobuf:"bytes,3,opt,name=detectionCategory,proto3" json:"detectionCategory,omitempty"`
	XXX_NoUnkeyedLiteral struct{}                  `json:"-"`
	XXX_unrecognized     []byte                    `json:"-"`
	XXX_sizecache        int32                     `json:"-"`
}

func (*BadIP_JSONPayload) Descriptor

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

func (*BadIP_JSONPayload) GetAffectedResources

func (m *BadIP_JSONPayload) GetAffectedResources() []*BadIP_AffectedResource

func (*BadIP_JSONPayload) GetDetectionCategory

func (m *BadIP_JSONPayload) GetDetectionCategory() *BadIP_DetectionCategory

func (*BadIP_JSONPayload) GetProperties

func (m *BadIP_JSONPayload) GetProperties() *BadIP_Properties

func (*BadIP_JSONPayload) ProtoMessage

func (*BadIP_JSONPayload) ProtoMessage()

func (*BadIP_JSONPayload) Reset

func (m *BadIP_JSONPayload) Reset()

func (*BadIP_JSONPayload) String

func (m *BadIP_JSONPayload) String() string

func (*BadIP_JSONPayload) XXX_DiscardUnknown

func (m *BadIP_JSONPayload) XXX_DiscardUnknown()

func (*BadIP_JSONPayload) XXX_Marshal

func (m *BadIP_JSONPayload) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*BadIP_JSONPayload) XXX_Merge

func (m *BadIP_JSONPayload) XXX_Merge(src proto.Message)

func (*BadIP_JSONPayload) XXX_Size

func (m *BadIP_JSONPayload) XXX_Size() int

func (*BadIP_JSONPayload) XXX_Unmarshal

func (m *BadIP_JSONPayload) XXX_Unmarshal(b []byte) error

type BadIP_Properties

type BadIP_Properties struct {
	ProjectId            string   `protobuf:"bytes,1,opt,name=project_id,json=projectId,proto3" json:"project_id,omitempty"`
	Location             string   `protobuf:"bytes,2,opt,name=location,proto3" json:"location,omitempty"`
	InstanceDetails      string   `protobuf:"bytes,3,opt,name=instanceDetails,proto3" json:"instanceDetails,omitempty"`
	Zone                 string   `protobuf:"bytes,4,opt,name=zone,proto3" json:"zone,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*BadIP_Properties) Descriptor

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

func (*BadIP_Properties) GetInstanceDetails

func (m *BadIP_Properties) GetInstanceDetails() string

func (*BadIP_Properties) GetLocation

func (m *BadIP_Properties) GetLocation() string

func (*BadIP_Properties) GetProjectId

func (m *BadIP_Properties) GetProjectId() string

func (*BadIP_Properties) GetZone

func (m *BadIP_Properties) GetZone() string

func (*BadIP_Properties) ProtoMessage

func (*BadIP_Properties) ProtoMessage()

func (*BadIP_Properties) Reset

func (m *BadIP_Properties) Reset()

func (*BadIP_Properties) String

func (m *BadIP_Properties) String() string

func (*BadIP_Properties) XXX_DiscardUnknown

func (m *BadIP_Properties) XXX_DiscardUnknown()

func (*BadIP_Properties) XXX_Marshal

func (m *BadIP_Properties) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*BadIP_Properties) XXX_Merge

func (m *BadIP_Properties) XXX_Merge(src proto.Message)

func (*BadIP_Properties) XXX_Size

func (m *BadIP_Properties) XXX_Size() int

func (*BadIP_Properties) XXX_Unmarshal

func (m *BadIP_Properties) XXX_Unmarshal(b []byte) error

type SshBruteForce

type SshBruteForce struct {
	InsertId             string                     `protobuf:"bytes,1,opt,name=insertId,proto3" json:"insertId,omitempty"`
	LogName              string                     `protobuf:"bytes,2,opt,name=logName,proto3" json:"logName,omitempty"`
	JsonPayload          *SshBruteForce_JSONPayload `protobuf:"bytes,3,opt,name=jsonPayload,proto3" json:"jsonPayload,omitempty"`
	XXX_NoUnkeyedLiteral struct{}                   `json:"-"`
	XXX_unrecognized     []byte                     `json:"-"`
	XXX_sizecache        int32                      `json:"-"`
}

func (*SshBruteForce) Descriptor

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

func (*SshBruteForce) GetInsertId

func (m *SshBruteForce) GetInsertId() string

func (*SshBruteForce) GetJsonPayload

func (m *SshBruteForce) GetJsonPayload() *SshBruteForce_JSONPayload

func (*SshBruteForce) GetLogName

func (m *SshBruteForce) GetLogName() string

func (*SshBruteForce) ProtoMessage

func (*SshBruteForce) ProtoMessage()

func (*SshBruteForce) Reset

func (m *SshBruteForce) Reset()

func (*SshBruteForce) String

func (m *SshBruteForce) String() string

func (*SshBruteForce) XXX_DiscardUnknown

func (m *SshBruteForce) XXX_DiscardUnknown()

func (*SshBruteForce) XXX_Marshal

func (m *SshBruteForce) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*SshBruteForce) XXX_Merge

func (m *SshBruteForce) XXX_Merge(src proto.Message)

func (*SshBruteForce) XXX_Size

func (m *SshBruteForce) XXX_Size() int

func (*SshBruteForce) XXX_Unmarshal

func (m *SshBruteForce) XXX_Unmarshal(b []byte) error

type SshBruteForce_AffectedResource

type SshBruteForce_AffectedResource struct {
	GcpResourceName      string   `protobuf:"bytes,1,opt,name=gcpResourceName,proto3" json:"gcpResourceName,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*SshBruteForce_AffectedResource) Descriptor

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

func (*SshBruteForce_AffectedResource) GetGcpResourceName

func (m *SshBruteForce_AffectedResource) GetGcpResourceName() string

func (*SshBruteForce_AffectedResource) ProtoMessage

func (*SshBruteForce_AffectedResource) ProtoMessage()

func (*SshBruteForce_AffectedResource) Reset

func (m *SshBruteForce_AffectedResource) Reset()

func (*SshBruteForce_AffectedResource) String

func (*SshBruteForce_AffectedResource) XXX_DiscardUnknown

func (m *SshBruteForce_AffectedResource) XXX_DiscardUnknown()

func (*SshBruteForce_AffectedResource) XXX_Marshal

func (m *SshBruteForce_AffectedResource) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*SshBruteForce_AffectedResource) XXX_Merge

func (m *SshBruteForce_AffectedResource) XXX_Merge(src proto.Message)

func (*SshBruteForce_AffectedResource) XXX_Size

func (m *SshBruteForce_AffectedResource) XXX_Size() int

func (*SshBruteForce_AffectedResource) XXX_Unmarshal

func (m *SshBruteForce_AffectedResource) XXX_Unmarshal(b []byte) error

type SshBruteForce_DetectionCategory

type SshBruteForce_DetectionCategory struct {
	RuleName             string   `protobuf:"bytes,1,opt,name=ruleName,proto3" json:"ruleName,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*SshBruteForce_DetectionCategory) Descriptor

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

func (*SshBruteForce_DetectionCategory) GetRuleName

func (m *SshBruteForce_DetectionCategory) GetRuleName() string

func (*SshBruteForce_DetectionCategory) ProtoMessage

func (*SshBruteForce_DetectionCategory) ProtoMessage()

func (*SshBruteForce_DetectionCategory) Reset

func (*SshBruteForce_DetectionCategory) String

func (*SshBruteForce_DetectionCategory) XXX_DiscardUnknown

func (m *SshBruteForce_DetectionCategory) XXX_DiscardUnknown()

func (*SshBruteForce_DetectionCategory) XXX_Marshal

func (m *SshBruteForce_DetectionCategory) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*SshBruteForce_DetectionCategory) XXX_Merge

func (m *SshBruteForce_DetectionCategory) XXX_Merge(src proto.Message)

func (*SshBruteForce_DetectionCategory) XXX_Size

func (m *SshBruteForce_DetectionCategory) XXX_Size() int

func (*SshBruteForce_DetectionCategory) XXX_Unmarshal

func (m *SshBruteForce_DetectionCategory) XXX_Unmarshal(b []byte) error

type SshBruteForce_JSONPayload

type SshBruteForce_JSONPayload struct {
	AffectedResources    []*SshBruteForce_AffectedResource `protobuf:"bytes,1,rep,name=affectedResources,proto3" json:"affectedResources,omitempty"`
	Properties           *SshBruteForce_Properties         `protobuf:"bytes,2,opt,name=properties,proto3" json:"properties,omitempty"`
	DetectionCategory    *SshBruteForce_DetectionCategory  `protobuf:"bytes,3,opt,name=detectionCategory,proto3" json:"detectionCategory,omitempty"`
	XXX_NoUnkeyedLiteral struct{}                          `json:"-"`
	XXX_unrecognized     []byte                            `json:"-"`
	XXX_sizecache        int32                             `json:"-"`
}

func (*SshBruteForce_JSONPayload) Descriptor

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

func (*SshBruteForce_JSONPayload) GetAffectedResources

func (m *SshBruteForce_JSONPayload) GetAffectedResources() []*SshBruteForce_AffectedResource

func (*SshBruteForce_JSONPayload) GetDetectionCategory

func (*SshBruteForce_JSONPayload) GetProperties

func (*SshBruteForce_JSONPayload) ProtoMessage

func (*SshBruteForce_JSONPayload) ProtoMessage()

func (*SshBruteForce_JSONPayload) Reset

func (m *SshBruteForce_JSONPayload) Reset()

func (*SshBruteForce_JSONPayload) String

func (m *SshBruteForce_JSONPayload) String() string

func (*SshBruteForce_JSONPayload) XXX_DiscardUnknown

func (m *SshBruteForce_JSONPayload) XXX_DiscardUnknown()

func (*SshBruteForce_JSONPayload) XXX_Marshal

func (m *SshBruteForce_JSONPayload) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*SshBruteForce_JSONPayload) XXX_Merge

func (m *SshBruteForce_JSONPayload) XXX_Merge(src proto.Message)

func (*SshBruteForce_JSONPayload) XXX_Size

func (m *SshBruteForce_JSONPayload) XXX_Size() int

func (*SshBruteForce_JSONPayload) XXX_Unmarshal

func (m *SshBruteForce_JSONPayload) XXX_Unmarshal(b []byte) error

type SshBruteForce_LoginAttempt

type SshBruteForce_LoginAttempt struct {
	AuthResult           string   `protobuf:"bytes,1,opt,name=authResult,proto3" json:"authResult,omitempty"`
	SourceIp             string   `protobuf:"bytes,2,opt,name=sourceIp,proto3" json:"sourceIp,omitempty"`
	UserName             string   `protobuf:"bytes,3,opt,name=userName,proto3" json:"userName,omitempty"`
	VmName               string   `protobuf:"bytes,4,opt,name=vmName,proto3" json:"vmName,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*SshBruteForce_LoginAttempt) Descriptor

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

func (*SshBruteForce_LoginAttempt) GetAuthResult

func (m *SshBruteForce_LoginAttempt) GetAuthResult() string

func (*SshBruteForce_LoginAttempt) GetSourceIp

func (m *SshBruteForce_LoginAttempt) GetSourceIp() string

func (*SshBruteForce_LoginAttempt) GetUserName

func (m *SshBruteForce_LoginAttempt) GetUserName() string

func (*SshBruteForce_LoginAttempt) GetVmName

func (m *SshBruteForce_LoginAttempt) GetVmName() string

func (*SshBruteForce_LoginAttempt) ProtoMessage

func (*SshBruteForce_LoginAttempt) ProtoMessage()

func (*SshBruteForce_LoginAttempt) Reset

func (m *SshBruteForce_LoginAttempt) Reset()

func (*SshBruteForce_LoginAttempt) String

func (m *SshBruteForce_LoginAttempt) String() string

func (*SshBruteForce_LoginAttempt) XXX_DiscardUnknown

func (m *SshBruteForce_LoginAttempt) XXX_DiscardUnknown()

func (*SshBruteForce_LoginAttempt) XXX_Marshal

func (m *SshBruteForce_LoginAttempt) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*SshBruteForce_LoginAttempt) XXX_Merge

func (m *SshBruteForce_LoginAttempt) XXX_Merge(src proto.Message)

func (*SshBruteForce_LoginAttempt) XXX_Size

func (m *SshBruteForce_LoginAttempt) XXX_Size() int

func (*SshBruteForce_LoginAttempt) XXX_Unmarshal

func (m *SshBruteForce_LoginAttempt) XXX_Unmarshal(b []byte) error

type SshBruteForce_Properties

type SshBruteForce_Properties struct {
	InstanceId           string                        `protobuf:"bytes,1,opt,name=instance_id,json=instanceId,proto3" json:"instance_id,omitempty"`
	ProjectId            string                        `protobuf:"bytes,2,opt,name=project_id,json=projectId,proto3" json:"project_id,omitempty"`
	Zone                 string                        `protobuf:"bytes,3,opt,name=zone,proto3" json:"zone,omitempty"`
	LoginAttempts        []*SshBruteForce_LoginAttempt `protobuf:"bytes,4,rep,name=LoginAttempts,proto3" json:"LoginAttempts,omitempty"`
	XXX_NoUnkeyedLiteral struct{}                      `json:"-"`
	XXX_unrecognized     []byte                        `json:"-"`
	XXX_sizecache        int32                         `json:"-"`
}

func (*SshBruteForce_Properties) Descriptor

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

func (*SshBruteForce_Properties) GetInstanceId

func (m *SshBruteForce_Properties) GetInstanceId() string

func (*SshBruteForce_Properties) GetLoginAttempts

func (m *SshBruteForce_Properties) GetLoginAttempts() []*SshBruteForce_LoginAttempt

func (*SshBruteForce_Properties) GetProjectId

func (m *SshBruteForce_Properties) GetProjectId() string

func (*SshBruteForce_Properties) GetZone

func (m *SshBruteForce_Properties) GetZone() string

func (*SshBruteForce_Properties) ProtoMessage

func (*SshBruteForce_Properties) ProtoMessage()

func (*SshBruteForce_Properties) Reset

func (m *SshBruteForce_Properties) Reset()

func (*SshBruteForce_Properties) String

func (m *SshBruteForce_Properties) String() string

func (*SshBruteForce_Properties) XXX_DiscardUnknown

func (m *SshBruteForce_Properties) XXX_DiscardUnknown()

func (*SshBruteForce_Properties) XXX_Marshal

func (m *SshBruteForce_Properties) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*SshBruteForce_Properties) XXX_Merge

func (m *SshBruteForce_Properties) XXX_Merge(src proto.Message)

func (*SshBruteForce_Properties) XXX_Size

func (m *SshBruteForce_Properties) XXX_Size() int

func (*SshBruteForce_Properties) XXX_Unmarshal

func (m *SshBruteForce_Properties) XXX_Unmarshal(b []byte) error

Jump to

Keyboard shortcuts

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