models_v2.office_365_one_drive_protection_group_parameters module

class models_v2.office_365_one_drive_protection_group_parameters.Office365OneDriveProtectionGroupParameters(exclude_folders=None)[source]

Bases: object

Implementation of the ‘Office 365 OneDrive Protection Group Parameters.’ model.

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

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

Specifies filters to match OneDrive 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.