localizedLabel resource type

Namespace: microsoft.graph.termStore

Represents the label for a term in the term store.

Identifies the labels associated with a given term.

Properties

Property Type Description
isDefault Boolean Indicates whether the label is the default label.
languageTag String The language tag for the label.
name String The name of the label.

Relationships

None.

JSON representation

The following is a JSON representation of the resource.

{
  "@odata.type": "#microsoft.graph.termStore.localizedLabel",
  "name": "String",
  "isDefault": "Boolean",
  "languageTag": "String"
}