Edit

accessPackageLocalizedText resource type

Namespace: microsoft.graph

Represents a question in a specific language.

In entitlement management, this object is configured in the localizedTexts property of accessPackageLocalizedContent.

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"
}