provider

package
v0.0.3-pre Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 30, 2021 License: MPL-2.0 Imports: 12 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func New

func New(version string) func() *schema.Provider

Types

type KibanaEnrollmentKeyDetails

type KibanaEnrollmentKeyDetails struct {
	Item struct {
		ApiKey string `json:"api_key"`
	}
}

type KibanaEnrollmentKeyList

type KibanaEnrollmentKeyList struct {
	List []struct {
		Id       string `json:"id"`
		PolicyId string `json:"policy_id"`
	} `json:"list"`
}

type KibanaFleetAgentPolicies

type KibanaFleetAgentPolicies struct {
	Items []struct {
		Id   string `json:"id"`
		Name string `json:"name"`
	} `json:"items"`
}

type KibanaFleetPackagePolicy

type KibanaFleetPackagePolicy struct {
	Name        string   `json:"name"`
	Description string   `json:"description"`
	Namespace   string   `json:"namespace"`
	PolicyId    string   `json:"policy_id"`
	Enabled     bool     `json:"enabled"`
	OutputId    string   `json:"output_id"`
	Inputs      []string `json:"inputs"`
	Package     struct {
		Name    string `json:"name"`
		Title   string `json:"title"`
		Version string `json:"version"`
	} `json:"package"`
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL