Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
In this article
Namespace: microsoft.graph
Represents identification details of a customer in a delegated admin relationship.
Property | Type | Description |
---|---|---|
displayName | String | The display name of the customer tenant as set by Microsoft Entra ID. Read-only |
tenantId | String | The Microsoft Entra ID-assigned tenant ID of the customer tenant. |
None.
The following JSON representation shows the resource type.
{
"@odata.type": "#microsoft.graph.delegatedAdminRelationshipCustomerParticipant",
"tenantId": "String",
"displayName": "String"
}