Safe Haskell | None |
---|---|
Language | Haskell2010 |
Documentation
data ConfigSite route Source #
Instances
configServer :: Monad m => Configuration -> ConfigSite (AsServerT (ScimHandler m)) Source #
Instances
Eq a => Eq (Supported a) Source # | |
Show a => Show (Supported a) Source # | |
Generic (Supported a) Source # | |
ToJSON a => ToJSON (Supported a) Source # | |
Defined in Web.Scim.Capabilities.MetaSchema | |
(Typeable a, FromJSON a) => FromJSON (Supported a) Source # | See module Test.Schema.MetaSchemaSpec for golden tests that explain this instance better. |
type Rep (Supported a) Source # | |
Defined in Web.Scim.Capabilities.MetaSchema type Rep (Supported a) = D1 ('MetaData "Supported" "Web.Scim.Capabilities.MetaSchema" "hscim-0.3.6-JBBH5QJtoVCBhDdsGW2kZ7" 'False) (C1 ('MetaCons "Supported" 'PrefixI 'True) (S1 ('MetaSel ('Just "supported") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 ScimBool) :*: S1 ('MetaSel ('Just "subConfig") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 a))) |
data BulkConfig Source #
Instances
data FilterConfig Source #
Instances
data Configuration Source #
Configuration | |
|