Skip to content

Latest commit

 

History

History
54 lines (40 loc) · 1.06 KB

File metadata and controls

54 lines (40 loc) · 1.06 KB
title description ms.localizationpriority author ms.reviewer ms.subservice doc_type
settingValue resource type
A setting represented by a name/value pair.
medium
yuhko-msft
mbhargav, khotzteam, aadgroupssg
entra-groups
resourcePageType

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"
}