| 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 |
Namespace: microsoft.graph
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. |
| description | String | Description of the setting. |
| name | String | Name of the setting. |
| type | String | Type of the setting. |
The following JSON representation shows the resource type.
{
"defaultValue": "String",
"description": "String",
"name": "String",
"type": "String"
}