ENUM

M365ObjectType

Description

M365 object type.

link GraphQL Schema definition

  • enum M365ObjectType {
  • # M365 file object type.
  • M365_FILE
  • # M365 folder object type.
  • M365_FOLDER
  • # M365 OneDrive object type.
  • M365_ONEDRIVE
  • # M365 SharePoint Drive object type.
  • M365_SHAREPOINT_DRIVE
  • # M365 SharePoint Site object type.
  • M365_SHAREPOINT_SITE
  • # Unspecified type.
  • UNSPECIFIED
  • }