Microsoft Graph · Schema

microsoft.graph.crossCloudAzureActiveDirectoryTenant

Azure ADCollaborationContactsDocumentsEmailGraphIdentityMicrosoftOffice 365PresentationsProductivitySpreadsheetsT1Tasks
View JSON Schema on GitHub

JSON Schema

microsoft-graph-microsoftgraphcrosscloudazureactivedirectorytenant-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/microsoft.graph.crossCloudAzureActiveDirectoryTenant",
  "title": "microsoft.graph.crossCloudAzureActiveDirectoryTenant",
  "allOf": [
    {
      "$ref": "#/components/schemas/microsoft.graph.identitySource"
    },
    {
      "title": "crossCloudAzureActiveDirectoryTenant",
      "required": [
        "@odata.type"
      ],
      "type": "object",
      "properties": {
        "cloudInstance": {
          "type": "string",
          "description": "The ID of the cloud where the tenant is located, one of microsoftonline.com, microsoftonline.us or partner.microsoftonline.cn. Read only."
        },
        "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.crossCloudAzureActiveDirectoryTenant"
        }
      }
    }
  ],
  "x-ms-discriminator-value": "#microsoft.graph.crossCloudAzureActiveDirectoryTenant"
}