Skip to content

Latest commit

 

History

History
57 lines (43 loc) · 1.54 KB

File metadata and controls

57 lines (43 loc) · 1.54 KB
title referencedObject resource type
description Describes a reference to another object defined in the same directory definition.
ms.localizationpriority medium
doc_type resourcePageType
author ArvindHarinder1
ms.subservice entra-applications
ms.date 07/22/2024

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 JSON representation shows the resource type.

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