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
## Deleted keys were detected in the following stable discovery artifacts:
baremetalsolution v2 355e7c6
dataproc v1 4592dcb
dialogflow v2 a534b6a
displayvideo v1 2d529a8
ondemandscanning v1 8f554cc
## Deleted keys were detected in the following pre-stable discovery artifacts:
cloudidentity v1beta1 9443852
ondemandscanning v1beta1 8f554cc
## Discovery Artifact Change Summary:
feat(androidmanagement): update the api 1e8afff
feat(apigee): update the api 0f73a4a
feat(baremetalsolution): update the api 355e7c6
feat(cloudidentity): update the api 9443852
feat(cloudresourcemanager): update the api 324fcf1
feat(cloudsearch): update the api 2bf29de
feat(compute): update the api 40b5fd6
feat(containeranalysis): update the api e2c58b5
feat(dataproc): update the api 4592dcb
feat(dialogflow): update the api a534b6a
feat(displayvideo): update the api 2d529a8
feat(ondemandscanning): update the api 8f554cc
feat(recaptchaenterprise): update the api 122a226
feat(securitycenter): update the api 130c317
feat(servicemanagement): update the api 5dbe3b6
feat(servicenetworking): update the api d207c0d
feat(vmmigration): update the api 82a4625
Copy file name to clipboardExpand all lines: docs/dyn/androidmanagement_v1.enterprises.devices.html
+52Lines changed: 52 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -192,6 +192,7 @@ <h3>Method Details</h3>
192
192
"passwordQuality": "A String", # The required password quality.
193
193
"passwordScope": "A String", # The scope that the password requirement applies to.
194
194
"requirePasswordUnlock": "A String", # The length of time after a device or work profile is unlocked using a strong form of authentication (password, PIN, pattern) that it can be unlocked using any other authentication method (e.g. fingerprint, trust agents, face). After the specified time period elapses, only strong forms of authentication can be used to unlock the device or work profile.
195
+
"unifiedLockSettings": "A String", # Controls whether a unified lock is allowed for the device and the work profile, on devices running Android 9 and above with a work profile. This can be set only if password_scope is set to SCOPE_PROFILE, the policy will be rejected otherwise. If user has not set a separate work lock and this field is set to REQUIRE_SEPARATE_WORK_LOCK, a NonComplianceDetail is reported with nonComplianceReason set to USER_ACTION.
195
196
},
196
197
],
197
198
"appliedPolicyName": "A String", # The name of the policy currently applied to the device.
@@ -321,6 +322,15 @@ <h3>Method Details</h3>
321
322
"nonComplianceReason": "A String", # The reason the device is not in compliance with the setting.
322
323
"packageName": "A String", # The package name indicating which app is out of compliance, if applicable.
323
324
"settingName": "A String", # The name of the policy setting. This is the JSON field name of a top-level Policy field.
325
+
"specificNonComplianceContext": { # Additional context for SpecificNonComplianceReason. # Additional context for specific_non_compliance_reason.
326
+
"oncWifiContext": { # Additional context for non-compliance related to Wi-Fi configuration. # Additional context for non-compliance related to Wi-Fi configuration. See ONC_WIFI_INVALID_VALUE.
327
+
"wifiGuid": "A String", # The guid of non-compliant Wi-Fi configuration.
328
+
},
329
+
"passwordPoliciesContext": { # Additional context for non-compliance related to password policies. # Additional context for non-compliance related to password policies. See PASSWORD_POLICIES_PASSWORD_EXPIRED, and PASSWORD_POLICIES_PASSWORD_NOT_SUFFICIENT.
330
+
"passwordPolicyScope": "A String", # The scope of non-compliant password.
331
+
},
332
+
},
333
+
"specificNonComplianceReason": "A String", # The policy-specific reason the device is not in compliance with the setting.
324
334
},
325
335
],
326
336
"ownership": "A String", # Ownership of the managed device.
@@ -389,6 +399,18 @@ <h3>Method Details</h3>
389
399
The object takes the form of:
390
400
391
401
{ # A command.
402
+
"clearAppsDataParams": { # Parameters associated with the CLEAR_APP_DATA command to clear the data of specified apps from the device. # Parameters for the CLEAR_APP_DATA command to clear the data of specified apps from the device. See ClearAppsDataParams. If this is set, then it is suggested that type should not be set. In this case, the server automatically sets it to CLEAR_APP_DATA. It is also acceptable to explicitly set type to CLEAR_APP_DATA.
403
+
"packageNames": [ # The package names of the apps whose data will be cleared when the command is executed.
404
+
"A String",
405
+
],
406
+
},
407
+
"clearAppsDataStatus": { # Status of the CLEAR_APP_DATA command to clear the data of specified apps from the device. # Output only. Status of the CLEAR_APP_DATA command to clear the data of specified apps from the device. See ClearAppsDataStatus.
408
+
"results": { # The per-app results, a mapping from package names to the respective clearing result.
409
+
"a_key": { # The result of an attempt to clear the data of a single app.
410
+
"clearingResult": "A String", # The result of an attempt to clear the data of a single app.
411
+
},
412
+
},
413
+
},
392
414
"createTime": "A String", # The timestamp at which the command was created. The timestamp is automatically generated by the server.
393
415
"duration": "A String", # The duration for which the command is valid. The command will expire if not executed by the device during this time. The default duration if unspecified is ten minutes. There is no maximum duration.
394
416
"errorCode": "A String", # If the command failed, an error code explaining the failure. This is not set when the command is cancelled by the caller.
@@ -495,6 +517,7 @@ <h3>Method Details</h3>
495
517
"passwordQuality": "A String", # The required password quality.
496
518
"passwordScope": "A String", # The scope that the password requirement applies to.
497
519
"requirePasswordUnlock": "A String", # The length of time after a device or work profile is unlocked using a strong form of authentication (password, PIN, pattern) that it can be unlocked using any other authentication method (e.g. fingerprint, trust agents, face). After the specified time period elapses, only strong forms of authentication can be used to unlock the device or work profile.
520
+
"unifiedLockSettings": "A String", # Controls whether a unified lock is allowed for the device and the work profile, on devices running Android 9 and above with a work profile. This can be set only if password_scope is set to SCOPE_PROFILE, the policy will be rejected otherwise. If user has not set a separate work lock and this field is set to REQUIRE_SEPARATE_WORK_LOCK, a NonComplianceDetail is reported with nonComplianceReason set to USER_ACTION.
498
521
},
499
522
],
500
523
"appliedPolicyName": "A String", # The name of the policy currently applied to the device.
@@ -624,6 +647,15 @@ <h3>Method Details</h3>
624
647
"nonComplianceReason": "A String", # The reason the device is not in compliance with the setting.
625
648
"packageName": "A String", # The package name indicating which app is out of compliance, if applicable.
626
649
"settingName": "A String", # The name of the policy setting. This is the JSON field name of a top-level Policy field.
650
+
"specificNonComplianceContext": { # Additional context for SpecificNonComplianceReason. # Additional context for specific_non_compliance_reason.
651
+
"oncWifiContext": { # Additional context for non-compliance related to Wi-Fi configuration. # Additional context for non-compliance related to Wi-Fi configuration. See ONC_WIFI_INVALID_VALUE.
652
+
"wifiGuid": "A String", # The guid of non-compliant Wi-Fi configuration.
653
+
},
654
+
"passwordPoliciesContext": { # Additional context for non-compliance related to password policies. # Additional context for non-compliance related to password policies. See PASSWORD_POLICIES_PASSWORD_EXPIRED, and PASSWORD_POLICIES_PASSWORD_NOT_SUFFICIENT.
655
+
"passwordPolicyScope": "A String", # The scope of non-compliant password.
656
+
},
657
+
},
658
+
"specificNonComplianceReason": "A String", # The policy-specific reason the device is not in compliance with the setting.
627
659
},
628
660
],
629
661
"ownership": "A String", # Ownership of the managed device.
@@ -756,6 +788,7 @@ <h3>Method Details</h3>
756
788
"passwordQuality": "A String", # The required password quality.
757
789
"passwordScope": "A String", # The scope that the password requirement applies to.
758
790
"requirePasswordUnlock": "A String", # The length of time after a device or work profile is unlocked using a strong form of authentication (password, PIN, pattern) that it can be unlocked using any other authentication method (e.g. fingerprint, trust agents, face). After the specified time period elapses, only strong forms of authentication can be used to unlock the device or work profile.
791
+
"unifiedLockSettings": "A String", # Controls whether a unified lock is allowed for the device and the work profile, on devices running Android 9 and above with a work profile. This can be set only if password_scope is set to SCOPE_PROFILE, the policy will be rejected otherwise. If user has not set a separate work lock and this field is set to REQUIRE_SEPARATE_WORK_LOCK, a NonComplianceDetail is reported with nonComplianceReason set to USER_ACTION.
759
792
},
760
793
],
761
794
"appliedPolicyName": "A String", # The name of the policy currently applied to the device.
@@ -885,6 +918,15 @@ <h3>Method Details</h3>
885
918
"nonComplianceReason": "A String", # The reason the device is not in compliance with the setting.
886
919
"packageName": "A String", # The package name indicating which app is out of compliance, if applicable.
887
920
"settingName": "A String", # The name of the policy setting. This is the JSON field name of a top-level Policy field.
921
+
"specificNonComplianceContext": { # Additional context for SpecificNonComplianceReason. # Additional context for specific_non_compliance_reason.
922
+
"oncWifiContext": { # Additional context for non-compliance related to Wi-Fi configuration. # Additional context for non-compliance related to Wi-Fi configuration. See ONC_WIFI_INVALID_VALUE.
923
+
"wifiGuid": "A String", # The guid of non-compliant Wi-Fi configuration.
924
+
},
925
+
"passwordPoliciesContext": { # Additional context for non-compliance related to password policies. # Additional context for non-compliance related to password policies. See PASSWORD_POLICIES_PASSWORD_EXPIRED, and PASSWORD_POLICIES_PASSWORD_NOT_SUFFICIENT.
926
+
"passwordPolicyScope": "A String", # The scope of non-compliant password.
927
+
},
928
+
},
929
+
"specificNonComplianceReason": "A String", # The policy-specific reason the device is not in compliance with the setting.
888
930
},
889
931
],
890
932
"ownership": "A String", # Ownership of the managed device.
@@ -999,6 +1041,7 @@ <h3>Method Details</h3>
999
1041
"passwordQuality": "A String", # The required password quality.
1000
1042
"passwordScope": "A String", # The scope that the password requirement applies to.
1001
1043
"requirePasswordUnlock": "A String", # The length of time after a device or work profile is unlocked using a strong form of authentication (password, PIN, pattern) that it can be unlocked using any other authentication method (e.g. fingerprint, trust agents, face). After the specified time period elapses, only strong forms of authentication can be used to unlock the device or work profile.
1044
+
"unifiedLockSettings": "A String", # Controls whether a unified lock is allowed for the device and the work profile, on devices running Android 9 and above with a work profile. This can be set only if password_scope is set to SCOPE_PROFILE, the policy will be rejected otherwise. If user has not set a separate work lock and this field is set to REQUIRE_SEPARATE_WORK_LOCK, a NonComplianceDetail is reported with nonComplianceReason set to USER_ACTION.
1002
1045
},
1003
1046
],
1004
1047
"appliedPolicyName": "A String", # The name of the policy currently applied to the device.
@@ -1128,6 +1171,15 @@ <h3>Method Details</h3>
1128
1171
"nonComplianceReason": "A String", # The reason the device is not in compliance with the setting.
1129
1172
"packageName": "A String", # The package name indicating which app is out of compliance, if applicable.
1130
1173
"settingName": "A String", # The name of the policy setting. This is the JSON field name of a top-level Policy field.
1174
+
"specificNonComplianceContext": { # Additional context for SpecificNonComplianceReason. # Additional context for specific_non_compliance_reason.
1175
+
"oncWifiContext": { # Additional context for non-compliance related to Wi-Fi configuration. # Additional context for non-compliance related to Wi-Fi configuration. See ONC_WIFI_INVALID_VALUE.
1176
+
"wifiGuid": "A String", # The guid of non-compliant Wi-Fi configuration.
1177
+
},
1178
+
"passwordPoliciesContext": { # Additional context for non-compliance related to password policies. # Additional context for non-compliance related to password policies. See PASSWORD_POLICIES_PASSWORD_EXPIRED, and PASSWORD_POLICIES_PASSWORD_NOT_SUFFICIENT.
1179
+
"passwordPolicyScope": "A String", # The scope of non-compliant password.
1180
+
},
1181
+
},
1182
+
"specificNonComplianceReason": "A String", # The policy-specific reason the device is not in compliance with the setting.
1131
1183
},
1132
1184
],
1133
1185
"ownership": "A String", # Ownership of the managed device.
0 commit comments