| 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 |
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.
| 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. |
None.
The following JSON representation shows the resource type.
{
"defaultValue": "string",
"description": "string",
"name": "string",
"type": "string"
}