Microsoft Intune provides a MAM policy checking method named isOpenFromAllowed:
policy.isOpenFromAllowed(location: <#T##IntuneMAMOpenLocation#>)
My question is where does .accountDocument refer to in this policy check?
policy.isOpenFromAllowed(location: .accountDocument)
Is it the iCloud documents? is it the local files? is it the documents directory in the app sandbox? What specifically does .accountDocument refer to?