Documentation
¶
Index ¶
- func RegisterCommands(app *cobra.Command, c *client.Client)
- type AddServiceProviderIdpCommand
- type DeleteServiceProviderIdpCommand
- type DeleteSessionIdpCommand
- type DownloadCommand
- type GetGoogleMetadataIdpCommand
- type GetMetadataIdpCommand
- type GetServiceProvidersIdpCommand
- type GetSessionsIdpCommand
- type LoginUserIdpCommand
- type ServeLoginIdpCommand
- type ServeLoginUserIdpCommand
- type ServeSSOIdpCommand
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type AddServiceProviderIdpCommand ¶
type AddServiceProviderIdpCommand struct {
PrettyPrint bool
}
AddServiceProviderIdpCommand is the command line data structure for the addServiceProvider action of idp
func (*AddServiceProviderIdpCommand) RegisterFlags ¶
func (cmd *AddServiceProviderIdpCommand) RegisterFlags(cc *cobra.Command, c *client.Client)
RegisterFlags registers the command flags with the command line.
type DeleteServiceProviderIdpCommand ¶
DeleteServiceProviderIdpCommand is the command line data structure for the deleteServiceProvider action of idp
func (*DeleteServiceProviderIdpCommand) RegisterFlags ¶
func (cmd *DeleteServiceProviderIdpCommand) RegisterFlags(cc *cobra.Command, c *client.Client)
RegisterFlags registers the command flags with the command line.
type DeleteSessionIdpCommand ¶
DeleteSessionIdpCommand is the command line data structure for the deleteSession action of idp
func (*DeleteSessionIdpCommand) RegisterFlags ¶
func (cmd *DeleteSessionIdpCommand) RegisterFlags(cc *cobra.Command, c *client.Client)
RegisterFlags registers the command flags with the command line.
type DownloadCommand ¶
type DownloadCommand struct { // OutFile is the path to the download output file. OutFile string }
DownloadCommand is the command line data structure for the download command.
type GetGoogleMetadataIdpCommand ¶
type GetGoogleMetadataIdpCommand struct {
PrettyPrint bool
}
GetGoogleMetadataIdpCommand is the command line data structure for the getGoogleMetadata action of idp
func (*GetGoogleMetadataIdpCommand) RegisterFlags ¶
func (cmd *GetGoogleMetadataIdpCommand) RegisterFlags(cc *cobra.Command, c *client.Client)
RegisterFlags registers the command flags with the command line.
type GetMetadataIdpCommand ¶
type GetMetadataIdpCommand struct {
PrettyPrint bool
}
GetMetadataIdpCommand is the command line data structure for the getMetadata action of idp
func (*GetMetadataIdpCommand) RegisterFlags ¶
func (cmd *GetMetadataIdpCommand) RegisterFlags(cc *cobra.Command, c *client.Client)
RegisterFlags registers the command flags with the command line.
type GetServiceProvidersIdpCommand ¶
type GetServiceProvidersIdpCommand struct {
PrettyPrint bool
}
GetServiceProvidersIdpCommand is the command line data structure for the getServiceProviders action of idp
func (*GetServiceProvidersIdpCommand) RegisterFlags ¶
func (cmd *GetServiceProvidersIdpCommand) RegisterFlags(cc *cobra.Command, c *client.Client)
RegisterFlags registers the command flags with the command line.
type GetSessionsIdpCommand ¶
type GetSessionsIdpCommand struct {
PrettyPrint bool
}
GetSessionsIdpCommand is the command line data structure for the getSessions action of idp
func (*GetSessionsIdpCommand) RegisterFlags ¶
func (cmd *GetSessionsIdpCommand) RegisterFlags(cc *cobra.Command, c *client.Client)
RegisterFlags registers the command flags with the command line.
type LoginUserIdpCommand ¶
type LoginUserIdpCommand struct {
PrettyPrint bool
}
LoginUserIdpCommand is the command line data structure for the loginUser action of idp
func (*LoginUserIdpCommand) RegisterFlags ¶
func (cmd *LoginUserIdpCommand) RegisterFlags(cc *cobra.Command, c *client.Client)
RegisterFlags registers the command flags with the command line.
type ServeLoginIdpCommand ¶
type ServeLoginIdpCommand struct {
PrettyPrint bool
}
ServeLoginIdpCommand is the command line data structure for the serveLogin action of idp
func (*ServeLoginIdpCommand) RegisterFlags ¶
func (cmd *ServeLoginIdpCommand) RegisterFlags(cc *cobra.Command, c *client.Client)
RegisterFlags registers the command flags with the command line.
type ServeLoginUserIdpCommand ¶
type ServeLoginUserIdpCommand struct {
PrettyPrint bool
}
ServeLoginUserIdpCommand is the command line data structure for the serveLoginUser action of idp
func (*ServeLoginUserIdpCommand) RegisterFlags ¶
func (cmd *ServeLoginUserIdpCommand) RegisterFlags(cc *cobra.Command, c *client.Client)
RegisterFlags registers the command flags with the command line.
type ServeSSOIdpCommand ¶
type ServeSSOIdpCommand struct {
PrettyPrint bool
}
ServeSSOIdpCommand is the command line data structure for the serveSSO action of idp
func (*ServeSSOIdpCommand) RegisterFlags ¶
func (cmd *ServeSSOIdpCommand) RegisterFlags(cc *cobra.Command, c *client.Client)
RegisterFlags registers the command flags with the command line.