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 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 CustomDomain bool }
func (*FeaturesView) FeatureList ¶
func (f *FeaturesView) FeatureList() []string
Click to show internal directories.
Click to hide internal directories.