iam

package
v1.0.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jun 8, 2020 License: Apache-2.0 Imports: 9 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Builder

func Builder() *cobra.Command

func OrganizationsBuilder

func OrganizationsBuilder() *cobra.Command

func OrganizationsCreateBuilder

func OrganizationsCreateBuilder() *cobra.Command

mongocli iam organization(s) create <name>

func OrganizationsDeleteBuilder

func OrganizationsDeleteBuilder() *cobra.Command

mongocli iam organization(s) delete <ID> [--force]

func OrganizationsListBuilder

func OrganizationsListBuilder() *cobra.Command

mongocli iam organizations(s) list

func ProjectsBuilder

func ProjectsBuilder() *cobra.Command

func ProjectsCreateBuilder

func ProjectsCreateBuilder() *cobra.Command

mongocli iam project(s) create <name> [--orgId orgId]

func ProjectsDeleteBuilder

func ProjectsDeleteBuilder() *cobra.Command

mongocli iam project(s) delete <ID> [--orgId orgId]

func ProjectsListBuilder

func ProjectsListBuilder() *cobra.Command

mongocli iam project(s) list [--orgId orgId]

Types

type OrganizationsCreateOpts

type OrganizationsCreateOpts struct {
	// contains filtered or unexported fields
}

func (*OrganizationsCreateOpts) Run

func (opts *OrganizationsCreateOpts) Run() error

type OrganizationsDeleteOpts

type OrganizationsDeleteOpts struct {
	*cli.DeleteOpts
	// contains filtered or unexported fields
}

func (*OrganizationsDeleteOpts) Run

func (opts *OrganizationsDeleteOpts) Run() error

type OrganizationsListOpts

type OrganizationsListOpts struct {
	// contains filtered or unexported fields
}

func (*OrganizationsListOpts) Run

func (opts *OrganizationsListOpts) Run() error

type ProjectsCreateOpts

type ProjectsCreateOpts struct {
	cli.GlobalOpts
	// contains filtered or unexported fields
}

func (*ProjectsCreateOpts) Run

func (opts *ProjectsCreateOpts) Run() error

type ProjectsDeleteOpts

type ProjectsDeleteOpts struct {
	*cli.DeleteOpts
	// contains filtered or unexported fields
}

func (*ProjectsDeleteOpts) Run

func (opts *ProjectsDeleteOpts) Run() error

type ProjectsListOpts

type ProjectsListOpts struct {
	cli.GlobalOpts
	cli.ListOpts
	// contains filtered or unexported fields
}

func (*ProjectsListOpts) Run

func (opts *ProjectsListOpts) Run() error

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL