package
0.18.0
Repository: https://github.com/hashicorp/boundary.git
Documentation: pkg.go.dev

# Packages

Package environmental provides a SBC subtype for a Environmental SBC.
Package managedsecret provides a SBC subtype for a Managed Secret SBC.

# Functions

AllocStorageBucketCredential will allocate a storage bucket credential.
GetOpts - iterate the inbound Options and return a struct.
New creates a StorageBucketCredential of the given subtype and storageBucketId.
Register registers repository hooks for a provided Subtype.
SubtypeFromType returns the Subtype from the provided string or if no Subtype was registered with that string Unknown is returned.
WithKeyId provides an key id.
WithSecret provides an optional secret.

# Constants

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# Variables

No description provided by the author

# Structs

No description provided by the author

# Interfaces

StorageBucketCredential is a commmon interface for all storage bucket credential subtypes.

# Type aliases

AllocFunc is a function that creates an in-memory storage bucket credential.
NewFunc is a function that creates a storage bucket credential with the provided storage bucket Id, and options.
Option - how Options are passed as arguments.
No description provided by the author
VetForUpdateFunc is a function that checks the given StorageBucketCredential and field mask paths are valid and be used to update a storage bucket credential in the Repository.
VetFunc is a function that checks the given storage bucket credential to ensure it can be used by the Repository.