Web.Scim.Schema.UserTypes
class UserTypes tag where Source #
Configurable parts of User.
User
Associated Types
type UserId tag Source #
User ID type.
type UserExtra tag Source #
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.
Defined in Web.Scim.Server.Mock
type UserId Mock Source #
type UserExtra Mock Source #
Defined in Web.Scim.Test.Util
type UserId (TestTag id authData authInfo userExtra) Source #
type UserExtra (TestTag id authData authInfo userExtra) Source #