Skip to content

Latest commit

 

History

History
64 lines (48 loc) · 1.14 KB

File metadata and controls

64 lines (48 loc) · 1.14 KB
title website resource type
description Represents a web site.
ms.localizationpriority medium
doc_type resourcePageType
ms.subservice mail
author AAmatino
ms.date 03/21/2024

website resource type

Namespace: microsoft.graph

[!INCLUDE beta-disclaimer]

Represents a web site.

Properties

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.

Relationships

None.

JSON representation

The following JSON representation shows the resource type.

{
  "type": "String",
  "address": "string",
  "displayName": "string"
}