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