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
"memoryInfo": { # Information about device memory and storage. # Memory information. This information is only available if memoryInfoEnabled is true in the device's policy.
298
+
"memoryInfo": { # Information about device memory and storage. # Memory information: contains information about device memory and storage.
299
299
"totalInternalStorage": "A String", # Total internal storage on device in bytes.
300
300
"totalRam": "A String", # Total RAM on device in bytes.
"memoryInfo": { # Information about device memory and storage. # Memory information. This information is only available if memoryInfoEnabled is true in the device's policy.
600
+
"memoryInfo": { # Information about device memory and storage. # Memory information: contains information about device memory and storage.
601
601
"totalInternalStorage": "A String", # Total internal storage on device in bytes.
602
602
"totalRam": "A String", # Total RAM on device in bytes.
"memoryInfo": { # Information about device memory and storage. # Memory information. This information is only available if memoryInfoEnabled is true in the device's policy.
860
+
"memoryInfo": { # Information about device memory and storage. # Memory information: contains information about device memory and storage.
861
861
"totalInternalStorage": "A String", # Total internal storage on device in bytes.
862
862
"totalRam": "A String", # Total RAM on device in bytes.
"memoryInfo": { # Information about device memory and storage. # Memory information. This information is only available if memoryInfoEnabled is true in the device's policy.
1102
+
"memoryInfo": { # Information about device memory and storage. # Memory information: contains information about device memory and storage.
1103
1103
"totalInternalStorage": "A String", # Total internal storage on device in bytes.
1104
1104
"totalRam": "A String", # Total RAM on device in bytes.
Copy file name to clipboardExpand all lines: docs/dyn/androidmanagement_v1.enterprises.policies.html
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -422,7 +422,7 @@ <h3>Method Details</h3>
422
422
"deviceSettingsEnabled": True or False, # Whether device settings reporting is enabled.
423
423
"displayInfoEnabled": True or False, # Whether displays reporting is enabled. Report data is not available for personally owned devices with work profiles.
424
424
"hardwareStatusEnabled": True or False, # Whether hardware status reporting is enabled. Report data is not available for personally owned devices with work profiles.
425
-
"memoryInfoEnabled": True or False, # Whether memory reporting is enabled.
425
+
"memoryInfoEnabled": True or False, # Whether memory event reporting is enabled.
426
426
"networkInfoEnabled": True or False, # Whether network info reporting is enabled.
427
427
"powerManagementEventsEnabled": True or False, # Whether power management event reporting is enabled. Report data is not available for personally owned devices with work profiles.
428
428
"softwareInfoEnabled": True or False, # Whether software info reporting is enabled.
@@ -773,7 +773,7 @@ <h3>Method Details</h3>
773
773
"deviceSettingsEnabled": True or False, # Whether device settings reporting is enabled.
774
774
"displayInfoEnabled": True or False, # Whether displays reporting is enabled. Report data is not available for personally owned devices with work profiles.
775
775
"hardwareStatusEnabled": True or False, # Whether hardware status reporting is enabled. Report data is not available for personally owned devices with work profiles.
776
-
"memoryInfoEnabled": True or False, # Whether memory reporting is enabled.
776
+
"memoryInfoEnabled": True or False, # Whether memory event reporting is enabled.
777
777
"networkInfoEnabled": True or False, # Whether network info reporting is enabled.
778
778
"powerManagementEventsEnabled": True or False, # Whether power management event reporting is enabled. Report data is not available for personally owned devices with work profiles.
779
779
"softwareInfoEnabled": True or False, # Whether software info reporting is enabled.
@@ -1130,7 +1130,7 @@ <h3>Method Details</h3>
1130
1130
"deviceSettingsEnabled": True or False, # Whether device settings reporting is enabled.
1131
1131
"displayInfoEnabled": True or False, # Whether displays reporting is enabled. Report data is not available for personally owned devices with work profiles.
1132
1132
"hardwareStatusEnabled": True or False, # Whether hardware status reporting is enabled. Report data is not available for personally owned devices with work profiles.
1133
-
"memoryInfoEnabled": True or False, # Whether memory reporting is enabled.
1133
+
"memoryInfoEnabled": True or False, # Whether memory event reporting is enabled.
1134
1134
"networkInfoEnabled": True or False, # Whether network info reporting is enabled.
1135
1135
"powerManagementEventsEnabled": True or False, # Whether power management event reporting is enabled. Report data is not available for personally owned devices with work profiles.
1136
1136
"softwareInfoEnabled": True or False, # Whether software info reporting is enabled.
@@ -1470,7 +1470,7 @@ <h3>Method Details</h3>
1470
1470
"deviceSettingsEnabled": True or False, # Whether device settings reporting is enabled.
1471
1471
"displayInfoEnabled": True or False, # Whether displays reporting is enabled. Report data is not available for personally owned devices with work profiles.
1472
1472
"hardwareStatusEnabled": True or False, # Whether hardware status reporting is enabled. Report data is not available for personally owned devices with work profiles.
1473
-
"memoryInfoEnabled": True or False, # Whether memory reporting is enabled.
1473
+
"memoryInfoEnabled": True or False, # Whether memory event reporting is enabled.
1474
1474
"networkInfoEnabled": True or False, # Whether network info reporting is enabled.
1475
1475
"powerManagementEventsEnabled": True or False, # Whether power management event reporting is enabled. Report data is not available for personally owned devices with work profiles.
1476
1476
"softwareInfoEnabled": True or False, # Whether software info reporting is enabled.
"description": "Memory information. This information is only available if memoryInfoEnabled is true in the device's policy."
1834
+
"description": "Memory information: contains information about device memory and storage."
1835
1835
},
1836
1836
"name": {
1837
1837
"description": "The name of the device in the form enterprises/{enterpriseId}/devices/{deviceId}.",
@@ -3040,9 +3040,9 @@
3040
3040
"The password must contain alphabetic (or symbol) characters.This, when applied on personally owned work profile devices on Android 12 device-scoped, will be treated as COMPLEXITY_HIGH for application. See PasswordQuality for details.",
3041
3041
"The password must contain both numeric and alphabetic (or symbol) characters.This, when applied on personally owned work profile devices on Android 12 device-scoped, will be treated as COMPLEXITY_HIGH for application. See PasswordQuality for details.",
3042
3042
"The password must meet the minimum requirements specified in passwordMinimumLength, passwordMinimumLetters, passwordMinimumSymbols, etc. For example, if passwordMinimumSymbols is 2, the password must contain at least two symbols.This, when applied on personally owned work profile devices on Android 12 device-scoped, will be treated as COMPLEXITY_HIGH for application. In this case, the requirements in passwordMinimumLength, passwordMinimumLetters, passwordMinimumSymbols, etc are not applied. See PasswordQuality for details.",
3043
-
"Password satisfies one of the following: pattern PIN with repeating (4444) or ordered (1234, 4321, 2468) sequencesEnforcement varies among different Android versions, management modes and password scopes. See PasswordQuality for details.",
3044
-
"Password satisfies one of the following: PIN with no repeating (4444) or ordered (1234, 4321, 2468) sequences, length at least 4 alphabetic, length at least 4 alphanumeric, length at least 4Enforcement varies among different Android versions, management modes and password scopes. See PasswordQuality for details.",
3045
-
"Password satisfies one of the following:On Android 12 and above: PIN with no repeating (4444) or ordered (1234, 4321, 2468) sequences, length at least 8 alphabetic, length at least 6 alphanumeric, length at least 6Enforcement varies among different Android versions, management modes and password scopes. See PasswordQuality for details."
3043
+
"Define the low password complexity band as: pattern PIN with repeating (4444) or ordered (1234, 4321, 2468) sequencesThis sets the minimum complexity band which the password must meet.Enforcement varies among different Android versions, management modes and password scopes. See PasswordQuality for details.",
3044
+
"Define the medium password complexity band as: PIN with no repeating (4444) or ordered (1234, 4321, 2468) sequences, length at least 4 alphabetic, length at least 4 alphanumeric, length at least 4This sets the minimum complexity band which the password must meet.Enforcement varies among different Android versions, management modes and password scopes. See PasswordQuality for details.",
3045
+
"Define the high password complexity band as:On Android 12 and above: PIN with no repeating (4444) or ordered (1234, 4321, 2468) sequences, length at least 8 alphabetic, length at least 6 alphanumeric, length at least 6This sets the minimum complexity band which the password must meet.Enforcement varies among different Android versions, management modes and password scopes. See PasswordQuality for details."
3046
3046
],
3047
3047
"type": "string"
3048
3048
},
@@ -4037,7 +4037,7 @@
4037
4037
"type": "boolean"
4038
4038
},
4039
4039
"memoryInfoEnabled": {
4040
-
"description": "Whether memory reporting is enabled.",
4040
+
"description": "Whether memory event reporting is enabled.",
0 commit comments