Class TenantAppManagementPolicy

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

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

    • applicationRestrictions

      @SerializedName(value="applicationRestrictions", alternate="ApplicationRestrictions") @Expose @Nullable public AppManagementConfiguration applicationRestrictions
      The Application Restrictions. Restrictions that apply as default to all application objects in the tenant.
    • isEnabled

      @SerializedName(value="isEnabled", alternate="IsEnabled") @Expose @Nullable public Boolean isEnabled
      The Is Enabled. Denotes whether the policy is enabled. Default value is false.
    • servicePrincipalRestrictions

      @SerializedName(value="servicePrincipalRestrictions", alternate="ServicePrincipalRestrictions") @Expose @Nullable public AppManagementConfiguration servicePrincipalRestrictions
      The Service Principal Restrictions. Restrictions that apply as default to all service principal objects in the tenant.
  • Constructor Details

    • TenantAppManagementPolicy

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