Skip to content

Commit

Permalink
Merge pull request #1268 from suhrit-cf/master
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobbednarz committed May 2, 2023
2 parents 20a45ed + 17b7591 commit 59bbea3
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .changelog/1268.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
```release-note:enhancement
device_posture_rule: add input fields tanium, intune and kolide
```
4 changes: 4 additions & 0 deletions device_posture_rule.go
Original file line number Diff line number Diff line change
Expand Up @@ -182,6 +182,10 @@ type DevicePostureRuleInput struct {
Domain string `json:"domain,omitempty"`
ComplianceStatus string `json:"compliance_status,omitempty"`
ConnectionID string `json:"connection_id,omitempty"`
IssueCount string `json:"issue_count,omitempty"`
CountOperator string `json:"countOperator,omitempty"`
TotalScore string `json:"total_score,omitempty"`
ScoreOperator string `json:"scoreOperator,omitempty"`
}

// DevicePostureRuleListResponse represents the response from the list
Expand Down

0 comments on commit 59bbea3

Please sign in to comment.