models_v2.o_365_object_type_enum module

class models_v2.o_365_object_type_enum.O365ObjectTypeEnum[source]

Bases: object

Implementation of the ‘o365ObjectType’ enum.

TODO: type enum description here.

Attributes:

KDOMAIN: TODO: type description here. KOUTLOOK: TODO: type description here. KMAILBOX: TODO: type description here. KUSERS: TODO: type description here. KGROUPS: TODO: type description here. KSITES: TODO: type description here. KUSER: TODO: type description here. KGROUP: TODO: type description here. KSITE: TODO: type description here. KAPPLICATION: TODO: type description here. KGRAPHUSER: TODO: type description here. KPUBLICFOLDERS: TODO: type description here. KPUBLICFOLDER: TODO: type description here.

KAPPLICATION = 'kApplication'
KDOMAIN = 'kDomain'
KGRAPHUSER = 'kGraphUser'
KGROUP = 'kGroup'
KGROUPS = 'kGroups'
KMAILBOX = 'kMailbox'
KOUTLOOK = 'kOutlook'
KPUBLICFOLDER = 'kPublicFolder'
KPUBLICFOLDERS = 'kPublicFolders'
KSITE = 'kSite'
KSITES = 'kSites'
KUSER = 'kUser'
KUSERS = 'kUsers'