| title | teamsAppIcon resource type |
|---|---|
| description | Represents an icon associated with an app on Microsoft Teams. |
| author | jecha |
| ms.localizationpriority | medium |
| ms.subservice | teams |
| doc_type | resourcePageType |
| ms.date | 03/08/2024 |
Namespace: microsoft.graph
[!INCLUDE beta-disclaimer]
Represents an icon associated with a teamsApp.
| Method | Return Type | Description |
|---|---|---|
| Get icon | teamsAppIcon | Get an icon associated with a specific version of a Teams app. |
| Get hosted content | teamworkHostedContent | Get hosted content (and its bytes) for an icon. |
| Property | Type | Description |
|---|---|---|
| id | string | The unique ID of the app icon. |
| webUrl | string | The web URL that can be used for downloading the image. |
| Relationship | Type | Description |
|---|---|---|
| hostedContent | teamworkHostedContent | The contents of the app icon if the icon is hosted within the Teams infrastructure. |
The following JSON representation shows the resource type.
{
"id": "string",
"webUrl": "string"
}