Safe Haskell | None |
---|---|
Language | Haskell2010 |
Web.Scim.Schema.UserTypes
Synopsis
- class UserTypes tag where
- type UserId tag
- type UserExtra tag
- supportedSchemas :: [Schema]
Documentation
class UserTypes tag where Source #
Configurable parts of User
.
Associated Types
User ID type.
Extra data carried with each User
.
Methods
supportedSchemas :: [Schema] Source #
Schemas supported by the User
for filtering and patching.
This must include User20, this is not checked.