OBJECT

M365AccessMethodDetails

Description

The details of how the principal can access an M365 item.

link GraphQL Schema definition

  • type M365AccessMethodDetails {
  • # The name of the M365 item where the access method is defined.
  • itemName: String!
  • # The path of the M365 item where the access method is defined.
  • itemPath: String!
  • # The sharing link for the access method.
  • sharingLink: String!
  • }