Skip to content

Latest commit

 

History

History
56 lines (45 loc) · 1.57 KB

projectrome-imageinfo.md

File metadata and controls

56 lines (45 loc) · 1.57 KB
title description ms.localizationpriority ms.subservice author doc_type
imageInfo resource type
A complex type for representing the **attribution** property in the visualInfo part of the activity object.
medium
project-rome
ailae
resourcePageType

imageInfo resource type

Namespace: microsoft.graph

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

Properties

Name Type Description
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
alternateText String Optional; alt-text accessible content for the image
iconUrl String Optional; URI that points to an icon which represents the application used to generate the activity

JSON Representation

The following JSON representation shows the resource type.

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