Class DeviceComplianceSettingState

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

public class DeviceComplianceSettingState extends Entity implements com.microsoft.graph.serializer.IJsonBackedObject
The class for the Device Compliance Setting State.
  • Field Details

    • complianceGracePeriodExpirationDateTime

      @SerializedName(value="complianceGracePeriodExpirationDateTime", alternate="ComplianceGracePeriodExpirationDateTime") @Expose @Nullable public OffsetDateTime complianceGracePeriodExpirationDateTime
      The Compliance Grace Period Expiration Date Time. The DateTime when device compliance grace period expires
    • deviceId

      @SerializedName(value="deviceId", alternate="DeviceId") @Expose @Nullable public String deviceId
      The Device Id. The Device Id that is being reported
    • deviceModel

      @SerializedName(value="deviceModel", alternate="DeviceModel") @Expose @Nullable public String deviceModel
      The Device Model. The device model that is being reported
    • deviceName

      @SerializedName(value="deviceName", alternate="DeviceName") @Expose @Nullable public String deviceName
      The Device Name. The Device Name that is being reported
    • setting

      @SerializedName(value="setting", alternate="Setting") @Expose @Nullable public String setting
      The Setting. The setting class name and property name.
    • settingName

      @SerializedName(value="settingName", alternate="SettingName") @Expose @Nullable public String settingName
      The Setting Name. The Setting Name that is being reported
    • state

      @SerializedName(value="state", alternate="State") @Expose @Nullable public ComplianceStatus state
      The State. The compliance state of the setting. Possible values are: unknown, notApplicable, compliant, remediated, nonCompliant, error, conflict, notAssigned.
    • userEmail

      @SerializedName(value="userEmail", alternate="UserEmail") @Expose @Nullable public String userEmail
      The User Email. The User email address that is being reported
    • userId

      @SerializedName(value="userId", alternate="UserId") @Expose @Nullable public String userId
      The User Id. The user Id that is being reported
    • userName

      @SerializedName(value="userName", alternate="UserName") @Expose @Nullable public String userName
      The User Name. The User Name that is being reported
    • userPrincipalName

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

    • DeviceComplianceSettingState

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