Documentation ¶ Index ¶ func NewListCmd(f *factory.Factory) *cobra.Command type SSOEntry func GetSSOEntries() ([]SSOEntry, error) func (s SSOEntry) ID() string func (s SSOEntry) IsLegacy() bool func (s SSOEntry) String() string Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func NewListCmd ¶ added in v1.1.0 func NewListCmd(f *factory.Factory) *cobra.Command Types ¶ type SSOEntry ¶ type SSOEntry struct { Name string StartURL string Profiles []string } func GetSSOEntries ¶ func GetSSOEntries() ([]SSOEntry, error) func (SSOEntry) ID ¶ func (s SSOEntry) ID() string func (SSOEntry) IsLegacy ¶ func (s SSOEntry) IsLegacy() bool func (SSOEntry) String ¶ func (s SSOEntry) String() string Source Files ¶ View all Source files list_cmd.golist_runner.gosso_config.go Click to show internal directories. Click to hide internal directories.