AuthGithubMetadata is the metadata member set by AuthGithub.
AuthLDAPMetadata is the metadata member set by AuthLDAP.
AuthOIDCMetadata is the metadata member set by AuthOIDC.
AuthOktaMetadata is the metadata member set by AuthOkta.
AuthOutput is the general structure as returned by AuthX functions.
AuthUserpassMetadata is the metadata member set by AuthUserpass.
Client provides functions that access and abstract the Vault API.
ErrBadRequest represents 400 status codes that are returned from the API.See: your fault.
ErrDRSecondary is only returned from Health() if standbyok is set to falseand the node you're querying is a secondary disaster recovery node.
ErrForbidden represents 403 status codes returned from the API.
ErrInternalServer represents 500 status codes that are returned from the API.See: their fault.
ErrKVUnsupported is returned by the KV object when the user requests an operation that cannot be performed by the actual version of the KV backend that the KV object is abstracting.
ErrNotFound represents 404 status codes returned from the API.
ErrPerfStandby is only returned from Health() if standbyok is set to falseand the node you're querying is a performance standby node.
ErrSealed represents the 503 status code that is returned by Vault most commonly if the Vault is currently sealed, but could also represent the Vault being in a maintenance state.
ErrStandby is only returned from Health() if standbyok is set to false and the node you're querying is a standby.
ErrTransport is returned if an error was encountered trying to reach the API, as opposed to an error from the API, is returned.
ErrUninitialized represents a 503 status code being returned and the Vaultbeing uninitialized.
GenerateRoot has functions for generating a new root token.
GenerateRootState contains state information about the GenerateRoot operation.
InitConfig is the information passed to InitVault to configure the Vault.Shares and Threshold are required.
InitVaultOutput is the return value of InitVault, and contains the generatedKeys and RootToken.
KV provides an abstraction to the Vault tree which makes dealing with the potential of both KV v1 and KV v2 backends easier to work with.
KVDeleteOpts are options applicable to KV.Delete.
KVGetOpts are options applicable to KV.Get.
KVSetOpts are the options for a set call to the KV.Set() call.
KVVersion contains information about a version of a secret.
Mount represents a backend mounted at a point in Vault.
MountConfig specifies configuration options given when initializing a backend.
Rekey represents a rekey operation currently in progress in the Vault.
RekeyConfig is given to NewRekey to configure the parameters of the rekeyoperation to be started.
RekeyState gives the state of the rekey operation as of the last call toSubmit, NewRekey, or CurrentRekey.
SealState is the return value from Unseal and SealStatus.
TokenInfo contains metadata about a token.
TuneMountOptions are parameters to be sent to the Vault when editing the configuration of a mount.
V2DeleteOpts are options that can be provided to a V2Delete call.
V2GetOpts are options to specify in a V2Get request.
V2Metadata is the metadata associated with a secret.
V2SetOpts are options that can be specified to a V2Set call.
V2Version is information about a version of a secret.