settingValue resource type

Namespace: microsoft.graph

A setting represented by a name/value pair.

Properties

Property Type Description
name String Name of the setting (as defined by the groupSettingTemplate).
value String Value of the setting.

JSON representation

The following JSON representation shows the resource type.

{
  "name": "String",
  "value": "String"
}