Notitie
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen u aan te melden of de directory te wijzigen.
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen de mappen te wijzigen.
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"
}