token

package
v0.197.0 Latest Latest
Warning

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

Go to latest
Published: Apr 23, 2024 License: Apache-2.0 Imports: 7 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func AddAccessCmd

func AddAccessCmd(ch *cmdutil.Helper) *cobra.Command

func CreateCmd

func CreateCmd(ch *cmdutil.Helper) *cobra.Command

func DeleteAccessCmd

func DeleteAccessCmd(ch *cmdutil.Helper) *cobra.Command

func DeleteCmd

func DeleteCmd(ch *cmdutil.Helper) *cobra.Command

func ListCmd

func ListCmd(ch *cmdutil.Helper) *cobra.Command

func ShowAccessCmd added in v0.21.0

func ShowAccessCmd(ch *cmdutil.Helper) *cobra.Command

func TokenCmd

func TokenCmd(ch *cmdutil.Helper) *cobra.Command

TokenCmd encapsulates the command for managing service tokens.

Types

type ServiceToken added in v0.14.0

type ServiceToken struct {
	ID    string `header:"id" json:"id"`
	Token string `header:"token" json:"token"`
	// contains filtered or unexported fields
}

ServiceToken returns a table and json serializable schema snapshot.

func (*ServiceToken) MarshalJSON added in v0.14.0

func (s *ServiceToken) MarshalJSON() ([]byte, error)

type ServiceTokenAccess added in v0.14.0

type ServiceTokenAccess struct {
	ResourceName string   `header:"resource_name" json:"resource_name"`
	ResourceType string   `header:"resource_type" json:"resource_type"`
	Accesses     []string `header:"accesses" json:"accesses"`
}

ServiceTokenAccess returns a table and json serializable service token

type ServiceTokenGrant added in v0.124.0

type ServiceTokenGrant struct {
	ResourceName string   `header:"resource_name" json:"resource_name"`
	ResourceType string   `header:"resource_type" json:"resource_type"`
	Accesses     []string `header:"accesses" json:"accesses"`
}

ServiceTokenGrant returns a table and json serializable service token grant

Jump to

Keyboard shortcuts

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