Uses of Class
com.microsoft.graph.models.ManagedAppPolicy
Packages that use ManagedAppPolicy
-
Uses of ManagedAppPolicy in com.microsoft.graph.models
Subclasses of ManagedAppPolicy in com.microsoft.graph.modelsModifier and TypeClassDescriptionclassPolicy used to configure detailed management settings targeted to specific security groups and for a specified set of apps on an Android deviceclassPolicy used to configure detailed management settings for a specified set of apps for all users not targeted by a TargetedManagedAppProtection PolicyclassPolicy used to configure detailed management settings targeted to specific security groups and for a specified set of apps on an iOS deviceclassConfiguration used to deliver a set of custom settings as-is to apps for users to whom the configuration is scopedclassPolicy used to configure detailed management settings for a specified set of appsclassPolicy for Windows information protection with MDMclassConfiguration used to deliver a set of custom settings as-is to all users in the targeted security groupclassPolicy used to configure detailed management settings targeted to specific security groupsclassPolicy for Windows information protection to configure detailed management settingsclassPolicy for Windows information protection without MDMMethods in com.microsoft.graph.models that return ManagedAppPolicyModifier and TypeMethodDescriptionstatic ManagedAppPolicyManagedAppPolicy.createFromDiscriminatorValue(com.microsoft.kiota.serialization.ParseNode parseNode) Creates a new instance of the appropriate class based on discriminator valueMethods in com.microsoft.graph.models that return types with arguments of type ManagedAppPolicyModifier and TypeMethodDescriptionManagedAppRegistration.getAppliedPolicies()Gets the appliedPolicies property value.ManagedAppRegistration.getIntendedPolicies()Gets the intendedPolicies property value.DeviceAppManagement.getManagedAppPolicies()Gets the managedAppPolicies property value.ManagedAppPolicyCollectionResponse.getValue()Gets the value property value.Method parameters in com.microsoft.graph.models with type arguments of type ManagedAppPolicyModifier and TypeMethodDescriptionvoidManagedAppRegistration.setAppliedPolicies(List<ManagedAppPolicy> value) Sets the appliedPolicies property value.voidManagedAppRegistration.setIntendedPolicies(List<ManagedAppPolicy> value) Sets the intendedPolicies property value.voidDeviceAppManagement.setManagedAppPolicies(List<ManagedAppPolicy> value) Sets the managedAppPolicies property value.voidManagedAppPolicyCollectionResponse.setValue(List<ManagedAppPolicy> value) Sets the value property value.