directoryObjectPartnerReference 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.
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. |
JSON representation
The following JSON representation shows the resource type.
{
"description": "string ",
"displayName": "string",
"externalPartnerTenantId": "string (identifier)",
"id": "string (identifier)",
"objectType": "string"
}