Skip to content

Latest commit

 

History

History
55 lines (41 loc) · 1.08 KB

File metadata and controls

55 lines (41 loc) · 1.08 KB
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

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