Documentation
¶
Index ¶
- func NewAdminCommand() *cobra.Command
- func NewCheckCommand() *cobra.Command
- func NewConfigureCommand() *cobra.Command
- func NewConsoleCommand() *cobra.Command
- func NewCredentialProcessCommand() *cobra.Command
- func NewLoginCommand() *cobra.Command
- func NewLogoutCommand() *cobra.Command
- func NewRolesCommand() *cobra.Command
- func NewRunAsCommand() *cobra.Command
- type CredentialProcessOutput
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewAdminCommand ¶
NewAdminCommand creates the admin command group
func NewCheckCommand ¶
NewCheckCommand creates the check command
func NewConfigureCommand ¶
NewConfigureCommand creates the configure command group
func NewConsoleCommand ¶
NewConsoleCommand creates the console command group
func NewCredentialProcessCommand ¶
NewCredentialProcessCommand creates the credential-process command
func NewLoginCommand ¶
NewLoginCommand creates the login command
func NewLogoutCommand ¶
NewLogoutCommand creates the logout command
func NewRolesCommand ¶
NewRolesCommand creates the roles command
func NewRunAsCommand ¶
NewRunAsCommand creates the run-as command
Types ¶
type CredentialProcessOutput ¶
type CredentialProcessOutput struct { Version int `json:"Version"` AccessKeyID string `json:"AccessKeyId"` SecretAccessKey string `json:"SecretAccessKey"` SessionToken string `json:"SessionToken,omitempty"` Expiration string `json:"Expiration,omitempty"` }
CredentialProcessOutput represents the output format for credential_process
Click to show internal directories.
Click to hide internal directories.