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/cloudidentity_v1.devices.html
+12Lines changed: 12 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -161,10 +161,14 @@ <h3>Method Details</h3>
161
161
162
162
{ # A Device within the Cloud Identity Devices API. Represents a Device known to Google Cloud, independent of the device ownership, type, and whether it is assigned or in use by a user.
163
163
"androidSpecificAttributes": { # Resource representing the Android specific attributes of a Device. # Output only. Attributes specific to Android devices.
164
+
"ctsProfileMatch": True or False, # Whether the device passes Android CTS compliance.
164
165
"enabledUnknownSources": True or False, # Whether applications from unknown sources can be installed on device.
166
+
"hasPotentiallyHarmfulApps": True or False, # Whether any potentially harmful apps were detected on the device.
165
167
"ownerProfileAccount": True or False, # Whether this account is on an owner/primary profile. For phones, only true for owner profiles. Android 4+ devices can have secondary or restricted user profiles.
166
168
"ownershipPrivilege": "A String", # Ownership privileges on device.
167
169
"supportsWorkProfile": True or False, # Whether device supports Android work profiles. If false, this service will not block access to corp data even if an administrator turns on the "Enforce Work Profile" policy.
170
+
"verifiedBoot": True or False, # Whether Android verified boot status is GREEN.
171
+
"verifyAppsEnabled": True or False, # Whether Google Play Protect Verify Apps is enabled.
168
172
},
169
173
"assetTag": "A String", # Asset tag of the device.
170
174
"basebandVersion": "A String", # Output only. Baseband version of the device.
@@ -283,10 +287,14 @@ <h3>Method Details</h3>
283
287
284
288
{ # A Device within the Cloud Identity Devices API. Represents a Device known to Google Cloud, independent of the device ownership, type, and whether it is assigned or in use by a user.
285
289
"androidSpecificAttributes": { # Resource representing the Android specific attributes of a Device. # Output only. Attributes specific to Android devices.
290
+
"ctsProfileMatch": True or False, # Whether the device passes Android CTS compliance.
286
291
"enabledUnknownSources": True or False, # Whether applications from unknown sources can be installed on device.
292
+
"hasPotentiallyHarmfulApps": True or False, # Whether any potentially harmful apps were detected on the device.
287
293
"ownerProfileAccount": True or False, # Whether this account is on an owner/primary profile. For phones, only true for owner profiles. Android 4+ devices can have secondary or restricted user profiles.
288
294
"ownershipPrivilege": "A String", # Ownership privileges on device.
289
295
"supportsWorkProfile": True or False, # Whether device supports Android work profiles. If false, this service will not block access to corp data even if an administrator turns on the "Enforce Work Profile" policy.
296
+
"verifiedBoot": True or False, # Whether Android verified boot status is GREEN.
297
+
"verifyAppsEnabled": True or False, # Whether Google Play Protect Verify Apps is enabled.
290
298
},
291
299
"assetTag": "A String", # Asset tag of the device.
292
300
"basebandVersion": "A String", # Output only. Baseband version of the device.
@@ -350,10 +358,14 @@ <h3>Method Details</h3>
350
358
"devices": [ # Devices meeting the list restrictions.
351
359
{ # A Device within the Cloud Identity Devices API. Represents a Device known to Google Cloud, independent of the device ownership, type, and whether it is assigned or in use by a user.
352
360
"androidSpecificAttributes": { # Resource representing the Android specific attributes of a Device. # Output only. Attributes specific to Android devices.
361
+
"ctsProfileMatch": True or False, # Whether the device passes Android CTS compliance.
353
362
"enabledUnknownSources": True or False, # Whether applications from unknown sources can be installed on device.
363
+
"hasPotentiallyHarmfulApps": True or False, # Whether any potentially harmful apps were detected on the device.
354
364
"ownerProfileAccount": True or False, # Whether this account is on an owner/primary profile. For phones, only true for owner profiles. Android 4+ devices can have secondary or restricted user profiles.
355
365
"ownershipPrivilege": "A String", # Ownership privileges on device.
356
366
"supportsWorkProfile": True or False, # Whether device supports Android work profiles. If false, this service will not block access to corp data even if an administrator turns on the "Enforce Work Profile" policy.
367
+
"verifiedBoot": True or False, # Whether Android verified boot status is GREEN.
368
+
"verifyAppsEnabled": True or False, # Whether Google Play Protect Verify Apps is enabled.
357
369
},
358
370
"assetTag": "A String", # Asset tag of the device.
359
371
"basebandVersion": "A String", # Output only. Baseband version of the device.
"description": "Whether the device passes Android CTS compliance.",
2226
+
"type": "boolean"
2227
+
},
2224
2228
"enabledUnknownSources": {
2225
2229
"description": "Whether applications from unknown sources can be installed on device.",
2226
2230
"type": "boolean"
2227
2231
},
2232
+
"hasPotentiallyHarmfulApps": {
2233
+
"description": "Whether any potentially harmful apps were detected on the device.",
2234
+
"type": "boolean"
2235
+
},
2228
2236
"ownerProfileAccount": {
2229
2237
"description": "Whether this account is on an owner/primary profile. For phones, only true for owner profiles. Android 4+ devices can have secondary or restricted user profiles.",
2230
2238
"type": "boolean"
@@ -2248,6 +2256,14 @@
2248
2256
"supportsWorkProfile": {
2249
2257
"description": "Whether device supports Android work profiles. If false, this service will not block access to corp data even if an administrator turns on the \"Enforce Work Profile\" policy.",
2250
2258
"type": "boolean"
2259
+
},
2260
+
"verifiedBoot": {
2261
+
"description": "Whether Android verified boot status is GREEN.",
2262
+
"type": "boolean"
2263
+
},
2264
+
"verifyAppsEnabled": {
2265
+
"description": "Whether Google Play Protect Verify Apps is enabled.",
"description": "Whether the device passes Android CTS compliance.",
2949
+
"type": "boolean"
2950
+
},
2947
2951
"enabledUnknownSources": {
2948
2952
"description": "Whether applications from unknown sources can be installed on device.",
2949
2953
"type": "boolean"
2950
2954
},
2955
+
"hasPotentiallyHarmfulApps": {
2956
+
"description": "Whether any potentially harmful apps were detected on the device.",
2957
+
"type": "boolean"
2958
+
},
2951
2959
"ownerProfileAccount": {
2952
2960
"description": "Whether this account is on an owner/primary profile. For phones, only true for owner profiles. Android 4+ devices can have secondary or restricted user profiles.",
2953
2961
"type": "boolean"
@@ -2971,6 +2979,14 @@
2971
2979
"supportsWorkProfile": {
2972
2980
"description": "Whether device supports Android work profiles. If false, this service will not block access to corp data even if an administrator turns on the \"Enforce Work Profile\" policy.",
2973
2981
"type": "boolean"
2982
+
},
2983
+
"verifiedBoot": {
2984
+
"description": "Whether Android verified boot status is GREEN.",
2985
+
"type": "boolean"
2986
+
},
2987
+
"verifyAppsEnabled": {
2988
+
"description": "Whether Google Play Protect Verify Apps is enabled.",
0 commit comments