MD-102 • Practice Test 37
Free MD-102 practice test — 15 questions with explanations. Set 37. No signup required.
You have configured the above app protection policy for iOS. What is the effect on managed apps?
Refer to the exhibit.
{
"displayName": "App Protection Policy - iOS",
"appGroupType": "allApps",
"settings": {
"ios": {
"dataProtection": {
"allowBackup": "block",
"allowDataSync": "block",
"allowScreenCapture": "block"
},
"accessRequirements": {
"pin": {
"pinLength": 6,
"pinType": "numeric"
},
"biometric": {
"fingerprint": "allow",
"faceId": "allow"
},
"timeout": 5
}
}
}
}