Skip to content

Latest commit

 

History

History
59 lines (45 loc) · 1.39 KB

File metadata and controls

59 lines (45 loc) · 1.39 KB
title settingTemplateValue resource type
description Represents an individual template setting definition, including the default value for the setting, if the setting is not instantiated.
ms.localizationpriority medium
author yuhko-msft
ms.reviewer mbhargav, khotzteam, aadgroupssg
ms.subservice entra-directory-management
doc_type resourcePageType
ms.date 04/03/2024

settingTemplateValue resource type

Namespace: microsoft.graph

Represents an individual template setting definition, including the default value for the setting, if the setting is not instantiated.

Properties

Property Type Description
defaultValue String Default value for the setting.
description String Description of the setting.
name String Name of the setting.
type String Type of the setting.

JSON representation

The following JSON representation shows the resource type.

{
  "defaultValue": "String",
  "description": "String",
  "name": "String",
  "type": "String"
}