Class TargetedManagedAppConfiguration

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

public class TargetedManagedAppConfiguration extends ManagedAppConfiguration implements com.microsoft.graph.serializer.IJsonBackedObject
The class for the Targeted Managed App Configuration.
  • Field Details

    • deployedAppCount

      @SerializedName(value="deployedAppCount", alternate="DeployedAppCount") @Expose @Nullable public Integer deployedAppCount
      The Deployed App Count. Count of apps to which the current policy is deployed.
    • isAssigned

      @SerializedName(value="isAssigned", alternate="IsAssigned") @Expose @Nullable public Boolean isAssigned
      The Is Assigned. Indicates if the policy is deployed to any inclusion groups or not.
    • apps

      @SerializedName(value="apps", alternate="Apps") @Expose @Nullable public ManagedMobileAppCollectionPage apps
      The Apps. List of apps to which the policy is deployed.
    • assignments

      @SerializedName(value="assignments", alternate="Assignments") @Expose @Nullable public TargetedManagedAppPolicyAssignmentCollectionPage assignments
      The Assignments. Navigation property to list of inclusion and exclusion groups to which the policy is deployed.
    • deploymentSummary

      @SerializedName(value="deploymentSummary", alternate="DeploymentSummary") @Expose @Nullable public ManagedAppPolicyDeploymentSummary deploymentSummary
      The Deployment Summary. Navigation property to deployment summary of the configuration.
  • Constructor Details

    • TargetedManagedAppConfiguration

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