Skip to content

Commit b01eeab

Browse files
chore: Update discovery artifacts (#1814)
## 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
1 parent f1657f4 commit b01eeab

File tree

452 files changed

+10506
-2109
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

452 files changed

+10506
-2109
lines changed

docs/dyn/androidmanagement_v1.enterprises.devices.html

Lines changed: 52 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -192,6 +192,7 @@ <h3>Method Details</h3>
192192
&quot;passwordQuality&quot;: &quot;A String&quot;, # The required password quality.
193193
&quot;passwordScope&quot;: &quot;A String&quot;, # The scope that the password requirement applies to.
194194
&quot;requirePasswordUnlock&quot;: &quot;A String&quot;, # 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+
&quot;unifiedLockSettings&quot;: &quot;A String&quot;, # 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.
195196
},
196197
],
197198
&quot;appliedPolicyName&quot;: &quot;A String&quot;, # The name of the policy currently applied to the device.
@@ -321,6 +322,15 @@ <h3>Method Details</h3>
321322
&quot;nonComplianceReason&quot;: &quot;A String&quot;, # The reason the device is not in compliance with the setting.
322323
&quot;packageName&quot;: &quot;A String&quot;, # The package name indicating which app is out of compliance, if applicable.
323324
&quot;settingName&quot;: &quot;A String&quot;, # The name of the policy setting. This is the JSON field name of a top-level Policy field.
325+
&quot;specificNonComplianceContext&quot;: { # Additional context for SpecificNonComplianceReason. # Additional context for specific_non_compliance_reason.
326+
&quot;oncWifiContext&quot;: { # 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+
&quot;wifiGuid&quot;: &quot;A String&quot;, # The guid of non-compliant Wi-Fi configuration.
328+
},
329+
&quot;passwordPoliciesContext&quot;: { # 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+
&quot;passwordPolicyScope&quot;: &quot;A String&quot;, # The scope of non-compliant password.
331+
},
332+
},
333+
&quot;specificNonComplianceReason&quot;: &quot;A String&quot;, # The policy-specific reason the device is not in compliance with the setting.
324334
},
325335
],
326336
&quot;ownership&quot;: &quot;A String&quot;, # Ownership of the managed device.
@@ -389,6 +399,18 @@ <h3>Method Details</h3>
389399
The object takes the form of:
390400

391401
{ # A command.
402+
&quot;clearAppsDataParams&quot;: { # 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+
&quot;packageNames&quot;: [ # The package names of the apps whose data will be cleared when the command is executed.
404+
&quot;A String&quot;,
405+
],
406+
},
407+
&quot;clearAppsDataStatus&quot;: { # 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+
&quot;results&quot;: { # The per-app results, a mapping from package names to the respective clearing result.
409+
&quot;a_key&quot;: { # The result of an attempt to clear the data of a single app.
410+
&quot;clearingResult&quot;: &quot;A String&quot;, # The result of an attempt to clear the data of a single app.
411+
},
412+
},
413+
},
392414
&quot;createTime&quot;: &quot;A String&quot;, # The timestamp at which the command was created. The timestamp is automatically generated by the server.
393415
&quot;duration&quot;: &quot;A String&quot;, # 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.
394416
&quot;errorCode&quot;: &quot;A String&quot;, # 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>
495517
&quot;passwordQuality&quot;: &quot;A String&quot;, # The required password quality.
496518
&quot;passwordScope&quot;: &quot;A String&quot;, # The scope that the password requirement applies to.
497519
&quot;requirePasswordUnlock&quot;: &quot;A String&quot;, # 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+
&quot;unifiedLockSettings&quot;: &quot;A String&quot;, # 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.
498521
},
499522
],
500523
&quot;appliedPolicyName&quot;: &quot;A String&quot;, # The name of the policy currently applied to the device.
@@ -624,6 +647,15 @@ <h3>Method Details</h3>
624647
&quot;nonComplianceReason&quot;: &quot;A String&quot;, # The reason the device is not in compliance with the setting.
625648
&quot;packageName&quot;: &quot;A String&quot;, # The package name indicating which app is out of compliance, if applicable.
626649
&quot;settingName&quot;: &quot;A String&quot;, # The name of the policy setting. This is the JSON field name of a top-level Policy field.
650+
&quot;specificNonComplianceContext&quot;: { # Additional context for SpecificNonComplianceReason. # Additional context for specific_non_compliance_reason.
651+
&quot;oncWifiContext&quot;: { # 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+
&quot;wifiGuid&quot;: &quot;A String&quot;, # The guid of non-compliant Wi-Fi configuration.
653+
},
654+
&quot;passwordPoliciesContext&quot;: { # 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+
&quot;passwordPolicyScope&quot;: &quot;A String&quot;, # The scope of non-compliant password.
656+
},
657+
},
658+
&quot;specificNonComplianceReason&quot;: &quot;A String&quot;, # The policy-specific reason the device is not in compliance with the setting.
627659
},
628660
],
629661
&quot;ownership&quot;: &quot;A String&quot;, # Ownership of the managed device.
@@ -756,6 +788,7 @@ <h3>Method Details</h3>
756788
&quot;passwordQuality&quot;: &quot;A String&quot;, # The required password quality.
757789
&quot;passwordScope&quot;: &quot;A String&quot;, # The scope that the password requirement applies to.
758790
&quot;requirePasswordUnlock&quot;: &quot;A String&quot;, # 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+
&quot;unifiedLockSettings&quot;: &quot;A String&quot;, # 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.
759792
},
760793
],
761794
&quot;appliedPolicyName&quot;: &quot;A String&quot;, # The name of the policy currently applied to the device.
@@ -885,6 +918,15 @@ <h3>Method Details</h3>
885918
&quot;nonComplianceReason&quot;: &quot;A String&quot;, # The reason the device is not in compliance with the setting.
886919
&quot;packageName&quot;: &quot;A String&quot;, # The package name indicating which app is out of compliance, if applicable.
887920
&quot;settingName&quot;: &quot;A String&quot;, # The name of the policy setting. This is the JSON field name of a top-level Policy field.
921+
&quot;specificNonComplianceContext&quot;: { # Additional context for SpecificNonComplianceReason. # Additional context for specific_non_compliance_reason.
922+
&quot;oncWifiContext&quot;: { # 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+
&quot;wifiGuid&quot;: &quot;A String&quot;, # The guid of non-compliant Wi-Fi configuration.
924+
},
925+
&quot;passwordPoliciesContext&quot;: { # 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+
&quot;passwordPolicyScope&quot;: &quot;A String&quot;, # The scope of non-compliant password.
927+
},
928+
},
929+
&quot;specificNonComplianceReason&quot;: &quot;A String&quot;, # The policy-specific reason the device is not in compliance with the setting.
888930
},
889931
],
890932
&quot;ownership&quot;: &quot;A String&quot;, # Ownership of the managed device.
@@ -999,6 +1041,7 @@ <h3>Method Details</h3>
9991041
&quot;passwordQuality&quot;: &quot;A String&quot;, # The required password quality.
10001042
&quot;passwordScope&quot;: &quot;A String&quot;, # The scope that the password requirement applies to.
10011043
&quot;requirePasswordUnlock&quot;: &quot;A String&quot;, # 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+
&quot;unifiedLockSettings&quot;: &quot;A String&quot;, # 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.
10021045
},
10031046
],
10041047
&quot;appliedPolicyName&quot;: &quot;A String&quot;, # The name of the policy currently applied to the device.
@@ -1128,6 +1171,15 @@ <h3>Method Details</h3>
11281171
&quot;nonComplianceReason&quot;: &quot;A String&quot;, # The reason the device is not in compliance with the setting.
11291172
&quot;packageName&quot;: &quot;A String&quot;, # The package name indicating which app is out of compliance, if applicable.
11301173
&quot;settingName&quot;: &quot;A String&quot;, # The name of the policy setting. This is the JSON field name of a top-level Policy field.
1174+
&quot;specificNonComplianceContext&quot;: { # Additional context for SpecificNonComplianceReason. # Additional context for specific_non_compliance_reason.
1175+
&quot;oncWifiContext&quot;: { # 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+
&quot;wifiGuid&quot;: &quot;A String&quot;, # The guid of non-compliant Wi-Fi configuration.
1177+
},
1178+
&quot;passwordPoliciesContext&quot;: { # 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+
&quot;passwordPolicyScope&quot;: &quot;A String&quot;, # The scope of non-compliant password.
1180+
},
1181+
},
1182+
&quot;specificNonComplianceReason&quot;: &quot;A String&quot;, # The policy-specific reason the device is not in compliance with the setting.
11311183
},
11321184
],
11331185
&quot;ownership&quot;: &quot;A String&quot;, # Ownership of the managed device.

0 commit comments

Comments
 (0)