Bemærk
Adgang til denne side kræver godkendelse. Du kan prøve at logge på eller ændre mapper.
Adgang til denne side kræver godkendelse. Du kan prøve at ændre mapper.
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"
}