Skip to content

Commit

Permalink
add status resources counters to PostureControlSummary
Browse files Browse the repository at this point in the history
  • Loading branch information
Bezalel Brandwine committed Oct 28, 2021
1 parent 1d60a7f commit 2802848
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions armotypes/posturetypes.go
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,11 @@ type PostureControlSummary struct {
ControlGUID string `json:"guid"`
Name string `json:"name"`
AffectedResourcesCount int `json:"affectedResourcesCount"`
FailedResourcesCount int `json:"failedResourcesCount"`
WarningResourcesCount int `json:"warningResourcesCount"`
PreviousAffectedResourcesCount int `json:"previousAffectedResourcesCount"`
PreviousFailedResourcesCount int `json:"previousFailedResourcesCount"`
PreviousWarningResourcesCount int `json:"previousWarningResourcesCount"`
Framework string `json:"frameworkName"`
Remediation string `json:"remediation"`
Status int `json:"status"`
Expand Down

0 comments on commit 2802848

Please sign in to comment.