Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MethodOkta ¶
type MethodOkta struct { RootFlags config.RootFlags OktaConfig *okta.Configuration RequestSleep time.Duration OutputConfig writer.OutputConfig OutputSignal signal.Signal RootCmd *cobra.Command // contains filtered or unexported fields }
func NewMethodOkta ¶
func NewMethodOkta(version string) *MethodOkta
func (*MethodOkta) InitApplicationCommand ¶
func (a *MethodOkta) InitApplicationCommand()
func (*MethodOkta) InitDeviceCommand ¶
func (a *MethodOkta) InitDeviceCommand()
func (*MethodOkta) InitGroupCommand ¶
func (a *MethodOkta) InitGroupCommand()
func (*MethodOkta) InitOrgCommand ¶
func (a *MethodOkta) InitOrgCommand()
func (*MethodOkta) InitRootCommand ¶
func (a *MethodOkta) InitRootCommand()
func (*MethodOkta) InitUserCommand ¶
func (a *MethodOkta) InitUserCommand()
Click to show internal directories.
Click to hide internal directories.