Skip to content

Commit

Permalink
Merge pull request #1087 from jacobbednarz/add-fields-for-device-post…
Browse files Browse the repository at this point in the history
…ure-rule
  • Loading branch information
jacobbednarz authored Sep 14, 2022
2 parents 482b799 + 7ca49f6 commit 128ffc7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .changelog/1087.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
```release-note:enhancement
device_posture_rule: add input fields for linux OS
```
2 changes: 2 additions & 0 deletions device_posture_rule.go
Original file line number Diff line number Diff line change
Expand Up @@ -171,6 +171,8 @@ type DevicePostureRuleInput struct {
RequireAll bool `json:"requireAll,omitempty"`
Enabled bool `json:"enabled,omitempty"`
Version string `json:"version,omitempty"`
OsDistroName string `json:"os_distro_name,omitempty"`
OsDistroRevision string `json:"os_distro_revision,omitempty"`
Operator string `json:"operator,omitempty"`
Domain string `json:"domain,omitempty"`
ComplianceStatus string `json:"compliance_status,omitempty"`
Expand Down

0 comments on commit 128ffc7

Please sign in to comment.