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 (Total Keys: 9)
  • Loading branch information
yoshi-automation committed Feb 6, 2024
1 parent d312099 commit 99e21a2
Showing 1 changed file with 36 additions and 1 deletion.
Expand Up @@ -423,7 +423,7 @@
}
}
},
"revision": "20240115",
"revision": "20240129",
"rootUrl": "https://alertcenter.googleapis.com/",
"schemas": {
"AbuseDetected": {
Expand Down Expand Up @@ -1157,6 +1157,41 @@
},
"type": "object"
},
"DeviceManagementRule": {
"description": "Alerts from Device Management Rules configured by Admin.",
"id": "DeviceManagementRule",
"properties": {
"deviceId": {
"description": "Required. The device ID.",
"type": "string"
},
"deviceModel": {
"description": "The model of the device.",
"type": "string"
},
"deviceType": {
"description": "The type of the device.",
"type": "string"
},
"email": {
"description": "The email of the user this alert was created for.",
"type": "string"
},
"iosVendorId": {
"description": "Required for iOS, empty for others.",
"type": "string"
},
"resourceId": {
"description": "The device resource ID.",
"type": "string"
},
"serialNumber": {
"description": "The serial number of the device.",
"type": "string"
}
},
"type": "object"
},
"DlpRuleViolation": {
"description": "Alerts that get triggered on violations of Data Loss Prevention (DLP) rules.",
"id": "DlpRuleViolation",
Expand Down

0 comments on commit 99e21a2

Please sign in to comment.