Skip to content

Latest commit

 

History

History
67 lines (53 loc) · 1.89 KB

File metadata and controls

67 lines (53 loc) · 1.89 KB
title directoryObjectPartnerReference resource type
description Represents a reference to a directory object in a partner tenant. Inherits from directoryObject.
author FaithOmbongi
ms.localizationpriority medium
ms.subservice entra-directory-management
doc_type resourcePageType
ms.date 07/22/2024

directoryObjectPartnerReference resource type

Namespace: microsoft.graph

[!INCLUDE beta-disclaimer]

Represents a reference to a directory object in a partner organization. Inherits from directoryObject.

Properties

Property Type Description
description String Description of the object returned. Read-only.
displayName String Name of directory object being returned, like group or application. Read-only.
externalPartnerTenantId Guid The tenant identifier for the partner tenant. Read-only.
id String The unique identifier for the resource. Inherited from directoryObject. Read-only.
objectType String The type of the referenced object in the partner tenant. Read-only.

Relationships

None.

JSON representation

The following JSON representation shows the resource type.

{
  "description": "string ",
  "displayName": "string",
  "externalPartnerTenantId": "string (identifier)",
  "id": "string (identifier)",
  "objectType": "string"
}

Related content