models_v2.office_365_o_365_outlook_protection_group_parameters module

class models_v2.office_365_o_365_outlook_protection_group_parameters.Office365O365OutlookProtectionGroupParameters(exclude_folders=None)[source]

Bases: object

Implementation of the ‘Office 365(O365) Outlook Protection Group Parameters.’ model.

Specifies the parameters which are specific to Office 365 Outlook related Protection Groups.

Attributes:
exclude_folders (list of string): Array of Excluded Outlook folders.

Specifies filters to match Outlook folders which should be excluded when backing up Office 365 source. Two kinds of filters are supported. a) prefix which always starts with ‘/’. b) posix which always starts with empty quotes(‘’). Regular expressions are not supported. If not specified, all the mailboxes will be protected.

classmethod from_dictionary(dictionary)[source]

Creates an instance of this model from a dictionary

Args:

dictionary (dictionary): A dictionary representation of the object as obtained from the deserialization of the server’s response. The keys MUST match property names in the API description.

Returns:

object: An instance of this structure class.