Documentation ¶
Overview ¶
DO NOT EDIT LOCAL SDK - USE v3 okta-sdk-golang FOR API CALLS THAT DO NOT EXIST IN LOCAL SDK
Index ¶
- type ParamOptions
- func WithActivate(queryActivate bool) ParamOptions
- func WithAfter(queryAfter string) ParamOptions
- func WithCursor(queryCursor string) ParamOptions
- func WithDisableNotifications(queryDisableNotifications bool) ParamOptions
- func WithExpand(queryExpand string) ParamOptions
- func WithFilter(queryFilter string) ParamOptions
- func WithIncludeNonDeleted(queryIncludeNonDeleted bool) ParamOptions
- func WithKid(queryKid string) ParamOptions
- func WithLimit(queryLimit int64) ParamOptions
- func WithMode(queryMode string) ParamOptions
- func WithNextLogin(queryNextLogin string) ParamOptions
- func WithOauthTokens(queryOauthTokens bool) ParamOptions
- func WithProvider(queryProvider interface{}) ParamOptions
- func WithQ(queryQ string) ParamOptions
- func WithQueryScope(queryQueryScope string) ParamOptions
- func WithRemoveUsers(queryRemoveUsers bool) ParamOptions
- func WithScopeId(queryScopeId string) ParamOptions
- func WithSearch(querySearch string) ParamOptions
- func WithSendEmail(querySendEmail bool) ParamOptions
- func WithSince(querySince string) ParamOptions
- func WithSortBy(querySortBy string) ParamOptions
- func WithSortOrder(querySortOrder string) ParamOptions
- func WithSourceId(querySourceId string) ParamOptions
- func WithStatus(queryStatus string) ParamOptions
- func WithStrict(queryStrict bool) ParamOptions
- func WithTargetAid(queryTargetAid string) ParamOptions
- func WithTargetId(queryTargetId string) ParamOptions
- func WithTargetIdpId(queryTargetIdpId string) ParamOptions
- func WithTemplateId(queryTemplateId string) ParamOptions
- func WithTemplateType(queryTemplateType string) ParamOptions
- func WithTokenLifetimeSeconds(queryTokenLifetimeSeconds int64) ParamOptions
- func WithType(queryType string) ParamOptions
- func WithUntil(queryUntil string) ParamOptions
- func WithUpdatePhone(queryUpdatePhone bool) ParamOptions
- func WithValidityYears(queryValidityYears int64) ParamOptions
- type Params
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ParamOptions ¶
type ParamOptions func(*Params)
func WithActivate ¶
func WithActivate(queryActivate bool) ParamOptions
func WithAfter ¶
func WithAfter(queryAfter string) ParamOptions
func WithCursor ¶
func WithCursor(queryCursor string) ParamOptions
func WithDisableNotifications ¶
func WithDisableNotifications(queryDisableNotifications bool) ParamOptions
func WithExpand ¶
func WithExpand(queryExpand string) ParamOptions
func WithFilter ¶
func WithFilter(queryFilter string) ParamOptions
func WithIncludeNonDeleted ¶
func WithIncludeNonDeleted(queryIncludeNonDeleted bool) ParamOptions
func WithKid ¶
func WithKid(queryKid string) ParamOptions
func WithLimit ¶
func WithLimit(queryLimit int64) ParamOptions
func WithMode ¶
func WithMode(queryMode string) ParamOptions
func WithNextLogin ¶
func WithNextLogin(queryNextLogin string) ParamOptions
func WithOauthTokens ¶
func WithOauthTokens(queryOauthTokens bool) ParamOptions
func WithProvider ¶
func WithProvider(queryProvider interface{}) ParamOptions
func WithQ ¶
func WithQ(queryQ string) ParamOptions
func WithQueryScope ¶
func WithQueryScope(queryQueryScope string) ParamOptions
func WithRemoveUsers ¶
func WithRemoveUsers(queryRemoveUsers bool) ParamOptions
func WithScopeId ¶
func WithScopeId(queryScopeId string) ParamOptions
func WithSearch ¶
func WithSearch(querySearch string) ParamOptions
func WithSendEmail ¶
func WithSendEmail(querySendEmail bool) ParamOptions
func WithSince ¶
func WithSince(querySince string) ParamOptions
func WithSortBy ¶
func WithSortBy(querySortBy string) ParamOptions
func WithSortOrder ¶
func WithSortOrder(querySortOrder string) ParamOptions
func WithSourceId ¶
func WithSourceId(querySourceId string) ParamOptions
func WithStatus ¶
func WithStatus(queryStatus string) ParamOptions
func WithStrict ¶
func WithStrict(queryStrict bool) ParamOptions
func WithTargetAid ¶
func WithTargetAid(queryTargetAid string) ParamOptions
func WithTargetId ¶
func WithTargetId(queryTargetId string) ParamOptions
func WithTargetIdpId ¶
func WithTargetIdpId(queryTargetIdpId string) ParamOptions
func WithTemplateId ¶
func WithTemplateId(queryTemplateId string) ParamOptions
func WithTemplateType ¶
func WithTemplateType(queryTemplateType string) ParamOptions
func WithTokenLifetimeSeconds ¶
func WithTokenLifetimeSeconds(queryTokenLifetimeSeconds int64) ParamOptions
func WithType ¶
func WithType(queryType string) ParamOptions
func WithUntil ¶
func WithUntil(queryUntil string) ParamOptions
func WithUpdatePhone ¶
func WithUpdatePhone(queryUpdatePhone bool) ParamOptions
func WithValidityYears ¶
func WithValidityYears(queryValidityYears int64) ParamOptions
type Params ¶
type Params struct { Q string `json:"q,omitempty"` After string `json:"after,omitempty"` Limit int64 `json:"limit,omitempty"` Filter string `json:"filter,omitempty"` Expand string `json:"expand,omitempty"` IncludeNonDeleted *bool `json:"includeNonDeleted,omitempty"` Activate *bool `json:"activate,omitempty"` ValidityYears int64 `json:"validityYears,omitempty"` TargetAid string `json:"targetAid,omitempty"` Kid string `json:"kid,omitempty"` QueryScope string `json:"query_scope,omitempty"` SendEmail *bool `json:"sendEmail,omitempty"` Cursor string `json:"cursor,omitempty"` Mode string `json:"mode,omitempty"` Search string `json:"search,omitempty"` RemoveUsers *bool `json:"removeUsers,omitempty"` DisableNotifications *bool `json:"disableNotifications,omitempty"` Type string `json:"type,omitempty"` TargetIdpId string `json:"targetIdpId,omitempty"` Since string `json:"since,omitempty"` Until string `json:"until,omitempty"` SortOrder string `json:"sortOrder,omitempty"` SourceId string `json:"sourceId,omitempty"` TargetId string `json:"targetId,omitempty"` Status string `json:"status,omitempty"` TemplateType string `json:"templateType,omitempty"` SortBy string `json:"sortBy,omitempty"` Provider interface{} `json:"provider,omitempty"` NextLogin string `json:"nextLogin,omitempty"` Strict *bool `json:"strict,omitempty"` UpdatePhone *bool `json:"updatePhone,omitempty"` TemplateId string `json:"templateId,omitempty"` TokenLifetimeSeconds int64 `json:"tokenLifetimeSeconds,omitempty"` ScopeId string `json:"scopeId,omitempty"` OauthTokens *bool `json:"oauthTokens,omitempty"` }
func NewQueryParams ¶
func NewQueryParams(paramOpt ...ParamOptions) *Params
Click to show internal directories.
Click to hide internal directories.