Class AppManagementPolicy

All Implemented Interfaces:
com.microsoft.graph.serializer.IJsonBackedObject

public class AppManagementPolicy extends PolicyBase implements com.microsoft.graph.serializer.IJsonBackedObject
The class for the App Management Policy.
  • Field Details

    • isEnabled

      @SerializedName(value="isEnabled", alternate="IsEnabled") @Expose @Nullable public Boolean isEnabled
      The Is Enabled.
    • restrictions

      @SerializedName(value="restrictions", alternate="Restrictions") @Expose @Nullable public AppManagementConfiguration restrictions
      The Restrictions.
    • appliesTo

      @Nullable public DirectoryObjectCollectionPage appliesTo
      The Applies To.
  • Constructor Details

    • AppManagementPolicy

      public AppManagementPolicy()
  • 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 PolicyBase
      Parameters:
      serializer - the serializer
      json - the JSON object to set this object to