Documentation ¶
Index ¶
- Variables
- type ActionGenerator
- type Auth0Provider
- func (p *Auth0Provider) GetConfig() cty.Value
- func (p *Auth0Provider) GetName() string
- func (p Auth0Provider) GetProviderData(arg ...string) map[string]interface{}
- func (p Auth0Provider) GetResourceConnections() map[string]map[string][]string
- func (p *Auth0Provider) GetSource() string
- func (p *Auth0Provider) GetSupportedService() map[string]terraformutils.ServiceGenerator
- func (p *Auth0Provider) Init(args []string) error
- func (p *Auth0Provider) InitService(serviceName string, verbose bool) error
- type Auth0Service
- type BrandingGenerator
- type ClientGenerator
- type ClientGrantGenerator
- type CustomDomainGenerator
- type EmailGenerator
- type HookGenerator
- type LogStreamGenerator
- type PromptGenerator
- type ResourceServerGenerator
- type RoleGenerator
- type RuleConfigGenerator
- type RuleGenerator
- type TenantGenerator
- type TriggerBindingGenerator
- type UserGenerator
Constants ¶
This section is empty.
Variables ¶
View Source
var (
ActionAllowEmptyValues = []string{}
)
View Source
var (
BrandingAllowEmptyValues = []string{}
)
View Source
var (
ClientAllowEmptyValues = []string{}
)
View Source
var (
ClientGrantAllowEmptyValues = []string{}
)
View Source
var (
CustomDomainAllowEmptyValues = []string{}
)
View Source
var (
EmailAllowEmptyValues = []string{}
)
View Source
var (
HookAllowEmptyValues = []string{}
)
View Source
var (
LogStreamAllowEmptyValues = []string{}
)
View Source
var (
PromptAllowEmptyValues = []string{}
)
View Source
var (
ResourceServerAllowEmptyValues = []string{}
)
View Source
var (
RoleAllowEmptyValues = []string{}
)
View Source
var (
RuleAllowEmptyValues = []string{}
)
View Source
var (
RuleConfigAllowEmptyValues = []string{}
)
View Source
var (
TenantAllowEmptyValues = []string{}
)
View Source
var (
TriggerBindingAllowEmptyValues = []string{}
)
View Source
var (
UserAllowEmptyValues = []string{}
)
Functions ¶
This section is empty.
Types ¶
type ActionGenerator ¶
type ActionGenerator struct {
Auth0Service
}
func (*ActionGenerator) InitResources ¶
func (g *ActionGenerator) InitResources() error
type Auth0Provider ¶
type Auth0Provider struct { terraformutils.Provider // contains filtered or unexported fields }
func (*Auth0Provider) GetConfig ¶
func (p *Auth0Provider) GetConfig() cty.Value
func (*Auth0Provider) GetName ¶
func (p *Auth0Provider) GetName() string
func (Auth0Provider) GetProviderData ¶
func (p Auth0Provider) GetProviderData(arg ...string) map[string]interface{}
func (Auth0Provider) GetResourceConnections ¶
func (p Auth0Provider) GetResourceConnections() map[string]map[string][]string
func (*Auth0Provider) GetSource ¶
func (p *Auth0Provider) GetSource() string
func (*Auth0Provider) GetSupportedService ¶
func (p *Auth0Provider) GetSupportedService() map[string]terraformutils.ServiceGenerator
func (*Auth0Provider) Init ¶
func (p *Auth0Provider) Init(args []string) error
func (*Auth0Provider) InitService ¶
func (p *Auth0Provider) InitService(serviceName string, verbose bool) error
type Auth0Service ¶
type Auth0Service struct {
terraformutils.Service
}
type BrandingGenerator ¶
type BrandingGenerator struct {
Auth0Service
}
func (*BrandingGenerator) InitResources ¶
func (g *BrandingGenerator) InitResources() error
type ClientGenerator ¶
type ClientGenerator struct {
Auth0Service
}
func (*ClientGenerator) InitResources ¶
func (g *ClientGenerator) InitResources() error
type ClientGrantGenerator ¶
type ClientGrantGenerator struct {
Auth0Service
}
func (*ClientGrantGenerator) InitResources ¶
func (g *ClientGrantGenerator) InitResources() error
type CustomDomainGenerator ¶
type CustomDomainGenerator struct {
Auth0Service
}
func (*CustomDomainGenerator) InitResources ¶
func (g *CustomDomainGenerator) InitResources() error
type EmailGenerator ¶
type EmailGenerator struct {
Auth0Service
}
func (*EmailGenerator) InitResources ¶
func (g *EmailGenerator) InitResources() error
type HookGenerator ¶
type HookGenerator struct {
Auth0Service
}
func (*HookGenerator) InitResources ¶
func (g *HookGenerator) InitResources() error
type LogStreamGenerator ¶
type LogStreamGenerator struct {
Auth0Service
}
func (*LogStreamGenerator) InitResources ¶
func (g *LogStreamGenerator) InitResources() error
type PromptGenerator ¶
type PromptGenerator struct {
Auth0Service
}
func (*PromptGenerator) InitResources ¶
func (g *PromptGenerator) InitResources() error
type ResourceServerGenerator ¶
type ResourceServerGenerator struct {
Auth0Service
}
func (*ResourceServerGenerator) InitResources ¶
func (g *ResourceServerGenerator) InitResources() error
type RoleGenerator ¶
type RoleGenerator struct {
Auth0Service
}
func (*RoleGenerator) InitResources ¶
func (g *RoleGenerator) InitResources() error
type RuleConfigGenerator ¶
type RuleConfigGenerator struct {
Auth0Service
}
func (*RuleConfigGenerator) InitResources ¶
func (g *RuleConfigGenerator) InitResources() error
type RuleGenerator ¶
type RuleGenerator struct {
Auth0Service
}
func (*RuleGenerator) InitResources ¶
func (g *RuleGenerator) InitResources() error
type TenantGenerator ¶
type TenantGenerator struct {
Auth0Service
}
func (*TenantGenerator) InitResources ¶
func (g *TenantGenerator) InitResources() error
type TriggerBindingGenerator ¶
type TriggerBindingGenerator struct {
Auth0Service
}
func (*TriggerBindingGenerator) InitResources ¶
func (g *TriggerBindingGenerator) InitResources() error
type UserGenerator ¶
type UserGenerator struct {
Auth0Service
}
func (*UserGenerator) InitResources ¶
func (g *UserGenerator) InitResources() error
Click to show internal directories.
Click to hide internal directories.