columnLink resource type

Namespace: microsoft.graph

A columnLink on a contentType attaches a site columnDefinition to that content type.

Properties

Property name Type Description
id String The unique identifier for the column.
name String The name of the column in this content type.

JSON representation

The following JSON representation shows the resource type.

{
  "id": "String (identifier)",
  "name": "String"
}