Class ManagedDeviceOverview

java.lang.Object
com.microsoft.graph.models.Entity
com.microsoft.graph.models.ManagedDeviceOverview
All Implemented Interfaces:
com.microsoft.graph.serializer.IJsonBackedObject

public class ManagedDeviceOverview extends Entity implements com.microsoft.graph.serializer.IJsonBackedObject
The class for the Managed Device Overview.
  • Field Details

    • deviceExchangeAccessStateSummary

      @SerializedName(value="deviceExchangeAccessStateSummary", alternate="DeviceExchangeAccessStateSummary") @Expose @Nullable public DeviceExchangeAccessStateSummary deviceExchangeAccessStateSummary
      The Device Exchange Access State Summary. Distribution of Exchange Access State in Intune
    • deviceOperatingSystemSummary

      @SerializedName(value="deviceOperatingSystemSummary", alternate="DeviceOperatingSystemSummary") @Expose @Nullable public DeviceOperatingSystemSummary deviceOperatingSystemSummary
      The Device Operating System Summary. Device operating system summary.
    • dualEnrolledDeviceCount

      @SerializedName(value="dualEnrolledDeviceCount", alternate="DualEnrolledDeviceCount") @Expose @Nullable public Integer dualEnrolledDeviceCount
      The Dual Enrolled Device Count. The number of devices enrolled in both MDM and EAS
    • enrolledDeviceCount

      @SerializedName(value="enrolledDeviceCount", alternate="EnrolledDeviceCount") @Expose @Nullable public Integer enrolledDeviceCount
      The Enrolled Device Count. Total enrolled device count. Does not include PC devices managed via Intune PC Agent
    • mdmEnrolledCount

      @SerializedName(value="mdmEnrolledCount", alternate="MdmEnrolledCount") @Expose @Nullable public Integer mdmEnrolledCount
      The Mdm Enrolled Count. The number of devices enrolled in MDM
  • Constructor Details

    • ManagedDeviceOverview

      public ManagedDeviceOverview()
  • Method Details

    • setRawObject

      public void setRawObject(@Nonnull com.microsoft.graph.serializer.ISerializer serializer, @Nonnull com.google.gson.JsonObject json)
      Sets the raw JSON object
      Specified by:
      setRawObject in interface com.microsoft.graph.serializer.IJsonBackedObject
      Overrides:
      setRawObject in class Entity
      Parameters:
      serializer - the serializer
      json - the JSON object to set this object to