managed_groups

package
v0.7.2 Latest Latest
Warning

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

Go to latest
Published: Dec 15, 2021 License: MPL-2.0 Imports: 21 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (

	// IdActions contains the set of actions that can be performed on
	// individual resources
	IdActions = map[subtypes.Subtype]action.ActionSet{
		oidc.Subtype: {
			action.NoOp,
			action.Read,
			action.Update,
			action.Delete,
		},
	}

	// CollectionActions contains the set of actions that can be performed on
	// this collection
	CollectionActions = action.ActionSet{
		action.Create,
		action.List,
	}
)

Functions

This section is empty.

Types

type Service

type Service struct {
	pbs.UnimplementedManagedGroupServiceServer
	// contains filtered or unexported fields
}

Service handles request as described by the pbs.ManagedGroupServiceServer interface.

func NewService

func NewService(oidcRepo common.OidcAuthRepoFactory) (Service, error)

NewService returns a managed group service which handles managed group related requests to boundary.

func (Service) CreateManagedGroup

CreateManagedGroup implements the interface pbs.ManagedGroupServiceServer.

func (Service) DeleteManagedGroup

DeleteManagedGroup implements the interface pbs.ManagedGroupServiceServer.

func (Service) GetManagedGroup

GetManagedGroup implements the interface pbs.ManagedGroupServiceServer.

func (Service) ListManagedGroups

ListManagedGroups implements the interface pbs.ManagedGroupsServiceServer.

func (Service) UpdateManagedGroup

UpdateManagedGroup implements the interface pbs.ManagedGroupServiceServer.

Jump to

Keyboard shortcuts

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