timestamp | ISO格式的訊息時間戳記 | 字串 |
schemaVersion | 訊息的版本 | 字串 |
customer.customerId | 客戶的唯一識別碼 | 字串(通常是UUID) |
customer.parentId | 父客戶的識別碼 | 字串(通常是UUID) |
customer.resellerId | 經銷商的識別碼 | 字串(通常是UUID) |
device.deviceId | 裝置的唯一識別碼 | 字串(通常是UUID) |
device.os.osType | 作業系統的類型 | 字串(例如IOS或ANDROID) |
trigger.triggerTimeUtcMs | 觸發事件的時間戳記(以毫秒為單位)Unix時間 | 整數(64b) |
appInventory.apps | 已安裝App清單 | 物件的陣列 |
appInventory.apps[].appId | 有關已安裝App的識別碼和資訊 | 物件 |
appInventory.apps[].appId.packageName | App的套件名稱 | 字串 |
appInventory.apps[].appId.appName | App的名稱 | 字串 |
appInventory.apps[].appId.appVersion | App的版本 | 字串 |
appInventory.apps[].appId.md5 | App的MD5雜湊 | 字串 |
appInventory.apps[].appId.sha1 | App的SHA-1雜湊 | 字串 |
appInventory.apps[].appId.sha256 | App的SHA-256雜湊 | 字串 |
appInventory.apps[].category | App的類別 | 物件 |
appInventory.apps[].category.label | 類別的標籤 | 字串 |
appInventory.apps[].category.system | 指示該類別是否為系統定義 | 布林值 |
appInventory.apps[].installation | App的安裝資訊 | 物件 |
appInventory.apps[].installation.installationTimeUtcMs | App的安裝時間戳記(以毫秒為單位)Unix時間 | 整數(64b) |
appInventory.apps[].installation.installedBy | 安裝它的App的套件名稱 | 字串 |
appInventory.apps[].developer | App的開發者 | 字串 |
appInventory.apps[].threats | 與App相關的一組威脅 | 字串的陣列 |