website resource type

Namespace: microsoft.graph

Represents a website.

Properties

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.

JSON representation

The following is a JSON representation of the resource.

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