models_v2.office_365_o_365_protection_group_parameters module¶
-
class
models_v2.office_365_o_365_protection_group_parameters.
Office365O365ProtectionGroupParameters
(objects=None, protection_types=None, exclude_object_ids=None, indexing_policy=None, outlook_protection_type_params=None, one_drive_protection_type_params=None, public_folders_protection_type_params=None, source_id=None, source_name=None)[source]¶ Bases:
object
Implementation of the ‘Office 365(o365) Protection Group Parameters.’ model.
Specifies the parameters which are specific to Office 365 related Protection Groups.
- Attributes:
- objects (list of Office365ProtectionGroupObjectParams): Specifies the
objects to be included in the Protection Group.
- exclude_object_ids (list of long|int): Specifies the objects to be
excluded in the Protection Group.
- indexing_policy (IndexingPolicy): Specifies settings for indexing
files found in an Object (such as a VM) so these files can be searched and recovered. This also specifies inclusion and exclusion rules that determine the directories to index.
- protection_types (list of ProtectionType9Enum): Specifies the Office
365 Protection Group types.
- outlook_protection_type_params
(Office365O365OutlookProtectionGroupParameters): Specifies the parameters which are specific to Office 365 Outlook related Protection Groups.
- one_drive_protection_type_params
(Office365OneDriveProtectionGroupParameters): Specifies the parameters which are specific to Office 365 OneDrive related Protection Groups.
- public_folders_protection_type_params
(Office365O365PublicFoldersProtectionGroupParameters): Specifies the parameters which are specific to Office 365 PublicFolders related Protection Groups.
source_id (long|int): Specifies the id of the parent of the objects. source_name (string): Specifies the name of the parent of the
objects.
-
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.