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 0edd6bd
Showing 1 changed file with 1 addition and 0 deletions.
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 0edd6bd

Please sign in to comment.