referencedObject resource type
Namespace: microsoft.graph
Important
APIs under the /beta
version in Microsoft Graph are subject to change. Use of these APIs in production applications is not supported. To determine whether an API is available in v1.0, use the Version selector.
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 JSON representation shows the resource type.
{
"referencedObjectName": "String",
"referencedProperty": "String"
}