From 8c98978d435efc37763ab2b98633df08e27c4cf8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Filip=20=C5=9Al=C4=99zak?= Date: Wed, 24 Jun 2026 12:34:11 +0200 Subject: [PATCH] Update posture.proto --- enterprise/v2/posture/posture.proto | 2 ++ 1 file changed, 2 insertions(+) diff --git a/enterprise/v2/posture/posture.proto b/enterprise/v2/posture/posture.proto index ed7e8d4..fa4022c 100644 --- a/enterprise/v2/posture/posture.proto +++ b/enterprise/v2/posture/posture.proto @@ -52,6 +52,8 @@ message DevicePostureData { StringCheck linux_kernel_version = 10; // Android and macOS only BoolCheck device_integrity = 11; + // Android only: Security patch level date string (e.g. "2026-06-05"). + StringCheck android_security_patch_date = 12; } message DevicePostureCheckRequest {