referencedObject resource type

Namespace: microsoft.graph

Describes a reference to another object defined in the same directory definition.

Properties

Property Type Description
referencedObjectName String Name of the referenced object. Must match one of the objects in the directory definition.
referencedProperty String Currently not supported. Name of the property in the referenced object, the value for which is used as the reference.

JSON representation

The following is a JSON representation of the resource.

{
  "referencedObjectName": "String",
  "referencedProperty": "String"
}