fleet/docs/solutions/android/configuration-profiles/disable-cross-profile-sharing.json
Steven Palmesano 0ae3392a4a
Rename Android config profiles for consistency (#37486)
The file names should describe what they do, not the policies that they
use inside.
2025-12-19 09:43:38 -06:00

9 lines
440 B
JSON

{
"crossProfilePolicies": {
"showWorkContactsInPersonalProfile": "SHOW_WORK_CONTACTS_IN_PERSONAL_PROFILE_DISALLOWED_EXCEPT_SYSTEM",
"crossProfileCopyPaste": "COPY_FROM_WORK_TO_PERSONAL_DISALLOWED",
"crossProfileDataSharing": "DATA_SHARING_FROM_WORK_TO_PERSONAL_DISALLOWED",
"workProfileWidgetsDefault": "WORK_PROFILE_WIDGETS_DEFAULT_ALLOWED",
"crossProfileAppFunctions": "CROSS_PROFILE_APP_FUNCTIONS_DISALLOWED"
}
}