Microsoft Graph · Schema

delegatedAdminRelationshipCustomerParticipant

Azure ADCollaborationContactsDocumentsEmailGraphIdentityMicrosoftOffice 365PresentationsProductivitySpreadsheetsT1Tasks

Properties

Name 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.
@odata.type string
View JSON Schema on GitHub

JSON Schema

microsoft-graph-microsoftgraphdelegatedadminrelationshipcustomerparticipant-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/microsoft.graph.delegatedAdminRelationshipCustomerParticipant",
  "title": "delegatedAdminRelationshipCustomerParticipant",
  "required": [
    "@odata.type"
  ],
  "type": "object",
  "properties": {
    "displayName": {
      "type": "string",
      "description": "The display name of the customer tenant as set by Microsoft Entra ID. Read-only",
      "nullable": true
    },
    "tenantId": {
      "type": "string",
      "description": "The Microsoft Entra ID-assigned tenant ID of the customer tenant."
    },
    "@odata.type": {
      "type": "string"
    }
  }
}