okta

package
v0.8.18 Latest Latest
Warning

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

Go to latest
Published: Oct 21, 2021 License: Apache-2.0 Imports: 13 Imported by: 1

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func RandStringBytes

func RandStringBytes(n int) string

Types

type AppAutoLoginGenerator

type AppAutoLoginGenerator struct {
	OktaService
}

func (*AppAutoLoginGenerator) InitResources

func (g *AppAutoLoginGenerator) InitResources() error

type AppBasicAuthGenerator

type AppBasicAuthGenerator struct {
	OktaService
}

func (*AppBasicAuthGenerator) InitResources

func (g *AppBasicAuthGenerator) InitResources() error

type AppBookmarkGenerator

type AppBookmarkGenerator struct {
	OktaService
}

func (*AppBookmarkGenerator) InitResources

func (g *AppBookmarkGenerator) InitResources() error

type AppOAuthGenerator

type AppOAuthGenerator struct {
	OktaService
}

func (*AppOAuthGenerator) InitResources

func (g *AppOAuthGenerator) InitResources() error

Generate Terraform Resources from Okta API,

type AppSWAGenerator

type AppSWAGenerator struct {
	OktaService
}

func (*AppSWAGenerator) InitResources

func (g *AppSWAGenerator) InitResources() error

type AppSamlGenerator

type AppSamlGenerator struct {
	OktaService
}

func (*AppSamlGenerator) InitResources

func (g *AppSamlGenerator) InitResources() error

type AppSecurePasswordStoreGenerator

type AppSecurePasswordStoreGenerator struct {
	OktaService
}

func (*AppSecurePasswordStoreGenerator) InitResources

func (g *AppSecurePasswordStoreGenerator) InitResources() error

type AppThreeFieldGenerator

type AppThreeFieldGenerator struct {
	OktaService
}

func (*AppThreeFieldGenerator) InitResources

func (g *AppThreeFieldGenerator) InitResources() error

type AppUserSchemaPropertyGenerator

type AppUserSchemaPropertyGenerator struct {
	OktaService
}

func (*AppUserSchemaPropertyGenerator) InitResources

func (g *AppUserSchemaPropertyGenerator) InitResources() error

type AuthorizationServerClaimGenerator

type AuthorizationServerClaimGenerator struct {
	OktaService
}

func (*AuthorizationServerClaimGenerator) InitResources

func (g *AuthorizationServerClaimGenerator) InitResources() error

type AuthorizationServerGenerator

type AuthorizationServerGenerator struct {
	OktaService
}

func (*AuthorizationServerGenerator) InitResources

func (g *AuthorizationServerGenerator) InitResources() error

type AuthorizationServerPolicyGenerator

type AuthorizationServerPolicyGenerator struct {
	OktaService
}

func (*AuthorizationServerPolicyGenerator) InitResources

func (g *AuthorizationServerPolicyGenerator) InitResources() error

type AuthorizationServerScopeGenerator

type AuthorizationServerScopeGenerator struct {
	OktaService
}

func (*AuthorizationServerScopeGenerator) InitResources

func (g *AuthorizationServerScopeGenerator) InitResources() error

type EventHookGenerator

type EventHookGenerator struct {
	OktaService
}

func (*EventHookGenerator) InitResources

func (g *EventHookGenerator) InitResources() error

type FactorGenerator

type FactorGenerator struct {
	OktaService
}

func (*FactorGenerator) InitResources

func (g *FactorGenerator) InitResources() error

type GroupGenerator

type GroupGenerator struct {
	OktaService
}

func (*GroupGenerator) InitResources

func (g *GroupGenerator) InitResources() error

type GroupRuleGenerator

type GroupRuleGenerator struct {
	OktaService
}

func (*GroupRuleGenerator) InitResources

func (g *GroupRuleGenerator) InitResources() error

type IdpOIDCGenerator

type IdpOIDCGenerator struct {
	OktaService
}

func (*IdpOIDCGenerator) InitResources

func (g *IdpOIDCGenerator) InitResources() error

type IdpSAMLGenerator

type IdpSAMLGenerator struct {
	OktaService
}

func (*IdpSAMLGenerator) InitResources

func (g *IdpSAMLGenerator) InitResources() error

type IdpSocialGenerator

type IdpSocialGenerator struct {
	OktaService
}

func (*IdpSocialGenerator) InitResources

func (g *IdpSocialGenerator) InitResources() error

Generate Terraform Resources from Okta API,

type InlineHookGenerator

type InlineHookGenerator struct {
	OktaService
}

func (*InlineHookGenerator) InitResources

func (g *InlineHookGenerator) InitResources() error

type MFAPolicyGenerator

type MFAPolicyGenerator struct {
	OktaService
}

func (*MFAPolicyGenerator) InitResources

func (g *MFAPolicyGenerator) InitResources() error

type MFAPolicyRuleGenerator

type MFAPolicyRuleGenerator struct {
	OktaService
}

func (*MFAPolicyRuleGenerator) InitResources

func (g *MFAPolicyRuleGenerator) InitResources() error

type NetworkZoneGenerator

type NetworkZoneGenerator struct {
	OktaService
}

func (*NetworkZoneGenerator) InitResources

func (g *NetworkZoneGenerator) InitResources() error

type OktaProvider

type OktaProvider struct {
	terraformutils.Provider
	// contains filtered or unexported fields
}

func (*OktaProvider) GetName

func (p *OktaProvider) GetName() string

func (*OktaProvider) GetProviderData

func (p *OktaProvider) GetProviderData(arg ...string) map[string]interface{}

func (*OktaProvider) GetResourceConnections

func (p *OktaProvider) GetResourceConnections() map[string]map[string][]string

func (*OktaProvider) GetSupportedService

func (p *OktaProvider) GetSupportedService() map[string]terraformutils.ServiceGenerator

func (*OktaProvider) Init

func (p *OktaProvider) Init(args []string) error

func (*OktaProvider) InitService

func (p *OktaProvider) InitService(serviceName string, verbose bool) error

type OktaService

type OktaService struct {
	terraformutils.Service
}

func (*OktaService) APISupplementClient

func (s *OktaService) APISupplementClient() (context.Context, *sdk.APISupplement, error)

func (*OktaService) Client

func (s *OktaService) Client() (context.Context, *okta.Client, error)

type PasswordPolicyGenerator

type PasswordPolicyGenerator struct {
	OktaService
}

func (*PasswordPolicyGenerator) InitResources

func (g *PasswordPolicyGenerator) InitResources() error

type PasswordPolicyRuleGenerator

type PasswordPolicyRuleGenerator struct {
	OktaService
}

func (*PasswordPolicyRuleGenerator) InitResources

func (g *PasswordPolicyRuleGenerator) InitResources() error

type SMSTemplateGenerator

type SMSTemplateGenerator struct {
	OktaService
}

func (*SMSTemplateGenerator) InitResources

func (g *SMSTemplateGenerator) InitResources() error

type SignOnPolicyGenerator

type SignOnPolicyGenerator struct {
	OktaService
}

func (*SignOnPolicyGenerator) InitResources

func (g *SignOnPolicyGenerator) InitResources() error

type SignOnPolicyRuleGenerator

type SignOnPolicyRuleGenerator struct {
	OktaService
}

func (*SignOnPolicyRuleGenerator) InitResources

func (g *SignOnPolicyRuleGenerator) InitResources() error

type TrustedOriginGenerator

type TrustedOriginGenerator struct {
	OktaService
}

func (*TrustedOriginGenerator) InitResources

func (g *TrustedOriginGenerator) InitResources() error

type UserGenerator

type UserGenerator struct {
	OktaService
}

func (*UserGenerator) InitResources

func (g *UserGenerator) InitResources() error

type UserSchemaPropertyGenerator

type UserSchemaPropertyGenerator struct {
	OktaService
}

func (*UserSchemaPropertyGenerator) InitResources

func (g *UserSchemaPropertyGenerator) InitResources() error

type UserTypeGenerator

type UserTypeGenerator struct {
	OktaService
}

func (*UserTypeGenerator) InitResources

func (g *UserTypeGenerator) InitResources() error

Jump to

Keyboard shortcuts

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