Versions in this module Expand all Collapse all v1 v1.0.0 Oct 27, 2019 Changes in this version + const ParamListSep + func Coalesce(args ...string) string + func FillTemplateMessage(msg string, filler map[string]interface{}) (string, error) + func ValidateEmailID(email string) error + func ValidateUrl(u string) error + type AssignUserGroupsCommand struct + func (c *AssignUserGroupsCommand) Help() string + func (c *AssignUserGroupsCommand) ParseArgs(args []string) (*AssignUserGroupsCommandConfig, error) + func (c *AssignUserGroupsCommand) Run(args []string) int + func (c *AssignUserGroupsCommand) Synopsis() string + type AssignUserGroupsCommandConfig struct + EmailID string + GroupNames []string + type Command struct + Logger *log.Logger + Meta *Metadata + func (c *Command) OktaClient() (*okta.Client, error) + type Config struct + ApiToken string + OrgUrl string + type CreateUserCommand struct + func (c *CreateUserCommand) Help() string + func (c *CreateUserCommand) ParseArgs(args []string) (*CreateUserCommandConfig, error) + func (c *CreateUserCommand) Run(args []string) int + func (c *CreateUserCommand) Synopsis() string + type CreateUserCommandConfig struct + EmailID string + FirstName string + LastName string + Team string + type DeactivateUserCommand struct + func (c *DeactivateUserCommand) Help() string + func (c *DeactivateUserCommand) ParseArgs(args []string) (*DeactivateUserCommandConfig, error) + func (c *DeactivateUserCommand) Run(args []string) int + func (c *DeactivateUserCommand) Synopsis() string + type DeactivateUserCommandConfig struct + EmailID string + type ListGroupsCommand struct + func (c *ListGroupsCommand) Help() string + func (c *ListGroupsCommand) ParseArgs(args []string) (*ListGroupsCommandConfig, error) + func (c *ListGroupsCommand) Run(args []string) int + func (c *ListGroupsCommand) Synopsis() string + type ListGroupsCommandConfig struct + Detailed bool + GroupNames []string + type Metadata struct + FlagSet *flag.FlagSet + GlobalOptions *Config + GlobalOptionsHelpText string + type OktaGroups []*okta.Group + func (groups OktaGroups) GetID(name string) string + type ResetUserMultifactorsCommand struct + func (c *ResetUserMultifactorsCommand) Help() string + func (c *ResetUserMultifactorsCommand) ParseArgs(args []string) (*ResetUserMultifactorsCommandConfig, error) + func (c *ResetUserMultifactorsCommand) Run(args []string) int + func (c *ResetUserMultifactorsCommand) Synopsis() string + type ResetUserMultifactorsCommandConfig struct + EmailID string + type ResetUserPasswordCommand struct + func (c *ResetUserPasswordCommand) Help() string + func (c *ResetUserPasswordCommand) ParseArgs(args []string) (*ResetUserPasswordCommandConfig, error) + func (c *ResetUserPasswordCommand) Run(args []string) int + func (c *ResetUserPasswordCommand) Synopsis() string + type ResetUserPasswordCommandConfig struct + EmailID string