Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Command = cli.Command{
Name: "request",
Usage: "Request access to a role",
Subcommands: []*cli.Command{
&awsCommand,
&latestCommand,
},
}
Functions ¶
func RefreshCachedAccessRules ¶ added in v0.13.1
func RefreshCachedAccessRules(ctx context.Context, depID string, cf *types.ClientWithResponses) (accounts map[string]cache.AccessTarget, existingRules map[string]cache.AccessRule, accessRulesForAccount map[string]map[string]bool, err error)
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.