models.office_365_env_job_parameters module

class models.office_365_env_job_parameters.Office365EnvJobParameters(onedrive_parameters=None, outlook_parameters=None)[source]

Bases: object

Implementation of the ‘Office365EnvJobParameters’ model.

Specifies Office365 parameters applicable for all Office365 Environment type Protection Sources in a Protection Job. This encapsulates both OneDrive & Mailbox parameters.

Attributes:
onedrive_parameters (OneDriveEnvJobParameters): Specifies OneDrive job

parameters applicable for all Office365 Environment type Protection Sources in a Protection Job.

outlook_parameters (OutlookEnvJobParameters): Specifies Outlook job

parameters applicable for all Office365 Environment type Protection Sources in a Protection Job.

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.