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!
  • # Metadata of the relationship with the parent object.
  • metadata: String!
  • # Name of the parent object.
  • name: String!
  • # Azure AD object type of the parent object.
  • type: AzureAdObjectType!
  • }