OBJECT
DirectoryObjectAttribute
Description
O365 directory object attribute definition.
link GraphQL Schema definition
- type DirectoryObjectAttribute {
- # The display name of the directory object attribute.
- : String!
- # The ID of the directory object attribute.
- : String!
- # The property of the directory object attribute.
- : [PropertyExtension!]!
- }