File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -78,7 +78,7 @@ type AgentPolicy struct {
7878 UnenrollTimeout int `json:"unenroll_timeout,omitempty"`
7979 InactivityTImeout int `json:"inactivity_timeout,omitempty"`
8080 AgentFeatures []map [string ]interface {} `json:"agent_features,omitempty"`
81- Overrides [] map [string ]interface {} `json:"overrides,omitempty"`
81+ Overrides map [string ]interface {} `json:"overrides,omitempty"`
8282 IsProtected bool `json:"is_protected"`
8383}
8484
@@ -111,7 +111,7 @@ type AgentPolicyUpdateRequest struct {
111111 UnenrollTimeout int `json:"unenroll_timeout,omitempty"`
112112 InactivityTImeout int `json:"inactivity_timeout,omitempty"`
113113 AgentFeatures []map [string ]interface {} `json:"agent_features,omitempty"`
114- Overrides [] map [string ]interface {} `json:"overrides,omitempty"`
114+ Overrides map [string ]interface {} `json:"overrides,omitempty"`
115115 IsProtected * bool `json:"is_protected,omitempty"` // Optional bool for compatibility with the older pre 8.9.0 stack
116116}
117117
You can’t perform that action at this time.
0 commit comments