| title | settingValue resource type |
|---|---|
| description | A setting represented by a name/value pair. |
| ms.localizationpriority | medium |
| author | yuhko-msft |
| ms.reviewer | mbhargav, khotzteam, aadgroupssg |
| ms.subservice | entra-groups |
| doc_type | resourcePageType |
| ms.date | 04/03/2024 |
Namespace: microsoft.graph
A setting represented by a name/value pair.
| Property | Type | Description |
|---|---|---|
| name | String | Name of the setting (as defined by the groupSettingTemplate). |
| value | String | Value of the setting. |
The following JSON representation shows the resource type.
{
"name": "String",
"value": "String"
}