|
1010 | 1010 | ],
|
1011 | 1011 | "parameters": {
|
1012 | 1012 | "name": {
|
1013 |
| - "description": "The name of the web app in the form enterprises/{enterpriseId}/webApp/{packageName}.", |
| 1013 | + "description": "The name of the web app in the form enterprises/{enterpriseId}/webApps/{packageName}.", |
1014 | 1014 | "location": "path",
|
1015 | 1015 | "pattern": "^enterprises/[^/]+/webApps/[^/]+$",
|
1016 | 1016 | "required": true,
|
|
1202 | 1202 | }
|
1203 | 1203 | }
|
1204 | 1204 | },
|
1205 |
| - "revision": "20250306", |
| 1205 | + "revision": "20250428", |
1206 | 1206 | "rootUrl": "https://androidmanagement.googleapis.com/",
|
1207 | 1207 | "schemas": {
|
1208 | 1208 | "AdbShellCommandEvent": {
|
|
2000 | 2000 | },
|
2001 | 2001 | "type": "object"
|
2002 | 2002 | },
|
| 2003 | + "BackupServiceToggledEvent": { |
| 2004 | + "description": "An admin has enabled or disabled backup service.", |
| 2005 | + "id": "BackupServiceToggledEvent", |
| 2006 | + "properties": { |
| 2007 | + "adminPackageName": { |
| 2008 | + "description": "Package name of the admin app requesting the change.", |
| 2009 | + "type": "string" |
| 2010 | + }, |
| 2011 | + "adminUserId": { |
| 2012 | + "description": "User ID of the admin app from the which the change was requested.", |
| 2013 | + "format": "int32", |
| 2014 | + "type": "integer" |
| 2015 | + }, |
| 2016 | + "backupServiceState": { |
| 2017 | + "description": "Whether the backup service is enabled", |
| 2018 | + "enum": [ |
| 2019 | + "BACKUP_SERVICE_STATE_UNSPECIFIED", |
| 2020 | + "BACKUP_SERVICE_DISABLED", |
| 2021 | + "BACKUP_SERVICE_ENABLED" |
| 2022 | + ], |
| 2023 | + "enumDescriptions": [ |
| 2024 | + "No value is set", |
| 2025 | + "Backup service is enabled", |
| 2026 | + "Backup service is disabled" |
| 2027 | + ], |
| 2028 | + "type": "string" |
| 2029 | + } |
| 2030 | + }, |
| 2031 | + "type": "object" |
| 2032 | + }, |
2003 | 2033 | "BatchUsageLogEvents": {
|
2004 | 2034 | "description": "Batched event logs of events from the device.",
|
2005 | 2035 | "id": "BatchUsageLogEvents",
|
|
2767 | 2797 | "description": "Covers controls for device connectivity such as Wi-Fi, USB data access, keyboard/mouse connections, and more.",
|
2768 | 2798 | "id": "DeviceConnectivityManagement",
|
2769 | 2799 | "properties": {
|
| 2800 | + "bluetoothSharing": { |
| 2801 | + "description": "Optional. Controls whether Bluetooth sharing is allowed.", |
| 2802 | + "enum": [ |
| 2803 | + "BLUETOOTH_SHARING_UNSPECIFIED", |
| 2804 | + "BLUETOOTH_SHARING_ALLOWED", |
| 2805 | + "BLUETOOTH_SHARING_DISALLOWED" |
| 2806 | + ], |
| 2807 | + "enumDescriptions": [ |
| 2808 | + "Unspecified. Defaults to BLUETOOTH_SHARING_DISALLOWED on work profiles and BLUETOOTH_SHARING_ALLOWED on fully managed devices.", |
| 2809 | + "Bluetooth sharing is allowed.Supported on Android 8 and above. A NonComplianceDetail with API_LEVEL is reported on work profiles if the Android version is less than 8.", |
| 2810 | + "Bluetooth sharing is disallowed.Supported on Android 8 and above. A NonComplianceDetail with API_LEVEL is reported on fully managed devices if the Android version is less than 8." |
| 2811 | + ], |
| 2812 | + "type": "string" |
| 2813 | + }, |
2770 | 2814 | "configureWifi": {
|
2771 | 2815 | "description": "Controls Wi-Fi configuring privileges. Based on the option set, user will have either full or limited or no control in configuring Wi-Fi networks.",
|
2772 | 2816 | "enum": [
|
|
3204 | 3248 | "A notification sent when a device issues a status report.",
|
3205 | 3249 | "A notification sent when a device command has completed.",
|
3206 | 3250 | "A notification sent when device sends BatchUsageLogEvents.",
|
3207 |
| - "A notification sent when an enterprise is upgraded.Note: This feature is not generally available." |
| 3251 | + "A notification sent for an enterprise upgrade. An enterprise upgrade is a process that upgrades a managed Google Play Accounts enterprise to a managed Google domain." |
3208 | 3252 | ],
|
3209 | 3253 | "type": "string"
|
3210 | 3254 | },
|
|
3297 | 3341 | },
|
3298 | 3342 | "type": "object"
|
3299 | 3343 | },
|
| 3344 | + "EnterpriseUpgradeEvent": { |
| 3345 | + "description": "An event sent for an enterprise upgrade. An enterprise upgrade is a process that upgrades a managed Google Play Accounts enterprise to a managed Google domain.", |
| 3346 | + "id": "EnterpriseUpgradeEvent", |
| 3347 | + "properties": { |
| 3348 | + "enterprise": { |
| 3349 | + "description": "The name of upgraded enterprise in the format \"enterprises/{enterprise}\"", |
| 3350 | + "type": "string" |
| 3351 | + }, |
| 3352 | + "upgradeState": { |
| 3353 | + "description": "Output only. The upgrade state of the enterprise.", |
| 3354 | + "enum": [ |
| 3355 | + "UPGRADE_STATE_UNSPECIFIED", |
| 3356 | + "UPGRADE_STATE_SUCCEEDED" |
| 3357 | + ], |
| 3358 | + "enumDescriptions": [ |
| 3359 | + "Unspecified. This value is not used.", |
| 3360 | + "The upgrade has succeeded." |
| 3361 | + ], |
| 3362 | + "readOnly": true, |
| 3363 | + "type": "string" |
| 3364 | + } |
| 3365 | + }, |
| 3366 | + "type": "object" |
| 3367 | + }, |
3300 | 3368 | "ExtensionConfig": {
|
3301 | 3369 | "description": "Configuration to enable an app as an extension app, with the capability of interacting with Android Device Policy offline. For Android versions 11 and above, extension apps are exempt from battery restrictions so will not be placed into the restricted App Standby Bucket (https://developer.android.com/topic/performance/appstandby#restricted-bucket). Extensions apps are also protected against users clearing their data or force-closing the application, although admins can continue to use the clear app data command on extension apps if needed for Android 11 and above.",
|
3302 | 3370 | "id": "ExtensionConfig",
|
|
4888 | 4956 | },
|
4889 | 4957 | "type": "array"
|
4890 | 4958 | },
|
| 4959 | + "bluetoothSharing": { |
| 4960 | + "description": "Optional. Whether bluetooth sharing is allowed.", |
| 4961 | + "enum": [ |
| 4962 | + "BLUETOOTH_SHARING_UNSPECIFIED", |
| 4963 | + "BLUETOOTH_SHARING_ALLOWED", |
| 4964 | + "BLUETOOTH_SHARING_DISALLOWED" |
| 4965 | + ], |
| 4966 | + "enumDescriptions": [ |
| 4967 | + "Unspecified. Defaults to BLUETOOTH_SHARING_ALLOWED.", |
| 4968 | + "Bluetooth sharing is allowed on personal profile.Supported on Android 8 and above. A NonComplianceDetail with MANAGEMENT_MODE is reported if this is set for a personal device.", |
| 4969 | + "Bluetooth sharing is disallowed on personal profile.Supported on Android 8 and above. A NonComplianceDetail with API_LEVEL is reported if the Android version is less than 8. A NonComplianceDetail with MANAGEMENT_MODE is reported if this is set for a personal device." |
| 4970 | + ], |
| 4971 | + "type": "string" |
| 4972 | + }, |
4891 | 4973 | "cameraDisabled": {
|
4892 | 4974 | "description": "If true, the camera is disabled on the personal profile.",
|
4893 | 4975 | "type": "boolean"
|
|
6385 | 6467 | "$ref": "AppProcessStartEvent",
|
6386 | 6468 | "description": "An app process was started. Part of SECURITY_LOGS."
|
6387 | 6469 | },
|
| 6470 | + "backupServiceToggledEvent": { |
| 6471 | + "$ref": "BackupServiceToggledEvent", |
| 6472 | + "description": "An admin has enabled or disabled backup service. Part of SECURITY_LOGS." |
| 6473 | + }, |
6388 | 6474 | "certAuthorityInstalledEvent": {
|
6389 | 6475 | "$ref": "CertAuthorityInstalledEvent",
|
6390 | 6476 | "description": "A new root certificate was installed into the system's trusted credential storage. Part of SECURITY_LOGS."
|
|
6457 | 6543 | "STOP_LOST_MODE_USER_ATTEMPT",
|
6458 | 6544 | "LOST_MODE_OUTGOING_PHONE_CALL",
|
6459 | 6545 | "LOST_MODE_LOCATION",
|
6460 |
| - "ENROLLMENT_COMPLETE" |
| 6546 | + "ENROLLMENT_COMPLETE", |
| 6547 | + "BACKUP_SERVICE_TOGGLED" |
6461 | 6548 | ],
|
6462 | 6549 | "enumDescriptions": [
|
6463 | 6550 | "This value is not used",
|
|
6491 | 6578 | "Indicates stopLostModeUserAttemptEvent has been set.",
|
6492 | 6579 | "Indicates lostModeOutgoingPhoneCallEvent has been set.",
|
6493 | 6580 | "Indicates lostModeLocationEvent has been set.",
|
6494 |
| - "Indicates enrollment_complete_event has been set." |
| 6581 | + "Indicates enrollment_complete_event has been set.", |
| 6582 | + "Indicates backupServiceToggledEvent has been set." |
6495 | 6583 | ],
|
6496 | 6584 | "type": "string"
|
6497 | 6585 | },
|
|
0 commit comments