| title | website resource type |
|---|---|
| description | Represents a web site. |
| ms.localizationpriority | medium |
| doc_type | resourcePageType |
| ms.subservice | |
| author | AAmatino |
| ms.date | 03/21/2024 |
Namespace: microsoft.graph
[!INCLUDE beta-disclaimer]
Represents a web site.
| Property | Type | Description |
|---|---|---|
| type | String | The possible values are: other, home, work, blog, profile. |
| address | string | The URL of the website. |
| displayName | string | The display name of the web site. |
None.
The following JSON representation shows the resource type.
{
"type": "String",
"address": "string",
"displayName": "string"
}