hscim-0.3.6: hscim json schema and server implementation
Safe HaskellNone
LanguageHaskell2010

Web.Scim.AttrName

Description

Scim attribute names. these are case-insensitive

Synopsis

Documentation

newtype AttrName Source #

An attribute (e.g. username).

ATTRNAME = ALPHA *(nameChar) NOTE: We use the FromJSONKey instance of Text. The default instances parses a list of key values instead of a map

Constructors

AttrName Text 

pAttrName :: Parser AttrName Source #

Attribute name parser.

rAttrName :: AttrName -> Text Source #

Attribute name renderer.