Skip to content

Commit

Permalink
Merge pull request #1509 from jlu-cloudflare/master
Browse files Browse the repository at this point in the history
Add support for last_seen and state for crowdstrike_s2s posture rule
  • Loading branch information
jacobbednarz committed Mar 1, 2024
2 parents 0156ecb + 29e2982 commit ac44849
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .changelog/1509.txt
@@ -0,0 +1,3 @@
```release-note:enhancement
device_posture_rule: support last_seen and state for crowdstrike_s2s posture rule
```
2 changes: 2 additions & 0 deletions device_posture_rule.go
Expand Up @@ -198,6 +198,8 @@ type DevicePostureRuleInput struct {
IsActive bool `json:"is_active,omitempty"`
EidLastSeen string `json:"eid_last_seen,omitempty"`
RiskLevel string `json:"risk_level,omitempty"`
State string `json:"state,omitempty"`
LastSeen string `json:"last_seen,omitempty"`
}

// DevicePostureRuleListResponse represents the response from the list
Expand Down

0 comments on commit ac44849

Please sign in to comment.