auth0tenant

package
v0.0.0-...-8aeaac4 Latest Latest
Warning

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

Go to latest
Published: Jun 4, 2017 License: MIT Imports: 3 Imported by: 0

Documentation

Index

Constants

View Source
const ServicePath = "tenants/settings"

Variables

This section is empty.

Functions

This section is empty.

Types

type ChangePassword

type ChangePassword struct {
	Enabled interface{} `json:"enabled,omitempty"`
	Html    interface{} `json:"html,omitempty"`
}

type ErrorPage

type ErrorPage struct {
	Html        interface{} `json:"html,omitempty"`
	ShowLogLink interface{} `json:"show_log_link,omitempty"`
	Url         interface{} `josn:"url,omitempty"`
}

type Flags

type Flags struct {
	ChangePwdFlowV1         interface{} `json:"change_pwd_flow_v1,omitempty"`
	EnableApisSection       interface{} `json:"enable_apis_section,omitempty"`
	DisableImpersonation    interface{} `json:"disable_impersonation,omitempty"`
	EnableClientConnections interface{} `json:"enable_client_connections,omitempty"`
	EnablePipeline2         interface{} `json:"enable_pipeline2,omitempty"`
}

type GuardianMfaPage

type GuardianMfaPage struct {
	Enabled interface{} `json:"enabled,omitempty"`
	Html    interface{} `json:"html, omitempty"`
}

type ReadSettingsParams

type ReadSettingsParams struct {
	Fields        interface{} `url:"fields,omitempty"`
	IncludeFields interface{} `url:"include_fields,omitempty"`
}

type Service

type Service struct {
	Api *auth0mgmt.Api
}

func (*Service) Path

func (s *Service) Path(paths ...string) string

func (*Service) ReadSettings

func (s *Service) ReadSettings(params *ReadSettingsParams) (*Settings, *http.Response, error)

func (*Service) UpdateSettings

func (s *Service) UpdateSettings(params *Settings) (*Settings, *http.Response, error)

type Settings

type Settings struct {
	ChangePassword    *ChangePassword  `json:"change_password,omitempty"`
	GuardianMfaPage   *GuardianMfaPage `json:"guardian_mfa_page,omitempty"`
	DefaultAudience   interface{}      `json:"default_audience,omitempty"`
	DefaultDirectory  interface{}      `json:"default_directory,omitempty"`
	ErrorPage         *ErrorPage       `json:"error_page,omitempty"`
	Flags             *Flags           `json:"flags,omitempty"`
	FriendlyName      interface{}      `json:"friendly_name,omitempty"`
	PictureUrl        interface{}      `json:"picture_url,omitempty"`
	SupportEmail      interface{}      `json:"support_email,omitempty"`
	SupportUrl        interface{}      `json:"support_url,omitempty"`
	AllowedLogoutUrls *[]string        `json:"allowed_logout_urls,omitempty"`
	SessionLifetime   interface{}      `json:"session_lifetime,omitempty"`
}

Jump to

Keyboard shortcuts

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