models.sharep_point_site_backup_env_params module

class models.sharep_point_site_backup_env_params.SharepPointSiteBackupEnvParams(doc_lib_filtering_policy=None)[source]

Bases: object

Implementation of the ‘SharepPointSiteBackupEnvParams’ model.

Message to capture any additional backup params for SharePoint within the Office365 environment.

Attributes:
doc_lib_filtering_policy (FilteringPolicyProto): The filtering policy

describes which objects within a source should be excluded within the backup. If this is not specified, then all of the objects within the source will be backed up. NOTE: This filtering policy assumes the paths within a site. The first token will specify a doc library name.

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.