Class DeviceEnrollmentConfiguration

java.lang.Object
com.microsoft.graph.models.Entity
com.microsoft.graph.models.DeviceEnrollmentConfiguration
All Implemented Interfaces:
com.microsoft.graph.serializer.IJsonBackedObject
Direct Known Subclasses:
DeviceEnrollmentLimitConfiguration, DeviceEnrollmentPlatformRestrictionsConfiguration, DeviceEnrollmentWindowsHelloForBusinessConfiguration

public class DeviceEnrollmentConfiguration extends Entity implements com.microsoft.graph.serializer.IJsonBackedObject
The class for the Device Enrollment Configuration.
  • Field Details

    • createdDateTime

      @SerializedName(value="createdDateTime", alternate="CreatedDateTime") @Expose @Nullable public OffsetDateTime createdDateTime
      The Created Date Time. Created date time in UTC of the device enrollment configuration
    • description

      @SerializedName(value="description", alternate="Description") @Expose @Nullable public String description
      The Description. The description of the device enrollment configuration
    • displayName

      @SerializedName(value="displayName", alternate="DisplayName") @Expose @Nullable public String displayName
      The Display Name. The display name of the device enrollment configuration
    • lastModifiedDateTime

      @SerializedName(value="lastModifiedDateTime", alternate="LastModifiedDateTime") @Expose @Nullable public OffsetDateTime lastModifiedDateTime
      The Last Modified Date Time. Last modified date time in UTC of the device enrollment configuration
    • priority

      @SerializedName(value="priority", alternate="Priority") @Expose @Nullable public Integer priority
      The Priority. Priority is used when a user exists in multiple groups that are assigned enrollment configuration. Users are subject only to the configuration with the lowest priority value.
    • version

      @SerializedName(value="version", alternate="Version") @Expose @Nullable public Integer version
      The Version. The version of the device enrollment configuration
    • assignments

      @SerializedName(value="assignments", alternate="Assignments") @Expose @Nullable public EnrollmentConfigurationAssignmentCollectionPage assignments
      The Assignments. The list of group assignments for the device configuration profile
  • Constructor Details

    • DeviceEnrollmentConfiguration

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