store resource type
Namespace: microsoft.graph.termStore
Represents a taxonomy term store.
Inherits from entity.
Methods
Method | Return type | Description |
---|---|---|
List | microsoft.graph.termStore.group collection | Get the groups 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. This relationship can only be used to load a specific term set. |
JSON representation
The following JSON representation shows the resource type.
{
"@odata.type": "#microsoft.graph.termStore.store",
"id": "String (identifier)",
"defaultLanguageTag": "String",
"languageTags": [
"String"
]
}