Microsoft Graph · Schema

timeZoneInformation

Azure ADCollaborationContactsDocumentsEmailGraphIdentityMicrosoftOffice 365PresentationsProductivitySpreadsheetsT1Tasks

Properties

Name Type Description
alias string An identifier for the time zone.
displayName string A display string that represents the time zone.
@odata.type string
View JSON Schema on GitHub

JSON Schema

microsoft-graph-microsoftgraphtimezoneinformation-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/microsoft.graph.timeZoneInformation",
  "title": "timeZoneInformation",
  "required": [
    "@odata.type"
  ],
  "type": "object",
  "properties": {
    "alias": {
      "type": "string",
      "description": "An identifier for the time zone.",
      "nullable": true
    },
    "displayName": {
      "type": "string",
      "description": "A display string that represents the time zone.",
      "nullable": true
    },
    "@odata.type": {
      "type": "string"
    }
  }
}