We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9626096 commit 663d0d1Copy full SHA for 663d0d1
sysdig/internal/client/v2/model_posture_control.go
@@ -18,7 +18,7 @@ type PostureControl struct {
18
ID string `json:"id"`
19
Name string `json:"name"`
20
Description string `json:"description"`
21
- ResourceKind string `json:"resourceKind"`
+ ResourceKind string `json:"resourceKindDisplayName"`
22
Severity string `json:"severity"`
23
Rego string `json:"rego"`
24
RemediationDetails string `json:"remediationDetails"`
0 commit comments