Skip to content

Commit

Permalink
Merge pull request #1126 from suhrit-cf/master
Browse files Browse the repository at this point in the history
Adding new Input attribute used for Crowdstrike S2S
  • Loading branch information
jacobbednarz committed Nov 18, 2022
2 parents 62c306b + 74d9a1e commit f2353ec
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .changelog/1126.txt
@@ -0,0 +1,3 @@
```release-note:enhancement
device_posture_rule: add input fields crowdstrike
```
4 changes: 4 additions & 0 deletions device_posture_rule.go
Expand Up @@ -171,6 +171,10 @@ type DevicePostureRuleInput struct {
RequireAll bool `json:"requireAll,omitempty"`
Enabled bool `json:"enabled,omitempty"`
Version string `json:"version,omitempty"`
VersionOperator string `json:"versionOperator,omitempty"`
Overall string `json:"overall,omitempty"`
SensorConfig string `json:"sensor_config,omitempty"`
Os string `json:"os,omitempty"`
OsDistroName string `json:"os_distro_name,omitempty"`
OsDistroRevision string `json:"os_distro_revision,omitempty"`
Operator string `json:"operator,omitempty"`
Expand Down

0 comments on commit f2353ec

Please sign in to comment.