OBJECT

PropertyExtension

Description

O365 directory object attribute property extension.

link GraphQL Schema definition

  • type PropertyExtension {
  • # The name of the property.
  • name: String!
  • # The data type of property attribute. For more information, see
  • # https://learn.microsoft.com/en-us/graph/api/resources/extensionschemaproperty?view=graph-rest-1.0.
  • dataType: Type!
  • }