INTERFACE

O365UserDescendantMetadata

link GraphQL Schema definition

  • interface O365UserDescendantMetadata {
  • # The object ID.
  • id: UUID!
  • # The name of the object.
  • name: String!
  • # The user principal name of the object.
  • userPrincipalName: String!
  • # The preferred data location of the workload.
  • preferredDataLocation: String!
  • }