Skip to content

Latest commit

 

History

History
65 lines (52 loc) · 2.16 KB

File metadata and controls

65 lines (52 loc) · 2.16 KB
title imageInfo resource type
description A complex type for representing the **attribution** property in the visualInfo part of the activity object.
ms.localizationpriority medium
ms.subservice project-rome
doc_type resourcePageType
author ailae
ms.date 03/21/2024

imageInfo resource type

Namespace: microsoft.graph

[!INCLUDE beta-disclaimer]

A complex type for representing the attribution property in the visualInfo part of the activity object.

Properties

Property Type Description
iconUrl String Optional; URI that points to an icon which represents the application used to generate the activity
alternateText String Optional; alt-text accessible content for the image
addImageQuery Boolean Optional; parameter used to indicate the server is able to render image dynamically in response to parameterization. For example – a high contrast image

Relationships

None.

JSON Representation

The following JSON representation shows the resource type.

{
    "@odata.type": "microsoft.graph.imageInfo",
    "iconUrl": "String (URL)",
    "alternateText": "String",
    "addImageQuery": "boolean"
}