wire-api-0.1.0
Safe HaskellSafe-Inferred
LanguageGHC2021

Wire.API.Team.Export

Documentation

data TeamExportUser Source #

Instances

Instances details
Arbitrary TeamExportUser Source # 
Instance details

Defined in Wire.API.Team.Export

FromJSON TeamExportUser Source # 
Instance details

Defined in Wire.API.Team.Export

ToJSON TeamExportUser Source # 
Instance details

Defined in Wire.API.Team.Export

Generic TeamExportUser Source # 
Instance details

Defined in Wire.API.Team.Export

Associated Types

type Rep TeamExportUser :: Type -> Type #

Show TeamExportUser Source # 
Instance details

Defined in Wire.API.Team.Export

DefaultOrdered TeamExportUser Source # 
Instance details

Defined in Wire.API.Team.Export

FromNamedRecord TeamExportUser Source # 
Instance details

Defined in Wire.API.Team.Export

ToNamedRecord TeamExportUser Source # 
Instance details

Defined in Wire.API.Team.Export

Eq TeamExportUser Source # 
Instance details

Defined in Wire.API.Team.Export

ToSchema TeamExportUser Source # 
Instance details

Defined in Wire.API.Team.Export

ToSchema TeamExportUser Source # 
Instance details

Defined in Wire.API.Team.Export

type Rep TeamExportUser Source # 
Instance details

Defined in Wire.API.Team.Export

type Rep TeamExportUser = D1 ('MetaData "TeamExportUser" "Wire.API.Team.Export" "wire-api-0.1.0-EbZS9CKNOfZ8BBy5DRJfXi" 'False) (C1 ('MetaCons "TeamExportUser" 'PrefixI 'True) (((S1 ('MetaSel ('Just "tExportDisplayName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Name) :*: (S1 ('MetaSel ('Just "tExportHandle") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 (Maybe Handle)) :*: S1 ('MetaSel ('Just "tExportEmail") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 (Maybe EmailAddress)))) :*: ((S1 ('MetaSel ('Just "tExportRole") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 (Maybe Role)) :*: S1 ('MetaSel ('Just "tExportCreatedOn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 (Maybe UTCTimeMillis))) :*: (S1 ('MetaSel ('Just "tExportInvitedBy") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 (Maybe Handle)) :*: S1 ('MetaSel ('Just "tExportIdpIssuer") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 (Maybe HttpsUrl))))) :*: (((S1 ('MetaSel ('Just "tExportManagedBy") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 ManagedBy) :*: S1 ('MetaSel ('Just "tExportSAMLNamedId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)) :*: (S1 ('MetaSel ('Just "tExportSCIMExternalId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text) :*: S1 ('MetaSel ('Just "tExportSCIMRichInfo") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 (Maybe RichInfo)))) :*: ((S1 ('MetaSel ('Just "tExportUserId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 UserId) :*: S1 ('MetaSel ('Just "tExportNumDevices") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Int)) :*: (S1 ('MetaSel ('Just "tExportLastActive") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 (Maybe UTCTime)) :*: S1 ('MetaSel ('Just "tExportStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 (Maybe AccountStatus)))))))