credentiallibraries

package
v0.11.1 Latest Latest
Warning

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

Go to latest
Published: Nov 23, 2022 License: MPL-2.0 Imports: 23 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 = action.ActionSet{
		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.UnsafeCredentialLibraryServiceServer
	// contains filtered or unexported fields
}

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

func NewService

NewService returns a credential library service which handles credential library related requests to boundary.

func (Service) CreateCredentialLibrary

CreateCredentialLibrary implements the interface pbs.CredentialLibraryServiceServer.

func (Service) DeleteCredentialLibrary

DeleteCredentialLibrary implements the interface pbs.CredentialLibraryServiceServer.

func (Service) GetCredentialLibrary

GetCredentialLibrary implements the interface pbs.CredentialLibraryServiceServer.

func (Service) ListCredentialLibraries

ListCredentialLibraries implements the interface pbs.CredentialLibraryServiceServer

func (Service) UpdateCredentialLibrary

UpdateCredentialLibrary implements the interface pbs.CredentialLibraryServiceServer.

Jump to

Keyboard shortcuts

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