| 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 |
Namespace: microsoft.graph.termStore
[!INCLUDE beta-disclaimer]
Represents a taxonomy term store.
Inherits from entity.
| 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. |
| 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. |
| 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. |
The following JSON representation shows the resource type.
{
"@odata.type": "#microsoft.graph.termStore.store",
"id": "String (identifier)",
"defaultLanguageTag": "String",
"languageTags": [
"String"
]
}