Skip to content

Commit

Permalink
feat(alertcenter): update the api
Browse files Browse the repository at this point in the history
#### alertcenter:v1beta1

The following keys were added:
- schemas.DeviceManagementRule.properties.ownerId.type (Total Keys: 1)
- schemas.DeviceManagementRule.properties.ruleAction.type (Total Keys: 1)
  • Loading branch information
yoshi-automation committed Apr 2, 2024
1 parent 3fa4430 commit 05f7bba
Showing 1 changed file with 9 additions and 1 deletion.
Expand Up @@ -423,7 +423,7 @@
}
}
},
"revision": "20240318",
"revision": "20240325",
"rootUrl": "https://alertcenter.googleapis.com/",
"schemas": {
"AbuseDetected": {
Expand Down Expand Up @@ -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"
Expand Down

0 comments on commit 05f7bba

Please sign in to comment.