Skip to content

Latest commit

 

History

History
59 lines (44 loc) · 1.14 KB

File metadata and controls

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

settingValue resource type

Namespace: microsoft.graph

[!INCLUDE beta-disclaimer]

A setting represented by a name/value pair.

Properties

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

JSON representation

The following JSON representation shows the resource type.

{
  "name": "string",
  "value": "string"
}