Skip to content

Latest commit

 

History

History
55 lines (42 loc) · 1.04 KB

File metadata and controls

55 lines (42 loc) · 1.04 KB
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

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 JSON representation shows the resource type.

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