eBookInstallSummary resource type

Namespace: microsoft.graph

Note: The Microsoft Graph API for Intune requires an active Intune license for the tenant.

Contains properties for the installation summary of a book for a device.

Methods

Method Return Type Description
Get eBookInstallSummary eBookInstallSummary Read properties and relationships of the eBookInstallSummary object.
Update eBookInstallSummary eBookInstallSummary Update the properties of a eBookInstallSummary object.

Properties

Property Type Description
id String Key of the entity.
installedDeviceCount Int32 Number of Devices that have successfully installed this book.
failedDeviceCount Int32 Number of Devices that have failed to install this book.
notInstalledDeviceCount Int32 Number of Devices that does not have this book installed.
installedUserCount Int32 Number of Users whose devices have all succeeded to install this book.
failedUserCount Int32 Number of Users that have 1 or more device that failed to install this book.
notInstalledUserCount Int32 Number of Users that did not install this book.

Relationships

None

JSON Representation

Here is a JSON representation of the resource.

{
  "@odata.type": "#microsoft.graph.eBookInstallSummary",
  "id": "String (identifier)",
  "installedDeviceCount": 1024,
  "failedDeviceCount": 1024,
  "notInstalledDeviceCount": 1024,
  "installedUserCount": 1024,
  "failedUserCount": 1024,
  "notInstalledUserCount": 1024
}