Package com.microsoft.graph.models
Class TargetedManagedAppConfiguration
java.lang.Object
com.microsoft.graph.models.Entity
com.microsoft.graph.models.ManagedAppPolicy
com.microsoft.graph.models.ManagedAppConfiguration
com.microsoft.graph.models.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 Summary
FieldsModifier and TypeFieldDescriptionThe Apps.The Assignments.The Deployed App Count.The Deployment Summary.The Is Assigned.Fields inherited from class com.microsoft.graph.models.ManagedAppConfiguration
customSettingsFields inherited from class com.microsoft.graph.models.ManagedAppPolicy
createdDateTime, description, displayName, lastModifiedDateTime, version -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidsetRawObject(com.microsoft.graph.serializer.ISerializer serializer, com.google.gson.JsonObject json) Sets the raw JSON objectMethods inherited from class com.microsoft.graph.models.Entity
additionalDataManagerMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.microsoft.graph.serializer.IJsonBackedObject
additionalDataManager
-
Field Details
-
deployedAppCount
@SerializedName(value="deployedAppCount", alternate="DeployedAppCount") @Expose @Nullable public Integer deployedAppCountThe Deployed App Count. Count of apps to which the current policy is deployed. -
isAssigned
@SerializedName(value="isAssigned", alternate="IsAssigned") @Expose @Nullable public Boolean isAssignedThe Is Assigned. Indicates if the policy is deployed to any inclusion groups or not. -
apps
@SerializedName(value="apps", alternate="Apps") @Expose @Nullable public ManagedMobileAppCollectionPage appsThe Apps. List of apps to which the policy is deployed. -
assignments
@SerializedName(value="assignments", alternate="Assignments") @Expose @Nullable public TargetedManagedAppPolicyAssignmentCollectionPage assignmentsThe 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 deploymentSummaryThe 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:
setRawObjectin interfacecom.microsoft.graph.serializer.IJsonBackedObject- Overrides:
setRawObjectin classManagedAppConfiguration- Parameters:
serializer- the serializerjson- the JSON object to set this object to
-