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"
}