Class DeviceComplianceScheduledActionForRule

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

public class DeviceComplianceScheduledActionForRule extends Entity implements com.microsoft.graph.serializer.IJsonBackedObject
The class for the Device Compliance Scheduled Action For Rule.
  • Field Details

    • ruleName

      @SerializedName(value="ruleName", alternate="RuleName") @Expose @Nullable public String ruleName
      The Rule Name. Name of the rule which this scheduled action applies to. Currently scheduled actions are created per policy instead of per rule, thus RuleName is always set to default value PasswordRequired.
    • scheduledActionConfigurations

      @SerializedName(value="scheduledActionConfigurations", alternate="ScheduledActionConfigurations") @Expose @Nullable public DeviceComplianceActionItemCollectionPage scheduledActionConfigurations
      The Scheduled Action Configurations. The list of scheduled action configurations for this compliance policy. Compliance policy must have one and only one block scheduled action.
  • Constructor Details

    • DeviceComplianceScheduledActionForRule

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