Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Namespace: microsoft.graph
Important
APIs under the /beta version in Microsoft Graph are subject to change. Use of these APIs in production applications is not supported. To determine whether an API is available in v1.0, use the Version selector.
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"
}