Class DeviceComplianceUserStatus

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

public class DeviceComplianceUserStatus extends Entity implements com.microsoft.graph.serializer.IJsonBackedObject
The class for the Device Compliance User Status.
  • Field Details

    • devicesCount

      @SerializedName(value="devicesCount", alternate="DevicesCount") @Expose @Nullable public Integer devicesCount
      The Devices Count. Devices count for that user.
    • lastReportedDateTime

      @SerializedName(value="lastReportedDateTime", alternate="LastReportedDateTime") @Expose @Nullable public OffsetDateTime lastReportedDateTime
      The Last Reported Date Time. Last modified date time of the policy report.
    • status

      @SerializedName(value="status", alternate="Status") @Expose @Nullable public ComplianceStatus status
      The Status. Compliance status of the policy report. Possible values are: unknown, notApplicable, compliant, remediated, nonCompliant, error, conflict, notAssigned.
    • userDisplayName

      @SerializedName(value="userDisplayName", alternate="UserDisplayName") @Expose @Nullable public String userDisplayName
      The User Display Name. User name of the DevicePolicyStatus.
    • userPrincipalName

      @SerializedName(value="userPrincipalName", alternate="UserPrincipalName") @Expose @Nullable public String userPrincipalName
      The User Principal Name. UserPrincipalName.
  • Constructor Details

    • DeviceComplianceUserStatus

      public DeviceComplianceUserStatus()
  • 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