| title | serviceInformation resource type |
|---|---|
| description | serviceInformation resource type |
| ms.localizationpriority | medium |
| author | kevinbellinger |
| ms.subservice | people |
| doc_type | resourcePageType |
| ms.date | 07/22/2024 |
Namespace: microsoft.graph
[!INCLUDE beta-disclaimer]
Represents basic descriptive data about cloud services that a user has chosen to refer to from their account.
| 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. |
The following JSON representation shows the resource type.
{
"name": "String",
"webUrl": "String"
}