You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: docs/dyn/androidmanagement_v1.enterprises.policies.html
+32
Original file line number
Diff line number
Diff line change
@@ -140,6 +140,9 @@ <h3>Method Details</h3>
140
140
"commonCriteriaMode": "A String", # Controls Common Criteria Mode—security standards defined in the Common Criteria for Information Technology Security Evaluation (https://www.commoncriteriaportal.org/) (CC). Enabling Common Criteria Mode increases certain security components on a device, including AES-GCM encryption of Bluetooth Long Term Keys, and Wi-Fi configuration stores.Warning: Common Criteria Mode enforces a strict security model typically only required for IT products used in national security systems and other highly sensitive organizations. Standard device use may be affected. Only enabled if required.
141
141
"developerSettings": "A String", # Controls access to developer settings: developer options and safe boot. Replaces safeBootDisabled (deprecated) and debuggingFeaturesAllowed (deprecated).
142
142
"googlePlayProtectVerifyApps": "A String", # Whether Google Play Protect verification (https://support.google.com/accounts/answer/2812853) is enforced. Replaces ensureVerifyAppsEnabled (deprecated).
143
+
"personalAppsThatCanReadWorkNotifications": [ # Personal apps that can read work profile notifications using a NotificationListenerService (https://developer.android.com/reference/android/service/notification/NotificationListenerService). By default, no personal apps (aside from system apps) can read work notifications. Each value in the list must be a package name.
144
+
"A String",
145
+
],
143
146
"untrustedAppsPolicy": "A String", # The policy for untrusted apps (apps from unknown sources) enforced on the device. Replaces install_unknown_sources_allowed (deprecated).
144
147
},
145
148
"alwaysOnVpnPackage": { # Configuration for an always-on VPN connection. # Configuration for an always-on VPN connection. Use with vpn_config_disabled to prevent modification of this setting.
@@ -218,6 +221,11 @@ <h3>Method Details</h3>
218
221
],
219
222
"createWindowsDisabled": True or False, # Whether creating windows besides app windows is disabled.
220
223
"credentialsConfigDisabled": True or False, # Whether configuring user credentials is disabled.
224
+
"crossProfilePolicies": { # Cross-profile policies applied on the device. # Cross-profile policies applied on the device.
225
+
"crossProfileCopyPaste": "A String", # Whether text copied from one profile (personal or work) can be pasted in the other profile.
226
+
"crossProfileDataSharing": "A String", # Whether data from one profile (personal or work) can be shared with apps in the other profile. Specifically controls simple data sharing via intents. Management of other cross-profile communication channels, such as contact search, copy/paste, or connected work & personal apps, are configured separately.
227
+
"showWorkContactsInPersonalProfile": "A String", # Whether contacts stored in the work profile can be shown in personal profile contact searches and incoming calls.
228
+
},
221
229
"dataRoamingDisabled": True or False, # Whether roaming data services are disabled.
222
230
"debuggingFeaturesAllowed": True or False, # Whether the user is allowed to enable debugging features.
223
231
"defaultPermissionPolicy": "A String", # The default permission policy for runtime permission requests.
@@ -491,6 +499,9 @@ <h3>Method Details</h3>
491
499
"commonCriteriaMode": "A String", # Controls Common Criteria Mode—security standards defined in the Common Criteria for Information Technology Security Evaluation (https://www.commoncriteriaportal.org/) (CC). Enabling Common Criteria Mode increases certain security components on a device, including AES-GCM encryption of Bluetooth Long Term Keys, and Wi-Fi configuration stores.Warning: Common Criteria Mode enforces a strict security model typically only required for IT products used in national security systems and other highly sensitive organizations. Standard device use may be affected. Only enabled if required.
492
500
"developerSettings": "A String", # Controls access to developer settings: developer options and safe boot. Replaces safeBootDisabled (deprecated) and debuggingFeaturesAllowed (deprecated).
493
501
"googlePlayProtectVerifyApps": "A String", # Whether Google Play Protect verification (https://support.google.com/accounts/answer/2812853) is enforced. Replaces ensureVerifyAppsEnabled (deprecated).
502
+
"personalAppsThatCanReadWorkNotifications": [ # Personal apps that can read work profile notifications using a NotificationListenerService (https://developer.android.com/reference/android/service/notification/NotificationListenerService). By default, no personal apps (aside from system apps) can read work notifications. Each value in the list must be a package name.
503
+
"A String",
504
+
],
494
505
"untrustedAppsPolicy": "A String", # The policy for untrusted apps (apps from unknown sources) enforced on the device. Replaces install_unknown_sources_allowed (deprecated).
495
506
},
496
507
"alwaysOnVpnPackage": { # Configuration for an always-on VPN connection. # Configuration for an always-on VPN connection. Use with vpn_config_disabled to prevent modification of this setting.
@@ -569,6 +580,11 @@ <h3>Method Details</h3>
569
580
],
570
581
"createWindowsDisabled": True or False, # Whether creating windows besides app windows is disabled.
571
582
"credentialsConfigDisabled": True or False, # Whether configuring user credentials is disabled.
583
+
"crossProfilePolicies": { # Cross-profile policies applied on the device. # Cross-profile policies applied on the device.
584
+
"crossProfileCopyPaste": "A String", # Whether text copied from one profile (personal or work) can be pasted in the other profile.
585
+
"crossProfileDataSharing": "A String", # Whether data from one profile (personal or work) can be shared with apps in the other profile. Specifically controls simple data sharing via intents. Management of other cross-profile communication channels, such as contact search, copy/paste, or connected work & personal apps, are configured separately.
586
+
"showWorkContactsInPersonalProfile": "A String", # Whether contacts stored in the work profile can be shown in personal profile contact searches and incoming calls.
587
+
},
572
588
"dataRoamingDisabled": True or False, # Whether roaming data services are disabled.
573
589
"debuggingFeaturesAllowed": True or False, # Whether the user is allowed to enable debugging features.
574
590
"defaultPermissionPolicy": "A String", # The default permission policy for runtime permission requests.
@@ -848,6 +864,9 @@ <h3>Method Details</h3>
848
864
"commonCriteriaMode": "A String", # Controls Common Criteria Mode—security standards defined in the Common Criteria for Information Technology Security Evaluation (https://www.commoncriteriaportal.org/) (CC). Enabling Common Criteria Mode increases certain security components on a device, including AES-GCM encryption of Bluetooth Long Term Keys, and Wi-Fi configuration stores.Warning: Common Criteria Mode enforces a strict security model typically only required for IT products used in national security systems and other highly sensitive organizations. Standard device use may be affected. Only enabled if required.
849
865
"developerSettings": "A String", # Controls access to developer settings: developer options and safe boot. Replaces safeBootDisabled (deprecated) and debuggingFeaturesAllowed (deprecated).
850
866
"googlePlayProtectVerifyApps": "A String", # Whether Google Play Protect verification (https://support.google.com/accounts/answer/2812853) is enforced. Replaces ensureVerifyAppsEnabled (deprecated).
867
+
"personalAppsThatCanReadWorkNotifications": [ # Personal apps that can read work profile notifications using a NotificationListenerService (https://developer.android.com/reference/android/service/notification/NotificationListenerService). By default, no personal apps (aside from system apps) can read work notifications. Each value in the list must be a package name.
868
+
"A String",
869
+
],
851
870
"untrustedAppsPolicy": "A String", # The policy for untrusted apps (apps from unknown sources) enforced on the device. Replaces install_unknown_sources_allowed (deprecated).
852
871
},
853
872
"alwaysOnVpnPackage": { # Configuration for an always-on VPN connection. # Configuration for an always-on VPN connection. Use with vpn_config_disabled to prevent modification of this setting.
@@ -926,6 +945,11 @@ <h3>Method Details</h3>
926
945
],
927
946
"createWindowsDisabled": True or False, # Whether creating windows besides app windows is disabled.
928
947
"credentialsConfigDisabled": True or False, # Whether configuring user credentials is disabled.
948
+
"crossProfilePolicies": { # Cross-profile policies applied on the device. # Cross-profile policies applied on the device.
949
+
"crossProfileCopyPaste": "A String", # Whether text copied from one profile (personal or work) can be pasted in the other profile.
950
+
"crossProfileDataSharing": "A String", # Whether data from one profile (personal or work) can be shared with apps in the other profile. Specifically controls simple data sharing via intents. Management of other cross-profile communication channels, such as contact search, copy/paste, or connected work & personal apps, are configured separately.
951
+
"showWorkContactsInPersonalProfile": "A String", # Whether contacts stored in the work profile can be shown in personal profile contact searches and incoming calls.
952
+
},
929
953
"dataRoamingDisabled": True or False, # Whether roaming data services are disabled.
930
954
"debuggingFeaturesAllowed": True or False, # Whether the user is allowed to enable debugging features.
931
955
"defaultPermissionPolicy": "A String", # The default permission policy for runtime permission requests.
@@ -1188,6 +1212,9 @@ <h3>Method Details</h3>
1188
1212
"commonCriteriaMode": "A String", # Controls Common Criteria Mode—security standards defined in the Common Criteria for Information Technology Security Evaluation (https://www.commoncriteriaportal.org/) (CC). Enabling Common Criteria Mode increases certain security components on a device, including AES-GCM encryption of Bluetooth Long Term Keys, and Wi-Fi configuration stores.Warning: Common Criteria Mode enforces a strict security model typically only required for IT products used in national security systems and other highly sensitive organizations. Standard device use may be affected. Only enabled if required.
1189
1213
"developerSettings": "A String", # Controls access to developer settings: developer options and safe boot. Replaces safeBootDisabled (deprecated) and debuggingFeaturesAllowed (deprecated).
1190
1214
"googlePlayProtectVerifyApps": "A String", # Whether Google Play Protect verification (https://support.google.com/accounts/answer/2812853) is enforced. Replaces ensureVerifyAppsEnabled (deprecated).
1215
+
"personalAppsThatCanReadWorkNotifications": [ # Personal apps that can read work profile notifications using a NotificationListenerService (https://developer.android.com/reference/android/service/notification/NotificationListenerService). By default, no personal apps (aside from system apps) can read work notifications. Each value in the list must be a package name.
1216
+
"A String",
1217
+
],
1191
1218
"untrustedAppsPolicy": "A String", # The policy for untrusted apps (apps from unknown sources) enforced on the device. Replaces install_unknown_sources_allowed (deprecated).
1192
1219
},
1193
1220
"alwaysOnVpnPackage": { # Configuration for an always-on VPN connection. # Configuration for an always-on VPN connection. Use with vpn_config_disabled to prevent modification of this setting.
@@ -1266,6 +1293,11 @@ <h3>Method Details</h3>
1266
1293
],
1267
1294
"createWindowsDisabled": True or False, # Whether creating windows besides app windows is disabled.
1268
1295
"credentialsConfigDisabled": True or False, # Whether configuring user credentials is disabled.
1296
+
"crossProfilePolicies": { # Cross-profile policies applied on the device. # Cross-profile policies applied on the device.
1297
+
"crossProfileCopyPaste": "A String", # Whether text copied from one profile (personal or work) can be pasted in the other profile.
1298
+
"crossProfileDataSharing": "A String", # Whether data from one profile (personal or work) can be shared with apps in the other profile. Specifically controls simple data sharing via intents. Management of other cross-profile communication channels, such as contact search, copy/paste, or connected work & personal apps, are configured separately.
1299
+
"showWorkContactsInPersonalProfile": "A String", # Whether contacts stored in the work profile can be shown in personal profile contact searches and incoming calls.
1300
+
},
1269
1301
"dataRoamingDisabled": True or False, # Whether roaming data services are disabled.
1270
1302
"debuggingFeaturesAllowed": True or False, # Whether the user is allowed to enable debugging features.
1271
1303
"defaultPermissionPolicy": "A String", # The default permission policy for runtime permission requests.
"description": "Personal apps that can read work profile notifications using a NotificationListenerService (https://developer.android.com/reference/android/service/notification/NotificationListenerService). By default, no personal apps (aside from system apps) can read work notifications. Each value in the list must be a package name.",
1058
+
"items": {
1059
+
"type": "string"
1060
+
},
1061
+
"type": "array"
1062
+
},
1056
1063
"untrustedAppsPolicy": {
1057
1064
"description": "The policy for untrusted apps (apps from unknown sources) enforced on the device. Replaces install_unknown_sources_allowed (deprecated).",
1058
1065
"enum": [
@@ -1678,6 +1685,57 @@
1678
1685
},
1679
1686
"type": "object"
1680
1687
},
1688
+
"CrossProfilePolicies": {
1689
+
"description": "Cross-profile policies applied on the device.",
1690
+
"id": "CrossProfilePolicies",
1691
+
"properties": {
1692
+
"crossProfileCopyPaste": {
1693
+
"description": "Whether text copied from one profile (personal or work) can be pasted in the other profile.",
1694
+
"enum": [
1695
+
"CROSS_PROFILE_COPY_PASTE_UNSPECIFIED",
1696
+
"COPY_FROM_WORK_TO_PERSONAL_DISALLOWED",
1697
+
"CROSS_PROFILE_COPY_PASTE_ALLOWED"
1698
+
],
1699
+
"enumDescriptions": [
1700
+
"Unspecified. Defaults to COPY_FROM_WORK_TO_PERSONAL_DISALLOWED",
1701
+
"Default. Prevents users from pasting into the personal profile text copied from the work profile. Text copied from the personal profile can be pasted into the work profile, and text copied from the work profile can be pasted into the work profile.",
1702
+
"Text copied in either profile can be pasted in the other profile."
1703
+
],
1704
+
"type": "string"
1705
+
},
1706
+
"crossProfileDataSharing": {
1707
+
"description": "Whether data from one profile (personal or work) can be shared with apps in the other profile. Specifically controls simple data sharing via intents. Management of other cross-profile communication channels, such as contact search, copy/paste, or connected work & personal apps, are configured separately.",
1708
+
"enum": [
1709
+
"CROSS_PROFILE_DATA_SHARING_UNSPECIFIED",
1710
+
"CROSS_PROFILE_DATA_SHARING_DISALLOWED",
1711
+
"DATA_SHARING_FROM_WORK_TO_PERSONAL_DISALLOWED",
1712
+
"CROSS_PROFILE_DATA_SHARING_ALLOWED"
1713
+
],
1714
+
"enumDescriptions": [
1715
+
"Unspecified. Defaults to DATA_SHARING_FROM_WORK_TO_PERSONAL_DISALLOWED.",
1716
+
"Prevents data from being shared from both the personal profile to the work profile and the work profile to the personal profile.",
1717
+
"Default. Prevents users from sharing data from the work profile to apps in the personal profile. Personal data can be shared with work apps.",
1718
+
"Data from either profile can be shared with the other profile."
1719
+
],
1720
+
"type": "string"
1721
+
},
1722
+
"showWorkContactsInPersonalProfile": {
1723
+
"description": "Whether contacts stored in the work profile can be shown in personal profile contact searches and incoming calls.",
"Unspecified. Defaults to SHOW_WORK_CONTACTS_IN_PERSONAL_PROFILE_ALLOWED.",
1731
+
"Prevents work profile contacts from appearing in personal profile contact searches and incoming calls",
1732
+
"Default. Allows work profile contacts to appear in personal profile contact searches and incoming calls"
1733
+
],
1734
+
"type": "string"
1735
+
}
1736
+
},
1737
+
"type": "object"
1738
+
},
1681
1739
"Date": {
1682
1740
"description": "Represents a whole or partial calendar date, such as a birthday. The time of day and time zone are either specified elsewhere or are insignificant. The date is relative to the Gregorian Calendar. This can represent one of the following: A full date, with non-zero year, month, and day values A month and day value, with a zero year, such as an anniversary A year on its own, with zero month and day values A year and month value, with a zero day, such as a credit card expiration dateRelated types are google.type.TimeOfDay and google.protobuf.Timestamp.",
1683
1741
"id": "Date",
@@ -3337,6 +3395,10 @@
3337
3395
"description": "Whether configuring user credentials is disabled.",
3338
3396
"type": "boolean"
3339
3397
},
3398
+
"crossProfilePolicies": {
3399
+
"$ref": "CrossProfilePolicies",
3400
+
"description": "Cross-profile policies applied on the device."
3401
+
},
3340
3402
"dataRoamingDisabled": {
3341
3403
"description": "Whether roaming data services are disabled.",
0 commit comments