models.office_365_user_info module¶
- 
class 
models.office_365_user_info.Office365UserInfo(city=None, country=None, department=None, designation=None, graph_uuid=None, mailbox_size=None, one_drive_id=None, one_drive_size=None)[source]¶ Bases:
objectImplementation of the ‘Office365UserInfo’ model.
Specifies information about an Office365 user.
- Attributes:
 - city (string): Specifies the city in which the Office365 user is
 located.
- country (string): Specifies the country/region in which the Office365
 user is located.
- department (string): Specifies the department within the enterprise of
 the Office365 user.
designation (string): Specifies the designation of the Office365 user. graph_uuid (string): Specifies the MS Graph UUID for the given user
entity.
- mailbox_size (long|int): Specifies the size of the Outlook Mailbox
 associated with this Office365 entity.
- one_drive_id (string): Specifies the Id of the OneDrive associated
 with the this Office 365 entity.
- one_drive_size (long|int): Specifies the size of the OneDrive
 associated with this Office365 entity.
- 
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.