Skip to content

Latest commit

 

History

History
55 lines (41 loc) · 1.09 KB

File metadata and controls

55 lines (41 loc) · 1.09 KB
title deviceHealth resource type
description Represents a device's health, including any errors.
author braedenp-msft
ms.localizationpriority medium
ms.subservice universal-print
doc_type resourcePageType
ms.date 07/26/2024

deviceHealth resource type

Namespace: microsoft.graph

[!INCLUDE beta-disclaimer]

Represents a device's health, including any errors.

Properties

Property Type Description
lastConnectionTime DateTimeOffset The last time the device was connected.

Relationships

None.

JSON representation

The following JSON representation shows the resource type.

{
    "lastConnectionTime": "String (timestamp)"
}