You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: fleetpkg.go
+13-4Lines changed: 13 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -288,13 +288,22 @@ type DeploymentModes struct {
288
288
289
289
// Options specific to the Agentless deployment mode. This mode is used in offerings where the Elastic Agents running these policies are fully managed for the user.
Organizationstring`json:"organization,omitempty" yaml:"organization,omitempty"`// The responsible organization of the integration. This is used to tag the agentless agent deployments for monitoring.
293
-
Divisionstring`json:"division,omitempty" yaml:"division,omitempty"`// The division responsible for the integration. This is used to tag the agentless agent deployments for monitoring.
294
-
Teamstring`json:"team,omitempty" yaml:"team,omitempty"`// The team responsible for the integration. This is used to tag the agentless agent deployments for monitoring.
IsDefault*bool`json:"is_default,omitempty" yaml:"is_default,omitempty"`// On policy templates that support multiple deployment modes, this setting can be set to true to use agentless mode by default.
293
+
Organizationstring`json:"organization,omitempty" yaml:"organization,omitempty"`// The responsible organization of the integration. This is used to tag the agentless agent deployments for monitoring.
294
+
Divisionstring`json:"division,omitempty" yaml:"division,omitempty"`// The division responsible for the integration. This is used to tag the agentless agent deployments for monitoring.
295
+
Teamstring`json:"team,omitempty" yaml:"team,omitempty"`// The team responsible for the integration. This is used to tag the agentless agent deployments for monitoring.
296
+
Resources*AgentlessResources`json:"resources,omitempty" yaml:"resources,omitempty"`// The computing resources specifications for the Agentless deployment.
Typestring`json:"type,omitempty" yaml:"type,omitempty"`// Describes who owns the package and the level of support that is provided. Value may be elastic, partner, or community.
0 commit comments