Skip to content

Commit

Permalink
Add support for SentinelOne posture check operational_state field
Browse files Browse the repository at this point in the history
  • Loading branch information
da-cf committed Sep 23, 2024
1 parent 75b5cdc commit 563b922
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .changelog/3234.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
```release-note:enhancement
device_posture_rule: support operational_state for sentinelone_s2s posture rule
```
1 change: 1 addition & 0 deletions device_posture_rule.go
Original file line number Diff line number Diff line change
Expand Up @@ -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"`
Expand Down

0 comments on commit 563b922

Please sign in to comment.