models_v2.office_365_o_365_public_folders_protection_group_parameters module

class models_v2.office_365_o_365_public_folders_protection_group_parameters.Office365O365PublicFoldersProtectionGroupParameters(exclude_folders=None)[source]

Bases: object

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

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

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

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