Skip to content

Commit

Permalink
Load 'state' and 'last_seen' posture rule input fields into the postu…
Browse files Browse the repository at this point in the history
…re rule schema
  • Loading branch information
Tyler Stanish committed Jan 8, 2025
1 parent 3a3c3de commit 8e559af
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -383,6 +383,8 @@ func convertInputToSchema(input cloudflare.DevicePostureRuleInput) []map[string]
"overall": input.Overall,
"sensor_config": input.SensorConfig,
"version_operator": input.VersionOperator,
"state": input.State,
"last_seen": input.LastSeen,
"count_operator": input.CountOperator,
"issue_count": input.IssueCount,
"certificate_id": input.CertificateID,
Expand Down

0 comments on commit 8e559af

Please sign in to comment.