insightv1alpha1

package
v1.41.0 Latest Latest
Warning

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

Go to latest
Published: Jun 26, 2024 License: MIT Imports: 6 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var File_commonfate_insight_v1alpha1_insight_proto protoreflect.FileDescriptor

Functions

This section is empty.

Types

type AccessRequestDailyMetric

type AccessRequestDailyMetric struct {
	Date  string `protobuf:"bytes,1,opt,name=date,proto3" json:"date,omitempty"`
	Count int32  `protobuf:"varint,2,opt,name=count,proto3" json:"count,omitempty"`
	// contains filtered or unexported fields
}

func (*AccessRequestDailyMetric) Descriptor deprecated

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

Deprecated: Use AccessRequestDailyMetric.ProtoReflect.Descriptor instead.

func (*AccessRequestDailyMetric) GetCount

func (x *AccessRequestDailyMetric) GetCount() int32

func (*AccessRequestDailyMetric) GetDate

func (x *AccessRequestDailyMetric) GetDate() string

func (*AccessRequestDailyMetric) ProtoMessage

func (*AccessRequestDailyMetric) ProtoMessage()

func (*AccessRequestDailyMetric) ProtoReflect

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

func (*AccessRequestDailyMetric) Reset

func (x *AccessRequestDailyMetric) Reset()

func (*AccessRequestDailyMetric) String

func (x *AccessRequestDailyMetric) String() string

type EntitlementUsageMetric

type EntitlementUsageMetric struct {
	Target *v1alpha1.NamedEID `protobuf:"bytes,1,opt,name=target,proto3" json:"target,omitempty"`
	Role   *v1alpha1.NamedEID `protobuf:"bytes,2,opt,name=role,proto3" json:"role,omitempty"`
	Count  int32              `protobuf:"varint,3,opt,name=count,proto3" json:"count,omitempty"`
	// contains filtered or unexported fields
}

func (*EntitlementUsageMetric) Descriptor deprecated

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

Deprecated: Use EntitlementUsageMetric.ProtoReflect.Descriptor instead.

func (*EntitlementUsageMetric) GetCount

func (x *EntitlementUsageMetric) GetCount() int32

func (*EntitlementUsageMetric) GetRole

func (*EntitlementUsageMetric) GetTarget

func (x *EntitlementUsageMetric) GetTarget() *v1alpha1.NamedEID

func (*EntitlementUsageMetric) ProtoMessage

func (*EntitlementUsageMetric) ProtoMessage()

func (*EntitlementUsageMetric) ProtoReflect

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

func (*EntitlementUsageMetric) Reset

func (x *EntitlementUsageMetric) Reset()

func (*EntitlementUsageMetric) String

func (x *EntitlementUsageMetric) String() string

type EntitlementsUsageDailyMetric

type EntitlementsUsageDailyMetric struct {
	Date         string                    `protobuf:"bytes,1,opt,name=date,proto3" json:"date,omitempty"`
	Entitlements []*EntitlementUsageMetric `protobuf:"bytes,2,rep,name=entitlements,proto3" json:"entitlements,omitempty"`
	// contains filtered or unexported fields
}

func (*EntitlementsUsageDailyMetric) Descriptor deprecated

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

Deprecated: Use EntitlementsUsageDailyMetric.ProtoReflect.Descriptor instead.

func (*EntitlementsUsageDailyMetric) GetDate

func (x *EntitlementsUsageDailyMetric) GetDate() string

func (*EntitlementsUsageDailyMetric) GetEntitlements

func (x *EntitlementsUsageDailyMetric) GetEntitlements() []*EntitlementUsageMetric

func (*EntitlementsUsageDailyMetric) ProtoMessage

func (*EntitlementsUsageDailyMetric) ProtoMessage()

func (*EntitlementsUsageDailyMetric) ProtoReflect

func (*EntitlementsUsageDailyMetric) Reset

func (x *EntitlementsUsageDailyMetric) Reset()

func (*EntitlementsUsageDailyMetric) String

type GetInsightsRequest

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

func (*GetInsightsRequest) Descriptor deprecated

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

Deprecated: Use GetInsightsRequest.ProtoReflect.Descriptor instead.

func (*GetInsightsRequest) ProtoMessage

func (*GetInsightsRequest) ProtoMessage()

func (*GetInsightsRequest) ProtoReflect

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

func (*GetInsightsRequest) Reset

func (x *GetInsightsRequest) Reset()

func (*GetInsightsRequest) String

func (x *GetInsightsRequest) String() string

type GetInsightsResponse

type GetInsightsResponse struct {
	Insights *Insights `protobuf:"bytes,1,opt,name=insights,proto3" json:"insights,omitempty"`
	// contains filtered or unexported fields
}

func (*GetInsightsResponse) Descriptor deprecated

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

Deprecated: Use GetInsightsResponse.ProtoReflect.Descriptor instead.

func (*GetInsightsResponse) GetInsights

func (x *GetInsightsResponse) GetInsights() *Insights

func (*GetInsightsResponse) ProtoMessage

func (*GetInsightsResponse) ProtoMessage()

func (*GetInsightsResponse) ProtoReflect

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

func (*GetInsightsResponse) Reset

func (x *GetInsightsResponse) Reset()

func (*GetInsightsResponse) String

func (x *GetInsightsResponse) String() string

type Insights

type Insights struct {
	ProtectedUsers int32 `protobuf:"varint,1,opt,name=protected_users,json=protectedUsers,proto3" json:"protected_users,omitempty"`
	// from 0 - 100
	AccessHoursReductionPercent float32                         `` /* 148-byte string literal not displayed */
	AccessHoursReduced          int32                           `protobuf:"varint,3,opt,name=access_hours_reduced,json=accessHoursReduced,proto3" json:"access_hours_reduced,omitempty"`
	AccessRequestsLast_90Days   []*AccessRequestDailyMetric     `` /* 139-byte string literal not displayed */
	EntitlementUsageLast_90Days []*EntitlementsUsageDailyMetric `` /* 145-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*Insights) Descriptor deprecated

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

Deprecated: Use Insights.ProtoReflect.Descriptor instead.

func (*Insights) GetAccessHoursReduced

func (x *Insights) GetAccessHoursReduced() int32

func (*Insights) GetAccessHoursReductionPercent

func (x *Insights) GetAccessHoursReductionPercent() float32

func (*Insights) GetAccessRequestsLast_90Days

func (x *Insights) GetAccessRequestsLast_90Days() []*AccessRequestDailyMetric

func (*Insights) GetEntitlementUsageLast_90Days

func (x *Insights) GetEntitlementUsageLast_90Days() []*EntitlementsUsageDailyMetric

func (*Insights) GetProtectedUsers

func (x *Insights) GetProtectedUsers() int32

func (*Insights) ProtoMessage

func (*Insights) ProtoMessage()

func (*Insights) ProtoReflect

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

func (*Insights) Reset

func (x *Insights) Reset()

func (*Insights) String

func (x *Insights) String() string

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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