store resource type
Namespace: microsoft.graph.termStore
Important
APIs under the /beta
version in Microsoft Graph are subject to change. Use of these APIs in production applications is not supported. To determine whether an API is available in v1.0, use the Version selector.
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"
]
}