model

package
v0.119.2 Latest Latest
Warning

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

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

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type FeaturesSearchKey

type FeaturesSearchKey int32
const (
	FeaturesSearchKeyUnspecified FeaturesSearchKey = iota
	FeaturesSearchKeyAggregateID
	FeaturesSearchKeyDefault
)

type FeaturesSearchQuery

type FeaturesSearchQuery struct {
	Key    FeaturesSearchKey
	Method domain.SearchMethod
	Value  interface{}
}

type FeaturesSearchRequest

type FeaturesSearchRequest struct {
	Offset        uint64
	Limit         uint64
	SortingColumn FeaturesSearchKey
	Asc           bool
	Queries       []*FeaturesSearchQuery
}

type FeaturesSearchResult

type FeaturesSearchResult struct {
	Offset      uint64
	Limit       uint64
	TotalResult uint64
	Result      []*FeaturesView
	Sequence    uint64
	Timestamp   time.Time
}

type FeaturesView

type FeaturesView struct {
	AggregateID  string
	CreationDate time.Time
	ChangeDate   time.Time
	Sequence     uint64
	Default      bool

	TierName                 string
	TierDescription          string
	State                    domain.FeaturesState
	StateDescription         string
	AuditLogRetention        time.Duration
	LoginPolicyFactors       bool
	LoginPolicyIDP           bool
	LoginPolicyPasswordless  bool
	LoginPolicyRegistration  bool
	LoginPolicyUsernameLogin bool
	PasswordComplexityPolicy bool
	LabelPolicy              bool
}

func (*FeaturesView) FeatureList

func (f *FeaturesView) FeatureList() []string

Jump to

Keyboard shortcuts

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