models.office_365_protection_source_types_enum module

class models.office_365_protection_source_types_enum.Office365ProtectionSourceTypesEnum[source]

Bases: object

Implementation of the ‘Office365ProtectionSourceTypes’ enum.

Specifies the Array of Office365 source types. Specifies the type of Office 365 entity ‘kDomain’ indicates the O365 domain through which authentication occurs. ‘kOutlook’ indicates the Exchange online entities. ‘kMailbox’ indicates the user’s mailbox account. ‘kUsers’ indicates the container for User entities. ‘kGroups’ indicates the container for Group entities. ‘kSites’ indicates the container for Site entities. ‘kUser’ indicates an Office365 User entity. ‘kGroup’ indicates an Office365 Group entity. ‘kSite’ indicates an Office365 SharePoint Site entity.

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'