From 05f7bba2e30d8c42707efa1c9a10d98d2bde54d7 Mon Sep 17 00:00:00 2001 From: Yoshi Automation Date: Tue, 2 Apr 2024 07:08:19 +0000 Subject: [PATCH] feat(alertcenter): update the api #### alertcenter:v1beta1 The following keys were added: - schemas.DeviceManagementRule.properties.ownerId.type (Total Keys: 1) - schemas.DeviceManagementRule.properties.ruleAction.type (Total Keys: 1) --- .../discovery_cache/documents/alertcenter.v1beta1.json | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/googleapiclient/discovery_cache/documents/alertcenter.v1beta1.json b/googleapiclient/discovery_cache/documents/alertcenter.v1beta1.json index 9e4f2f4580..a3a78c0f34 100644 --- a/googleapiclient/discovery_cache/documents/alertcenter.v1beta1.json +++ b/googleapiclient/discovery_cache/documents/alertcenter.v1beta1.json @@ -423,7 +423,7 @@ } } }, -"revision": "20240318", +"revision": "20240325", "rootUrl": "https://alertcenter.googleapis.com/", "schemas": { "AbuseDetected": { @@ -1181,10 +1181,18 @@ "description": "Required for iOS, empty for others.", "type": "string" }, +"ownerId": { +"description": "Obfuscated ID of the owner of the device", +"type": "string" +}, "resourceId": { "description": "The device resource ID.", "type": "string" }, +"ruleAction": { +"description": "Action taken as result of the rule", +"type": "string" +}, "serialNumber": { "description": "The serial number of the device.", "type": "string"