Skip to content

Latest commit

 

History

History
54 lines (41 loc) · 1.02 KB

File metadata and controls

54 lines (41 loc) · 1.02 KB
title description ms.localizationpriority author ms.subservice doc_type
website resource type
Represents a website.
medium
AAmatino
entra-applications
resourcePageType

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"
}