Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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 JSON representation shows the resource type.
{
"referencedObjectName": "String",
"referencedProperty": "String"
}