diff --git a/.changelog/1126.txt b/.changelog/1126.txt new file mode 100644 index 000000000..b6620125f --- /dev/null +++ b/.changelog/1126.txt @@ -0,0 +1,3 @@ +```release-note:enhancement +device_posture_rule: add input fields crowdstrike +``` diff --git a/device_posture_rule.go b/device_posture_rule.go index e38280f29..288d5a2e5 100644 --- a/device_posture_rule.go +++ b/device_posture_rule.go @@ -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"`