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 1640896 commit c448de9Copy full SHA for c448de9
sysdig/internal/client/v2/model.go
@@ -1090,8 +1090,8 @@ type SilenceRule struct {
1090
1091
type AgentAccessKey struct {
1092
ID int `json:"id,omitempty"`
1093
- Reservation int `json:"agentReservation"`
1094
- Limit int `json:"agentLimit"`
+ Reservation int `json:"agentReservation,omitempty"`
+ Limit int `json:"agentLimit,omitempty"`
1095
TeamID int `json:"teamId,omitempty"`
1096
AgentAccessKey string `json:"accessKey,omitempty"`
1097
Metadata map[string]string `json:"metadata,omitempty"`
0 commit comments