Skip to content

Latest commit

 

History

History
56 lines (42 loc) · 1.36 KB

File metadata and controls

56 lines (42 loc) · 1.36 KB
title serviceInformation resource type
description serviceInformation resource type
ms.localizationpriority medium
author kevinbellinger
ms.subservice people
doc_type resourcePageType
ms.date 07/22/2024

serviceInformation resource type

Namespace: microsoft.graph

[!INCLUDE beta-disclaimer]

Represents basic descriptive data about cloud services that a user has chosen to refer to from their account.

Properties

Property Type Description
name String The name of the cloud service (for example, Twitter, Instagram).
webUrl String Contains the URL for the service being referenced.

JSON representation

The following JSON representation shows the resource type.

{
  "name": "String",
  "webUrl": "String"
}