Skip to content

Latest commit

 

History

History
39 lines (33 loc) · 1.16 KB

File metadata and controls

39 lines (33 loc) · 1.16 KB
title accessPackageLocalizedText resource type
description Represents a question in a specific language.
author markwahl-msft
ms.localizationpriority medium
ms.subservice entra-id-governance
doc_type resourcePageType
ms.date 07/22/2024

accessPackageLocalizedText resource type

Namespace: microsoft.graph

Represents a question in a specific language.

Properties

Property Type Description
languageCode String The language code that text is in. For example, "en-us". The language component follows 2-letter codes as defined in ISO 639-1, and the country component follows 2-letter codes as defined in ISO 3166-1 alpha-2. Required.
text String The question in the specific language. Required.

Relationships

None.

JSON representation

The following JSON representation shows the resource type.

{
  "@odata.type": "#microsoft.graph.accessPackageLocalizedText",
  "text": "String",
  "languageCode": "String"
}