diff --git a/docs/dyn/androidmanagement_v1.enterprises.policies.html b/docs/dyn/androidmanagement_v1.enterprises.policies.html
index 141309e6e5..de6508058b 100644
--- a/docs/dyn/androidmanagement_v1.enterprises.policies.html
+++ b/docs/dyn/androidmanagement_v1.enterprises.policies.html
@@ -312,7 +312,7 @@
Method Details
"funDisabled": True or False, # Whether the user is allowed to have fun. Controls whether the Easter egg game in Settings is disabled.
"installAppsDisabled": True or False, # Whether user installation of apps is disabled.
"installUnknownSourcesAllowed": True or False, # This field has no effect.
- "keyguardDisabled": True or False, # If true, this disables the Lock Screen (https://source.android.com/docs/core/display/multi_display/lock-screen) for primary and/or secondary displays.
+ "keyguardDisabled": True or False, # If true, this disables the Lock Screen (https://source.android.com/docs/core/display/multi_display/lock-screen) for primary and/or secondary displays. This policy is supported only in dedicated device management mode.
"keyguardDisabledFeatures": [ # Disabled keyguard customizations, such as widgets.
"A String",
],
@@ -433,6 +433,7 @@ Method Details
},
],
"personalPlayStoreMode": "A String", # Used together with personalApplications to control how apps in the personal profile are allowed or blocked.
+ "privateSpacePolicy": "A String", # Optional. Controls whether a private space is allowed on the device.
"screenCaptureDisabled": True or False, # If true, screen capture is disabled for all users.
},
"playStoreMode": "A String", # This mode controls which apps are available to the user in the Play Store and the behavior on the device when apps are removed from the policy.
@@ -752,7 +753,7 @@ Method Details
"funDisabled": True or False, # Whether the user is allowed to have fun. Controls whether the Easter egg game in Settings is disabled.
"installAppsDisabled": True or False, # Whether user installation of apps is disabled.
"installUnknownSourcesAllowed": True or False, # This field has no effect.
- "keyguardDisabled": True or False, # If true, this disables the Lock Screen (https://source.android.com/docs/core/display/multi_display/lock-screen) for primary and/or secondary displays.
+ "keyguardDisabled": True or False, # If true, this disables the Lock Screen (https://source.android.com/docs/core/display/multi_display/lock-screen) for primary and/or secondary displays. This policy is supported only in dedicated device management mode.
"keyguardDisabledFeatures": [ # Disabled keyguard customizations, such as widgets.
"A String",
],
@@ -873,6 +874,7 @@ Method Details
},
],
"personalPlayStoreMode": "A String", # Used together with personalApplications to control how apps in the personal profile are allowed or blocked.
+ "privateSpacePolicy": "A String", # Optional. Controls whether a private space is allowed on the device.
"screenCaptureDisabled": True or False, # If true, screen capture is disabled for all users.
},
"playStoreMode": "A String", # This mode controls which apps are available to the user in the Play Store and the behavior on the device when apps are removed from the policy.
@@ -1198,7 +1200,7 @@ Method Details
"funDisabled": True or False, # Whether the user is allowed to have fun. Controls whether the Easter egg game in Settings is disabled.
"installAppsDisabled": True or False, # Whether user installation of apps is disabled.
"installUnknownSourcesAllowed": True or False, # This field has no effect.
- "keyguardDisabled": True or False, # If true, this disables the Lock Screen (https://source.android.com/docs/core/display/multi_display/lock-screen) for primary and/or secondary displays.
+ "keyguardDisabled": True or False, # If true, this disables the Lock Screen (https://source.android.com/docs/core/display/multi_display/lock-screen) for primary and/or secondary displays. This policy is supported only in dedicated device management mode.
"keyguardDisabledFeatures": [ # Disabled keyguard customizations, such as widgets.
"A String",
],
@@ -1319,6 +1321,7 @@ Method Details
},
],
"personalPlayStoreMode": "A String", # Used together with personalApplications to control how apps in the personal profile are allowed or blocked.
+ "privateSpacePolicy": "A String", # Optional. Controls whether a private space is allowed on the device.
"screenCaptureDisabled": True or False, # If true, screen capture is disabled for all users.
},
"playStoreMode": "A String", # This mode controls which apps are available to the user in the Play Store and the behavior on the device when apps are removed from the policy.
@@ -1627,7 +1630,7 @@ Method Details
"funDisabled": True or False, # Whether the user is allowed to have fun. Controls whether the Easter egg game in Settings is disabled.
"installAppsDisabled": True or False, # Whether user installation of apps is disabled.
"installUnknownSourcesAllowed": True or False, # This field has no effect.
- "keyguardDisabled": True or False, # If true, this disables the Lock Screen (https://source.android.com/docs/core/display/multi_display/lock-screen) for primary and/or secondary displays.
+ "keyguardDisabled": True or False, # If true, this disables the Lock Screen (https://source.android.com/docs/core/display/multi_display/lock-screen) for primary and/or secondary displays. This policy is supported only in dedicated device management mode.
"keyguardDisabledFeatures": [ # Disabled keyguard customizations, such as widgets.
"A String",
],
@@ -1748,6 +1751,7 @@ Method Details
},
],
"personalPlayStoreMode": "A String", # Used together with personalApplications to control how apps in the personal profile are allowed or blocked.
+ "privateSpacePolicy": "A String", # Optional. Controls whether a private space is allowed on the device.
"screenCaptureDisabled": True or False, # If true, screen capture is disabled for all users.
},
"playStoreMode": "A String", # This mode controls which apps are available to the user in the Play Store and the behavior on the device when apps are removed from the policy.
diff --git a/googleapiclient/discovery_cache/documents/androidmanagement.v1.json b/googleapiclient/discovery_cache/documents/androidmanagement.v1.json
index a21f091549..d2a8664726 100644
--- a/googleapiclient/discovery_cache/documents/androidmanagement.v1.json
+++ b/googleapiclient/discovery_cache/documents/androidmanagement.v1.json
@@ -1168,7 +1168,7 @@
}
}
},
-"revision": "20241120",
+"revision": "20241204",
"rootUrl": "https://androidmanagement.googleapis.com/",
"schemas": {
"AdbShellCommandEvent": {
@@ -4815,6 +4815,20 @@ false
],
"type": "string"
},
+"privateSpacePolicy": {
+"description": "Optional. Controls whether a private space is allowed on the device.",
+"enum": [
+"PRIVATE_SPACE_POLICY_UNSPECIFIED",
+"PRIVATE_SPACE_ALLOWED",
+"PRIVATE_SPACE_DISALLOWED"
+],
+"enumDescriptions": [
+"Unspecified. Defaults to PRIVATE_SPACE_ALLOWED.",
+"Users can create a private space profile.",
+"Users cannot create a private space profile. Supported only for company-owned devices with a work profile. Caution: Any existing private space will be removed."
+],
+"type": "string"
+},
"screenCaptureDisabled": {
"description": "If true, screen capture is disabled for all users.",
"type": "boolean"
@@ -5093,7 +5107,7 @@ false
"type": "boolean"
},
"keyguardDisabled": {
-"description": "If true, this disables the Lock Screen (https://source.android.com/docs/core/display/multi_display/lock-screen) for primary and/or secondary displays.",
+"description": "If true, this disables the Lock Screen (https://source.android.com/docs/core/display/multi_display/lock-screen) for primary and/or secondary displays. This policy is supported only in dedicated device management mode.",
"type": "boolean"
},
"keyguardDisabledFeatures": {
@@ -6626,11 +6640,13 @@ false
"description": "Required. Wi-Fi roaming mode for the specified SSID.",
"enum": [
"WIFI_ROAMING_MODE_UNSPECIFIED",
+"WIFI_ROAMING_DISABLED",
"WIFI_ROAMING_DEFAULT",
"WIFI_ROAMING_AGGRESSIVE"
],
"enumDescriptions": [
"Unspecified. Defaults to WIFI_ROAMING_DEFAULT.",
+"Wi-Fi roaming is disabled. Supported on Android 15 and above on fully managed devices and work profiles on company-owned devices. A nonComplianceDetail with MANAGEMENT_MODE is reported for other management modes. A nonComplianceDetail with API_LEVEL is reported if the Android version is less than 15.",
"Default Wi-Fi roaming mode of the device.",
"Aggressive roaming mode which allows quicker Wi-Fi roaming. Supported on Android 15 and above on fully managed devices and work profiles on company-owned devices. A nonComplianceDetail with MANAGEMENT_MODE is reported for other management modes. A nonComplianceDetail with API_LEVEL is reported if the Android version is less than 15. A nonComplianceDetail with DEVICE_INCOMPATIBLE is reported if the device does not support aggressive roaming mode."
],