Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type CLIHandler ¶
type CLIHandler struct{}
CLIHandler struct
type ConfigEntry ¶
type ConfigEntry struct { Org string `json:"organization"` Token string `json:"token"` BaseURL string `json:"base_url"` Production *bool `json:"is_production,omitempty"` TTL time.Duration `json:"ttl"` MaxTTL time.Duration `json:"max_ttl"` BypassOktaMFA bool `json:"bypass_okta_mfa"` }
ConfigEntry for Okta
func (*ConfigEntry) OktaClient ¶
func (c *ConfigEntry) OktaClient() *okta.Client
OktaClient creates a basic okta client connection
type GroupEntry ¶
type GroupEntry struct {
Policies []string
}
Source Files ¶
Click to show internal directories.
Click to hide internal directories.