{"id":220,"date":"2023-04-20T08:55:27","date_gmt":"2023-04-20T07:55:27","guid":{"rendered":"http:\/\/virtualnomad.nl\/?p=220"},"modified":"2023-04-13T09:25:09","modified_gmt":"2023-04-13T08:25:09","slug":"data-protection-framework-app-protection-policies-in-intune-a-quick-overview","status":"publish","type":"post","link":"https:\/\/virtualnomad.nl\/?p=220","title":{"rendered":"Data Protection Framework (App Protection Policies) in Intune: A Quick Overview!"},"content":{"rendered":"\n<p>If only there were a framework we could use\u2026 Oh, wait, there is! Introducing the Data Protection Framework, a suit of armor for your apps and data on mobile devices (iOS\/Android). These preconfigured and recommended App Protection Policies (APP) are like the wardrobe of a medieval knight, just a tad bit more high-tech and definitely less rusty! They&#8217;re somewhat akin to the Security Configuration Framework used for toughening up Windows 10\/11 devices.<\/p>\n\n\n\n<p>The APP Data Protection Framework comes in three fashionable configurations:<\/p>\n\n\n\n<p><a href=\"https:\/\/docs.microsoft.com\/en-us\/mem\/intune\/apps\/app-protection-framework#level-1-enterprise-basic-data-protection\" target=\"_blank\" rel=\"noreferrer noopener\">Level 1 enterprise basic data protection (the bow tie)<\/a><br><a href=\"https:\/\/docs.microsoft.com\/en-us\/mem\/intune\/apps\/app-protection-framework#level-2-enterprise-enhanced-data-protection\" target=\"_blank\" rel=\"noreferrer noopener\">Level 2 enterprise enhanced data protection (the comfy sneakers)<\/a><br><a href=\"https:\/\/docs.microsoft.com\/en-us\/mem\/intune\/apps\/app-protection-framework#level-3-enterprise-high-data-protection\" target=\"_blank\" rel=\"noreferrer noopener\">Level 3 enterprise high data protection (the ultimate superhero cape)<\/a><br><\/p>\n\n\n\n<p>To spot the differences in style and substance between Levels 1, 2, and 3, I recommend taking a peek at the links above. Make sure to go through the policy settings in detail before importing and applying them to supported apps (Intune protected apps) on your mobile devices.<\/p>\n\n\n\n<p>In this blog post, I&#8217;ll play the role of your friendly Neighbour and show you how to import the policy sets (JSON templates) that contain the App Protection Policies (Data Protection Framework) to MEM\/Intune.<\/p>\n\n\n\n<p class=\"has-medium-font-size\"><strong>Setting the Stage: Prerequisites<\/strong><\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Ensure you have a <strong><em>Microsoft Endpoint Manager (Intune)<\/em> <\/strong>tenant with MDM authority set to Intune.<\/li>\n<\/ul>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Acquire the<em> <strong>APP Data Protection Framework<\/strong><\/em>:\n<ul class=\"wp-block-list\">\n<li>Download the<strong><em><a href=\"https:\/\/github.com\/microsoft\/Intune-Config-Frameworks\" target=\"_blank\" rel=\"noreferrer noopener\"> Intune-Config-Frameworks-master.zip<\/a><\/em><\/strong> file from GitHub.<\/li>\n\n\n\n<li>Obtain the PowerShell script <strong><em><a href=\"https:\/\/github.com\/microsoftgraph\/powershell-intune-samples\/blob\/master\/AppProtectionPolicy\/ManagedAppPolicy_Import_FromJSON.ps1\" target=\"_blank\" rel=\"noreferrer noopener\">ManagedAppPolicy_Import_FromJSON.ps1<\/a><\/em><\/strong> needed for                  importing the JSON templates (App Protection Policies).<\/li>\n\n\n\n<li>Note: First-timers will need<strong><em> Global Administrator<\/em><\/strong> permission to use these scripts.<\/li>\n<\/ul>\n<\/li>\n<\/ul>\n\n\n\n<p>Remember: You can find the rest of the prerequisites for importing JSON files in the README.md file within the .ZIP bundle.<\/p>\n\n\n\n<p class=\"has-medium-font-size\"><strong>Let&#8217;s Dive into Configuration!<\/strong><\/p>\n\n\n\n<ol class=\"wp-block-list\">\n<li><strong>App Protection Policies (APP):<\/strong><\/li>\n<\/ol>\n\n\n\n<p>On a Windows 10\/11 machine equipped with the AzureAD PowerShell module,<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Unzip the Intune-Config-Frameworks-master.zip file and locate the AppProtectionPolicies folder.<\/li>\n<\/ul>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Download the ManagedAppPolicy_Import_FromJSON.ps1 PowerShell script and place it in the AppProtectionPolicies folder.<\/li>\n<\/ul>\n\n\n\n<figure class=\"wp-block-image size-full is-resized\"><img decoding=\"async\" data-attachment-id=\"221\" data-permalink=\"https:\/\/virtualnomad.nl\/?attachment_id=221\" data-orig-file=\"https:\/\/virtualnomad.nl\/wp-content\/uploads\/2023\/04\/app01.png\" data-orig-size=\"887,285\" data-comments-opened=\"1\" data-image-meta=\"{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}\" data-image-title=\"app01\" data-image-description=\"\" data-image-caption=\"\" data-medium-file=\"https:\/\/virtualnomad.nl\/wp-content\/uploads\/2023\/04\/app01-300x96.png\" data-large-file=\"https:\/\/virtualnomad.nl\/wp-content\/uploads\/2023\/04\/app01.png\" src=\"https:\/\/virtualnomad.nl\/wp-content\/uploads\/2023\/04\/app01.png\" alt=\"\" class=\"wp-image-221\" width=\"665\" height=\"214\" srcset=\"https:\/\/virtualnomad.nl\/wp-content\/uploads\/2023\/04\/app01.png 887w, https:\/\/virtualnomad.nl\/wp-content\/uploads\/2023\/04\/app01-300x96.png 300w, https:\/\/virtualnomad.nl\/wp-content\/uploads\/2023\/04\/app01-768x247.png 768w, https:\/\/virtualnomad.nl\/wp-content\/uploads\/2023\/04\/app01-850x273.png 850w\" sizes=\"(max-width: 665px) 100vw, 665px\" \/><\/figure>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Open an elevated PowerShell prompt, navigate to the AppProtectionPolicies folder, and run the import PS script: .\\ManagedAppPolicy_Import_FromJSON.ps1<\/li>\n<\/ul>\n\n\n\n<div class=\"wp-block-kevinbatdorf-code-block-pro\" style=\"font-size:.875rem;line-height:1.25rem\"><span style=\"display:flex;align-items:center;padding:10px 0px 10px 16px;margin-bottom:-2px;width:100%;text-align:left;background-color:#39404f;color:#c8d0e0\">PowerShell<\/span><span role=\"button\" tabindex=\"0\" data-code=\"PS C:\\scripts\\AppProtectionPolicies&gt; .\\ManagedAppPolicy_Import_FromJSON.ps1\" style=\"color:#d8dee9ff;display:none\" aria-label=\"Copy\" class=\"code-block-pro-copy-button\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" style=\"width:24px;height:24px\" fill=\"none\" viewBox=\"0 0 24 24\" stroke=\"currentColor\" stroke-width=\"2\"><path class=\"with-check\" stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M9 5H7a2 2 0 00-2 2v12a2 2 0 002 2h10a2 2 0 002-2V7a2 2 0 00-2-2h-2M9 5a2 2 0 002 2h2a2 2 0 002-2M9 5a2 2 0 012-2h2a2 2 0 012 2m-6 9l2 2 4-4\"><\/path><path class=\"without-check\" stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M9 5H7a2 2 0 00-2 2v12a2 2 0 002 2h10a2 2 0 002-2V7a2 2 0 00-2-2h-2M9 5a2 2 0 002 2h2a2 2 0 002-2M9 5a2 2 0 012-2h2a2 2 0 012 2\"><\/path><\/svg><\/span><pre class=\"shiki nord\" style=\"background-color: #2e3440ff\"><code><span class=\"line\"><span style=\"color: #D8DEE9FF\">PS C:\\scripts\\AppProtectionPolicies<\/span><span style=\"color: #81A1C1\">&gt;<\/span><span style=\"color: #D8DEE9FF\"> .\\ManagedAppPolicy_Import_FromJSON.ps1<\/span><\/span><\/code><\/pre><\/div>\n\n\n\n<ul class=\"wp-block-list\">\n<li>When prompted for your user principal name for Azure Authentication, input your Global Administrator account and password for the first run of the script. After that, you won&#8217;t see this prompt for around 60 minutes.<\/li>\n<\/ul>\n\n\n\n<figure class=\"wp-block-image size-large is-resized\"><img decoding=\"async\" data-attachment-id=\"223\" data-permalink=\"https:\/\/virtualnomad.nl\/?attachment_id=223\" data-orig-file=\"https:\/\/virtualnomad.nl\/wp-content\/uploads\/2023\/04\/app03.png\" data-orig-size=\"1724,599\" data-comments-opened=\"1\" data-image-meta=\"{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}\" data-image-title=\"app03\" data-image-description=\"\" data-image-caption=\"\" data-medium-file=\"https:\/\/virtualnomad.nl\/wp-content\/uploads\/2023\/04\/app03-300x104.png\" data-large-file=\"https:\/\/virtualnomad.nl\/wp-content\/uploads\/2023\/04\/app03-1024x356.png\" src=\"https:\/\/virtualnomad.nl\/wp-content\/uploads\/2023\/04\/app03-1024x356.png\" alt=\"\" class=\"wp-image-223\" width=\"768\" height=\"267\" srcset=\"https:\/\/virtualnomad.nl\/wp-content\/uploads\/2023\/04\/app03-1024x356.png 1024w, https:\/\/virtualnomad.nl\/wp-content\/uploads\/2023\/04\/app03-300x104.png 300w, https:\/\/virtualnomad.nl\/wp-content\/uploads\/2023\/04\/app03-768x267.png 768w, https:\/\/virtualnomad.nl\/wp-content\/uploads\/2023\/04\/app03-1536x534.png 1536w, https:\/\/virtualnomad.nl\/wp-content\/uploads\/2023\/04\/app03-850x295.png 850w, https:\/\/virtualnomad.nl\/wp-content\/uploads\/2023\/04\/app03.png 1724w\" sizes=\"(max-width: 768px) 100vw, 768px\" \/><\/figure>\n\n\n\n<p><strong>Note<\/strong>: In subsequent script runs, when prompted for authentication with an Azure AD account, you can use an Intune Administrator account with a valid license.<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Next, you&#8217;ll be prompted to specify a path to a JSON file for importing data. Since all the files are in the same folder as the PowerShell script, simply providing the file name should suffice. Repeat the process until you import all JSON templates (App protection Policies):<\/li>\n<\/ul>\n\n\n\n<ul class=\"wp-block-list\">\n<li>level-1-enterprise-basic-data-protection-Android.json<\/li>\n\n\n\n<li>level-1-enterprise-basic-data-protection-iOS.json<\/li>\n\n\n\n<li>level-2-enterprise-enhanced-data-protection-Android.json<\/li>\n\n\n\n<li>level-2-enterprise-enhanced-data-protection-iOS.json<\/li>\n\n\n\n<li>level-3-enterprise-high-data-protection-Android.json<\/li>\n\n\n\n<li>level-3-enterprise-high-data-protection-iOS.json<\/li>\n<\/ul>\n\n\n\n<p>Log in to Microsoft Endpoint Manager (endpoint.microsoft.com) and go to Apps -&gt; App protection policies to ensure successful policy imports.<\/p>\n\n\n\n<figure class=\"wp-block-image size-large is-resized\"><img decoding=\"async\" data-attachment-id=\"222\" data-permalink=\"https:\/\/virtualnomad.nl\/?attachment_id=222\" data-orig-file=\"https:\/\/virtualnomad.nl\/wp-content\/uploads\/2023\/04\/app2.png\" data-orig-size=\"1456,360\" data-comments-opened=\"1\" data-image-meta=\"{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}\" data-image-title=\"app2\" data-image-description=\"\" data-image-caption=\"\" data-medium-file=\"https:\/\/virtualnomad.nl\/wp-content\/uploads\/2023\/04\/app2-300x74.png\" data-large-file=\"https:\/\/virtualnomad.nl\/wp-content\/uploads\/2023\/04\/app2-1024x253.png\" src=\"https:\/\/virtualnomad.nl\/wp-content\/uploads\/2023\/04\/app2-1024x253.png\" alt=\"\" class=\"wp-image-222\" width=\"768\" height=\"190\" srcset=\"https:\/\/virtualnomad.nl\/wp-content\/uploads\/2023\/04\/app2-1024x253.png 1024w, https:\/\/virtualnomad.nl\/wp-content\/uploads\/2023\/04\/app2-300x74.png 300w, https:\/\/virtualnomad.nl\/wp-content\/uploads\/2023\/04\/app2-768x190.png 768w, https:\/\/virtualnomad.nl\/wp-content\/uploads\/2023\/04\/app2-850x210.png 850w, https:\/\/virtualnomad.nl\/wp-content\/uploads\/2023\/04\/app2.png 1456w\" sizes=\"(max-width: 768px) 100vw, 768px\" \/><\/figure>\n\n\n\n<p>Review the APP policies in the MEM\/Intune console (if not done previously in JSON files), make necessary changes to match your security requirements, add or remove applications from the default app list, and set the required management type for the policies to apply:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>iOS\/iPadOS can be set as Managed or Unmanaged (BYOD)<\/li>\n\n\n\n<li>Android can be set as Unmanaged (BYOD), Android Device Admin, or Android Enterprise.<\/li>\n<\/ul>\n\n\n\n<p class=\"has-medium-font-size\"><strong>OPTIONAL: Device Configuration profiles and Compliance policies<\/strong><\/p>\n\n\n\n<p>In the same ZIP bundle (Intune-Config-Frameworks-master.zip), you&#8217;ll find an AndroidEnterprise folder containing two subfolders: FullyManaged and WorkProfile.<\/p>\n\n\n\n<p>Inside, you&#8217;ll discover Device Configuration profiles and Compliance policies that you can import using two more PowerShell scripts and following similar steps as before:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><a href=\"https:\/\/github.com\/microsoftgraph\/powershell-intune-samples\/blob\/master\/CompliancePolicy\/CompliancePolicy_Import_FromJSON.ps1\" target=\"_blank\" rel=\"noreferrer noopener\">CompliancePolicy_Import_FromJSON.ps1<\/a><\/li>\n\n\n\n<li><a href=\"https:\/\/github.com\/microsoftgraph\/powershell-intune-samples\/blob\/master\/DeviceConfiguration\/DeviceConfiguration_Import_FromJSON.ps1\" target=\"_blank\" rel=\"noreferrer noopener\">DeviceConfiguration_Import_FromJSON.ps1<\/a><\/li>\n<\/ul>\n\n\n\n<p>These Device Configuration and Compliance policy templates can be used to strengthen your Android Enterprise devices (Work Profile and Fully Managed), on top of the security already applied to mobile apps through App Protection Policies.<\/p>\n\n\n\n<p class=\"has-medium-font-size\"><strong>Stay Tuned for More!<\/strong><\/p>\n\n\n\n<p>We hope you found this guide helpful for importing and configuring App Protection Policies. But wait, there&#8217;s more! I&#8217;m currently working on another blog post that will dive deeper into configuring various aspects of your policies and devices to further enhance your organization&#8217;s data security. <\/p>\n\n\n\n<p>So, keep an eye out for our upcoming blog \u2013 we&#8217;ll be back soon with even more insights, tips, and tricks to help you make the most of your MEM\/Intune experience. Happy configuring!<\/p>\n\n\n\n<p><\/p>\n","protected":false},"excerpt":{"rendered":"<p>If only there were a framework we could use\u2026 Oh, wait, there is! Introducing the Data Protection Framework, a suit of armor for your apps and data on mobile devices (iOS\/Android). These preconfigured and recommended App Protection Policies (APP) are like the wardrobe of a medieval knight, just a tad bit more high-tech and definitely&#8230;<\/p>\n","protected":false},"author":1,"featured_media":229,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_jetpack_memberships_contains_paid_content":false,"footnotes":"","jetpack_publicize_message":"","jetpack_publicize_feature_enabled":true,"jetpack_social_post_already_shared":false,"jetpack_social_options":{"image_generator_settings":{"template":"highway","default_image_id":0,"font":"","enabled":false},"version":2}},"categories":[4],"tags":[15,17,14,16,9],"class_list":["post-220","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-office-365","tag-android","tag-appprotection","tag-ios","tag-mam","tag-security"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.3 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Data Protection Framework (App Protection Policies) in Intune: A Quick Overview! - Virtual Nomad<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/virtualnomad.nl\/?p=220\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Data Protection Framework (App Protection Policies) in Intune: A Quick Overview! - Virtual Nomad\" \/>\n<meta property=\"og:description\" content=\"If only there were a framework we could use\u2026 Oh, wait, there is! Introducing the Data Protection Framework, a suit of armor for your apps and data on mobile devices (iOS\/Android). These preconfigured and recommended App Protection Policies (APP) are like the wardrobe of a medieval knight, just a tad bit more high-tech and definitely...\" \/>\n<meta property=\"og:url\" content=\"https:\/\/virtualnomad.nl\/?p=220\" \/>\n<meta property=\"og:site_name\" content=\"Virtual Nomad\" \/>\n<meta property=\"article:published_time\" content=\"2023-04-20T07:55:27+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/virtualnomad.nl\/wp-content\/uploads\/2023\/04\/SecurityShield.jpg\" \/>\n\t<meta property=\"og:image:width\" content=\"1500\" \/>\n\t<meta property=\"og:image:height\" content=\"1012\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\n<meta name=\"author\" content=\"Arno Geboers\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Arno Geboers\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"4 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/virtualnomad.nl\\\/?p=220#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/virtualnomad.nl\\\/?p=220\"},\"author\":{\"name\":\"Arno Geboers\",\"@id\":\"https:\\\/\\\/virtualnomad.nl\\\/#\\\/schema\\\/person\\\/3c08ee70c43dfd351fe038a7f6038d3b\"},\"headline\":\"Data Protection Framework (App Protection Policies) in Intune: A Quick Overview!\",\"datePublished\":\"2023-04-20T07:55:27+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/virtualnomad.nl\\\/?p=220\"},\"wordCount\":743,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\\\/\\\/virtualnomad.nl\\\/#\\\/schema\\\/person\\\/3c08ee70c43dfd351fe038a7f6038d3b\"},\"image\":{\"@id\":\"https:\\\/\\\/virtualnomad.nl\\\/?p=220#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/virtualnomad.nl\\\/wp-content\\\/uploads\\\/2023\\\/04\\\/SecurityShield.jpg\",\"keywords\":[\"Android\",\"AppProtection\",\"IOS\",\"MAM\",\"Security\"],\"articleSection\":[\"Office 365\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\\\/\\\/virtualnomad.nl\\\/?p=220#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/virtualnomad.nl\\\/?p=220\",\"url\":\"https:\\\/\\\/virtualnomad.nl\\\/?p=220\",\"name\":\"Data Protection Framework (App Protection Policies) in Intune: A Quick Overview! - Virtual Nomad\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/virtualnomad.nl\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/virtualnomad.nl\\\/?p=220#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/virtualnomad.nl\\\/?p=220#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/virtualnomad.nl\\\/wp-content\\\/uploads\\\/2023\\\/04\\\/SecurityShield.jpg\",\"datePublished\":\"2023-04-20T07:55:27+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/virtualnomad.nl\\\/?p=220#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/virtualnomad.nl\\\/?p=220\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/virtualnomad.nl\\\/?p=220#primaryimage\",\"url\":\"https:\\\/\\\/virtualnomad.nl\\\/wp-content\\\/uploads\\\/2023\\\/04\\\/SecurityShield.jpg\",\"contentUrl\":\"https:\\\/\\\/virtualnomad.nl\\\/wp-content\\\/uploads\\\/2023\\\/04\\\/SecurityShield.jpg\",\"width\":1500,\"height\":1012},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/virtualnomad.nl\\\/?p=220#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/virtualnomad.nl\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Data Protection Framework (App Protection Policies) in Intune: A Quick Overview!\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/virtualnomad.nl\\\/#website\",\"url\":\"https:\\\/\\\/virtualnomad.nl\\\/\",\"name\":\"Virtual Nomad\",\"description\":\"a blog about the knowledge journey in Office 365 and Azure\",\"publisher\":{\"@id\":\"https:\\\/\\\/virtualnomad.nl\\\/#\\\/schema\\\/person\\\/3c08ee70c43dfd351fe038a7f6038d3b\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/virtualnomad.nl\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":[\"Person\",\"Organization\"],\"@id\":\"https:\\\/\\\/virtualnomad.nl\\\/#\\\/schema\\\/person\\\/3c08ee70c43dfd351fe038a7f6038d3b\",\"name\":\"Arno Geboers\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/virtualnomad.nl\\\/wp-content\\\/uploads\\\/2023\\\/03\\\/cropped-cropped-AdobeStock_225103676-min.jpg\",\"url\":\"https:\\\/\\\/virtualnomad.nl\\\/wp-content\\\/uploads\\\/2023\\\/03\\\/cropped-cropped-AdobeStock_225103676-min.jpg\",\"contentUrl\":\"https:\\\/\\\/virtualnomad.nl\\\/wp-content\\\/uploads\\\/2023\\\/03\\\/cropped-cropped-AdobeStock_225103676-min.jpg\",\"width\":239,\"height\":178,\"caption\":\"Arno Geboers\"},\"logo\":{\"@id\":\"https:\\\/\\\/virtualnomad.nl\\\/wp-content\\\/uploads\\\/2023\\\/03\\\/cropped-cropped-AdobeStock_225103676-min.jpg\"},\"sameAs\":[\"http:\\\/\\\/virtualnomad.nl\"],\"url\":\"https:\\\/\\\/virtualnomad.nl\\\/?author=1\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Data Protection Framework (App Protection Policies) in Intune: A Quick Overview! - Virtual Nomad","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/virtualnomad.nl\/?p=220","og_locale":"en_US","og_type":"article","og_title":"Data Protection Framework (App Protection Policies) in Intune: A Quick Overview! - Virtual Nomad","og_description":"If only there were a framework we could use\u2026 Oh, wait, there is! Introducing the Data Protection Framework, a suit of armor for your apps and data on mobile devices (iOS\/Android). These preconfigured and recommended App Protection Policies (APP) are like the wardrobe of a medieval knight, just a tad bit more high-tech and definitely...","og_url":"https:\/\/virtualnomad.nl\/?p=220","og_site_name":"Virtual Nomad","article_published_time":"2023-04-20T07:55:27+00:00","og_image":[{"width":1500,"height":1012,"url":"https:\/\/virtualnomad.nl\/wp-content\/uploads\/2023\/04\/SecurityShield.jpg","type":"image\/jpeg"}],"author":"Arno Geboers","twitter_card":"summary_large_image","twitter_misc":{"Written by":"Arno Geboers","Est. reading time":"4 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/virtualnomad.nl\/?p=220#article","isPartOf":{"@id":"https:\/\/virtualnomad.nl\/?p=220"},"author":{"name":"Arno Geboers","@id":"https:\/\/virtualnomad.nl\/#\/schema\/person\/3c08ee70c43dfd351fe038a7f6038d3b"},"headline":"Data Protection Framework (App Protection Policies) in Intune: A Quick Overview!","datePublished":"2023-04-20T07:55:27+00:00","mainEntityOfPage":{"@id":"https:\/\/virtualnomad.nl\/?p=220"},"wordCount":743,"commentCount":0,"publisher":{"@id":"https:\/\/virtualnomad.nl\/#\/schema\/person\/3c08ee70c43dfd351fe038a7f6038d3b"},"image":{"@id":"https:\/\/virtualnomad.nl\/?p=220#primaryimage"},"thumbnailUrl":"https:\/\/virtualnomad.nl\/wp-content\/uploads\/2023\/04\/SecurityShield.jpg","keywords":["Android","AppProtection","IOS","MAM","Security"],"articleSection":["Office 365"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/virtualnomad.nl\/?p=220#respond"]}]},{"@type":"WebPage","@id":"https:\/\/virtualnomad.nl\/?p=220","url":"https:\/\/virtualnomad.nl\/?p=220","name":"Data Protection Framework (App Protection Policies) in Intune: A Quick Overview! - Virtual Nomad","isPartOf":{"@id":"https:\/\/virtualnomad.nl\/#website"},"primaryImageOfPage":{"@id":"https:\/\/virtualnomad.nl\/?p=220#primaryimage"},"image":{"@id":"https:\/\/virtualnomad.nl\/?p=220#primaryimage"},"thumbnailUrl":"https:\/\/virtualnomad.nl\/wp-content\/uploads\/2023\/04\/SecurityShield.jpg","datePublished":"2023-04-20T07:55:27+00:00","breadcrumb":{"@id":"https:\/\/virtualnomad.nl\/?p=220#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/virtualnomad.nl\/?p=220"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/virtualnomad.nl\/?p=220#primaryimage","url":"https:\/\/virtualnomad.nl\/wp-content\/uploads\/2023\/04\/SecurityShield.jpg","contentUrl":"https:\/\/virtualnomad.nl\/wp-content\/uploads\/2023\/04\/SecurityShield.jpg","width":1500,"height":1012},{"@type":"BreadcrumbList","@id":"https:\/\/virtualnomad.nl\/?p=220#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/virtualnomad.nl\/"},{"@type":"ListItem","position":2,"name":"Data Protection Framework (App Protection Policies) in Intune: A Quick Overview!"}]},{"@type":"WebSite","@id":"https:\/\/virtualnomad.nl\/#website","url":"https:\/\/virtualnomad.nl\/","name":"Virtual Nomad","description":"a blog about the knowledge journey in Office 365 and Azure","publisher":{"@id":"https:\/\/virtualnomad.nl\/#\/schema\/person\/3c08ee70c43dfd351fe038a7f6038d3b"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/virtualnomad.nl\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":["Person","Organization"],"@id":"https:\/\/virtualnomad.nl\/#\/schema\/person\/3c08ee70c43dfd351fe038a7f6038d3b","name":"Arno Geboers","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/virtualnomad.nl\/wp-content\/uploads\/2023\/03\/cropped-cropped-AdobeStock_225103676-min.jpg","url":"https:\/\/virtualnomad.nl\/wp-content\/uploads\/2023\/03\/cropped-cropped-AdobeStock_225103676-min.jpg","contentUrl":"https:\/\/virtualnomad.nl\/wp-content\/uploads\/2023\/03\/cropped-cropped-AdobeStock_225103676-min.jpg","width":239,"height":178,"caption":"Arno Geboers"},"logo":{"@id":"https:\/\/virtualnomad.nl\/wp-content\/uploads\/2023\/03\/cropped-cropped-AdobeStock_225103676-min.jpg"},"sameAs":["http:\/\/virtualnomad.nl"],"url":"https:\/\/virtualnomad.nl\/?author=1"}]}},"jetpack_publicize_connections":[],"jetpack_featured_media_url":"https:\/\/virtualnomad.nl\/wp-content\/uploads\/2023\/04\/SecurityShield.jpg","jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/virtualnomad.nl\/index.php?rest_route=\/wp\/v2\/posts\/220","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/virtualnomad.nl\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/virtualnomad.nl\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/virtualnomad.nl\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/virtualnomad.nl\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=220"}],"version-history":[{"count":0,"href":"https:\/\/virtualnomad.nl\/index.php?rest_route=\/wp\/v2\/posts\/220\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/virtualnomad.nl\/index.php?rest_route=\/wp\/v2\/media\/229"}],"wp:attachment":[{"href":"https:\/\/virtualnomad.nl\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=220"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/virtualnomad.nl\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=220"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/virtualnomad.nl\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=220"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}