kibana/api_docs/beats_management.json
Stacey Gammon 8ee9c3abc4
Fix a bunch of bugs with APIDocs system (#99589) (#100417)
* Remove custom code, add in a hack

* remove artifical limit

* Fix arrow functions in interfaces not having children

* Update docs

* Update api docs after merge from master

* update api docs after merge from master

* update api docs
# Conflicts:
#	api_docs/core.json
#	api_docs/data.json
#	api_docs/data_index_patterns.json
#	api_docs/deprecations.mdx
#	api_docs/features.json
#	api_docs/licensing.json
#	api_docs/reporting.json
#	api_docs/spaces.json
2021-05-20 16:11:31 -04:00

72 lines
No EOL
1.7 KiB
JSON

{
"id": "beatsManagement",
"client": {
"classes": [],
"functions": [],
"interfaces": [],
"enums": [],
"misc": [],
"objects": []
},
"server": {
"classes": [],
"functions": [],
"interfaces": [],
"enums": [],
"misc": [],
"objects": []
},
"common": {
"classes": [],
"functions": [],
"interfaces": [],
"enums": [],
"misc": [
{
"parentPluginId": "beatsManagement",
"id": "def-common.BeatsManagementConfigType",
"type": "Type",
"tags": [],
"label": "BeatsManagementConfigType",
"description": [],
"signature": [
"{ readonly enabled: boolean; readonly defaultUserRoles: string[]; readonly encryptionKey: string; readonly enrollmentTokensTtlInSeconds: number; }"
],
"source": {
"path": "x-pack/plugins/beats_management/common/index.ts",
"lineNumber": 23
},
"deprecated": false,
"initialIsOpen": false
}
],
"objects": [
{
"parentPluginId": "beatsManagement",
"id": "def-common.beatsManagementConfigSchema",
"type": "Object",
"tags": [],
"label": "beatsManagementConfigSchema",
"description": [],
"signature": [
"ObjectType",
"<{ enabled: ",
"Type",
"<boolean>; defaultUserRoles: ",
"Type",
"<string[]>; encryptionKey: ",
"Type",
"<string>; enrollmentTokensTtlInSeconds: ",
"Type",
"<number>; }>"
],
"source": {
"path": "x-pack/plugins/beats_management/common/index.ts",
"lineNumber": 12
},
"deprecated": false,
"initialIsOpen": false
}
]
}
}