models.office_365_source_type_enum module¶
-
class
models.office_365_source_type_enum.
Office365SourceTypesEnum
[source]¶ Bases:
object
Implementation of the ‘Office365SourceTypes’ enum.
Filter by Office365 types such as ‘kUser’, ‘kSite’, etc. Only items from the specified source types are returned.
- 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.
-
KDOMAIN
= 'kDomain'¶
-
KGROUP
= 'kGroup'¶
-
KGROUPS
= 'kGroups'¶
-
KMAILBOX
= 'kMailbox'¶
-
KOUTLOOK
= 'kOutlook'¶
-
KSITE
= 'kSite'¶
-
KSITES
= 'kSites'¶
-
KUSER
= 'kUser'¶
-
KUSERS
= 'kUsers'¶