Skip to content

Latest commit

 

History

History
78 lines (64 loc) · 2.3 KB

File metadata and controls

78 lines (64 loc) · 2.3 KB
title store resource type
description Represents a taxonomy term store.
author mohitpcad
ms.localizationpriority medium
ms.subservice sharepoint
doc_type resourcePageType
ms.date 07/22/2024

store resource type

Namespace: microsoft.graph.termStore

[!INCLUDE beta-disclaimer]

Represents a taxonomy term store.

Inherits from entity.

Methods

Method Return type Description
List microsoft.graph.termStore.group collection Get the groups from available in the term store object.
Get microsoft.graph.termStore.store Read the properties and relationships of a term store object.
Update microsoft.graph.termStore.store Update the properties of a term store object.

Properties

Property Type Description
defaultLanguageTag String Default language of the term store.
id String Unique identifier of the term store. Read-only.
languageTags String collection List of languages for the term store.

Relationships

Relationship Type Description
groups microsoft.graph.termStore.group collection Collection of all groups available in the term store.
sets microsoft.graph.termStore.set collection Collection of all sets available in the term store.

JSON representation

The following JSON representation shows the resource type.

{
  "@odata.type": "#microsoft.graph.termStore.store",
  "id": "String (identifier)",
  "defaultLanguageTag": "String",
  "languageTags": [
    "String"
  ]  
}