Skip to content

Latest commit

 

History

History
67 lines (51 loc) · 1.54 KB

File metadata and controls

67 lines (51 loc) · 1.54 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
doc_type resourcePageType
ms.subservice entra-directory-management
author yuhko-msft
ms.reviewer mbhargav, khotzteam, aadgroupssg
ms.date 03/21/2024

settingTemplateValue resource type

Namespace: microsoft.graph

[!INCLUDE beta-disclaimer]

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. Read-only.
description string Description of the setting. Read-only.
name string Name of the setting. Read-only.
type string Type of the setting. Read-only.

Relationships

None.

JSON representation

The following JSON representation shows the resource type.

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