OBJECT

DirectoryObjectAttribute

Description

O365 directory object attribute definition.

link GraphQL Schema definition

  • type DirectoryObjectAttribute {
  • # The ID of the directory object attribute.
  • id: String!
  • # The display name of the directory object attribute.
  • displayName: String!
  • # The property of the directory object attribute.
  • subProperty: [PropertyExtension!]!
  • }