Skip to content

Latest commit

 

History

History
59 lines (43 loc) · 2.47 KB

File metadata and controls

59 lines (43 loc) · 2.47 KB
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

teamsAppIcon resource type

Namespace: microsoft.graph

[!INCLUDE beta-disclaimer]

Represents an icon associated with a teamsApp.

Methods

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.

Properties

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.

Relationships

Relationship Type Description
hostedContent teamworkHostedContent The contents of the app icon if the icon is hosted within the Teams infrastructure.

JSON representation

The following JSON representation shows the resource type.

{
  "id": "string",
  "webUrl": "string"
}

Related content