mirror of
https://github.com/restic/restic.git
synced 2025-10-09 15:30:24 +00:00
Update vendored dependencies
This includes github.com/kurin/blazer 0.2.0, which resolves #1291
This commit is contained in:
10
vendor/google.golang.org/api/androidmanagement/v1/androidmanagement-api.json
generated
vendored
10
vendor/google.golang.org/api/androidmanagement/v1/androidmanagement-api.json
generated
vendored
@@ -1148,7 +1148,7 @@
|
||||
"type": "string"
|
||||
},
|
||||
"installationFailureReason": {
|
||||
"description": "If package_name is set and the non-compliance reason is APP_NOT_INSTALLED, the detailed reason the app cannot be installed.",
|
||||
"description": "If package_name is set and the non-compliance reason is APP_NOT_INSTALLED or APP_NOT_UPDATED, the detailed reason the app cannot be installed or updated.",
|
||||
"enum": [
|
||||
"INSTALLATION_FAILURE_REASON_UNSPECIFIED",
|
||||
"INSTALLATION_FAILURE_REASON_UNKNOWN",
|
||||
@@ -1476,14 +1476,16 @@
|
||||
"enumDescriptions": [
|
||||
"This value is ignored.",
|
||||
"Don't allow other admins to change the password again until the user has entered it.",
|
||||
"Don't ask for user credentials on device boot."
|
||||
"Don't ask for user credentials on device boot.",
|
||||
"Lock the device after password reset."
|
||||
],
|
||||
"type": "array",
|
||||
"items": {
|
||||
"enum": [
|
||||
"RESET_PASSWORD_FLAG_UNSPECIFIED",
|
||||
"REQUIRE_ENTRY",
|
||||
"DO_NOT_ASK_CREDENTIALS_ON_BOOT"
|
||||
"DO_NOT_ASK_CREDENTIALS_ON_BOOT",
|
||||
"LOCK_NOW"
|
||||
],
|
||||
"type": "string"
|
||||
}
|
||||
@@ -2250,7 +2252,7 @@
|
||||
"id": "HardwareStatus"
|
||||
}
|
||||
},
|
||||
"revision": "20170911",
|
||||
"revision": "20170918",
|
||||
"basePath": "",
|
||||
"icons": {
|
||||
"x32": "http://www.google.com/images/icons/product/search-32.gif",
|
||||
|
5
vendor/google.golang.org/api/androidmanagement/v1/androidmanagement-gen.go
generated
vendored
5
vendor/google.golang.org/api/androidmanagement/v1/androidmanagement-gen.go
generated
vendored
@@ -385,6 +385,7 @@ type Command struct {
|
||||
// again until the user has entered it.
|
||||
// "DO_NOT_ASK_CREDENTIALS_ON_BOOT" - Don't ask for user credentials
|
||||
// on device boot.
|
||||
// "LOCK_NOW" - Lock the device after password reset.
|
||||
ResetPasswordFlags []string `json:"resetPasswordFlags,omitempty"`
|
||||
|
||||
// Type: The type of the command.
|
||||
@@ -1370,8 +1371,8 @@ type NonComplianceDetail struct {
|
||||
FieldPath string `json:"fieldPath,omitempty"`
|
||||
|
||||
// InstallationFailureReason: If package_name is set and the
|
||||
// non-compliance reason is APP_NOT_INSTALLED, the detailed reason the
|
||||
// app cannot be installed.
|
||||
// non-compliance reason is APP_NOT_INSTALLED or APP_NOT_UPDATED, the
|
||||
// detailed reason the app cannot be installed or updated.
|
||||
//
|
||||
// Possible values:
|
||||
// "INSTALLATION_FAILURE_REASON_UNSPECIFIED" - This value is
|
||||
|
Reference in New Issue
Block a user