OBJECT
RelatedObjectsType
Description
Related object type in the Azure AD reverse relationship.
link GraphQL Schema definition
- type RelatedObjectsType {
- # ID of the parent object.
- : String!
- # Metadata of the relationship with the parent object.
- : String!
- # Name of the parent object.
- : String!
- # Azure AD object type of the parent object.
- : AzureAdObjectType!
- }