Microsoft Graph · Schema

tenantInformation

Azure ADCollaborationContactsDocumentsEmailGraphIdentityMicrosoftOffice 365PresentationsProductivitySpreadsheetsT1Tasks

Properties

Name Type Description
defaultDomainName string Primary domain name of a Microsoft Entra tenant.
displayName string Display name of a Microsoft Entra tenant.
federationBrandName string Name shown to users that sign in to a Microsoft Entra tenant.
tenantId string Unique identifier of a Microsoft Entra tenant.
@odata.type string
View JSON Schema on GitHub

JSON Schema

microsoft-graph-microsoftgraphtenantinformation-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/microsoft.graph.tenantInformation",
  "title": "tenantInformation",
  "required": [
    "@odata.type"
  ],
  "type": "object",
  "properties": {
    "defaultDomainName": {
      "type": "string",
      "description": "Primary domain name of a Microsoft Entra tenant.",
      "nullable": true
    },
    "displayName": {
      "type": "string",
      "description": "Display name of a Microsoft Entra tenant.",
      "nullable": true
    },
    "federationBrandName": {
      "type": "string",
      "description": "Name shown to users that sign in to a Microsoft Entra tenant.",
      "nullable": true
    },
    "tenantId": {
      "type": "string",
      "description": "Unique identifier of a Microsoft Entra tenant."
    },
    "@odata.type": {
      "type": "string"
    }
  }
}