Documentation ¶
Index ¶
- func RandStringBytes(n int) string
- type AppAutoLoginGenerator
- type AppBasicAuthGenerator
- type AppBookmarkGenerator
- type AppOAuthGenerator
- type AppSWAGenerator
- type AppSamlGenerator
- type AppSecurePasswordStoreGenerator
- type AppThreeFieldGenerator
- type AppUserSchemaPropertyGenerator
- type AuthorizationServerClaimGenerator
- type AuthorizationServerGenerator
- type AuthorizationServerPolicyGenerator
- type AuthorizationServerScopeGenerator
- type EventHookGenerator
- type FactorGenerator
- type GroupGenerator
- type GroupRuleGenerator
- type IdpOIDCGenerator
- type IdpSAMLGenerator
- type IdpSocialGenerator
- type InlineHookGenerator
- type MFAPolicyGenerator
- type MFAPolicyRuleGenerator
- type NetworkZoneGenerator
- type OktaProvider
- func (p *OktaProvider) GetName() string
- func (p *OktaProvider) GetProviderData(arg ...string) map[string]interface{}
- func (p *OktaProvider) GetResourceConnections() map[string]map[string][]string
- func (p *OktaProvider) GetSupportedService() map[string]terraformutils.ServiceGenerator
- func (p *OktaProvider) Init(args []string) error
- func (p *OktaProvider) InitService(serviceName string, verbose bool) error
- type OktaService
- type PasswordPolicyGenerator
- type PasswordPolicyRuleGenerator
- type SMSTemplateGenerator
- type SignOnPolicyGenerator
- type SignOnPolicyRuleGenerator
- type TrustedOriginGenerator
- type UserGenerator
- type UserSchemaPropertyGenerator
- type UserTypeGenerator
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func RandStringBytes ¶
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)
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
Source Files ¶
- app.go
- app_auto_login.go
- app_basic_auth.go
- app_bookmark.go
- app_oauth.go
- app_saml.go
- app_secure_password_store.go
- app_swa.go
- app_three_field.go
- app_user_schema.go
- authorization_server.go
- authorization_server_claim.go
- authorization_server_policy.go
- authorization_server_scope.go
- event_hook.go
- factor.go
- group.go
- group_rule.go
- helpers.go
- idp_oidc.go
- idp_saml.go
- idp_social.go
- inline_hook.go
- network_zone.go
- okta_provider.go
- okta_service.go
- policy_mfa.go
- policy_password.go
- policy_rule_mfa.go
- policy_rule_password.go
- policy_rule_signon.go
- policy_signon.go
- template_sms.go
- trusted_origin.go
- user.go
- user_schema.go
- user_type.go
Click to show internal directories.
Click to hide internal directories.