Documentation ¶
Index ¶
- Variables
- type AccessRequestDailyMetric
- func (*AccessRequestDailyMetric) Descriptor() ([]byte, []int)deprecated
- func (x *AccessRequestDailyMetric) GetCount() int32
- func (x *AccessRequestDailyMetric) GetDate() string
- func (*AccessRequestDailyMetric) ProtoMessage()
- func (x *AccessRequestDailyMetric) ProtoReflect() protoreflect.Message
- func (x *AccessRequestDailyMetric) Reset()
- func (x *AccessRequestDailyMetric) String() string
- type EntitlementUsageMetric
- func (*EntitlementUsageMetric) Descriptor() ([]byte, []int)deprecated
- func (x *EntitlementUsageMetric) GetCount() int32
- func (x *EntitlementUsageMetric) GetRole() *v1alpha1.NamedEID
- func (x *EntitlementUsageMetric) GetTarget() *v1alpha1.NamedEID
- func (*EntitlementUsageMetric) ProtoMessage()
- func (x *EntitlementUsageMetric) ProtoReflect() protoreflect.Message
- func (x *EntitlementUsageMetric) Reset()
- func (x *EntitlementUsageMetric) String() string
- type EntitlementsUsageDailyMetric
- func (*EntitlementsUsageDailyMetric) Descriptor() ([]byte, []int)deprecated
- func (x *EntitlementsUsageDailyMetric) GetDate() string
- func (x *EntitlementsUsageDailyMetric) GetEntitlements() []*EntitlementUsageMetric
- func (*EntitlementsUsageDailyMetric) ProtoMessage()
- func (x *EntitlementsUsageDailyMetric) ProtoReflect() protoreflect.Message
- func (x *EntitlementsUsageDailyMetric) Reset()
- func (x *EntitlementsUsageDailyMetric) String() string
- type GetInsightsRequest
- type GetInsightsResponse
- func (*GetInsightsResponse) Descriptor() ([]byte, []int)deprecated
- func (x *GetInsightsResponse) GetInsights() *Insights
- func (*GetInsightsResponse) ProtoMessage()
- func (x *GetInsightsResponse) ProtoReflect() protoreflect.Message
- func (x *GetInsightsResponse) Reset()
- func (x *GetInsightsResponse) String() string
- type Insights
- func (*Insights) Descriptor() ([]byte, []int)deprecated
- func (x *Insights) GetAccessHoursReduced() int32
- func (x *Insights) GetAccessHoursReductionPercent() float32
- func (x *Insights) GetAccessRequestsLast_90Days() []*AccessRequestDailyMetric
- func (x *Insights) GetEntitlementUsageLast_90Days() []*EntitlementsUsageDailyMetric
- func (x *Insights) GetProtectedUsers() int32
- func (*Insights) ProtoMessage()
- func (x *Insights) ProtoReflect() protoreflect.Message
- func (x *Insights) Reset()
- func (x *Insights) String() string
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 (x *EntitlementUsageMetric) GetRole() *v1alpha1.NamedEID
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 (x *EntitlementsUsageDailyMetric) ProtoReflect() protoreflect.Message
func (*EntitlementsUsageDailyMetric) Reset ¶
func (x *EntitlementsUsageDailyMetric) Reset()
func (*EntitlementsUsageDailyMetric) String ¶
func (x *EntitlementsUsageDailyMetric) String() 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) GetAccessHoursReduced ¶
func (*Insights) GetAccessHoursReductionPercent ¶
func (*Insights) GetAccessRequestsLast_90Days ¶
func (x *Insights) GetAccessRequestsLast_90Days() []*AccessRequestDailyMetric
func (*Insights) GetEntitlementUsageLast_90Days ¶
func (x *Insights) GetEntitlementUsageLast_90Days() []*EntitlementsUsageDailyMetric
func (*Insights) GetProtectedUsers ¶
func (*Insights) ProtoMessage ¶
func (*Insights) ProtoMessage()
func (*Insights) ProtoReflect ¶
func (x *Insights) ProtoReflect() protoreflect.Message
Click to show internal directories.
Click to hide internal directories.