Microsoft Graph · Schema

microsoft.graph.azureActiveDirectoryTenant

Azure ADCollaborationContactsDocumentsEmailGraphIdentityMicrosoftOffice 365PresentationsProductivitySpreadsheetsT1Tasks
View JSON Schema on GitHub

JSON Schema

microsoft-graph-microsoftgraphazureactivedirectorytenant-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/microsoft.graph.azureActiveDirectoryTenant",
  "title": "microsoft.graph.azureActiveDirectoryTenant",
  "allOf": [
    {
      "$ref": "#/components/schemas/microsoft.graph.identitySource"
    },
    {
      "title": "azureActiveDirectoryTenant",
      "required": [
        "@odata.type"
      ],
      "type": "object",
      "properties": {
        "displayName": {
          "type": "string",
          "description": "The name of the Microsoft Entra tenant. Read only.",
          "nullable": true
        },
        "tenantId": {
          "type": "string",
          "description": "The ID of the Microsoft Entra tenant. Read only.",
          "nullable": true
        },
        "@odata.type": {
          "type": "string",
          "default": "#microsoft.graph.azureActiveDirectoryTenant"
        }
      }
    }
  ],
  "x-ms-discriminator-value": "#microsoft.graph.azureActiveDirectoryTenant"
}