Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ApplyFlagOverrides ¶
func ApplyFlagOverrides(commonFlags *CommonFlags, account *cfg.IDPAccount)
ApplyFlagOverrides overrides IDPAccount with command line settings
Types ¶
type CommonFlags ¶
type CommonFlags struct { AppID string ClientID string ClientSecret string IdpAccount string IdpProvider string MFA string MFAToken string URL string Username string Password string RoleArn string AmazonWebservicesURN string SessionDuration int SkipPrompt bool SkipVerify bool Profile string Subdomain string }
CommonFlags flags common to all of the `saml2aws` commands (except `help`)
func (*CommonFlags) RoleSupplied ¶
func (cf *CommonFlags) RoleSupplied() bool
RoleSupplied role arn has been passed as a flag
type LoginExecFlags ¶
type LoginExecFlags struct {
CommonFlags *CommonFlags
}
LoginExecFlags flags for the Login / Exec commands
Click to show internal directories.
Click to hide internal directories.