| title | siteSettings resource type |
|---|---|
| description | Represents the settings of a site. |
| author | k-tsoi |
| ms.localizationpriority | medium |
| ms.subservice | sharepoint |
| doc_type | resourcePageType |
| ms.date | 07/22/2024 |
Namespace: microsoft.graph
[!INCLUDE beta-disclaimer]
Represents the settings of a site.
| Property | Type | Description |
|---|---|---|
| languageTag | String | The language tag for the language used on this site. |
| timeZone | String | Indicates the time offset for the time zone of the site from Coordinated Universal Time (UTC). |
None.
The following JSON representation shows the resource type.
{
"languageTag": "String",
"timeZone": "String"
}