OBJECT

RelatedObjectsType

Description

Related object type in the Azure AD reverse relationship.

link GraphQL Schema definition

  • type RelatedObjectsType {
  • # ID of the parent object.
  • id: String!
  • # Name of the parent object.
  • name: String!
  • }