Skip to content

Latest commit

 

History

History
63 lines (47 loc) · 1.19 KB

File metadata and controls

63 lines (47 loc) · 1.19 KB
title settingValue resource type
description A setting represented by a name/value pair.
ms.localizationpriority medium
doc_type resourcePageType
ms.subservice entra-directory-management
author yuhko-msft
ms.reviewer mbhargav, khotzteam, aadgroupssg
ms.date 03/21/2024

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.

Relationships

None.

JSON representation

The following JSON representation shows the resource type.

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