Safe Haskell | Safe-Inferred |
---|---|
Language | Haskell2010 |
Documentation
type VaultToken = String Source #
type KVEnginePath = String Source #
type DisableCertValidation = Bool Source #
data VaultConnection Source #
VaultConnection | |
|
Instances
Show VaultConnection Source # | |
Defined in Database.Vault.KVv2.Client.Types showsPrec :: Int -> VaultConnection -> ShowS # show :: VaultConnection -> String # showList :: [VaultConnection] -> ShowS # |
newtype SecretVersions Source #
Instances
ToJSON SecretVersions Source # | |
Defined in Database.Vault.KVv2.Client.Types toJSON :: SecretVersions -> Value # toEncoding :: SecretVersions -> Encoding # toJSONList :: [SecretVersions] -> Value # toEncodingList :: [SecretVersions] -> Encoding # omitField :: SecretVersions -> Bool # | |
Show SecretVersions Source # | |
Defined in Database.Vault.KVv2.Client.Types showsPrec :: Int -> SecretVersions -> ShowS # show :: SecretVersions -> String # showList :: [SecretVersions] -> ShowS # | |
Eq SecretVersions Source # | |
Defined in Database.Vault.KVv2.Client.Types (==) :: SecretVersions -> SecretVersions -> Bool # (/=) :: SecretVersions -> SecretVersions -> Bool # |
newtype SecretVersion Source #
Instances
newtype SecretMetadata Source #
Instances
FromJSON SecretMetadata Source # | |
Defined in Database.Vault.KVv2.Client.Types parseJSON :: Value -> Parser SecretMetadata # parseJSONList :: Value -> Parser [SecretMetadata] # | |
Show SecretMetadata Source # | |
Defined in Database.Vault.KVv2.Client.Types showsPrec :: Int -> SecretMetadata -> ShowS # show :: SecretMetadata -> String # showList :: [SecretMetadata] -> ShowS # | |
Eq SecretMetadata Source # | |
Defined in Database.Vault.KVv2.Client.Types (==) :: SecretMetadata -> SecretMetadata -> Bool # (/=) :: SecretMetadata -> SecretMetadata -> Bool # |
Metadata | |
|
Instances
FromJSON Metadata Source # | |
Defined in Database.Vault.KVv2.Client.Types | |
ToJSON Metadata Source # | |
Generic Metadata Source # | |
Show Metadata Source # | |
Eq Metadata Source # | |
type Rep Metadata Source # | |
Defined in Database.Vault.KVv2.Client.Types type Rep Metadata = D1 ('MetaData "Metadata" "Database.Vault.KVv2.Client.Types" "gothic-0.1.8.2-HOyFvGD2gPNH7tcXKr1yj2" 'False) (C1 ('MetaCons "Metadata" 'PrefixI 'True) (S1 ('MetaSel ('Just "destroyed") 'NoSourceUnpackedness 'SourceStrict 'DecidedStrict) (Rec0 Bool) :*: (S1 ('MetaSel ('Just "deletion_time") 'NoSourceUnpackedness 'SourceStrict 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "created_time") 'NoSourceUnpackedness 'SourceStrict 'DecidedStrict) (Rec0 Text)))) |
newtype SecretData Source #
Instances
data SecretSettings Source #
SecretSettings | |
|
Instances
newtype SecretPath Source #
Instances
ToJSON SecretPath Source # | |
Defined in Database.Vault.KVv2.Client.Types toJSON :: SecretPath -> Value # toEncoding :: SecretPath -> Encoding # toJSONList :: [SecretPath] -> Value # toEncodingList :: [SecretPath] -> Encoding # omitField :: SecretPath -> Bool # | |
Generic SecretPath Source # | |
Defined in Database.Vault.KVv2.Client.Types type Rep SecretPath :: Type -> Type # from :: SecretPath -> Rep SecretPath x # to :: Rep SecretPath x -> SecretPath # | |
Show SecretPath Source # | |
Defined in Database.Vault.KVv2.Client.Types showsPrec :: Int -> SecretPath -> ShowS # show :: SecretPath -> String # showList :: [SecretPath] -> ShowS # | |
type Rep SecretPath Source # | |
Defined in Database.Vault.KVv2.Client.Types type Rep SecretPath = D1 ('MetaData "SecretPath" "Database.Vault.KVv2.Client.Types" "gothic-0.1.8.2-HOyFvGD2gPNH7tcXKr1yj2" 'True) (C1 ('MetaCons "SecretPath" 'PrefixI 'True) (S1 ('MetaSel ('Just "path") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 String))) |
data CheckAndSet Source #
Instances
newtype PutSecretOptions Source #
Instances
ToJSON PutSecretOptions Source # | |
Defined in Database.Vault.KVv2.Client.Types toJSON :: PutSecretOptions -> Value # toEncoding :: PutSecretOptions -> Encoding # toJSONList :: [PutSecretOptions] -> Value # toEncodingList :: [PutSecretOptions] -> Encoding # omitField :: PutSecretOptions -> Bool # | |
Show PutSecretOptions Source # | |
Defined in Database.Vault.KVv2.Client.Types showsPrec :: Int -> PutSecretOptions -> ShowS # show :: PutSecretOptions -> String # showList :: [PutSecretOptions] -> ShowS # |
data PutSecretRequestBody Source #
Instances
ToJSON PutSecretRequestBody Source # | |
Defined in Database.Vault.KVv2.Client.Types toJSON :: PutSecretRequestBody -> Value # toEncoding :: PutSecretRequestBody -> Encoding # toJSONList :: [PutSecretRequestBody] -> Value # toEncodingList :: [PutSecretRequestBody] -> Encoding # omitField :: PutSecretRequestBody -> Bool # |