From 0edd6bd4ba2a1acb2d2c0f0377ada3a0963d4c62 Mon Sep 17 00:00:00 2001 From: Dawson Hensel Date: Mon, 23 Sep 2024 16:12:15 -0700 Subject: [PATCH] Add support for SentinelOne posture check operational_state field --- device_posture_rule.go | 1 + 1 file changed, 1 insertion(+) diff --git a/device_posture_rule.go b/device_posture_rule.go index fc4e0657a510..9d44526ed8c5 100644 --- a/device_posture_rule.go +++ b/device_posture_rule.go @@ -196,6 +196,7 @@ type DevicePostureRuleInput struct { NetworkStatus string `json:"network_status,omitempty"` Infected *bool `json:"infected,omitempty"` IsActive *bool `json:"is_active,omitempty"` + OperationalState *string `json:"operational_state,omitempty"` EidLastSeen string `json:"eid_last_seen,omitempty"` RiskLevel string `json:"risk_level,omitempty"` State string `json:"state,omitempty"`