Documentation ¶
Index ¶
- func NewCmdAddBinding(ctx *cmd.Context, runF func(*AddBindingOpts) error) *cmd.Command
- func NewCmdDeleteBinding(ctx *cmd.Context, runF func(*DeleteBindingOpts) error) *cmd.Command
- func NewCmdIAM(ctx *cmd.Context) *cmd.Command
- func NewCmdReadPolicy(ctx *cmd.Context, runF func(*ReadPolicyOpts) error) *cmd.Command
- func NewCmdSetPolicy(ctx *cmd.Context, runF func(*SetPolicyOpts) error) *cmd.Command
- type AddBindingOpts
- type DeleteBindingOpts
- type ReadPolicyOpts
- type SetPolicyOpts
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewCmdAddBinding ¶
func NewCmdDeleteBinding ¶
func NewCmdReadPolicy ¶
func NewCmdSetPolicy ¶
Types ¶
type AddBindingOpts ¶
type DeleteBindingOpts ¶
type ReadPolicyOpts ¶
type ReadPolicyOpts struct { Ctx context.Context Profile *profile.Profile IO iostreams.IOStreams Output *format.Outputter OrganizationClient organization_service.ClientService IAMClient iam_service.ClientService }
Click to show internal directories.
Click to hide internal directories.