termColumn resource type
Namespace: microsoft.graph
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.
Indicates that the column's values contains taxonomy data.
Properties
Property | Type | Description |
---|---|---|
allowMultipleValues | Boolean | Specifies whether the column allows more than one value |
showFullyQualifiedName | Boolean | Specifies whether to display the entire term path or only the term label. |
Relationships
Relationship | Type | Description |
---|---|---|
parentTerm | microsoft.graph.termStore.term | Specifies the parent term for which the child terms can be selected as the column value. |
termSet | microsoft.graph.termStore.set | Termset whose children can be selected as column's value. |
JSON representation
Here's a JSON representation of a termColumn resource.
{
"allowMultipleValues": true,
"showFullyQualifiedName": false,
}