Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Namespace: microsoft.graph
Represents an individual template setting definition, including the default value for the setting, if the setting is not instantiated. For more information about supported settings, see Overview of group settings.
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"
}