Microsoft Graph · Schema

displayNameLocalization

Azure ADCollaborationContactsDocumentsEmailGraphIdentityMicrosoftOffice 365PresentationsProductivitySpreadsheetsT1Tasks

Properties

Name Type Description
displayName string If present, the value of this field contains the displayName string that has been set for the language present in the languageTag field.
languageTag string Provides the language culture-code and friendly name of the language that the displayName field has been provided in.
@odata.type string
View JSON Schema on GitHub

JSON Schema

microsoft-graph-microsoftgraphdisplaynamelocalization-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/microsoft.graph.displayNameLocalization",
  "title": "displayNameLocalization",
  "required": [
    "@odata.type"
  ],
  "type": "object",
  "properties": {
    "displayName": {
      "type": "string",
      "description": "If present, the value of this field contains the displayName string that has been set for the language present in the languageTag field.",
      "nullable": true
    },
    "languageTag": {
      "type": "string",
      "description": "Provides the language culture-code and friendly name of the language that the displayName field has been provided in.",
      "nullable": true
    },
    "@odata.type": {
      "type": "string"
    }
  }
}