scopes

package
v6.6.6 Latest Latest
Warning

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

Go to latest
Published: Aug 10, 2023 License: Apache-2.0 Imports: 15 Imported by: 0

Documentation

Index

Constants

View Source
const (
	FlagRegId   = "registry-id"
	FlagTokenId = "token-id"
	FlagScopeId = "scope-id"
	FlagName    = "name"
	FlagActions = "actions"
	FlagType    = "type"
)

Variables

This section is empty.

Functions

func CmdGetTokenScopesDelete

func CmdGetTokenScopesDelete(c *core.CommandConfig) error

func CmdGetTokenScopesList

func CmdGetTokenScopesList(c *core.CommandConfig) error

func CmdTokenScopesAdd

func CmdTokenScopesAdd(c *core.CommandConfig) error

func PreCmdTokenScopesAdd

func PreCmdTokenScopesAdd(c *core.PreCommandConfig) error

func PreCmdTokenScopesDelete

func PreCmdTokenScopesDelete(c *core.PreCommandConfig) error

func PreCmdTokenScopesList

func PreCmdTokenScopesList(c *core.PreCommandConfig) error

func TokenScopesAddCmd

func TokenScopesAddCmd() *core.Command

func TokenScopesCmd

func TokenScopesCmd() *core.Command

func TokenScopesDeleteCmd

func TokenScopesDeleteCmd() *core.Command

func TokenScopesListCmd

func TokenScopesListCmd() *core.Command

func TokensIds

func TokensIds(regId string) []string

Types

type TokenScopePrint

type TokenScopePrint struct {
	ScopeId     string `json:"ScopeId,omitempty"`
	DisplayName string `json:"DisplayName,omitempty"`
	TokenId     string `json:"TokenId,omitempty"`
	Type        string `json:"Type,omitempty"`
	Actions     string `json:"Actions,omitempty"`
}

Jump to

Keyboard shortcuts

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