kibana/api_docs/beats_management.json
Stacey Gammon 044c725c71
Fix a bunch of bugs with APIDocs system (#99589)
* 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
2021-05-20 13:22:41 -04:00

72 lines
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
}
]
}
}