imageInfo resource type

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.

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

JSON Representation

The following JSON representation shows the resource type.

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