kb-cloud-client-typescript 2.3.0-alpha.175 → 2.3.0-alpha.176
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/adminapi/api.d.ts +2 -0
- package/dist/adminapi/api.d.ts.map +1 -1
- package/dist/adminapi/api.js +2 -0
- package/dist/adminapi/api.js.map +1 -1
- package/dist/adminapi/apis/account-api.d.ts +568 -0
- package/dist/adminapi/apis/account-api.d.ts.map +1 -1
- package/dist/adminapi/apis/account-api.js +636 -0
- package/dist/adminapi/apis/account-api.js.map +1 -1
- package/dist/adminapi/apis/elasticsearch-api.d.ts +1221 -0
- package/dist/adminapi/apis/elasticsearch-api.d.ts.map +1 -0
- package/dist/adminapi/apis/elasticsearch-api.js +1332 -0
- package/dist/adminapi/apis/elasticsearch-api.js.map +1 -0
- package/dist/adminapi/apis/hive-api.d.ts +334 -0
- package/dist/adminapi/apis/hive-api.d.ts.map +1 -0
- package/dist/adminapi/apis/hive-api.js +382 -0
- package/dist/adminapi/apis/hive-api.js.map +1 -0
- package/dist/adminapi/apis/kafka-api.d.ts +286 -0
- package/dist/adminapi/apis/kafka-api.d.ts.map +1 -1
- package/dist/adminapi/apis/kafka-api.js +318 -0
- package/dist/adminapi/apis/kafka-api.js.map +1 -1
- package/dist/adminapi/apis/shared-api.d.ts +1787 -46
- package/dist/adminapi/apis/shared-api.d.ts.map +1 -1
- package/dist/adminapi/apis/shared-api.js +2060 -156
- package/dist/adminapi/apis/shared-api.js.map +1 -1
- package/dist/adminapi/models/esput-security-user-request.d.ts +63 -0
- package/dist/adminapi/models/esput-security-user-request.d.ts.map +1 -0
- package/dist/adminapi/models/esput-security-user-request.js +16 -0
- package/dist/adminapi/models/esput-security-user-request.js.map +1 -0
- package/dist/adminapi/models/essecurity-application-privileges.d.ts +37 -0
- package/dist/adminapi/models/essecurity-application-privileges.d.ts.map +1 -0
- package/dist/adminapi/models/essecurity-application-privileges.js +16 -0
- package/dist/adminapi/models/essecurity-application-privileges.js.map +1 -0
- package/dist/adminapi/models/essecurity-field-security.d.ts +31 -0
- package/dist/adminapi/models/essecurity-field-security.d.ts.map +1 -0
- package/dist/adminapi/models/essecurity-field-security.js +16 -0
- package/dist/adminapi/models/essecurity-field-security.js.map +1 -0
- package/dist/adminapi/models/essecurity-index-privileges.d.ts +50 -0
- package/dist/adminapi/models/essecurity-index-privileges.d.ts.map +1 -0
- package/dist/adminapi/models/essecurity-index-privileges.js +16 -0
- package/dist/adminapi/models/essecurity-index-privileges.js.map +1 -0
- package/dist/adminapi/models/essecurity-password-request.d.ts +25 -0
- package/dist/adminapi/models/essecurity-password-request.d.ts.map +1 -0
- package/dist/adminapi/models/essecurity-password-request.js +16 -0
- package/dist/adminapi/models/essecurity-password-request.js.map +1 -0
- package/dist/adminapi/models/essecurity-remote-cluster-privileges.d.ts +31 -0
- package/dist/adminapi/models/essecurity-remote-cluster-privileges.d.ts.map +1 -0
- package/dist/adminapi/models/essecurity-remote-cluster-privileges.js +16 -0
- package/dist/adminapi/models/essecurity-remote-cluster-privileges.js.map +1 -0
- package/dist/adminapi/models/essecurity-remote-index-privileges.d.ts +56 -0
- package/dist/adminapi/models/essecurity-remote-index-privileges.d.ts.map +1 -0
- package/dist/adminapi/models/essecurity-remote-index-privileges.js +16 -0
- package/dist/adminapi/models/essecurity-remote-index-privileges.js.map +1 -0
- package/dist/adminapi/models/essecurity-role-descriptor.d.ts +97 -0
- package/dist/adminapi/models/essecurity-role-descriptor.d.ts.map +1 -0
- package/dist/adminapi/models/essecurity-role-descriptor.js +16 -0
- package/dist/adminapi/models/essecurity-role-descriptor.js.map +1 -0
- package/dist/adminapi/models/essecurity-role-mapping.d.ts +54 -0
- package/dist/adminapi/models/essecurity-role-mapping.d.ts.map +1 -0
- package/dist/adminapi/models/essecurity-role-mapping.js +16 -0
- package/dist/adminapi/models/essecurity-role-mapping.js.map +1 -0
- package/dist/adminapi/models/essecurity-role-template-format.d.ts +22 -0
- package/dist/adminapi/models/essecurity-role-template-format.d.ts.map +1 -0
- package/dist/adminapi/models/essecurity-role-template-format.js +26 -0
- package/dist/adminapi/models/essecurity-role-template-format.js.map +1 -0
- package/dist/adminapi/models/essecurity-role-template.d.ts +34 -0
- package/dist/adminapi/models/essecurity-role-template.d.ts.map +1 -0
- package/dist/adminapi/models/essecurity-role-template.js +16 -0
- package/dist/adminapi/models/essecurity-role-template.js.map +1 -0
- package/dist/adminapi/models/essecurity-user.d.ts +51 -0
- package/dist/adminapi/models/essecurity-user.d.ts.map +1 -0
- package/dist/adminapi/models/essecurity-user.js +16 -0
- package/dist/adminapi/models/essecurity-user.js.map +1 -0
- package/dist/adminapi/models/index.d.ts +12 -0
- package/dist/adminapi/models/index.d.ts.map +1 -1
- package/dist/adminapi/models/index.js +12 -0
- package/dist/adminapi/models/index.js.map +1 -1
- package/dist/openapi/apis/elasticsearch-api.d.ts +53 -53
- package/dist/openapi/apis/elasticsearch-api.d.ts.map +1 -1
- package/dist/openapi/apis/elasticsearch-api.js +8 -8
- package/dist/openapi/apis/elasticsearch-api.js.map +1 -1
- package/dist/openapi/apis/shared-api.d.ts +53 -53
- package/dist/openapi/apis/shared-api.d.ts.map +1 -1
- package/dist/openapi/apis/shared-api.js +8 -8
- package/dist/openapi/apis/shared-api.js.map +1 -1
- package/dist/openapi/models/{put-security-user-request.d.ts → esput-security-user-request.d.ts} +14 -14
- package/dist/openapi/models/esput-security-user-request.d.ts.map +1 -0
- package/dist/openapi/models/{security-password-request.js → esput-security-user-request.js} +1 -1
- package/dist/openapi/models/esput-security-user-request.js.map +1 -0
- package/dist/openapi/models/{security-application-privileges.d.ts → essecurity-application-privileges.d.ts} +6 -6
- package/dist/openapi/models/essecurity-application-privileges.d.ts.map +1 -0
- package/dist/openapi/models/{security-application-privileges.js → essecurity-application-privileges.js} +1 -1
- package/dist/openapi/models/essecurity-application-privileges.js.map +1 -0
- package/dist/openapi/models/{security-field-security.d.ts → essecurity-field-security.d.ts} +5 -5
- package/dist/openapi/models/essecurity-field-security.d.ts.map +1 -0
- package/dist/openapi/models/{security-index-privileges.js → essecurity-field-security.js} +1 -1
- package/dist/openapi/models/essecurity-field-security.js.map +1 -0
- package/dist/openapi/models/{security-index-privileges.d.ts → essecurity-index-privileges.d.ts} +12 -12
- package/dist/openapi/models/essecurity-index-privileges.d.ts.map +1 -0
- package/dist/openapi/models/essecurity-index-privileges.js +16 -0
- package/dist/openapi/models/essecurity-index-privileges.js.map +1 -0
- package/dist/openapi/models/{security-password-request.d.ts → essecurity-password-request.d.ts} +4 -4
- package/dist/openapi/models/essecurity-password-request.d.ts.map +1 -0
- package/dist/openapi/models/essecurity-password-request.js +16 -0
- package/dist/openapi/models/essecurity-password-request.js.map +1 -0
- package/dist/openapi/models/{security-remote-cluster-privileges.d.ts → essecurity-remote-cluster-privileges.d.ts} +5 -5
- package/dist/openapi/models/essecurity-remote-cluster-privileges.d.ts.map +1 -0
- package/dist/openapi/models/essecurity-remote-cluster-privileges.js +16 -0
- package/dist/openapi/models/essecurity-remote-cluster-privileges.js.map +1 -0
- package/dist/openapi/models/{security-remote-index-privileges.d.ts → essecurity-remote-index-privileges.d.ts} +13 -13
- package/dist/openapi/models/essecurity-remote-index-privileges.d.ts.map +1 -0
- package/dist/openapi/models/essecurity-remote-index-privileges.js +16 -0
- package/dist/openapi/models/essecurity-remote-index-privileges.js.map +1 -0
- package/dist/openapi/models/{security-role-descriptor.d.ts → essecurity-role-descriptor.d.ts} +27 -27
- package/dist/openapi/models/essecurity-role-descriptor.d.ts.map +1 -0
- package/dist/openapi/models/{put-security-user-request.js → essecurity-role-descriptor.js} +1 -1
- package/dist/openapi/models/essecurity-role-descriptor.js.map +1 -0
- package/dist/openapi/models/{security-role-mapping.d.ts → essecurity-role-mapping.d.ts} +11 -11
- package/dist/openapi/models/essecurity-role-mapping.d.ts.map +1 -0
- package/dist/openapi/models/{security-field-security.js → essecurity-role-mapping.js} +1 -1
- package/dist/openapi/models/essecurity-role-mapping.js.map +1 -0
- package/dist/openapi/models/{security-role-template-format.d.ts → essecurity-role-template-format.d.ts} +3 -3
- package/dist/openapi/models/essecurity-role-template-format.d.ts.map +1 -0
- package/dist/openapi/models/{security-role-template-format.js → essecurity-role-template-format.js} +3 -3
- package/dist/openapi/models/essecurity-role-template-format.js.map +1 -0
- package/dist/openapi/models/{security-role-template.d.ts → essecurity-role-template.d.ts} +8 -8
- package/dist/openapi/models/essecurity-role-template.d.ts.map +1 -0
- package/dist/openapi/models/{security-role-descriptor.js → essecurity-role-template.js} +1 -1
- package/dist/openapi/models/essecurity-role-template.js.map +1 -0
- package/dist/openapi/models/{security-user.d.ts → essecurity-user.d.ts} +10 -10
- package/dist/openapi/models/essecurity-user.d.ts.map +1 -0
- package/dist/openapi/models/{security-user.js → essecurity-user.js} +1 -1
- package/dist/openapi/models/essecurity-user.js.map +1 -0
- package/dist/openapi/models/index.d.ts +12 -12
- package/dist/openapi/models/index.d.ts.map +1 -1
- package/dist/openapi/models/index.js +12 -12
- package/dist/openapi/models/index.js.map +1 -1
- package/package.json +1 -1
- package/src/adminapi/.openapi-generator/FILES +14 -0
- package/src/adminapi/api.ts +2 -0
- package/src/adminapi/apis/account-api.ts +1046 -46
- package/src/adminapi/apis/elasticsearch-api.ts +2072 -0
- package/src/adminapi/apis/hive-api.ts +574 -0
- package/src/adminapi/apis/kafka-api.ts +504 -0
- package/src/adminapi/apis/shared-api.ts +3171 -169
- package/src/adminapi/models/esput-security-user-request.ts +66 -0
- package/src/adminapi/models/essecurity-application-privileges.ts +42 -0
- package/src/adminapi/models/essecurity-field-security.ts +36 -0
- package/src/adminapi/models/essecurity-index-privileges.ts +57 -0
- package/src/adminapi/models/essecurity-password-request.ts +30 -0
- package/src/adminapi/models/essecurity-remote-cluster-privileges.ts +36 -0
- package/src/adminapi/models/essecurity-remote-index-privileges.ts +63 -0
- package/src/adminapi/models/essecurity-role-descriptor.ts +102 -0
- package/src/adminapi/models/essecurity-role-mapping.ts +57 -0
- package/src/adminapi/models/essecurity-role-template-format.ts +31 -0
- package/src/adminapi/models/essecurity-role-template.ts +41 -0
- package/src/adminapi/models/essecurity-user.ts +54 -0
- package/src/adminapi/models/index.ts +12 -0
- package/src/adminapi.yaml +1419 -208
- package/src/openapi/.openapi-generator/FILES +12 -12
- package/src/openapi/apis/elasticsearch-api.ts +47 -47
- package/src/openapi/apis/shared-api.ts +52 -52
- package/src/openapi/models/{put-security-user-request.ts → esput-security-user-request.ts} +13 -13
- package/src/openapi/models/{security-application-privileges.ts → essecurity-application-privileges.ts} +5 -5
- package/src/openapi/models/{security-field-security.ts → essecurity-field-security.ts} +4 -4
- package/src/openapi/models/{security-index-privileges.ts → essecurity-index-privileges.ts} +11 -11
- package/src/openapi/models/{security-password-request.ts → essecurity-password-request.ts} +3 -3
- package/src/openapi/models/{security-remote-cluster-privileges.ts → essecurity-remote-cluster-privileges.ts} +4 -4
- package/src/openapi/models/{security-remote-index-privileges.ts → essecurity-remote-index-privileges.ts} +12 -12
- package/src/openapi/models/{security-role-descriptor.ts → essecurity-role-descriptor.ts} +26 -26
- package/src/openapi/models/{security-role-mapping.ts → essecurity-role-mapping.ts} +10 -10
- package/src/openapi/models/{security-role-template-format.ts → essecurity-role-template-format.ts} +2 -2
- package/src/openapi/models/{security-role-template.ts → essecurity-role-template.ts} +7 -7
- package/src/openapi/models/{security-user.ts → essecurity-user.ts} +9 -9
- package/src/openapi/models/index.ts +12 -12
- package/src/openapi.yaml +61 -38
- package/dist/openapi/models/put-security-user-request.d.ts.map +0 -1
- package/dist/openapi/models/put-security-user-request.js.map +0 -1
- package/dist/openapi/models/security-application-privileges.d.ts.map +0 -1
- package/dist/openapi/models/security-application-privileges.js.map +0 -1
- package/dist/openapi/models/security-field-security.d.ts.map +0 -1
- package/dist/openapi/models/security-field-security.js.map +0 -1
- package/dist/openapi/models/security-index-privileges.d.ts.map +0 -1
- package/dist/openapi/models/security-index-privileges.js.map +0 -1
- package/dist/openapi/models/security-password-request.d.ts.map +0 -1
- package/dist/openapi/models/security-password-request.js.map +0 -1
- package/dist/openapi/models/security-remote-cluster-privileges.d.ts.map +0 -1
- package/dist/openapi/models/security-remote-cluster-privileges.js +0 -16
- package/dist/openapi/models/security-remote-cluster-privileges.js.map +0 -1
- package/dist/openapi/models/security-remote-index-privileges.d.ts.map +0 -1
- package/dist/openapi/models/security-remote-index-privileges.js +0 -16
- package/dist/openapi/models/security-remote-index-privileges.js.map +0 -1
- package/dist/openapi/models/security-role-descriptor.d.ts.map +0 -1
- package/dist/openapi/models/security-role-descriptor.js.map +0 -1
- package/dist/openapi/models/security-role-mapping.d.ts.map +0 -1
- package/dist/openapi/models/security-role-mapping.js +0 -16
- package/dist/openapi/models/security-role-mapping.js.map +0 -1
- package/dist/openapi/models/security-role-template-format.d.ts.map +0 -1
- package/dist/openapi/models/security-role-template-format.js.map +0 -1
- package/dist/openapi/models/security-role-template.d.ts.map +0 -1
- package/dist/openapi/models/security-role-template.js +0 -16
- package/dist/openapi/models/security-role-template.js.map +0 -1
- package/dist/openapi/models/security-user.d.ts.map +0 -1
- package/dist/openapi/models/security-user.js.map +0 -1
|
@@ -174,6 +174,16 @@ import type { DmsTaskInfo } from '../models';
|
|
|
174
174
|
// @ts-ignore
|
|
175
175
|
import type { DmsTaskList } from '../models';
|
|
176
176
|
// @ts-ignore
|
|
177
|
+
import type { ESPutSecurityUserRequest } from '../models';
|
|
178
|
+
// @ts-ignore
|
|
179
|
+
import type { ESSecurityPasswordRequest } from '../models';
|
|
180
|
+
// @ts-ignore
|
|
181
|
+
import type { ESSecurityRoleDescriptor } from '../models';
|
|
182
|
+
// @ts-ignore
|
|
183
|
+
import type { ESSecurityRoleMapping } from '../models';
|
|
184
|
+
// @ts-ignore
|
|
185
|
+
import type { ESSecurityUser } from '../models';
|
|
186
|
+
// @ts-ignore
|
|
177
187
|
import type { EndpointList } from '../models';
|
|
178
188
|
// @ts-ignore
|
|
179
189
|
import type { Engine } from '../models';
|
|
@@ -296,8 +306,6 @@ import type { PreCheckTaskResponse } from '../models';
|
|
|
296
306
|
// @ts-ignore
|
|
297
307
|
import type { PrivilegeListItem } from '../models';
|
|
298
308
|
// @ts-ignore
|
|
299
|
-
import type { PutSecurityUserRequest } from '../models';
|
|
300
|
-
// @ts-ignore
|
|
301
309
|
import type { RbmqAccountRequest } from '../models';
|
|
302
310
|
// @ts-ignore
|
|
303
311
|
import type { RbmqAccountsList } from '../models';
|
|
@@ -336,14 +344,6 @@ import type { RoleList } from '../models';
|
|
|
336
344
|
// @ts-ignore
|
|
337
345
|
import type { RoleUpdate } from '../models';
|
|
338
346
|
// @ts-ignore
|
|
339
|
-
import type { SecurityPasswordRequest } from '../models';
|
|
340
|
-
// @ts-ignore
|
|
341
|
-
import type { SecurityRoleDescriptor } from '../models';
|
|
342
|
-
// @ts-ignore
|
|
343
|
-
import type { SecurityRoleMapping } from '../models';
|
|
344
|
-
// @ts-ignore
|
|
345
|
-
import type { SecurityUser } from '../models';
|
|
346
|
-
// @ts-ignore
|
|
347
347
|
import type { SelectiveObjectTreeNode } from '../models';
|
|
348
348
|
// @ts-ignore
|
|
349
349
|
import type { ShowDataRequest } from '../models';
|
|
@@ -967,11 +967,11 @@ export const SharedApiAxiosParamCreator = function (configuration?: Configuratio
|
|
|
967
967
|
* @param {string} orgName
|
|
968
968
|
* @param {string} clusterName
|
|
969
969
|
* @param {string} username
|
|
970
|
-
* @param {
|
|
970
|
+
* @param {ESSecurityPasswordRequest} body
|
|
971
971
|
* @param {*} [options] Override http request option.
|
|
972
972
|
* @throws {RequiredError}
|
|
973
973
|
*/
|
|
974
|
-
changeElasticsearchSecurityUserPassword: async (orgName: string, clusterName: string, username: string, body:
|
|
974
|
+
changeElasticsearchSecurityUserPassword: async (orgName: string, clusterName: string, username: string, body: ESSecurityPasswordRequest, options: RawAxiosRequestConfig = {}): Promise<RequestArgs> => {
|
|
975
975
|
// verify required parameter 'orgName' is not null or undefined
|
|
976
976
|
assertParamExists('changeElasticsearchSecurityUserPassword', 'orgName', orgName)
|
|
977
977
|
// verify required parameter 'clusterName' is not null or undefined
|
|
@@ -11117,11 +11117,11 @@ export const SharedApiAxiosParamCreator = function (configuration?: Configuratio
|
|
|
11117
11117
|
* @param {string} orgName
|
|
11118
11118
|
* @param {string} clusterName
|
|
11119
11119
|
* @param {string} roleName
|
|
11120
|
-
* @param {
|
|
11120
|
+
* @param {ESSecurityRoleDescriptor} body
|
|
11121
11121
|
* @param {*} [options] Override http request option.
|
|
11122
11122
|
* @throws {RequiredError}
|
|
11123
11123
|
*/
|
|
11124
|
-
putElasticsearchSecurityRole: async (orgName: string, clusterName: string, roleName: string, body:
|
|
11124
|
+
putElasticsearchSecurityRole: async (orgName: string, clusterName: string, roleName: string, body: ESSecurityRoleDescriptor, options: RawAxiosRequestConfig = {}): Promise<RequestArgs> => {
|
|
11125
11125
|
// verify required parameter 'orgName' is not null or undefined
|
|
11126
11126
|
assertParamExists('putElasticsearchSecurityRole', 'orgName', orgName)
|
|
11127
11127
|
// verify required parameter 'clusterName' is not null or undefined
|
|
@@ -11172,11 +11172,11 @@ export const SharedApiAxiosParamCreator = function (configuration?: Configuratio
|
|
|
11172
11172
|
* @param {string} orgName
|
|
11173
11173
|
* @param {string} clusterName
|
|
11174
11174
|
* @param {string} mappingName
|
|
11175
|
-
* @param {
|
|
11175
|
+
* @param {ESSecurityRoleMapping} body
|
|
11176
11176
|
* @param {*} [options] Override http request option.
|
|
11177
11177
|
* @throws {RequiredError}
|
|
11178
11178
|
*/
|
|
11179
|
-
putElasticsearchSecurityRoleMapping: async (orgName: string, clusterName: string, mappingName: string, body:
|
|
11179
|
+
putElasticsearchSecurityRoleMapping: async (orgName: string, clusterName: string, mappingName: string, body: ESSecurityRoleMapping, options: RawAxiosRequestConfig = {}): Promise<RequestArgs> => {
|
|
11180
11180
|
// verify required parameter 'orgName' is not null or undefined
|
|
11181
11181
|
assertParamExists('putElasticsearchSecurityRoleMapping', 'orgName', orgName)
|
|
11182
11182
|
// verify required parameter 'clusterName' is not null or undefined
|
|
@@ -11227,11 +11227,11 @@ export const SharedApiAxiosParamCreator = function (configuration?: Configuratio
|
|
|
11227
11227
|
* @param {string} orgName
|
|
11228
11228
|
* @param {string} clusterName
|
|
11229
11229
|
* @param {string} username
|
|
11230
|
-
* @param {
|
|
11230
|
+
* @param {ESPutSecurityUserRequest} body
|
|
11231
11231
|
* @param {*} [options] Override http request option.
|
|
11232
11232
|
* @throws {RequiredError}
|
|
11233
11233
|
*/
|
|
11234
|
-
putElasticsearchSecurityUser: async (orgName: string, clusterName: string, username: string, body:
|
|
11234
|
+
putElasticsearchSecurityUser: async (orgName: string, clusterName: string, username: string, body: ESPutSecurityUserRequest, options: RawAxiosRequestConfig = {}): Promise<RequestArgs> => {
|
|
11235
11235
|
// verify required parameter 'orgName' is not null or undefined
|
|
11236
11236
|
assertParamExists('putElasticsearchSecurityUser', 'orgName', orgName)
|
|
11237
11237
|
// verify required parameter 'clusterName' is not null or undefined
|
|
@@ -15302,11 +15302,11 @@ export const SharedApiFp = function(configuration?: Configuration) {
|
|
|
15302
15302
|
* @param {string} orgName
|
|
15303
15303
|
* @param {string} clusterName
|
|
15304
15304
|
* @param {string} username
|
|
15305
|
-
* @param {
|
|
15305
|
+
* @param {ESSecurityPasswordRequest} body
|
|
15306
15306
|
* @param {*} [options] Override http request option.
|
|
15307
15307
|
* @throws {RequiredError}
|
|
15308
15308
|
*/
|
|
15309
|
-
async changeElasticsearchSecurityUserPassword(orgName: string, clusterName: string, username: string, body:
|
|
15309
|
+
async changeElasticsearchSecurityUserPassword(orgName: string, clusterName: string, username: string, body: ESSecurityPasswordRequest, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<void>> {
|
|
15310
15310
|
const localVarAxiosArgs = await localVarAxiosParamCreator.changeElasticsearchSecurityUserPassword(orgName, clusterName, username, body, options);
|
|
15311
15311
|
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
15312
15312
|
const localVarOperationServerBasePath = operationServerMap['SharedApi.changeElasticsearchSecurityUserPassword']?.[localVarOperationServerIndex]?.url;
|
|
@@ -16686,7 +16686,7 @@ export const SharedApiFp = function(configuration?: Configuration) {
|
|
|
16686
16686
|
* @param {*} [options] Override http request option.
|
|
16687
16687
|
* @throws {RequiredError}
|
|
16688
16688
|
*/
|
|
16689
|
-
async getElasticsearchSecurityRole(orgName: string, clusterName: string, roleName: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<
|
|
16689
|
+
async getElasticsearchSecurityRole(orgName: string, clusterName: string, roleName: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<ESSecurityRoleDescriptor>> {
|
|
16690
16690
|
const localVarAxiosArgs = await localVarAxiosParamCreator.getElasticsearchSecurityRole(orgName, clusterName, roleName, options);
|
|
16691
16691
|
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
16692
16692
|
const localVarOperationServerBasePath = operationServerMap['SharedApi.getElasticsearchSecurityRole']?.[localVarOperationServerIndex]?.url;
|
|
@@ -16701,7 +16701,7 @@ export const SharedApiFp = function(configuration?: Configuration) {
|
|
|
16701
16701
|
* @param {*} [options] Override http request option.
|
|
16702
16702
|
* @throws {RequiredError}
|
|
16703
16703
|
*/
|
|
16704
|
-
async getElasticsearchSecurityRoleMapping(orgName: string, clusterName: string, mappingName: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<
|
|
16704
|
+
async getElasticsearchSecurityRoleMapping(orgName: string, clusterName: string, mappingName: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<ESSecurityRoleMapping>> {
|
|
16705
16705
|
const localVarAxiosArgs = await localVarAxiosParamCreator.getElasticsearchSecurityRoleMapping(orgName, clusterName, mappingName, options);
|
|
16706
16706
|
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
16707
16707
|
const localVarOperationServerBasePath = operationServerMap['SharedApi.getElasticsearchSecurityRoleMapping']?.[localVarOperationServerIndex]?.url;
|
|
@@ -16716,7 +16716,7 @@ export const SharedApiFp = function(configuration?: Configuration) {
|
|
|
16716
16716
|
* @param {*} [options] Override http request option.
|
|
16717
16717
|
* @throws {RequiredError}
|
|
16718
16718
|
*/
|
|
16719
|
-
async getElasticsearchSecurityUser(orgName: string, clusterName: string, username: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<
|
|
16719
|
+
async getElasticsearchSecurityUser(orgName: string, clusterName: string, username: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<ESSecurityUser>> {
|
|
16720
16720
|
const localVarAxiosArgs = await localVarAxiosParamCreator.getElasticsearchSecurityUser(orgName, clusterName, username, options);
|
|
16721
16721
|
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
16722
16722
|
const localVarOperationServerBasePath = operationServerMap['SharedApi.getElasticsearchSecurityUser']?.[localVarOperationServerIndex]?.url;
|
|
@@ -17449,7 +17449,7 @@ export const SharedApiFp = function(configuration?: Configuration) {
|
|
|
17449
17449
|
* @param {*} [options] Override http request option.
|
|
17450
17450
|
* @throws {RequiredError}
|
|
17451
17451
|
*/
|
|
17452
|
-
async listElasticsearchSecurityRoleMappings(orgName: string, clusterName: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<{ [key: string]:
|
|
17452
|
+
async listElasticsearchSecurityRoleMappings(orgName: string, clusterName: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<{ [key: string]: ESSecurityRoleMapping; }>> {
|
|
17453
17453
|
const localVarAxiosArgs = await localVarAxiosParamCreator.listElasticsearchSecurityRoleMappings(orgName, clusterName, options);
|
|
17454
17454
|
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
17455
17455
|
const localVarOperationServerBasePath = operationServerMap['SharedApi.listElasticsearchSecurityRoleMappings']?.[localVarOperationServerIndex]?.url;
|
|
@@ -17463,7 +17463,7 @@ export const SharedApiFp = function(configuration?: Configuration) {
|
|
|
17463
17463
|
* @param {*} [options] Override http request option.
|
|
17464
17464
|
* @throws {RequiredError}
|
|
17465
17465
|
*/
|
|
17466
|
-
async listElasticsearchSecurityRoles(orgName: string, clusterName: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<{ [key: string]:
|
|
17466
|
+
async listElasticsearchSecurityRoles(orgName: string, clusterName: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<{ [key: string]: ESSecurityRoleDescriptor; }>> {
|
|
17467
17467
|
const localVarAxiosArgs = await localVarAxiosParamCreator.listElasticsearchSecurityRoles(orgName, clusterName, options);
|
|
17468
17468
|
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
17469
17469
|
const localVarOperationServerBasePath = operationServerMap['SharedApi.listElasticsearchSecurityRoles']?.[localVarOperationServerIndex]?.url;
|
|
@@ -17477,7 +17477,7 @@ export const SharedApiFp = function(configuration?: Configuration) {
|
|
|
17477
17477
|
* @param {*} [options] Override http request option.
|
|
17478
17478
|
* @throws {RequiredError}
|
|
17479
17479
|
*/
|
|
17480
|
-
async listElasticsearchSecurityUsers(orgName: string, clusterName: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<{ [key: string]:
|
|
17480
|
+
async listElasticsearchSecurityUsers(orgName: string, clusterName: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<{ [key: string]: ESSecurityUser; }>> {
|
|
17481
17481
|
const localVarAxiosArgs = await localVarAxiosParamCreator.listElasticsearchSecurityUsers(orgName, clusterName, options);
|
|
17482
17482
|
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
17483
17483
|
const localVarOperationServerBasePath = operationServerMap['SharedApi.listElasticsearchSecurityUsers']?.[localVarOperationServerIndex]?.url;
|
|
@@ -18295,11 +18295,11 @@ export const SharedApiFp = function(configuration?: Configuration) {
|
|
|
18295
18295
|
* @param {string} orgName
|
|
18296
18296
|
* @param {string} clusterName
|
|
18297
18297
|
* @param {string} roleName
|
|
18298
|
-
* @param {
|
|
18298
|
+
* @param {ESSecurityRoleDescriptor} body
|
|
18299
18299
|
* @param {*} [options] Override http request option.
|
|
18300
18300
|
* @throws {RequiredError}
|
|
18301
18301
|
*/
|
|
18302
|
-
async putElasticsearchSecurityRole(orgName: string, clusterName: string, roleName: string, body:
|
|
18302
|
+
async putElasticsearchSecurityRole(orgName: string, clusterName: string, roleName: string, body: ESSecurityRoleDescriptor, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<void>> {
|
|
18303
18303
|
const localVarAxiosArgs = await localVarAxiosParamCreator.putElasticsearchSecurityRole(orgName, clusterName, roleName, body, options);
|
|
18304
18304
|
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
18305
18305
|
const localVarOperationServerBasePath = operationServerMap['SharedApi.putElasticsearchSecurityRole']?.[localVarOperationServerIndex]?.url;
|
|
@@ -18311,11 +18311,11 @@ export const SharedApiFp = function(configuration?: Configuration) {
|
|
|
18311
18311
|
* @param {string} orgName
|
|
18312
18312
|
* @param {string} clusterName
|
|
18313
18313
|
* @param {string} mappingName
|
|
18314
|
-
* @param {
|
|
18314
|
+
* @param {ESSecurityRoleMapping} body
|
|
18315
18315
|
* @param {*} [options] Override http request option.
|
|
18316
18316
|
* @throws {RequiredError}
|
|
18317
18317
|
*/
|
|
18318
|
-
async putElasticsearchSecurityRoleMapping(orgName: string, clusterName: string, mappingName: string, body:
|
|
18318
|
+
async putElasticsearchSecurityRoleMapping(orgName: string, clusterName: string, mappingName: string, body: ESSecurityRoleMapping, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<void>> {
|
|
18319
18319
|
const localVarAxiosArgs = await localVarAxiosParamCreator.putElasticsearchSecurityRoleMapping(orgName, clusterName, mappingName, body, options);
|
|
18320
18320
|
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
18321
18321
|
const localVarOperationServerBasePath = operationServerMap['SharedApi.putElasticsearchSecurityRoleMapping']?.[localVarOperationServerIndex]?.url;
|
|
@@ -18327,11 +18327,11 @@ export const SharedApiFp = function(configuration?: Configuration) {
|
|
|
18327
18327
|
* @param {string} orgName
|
|
18328
18328
|
* @param {string} clusterName
|
|
18329
18329
|
* @param {string} username
|
|
18330
|
-
* @param {
|
|
18330
|
+
* @param {ESPutSecurityUserRequest} body
|
|
18331
18331
|
* @param {*} [options] Override http request option.
|
|
18332
18332
|
* @throws {RequiredError}
|
|
18333
18333
|
*/
|
|
18334
|
-
async putElasticsearchSecurityUser(orgName: string, clusterName: string, username: string, body:
|
|
18334
|
+
async putElasticsearchSecurityUser(orgName: string, clusterName: string, username: string, body: ESPutSecurityUserRequest, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<void>> {
|
|
18335
18335
|
const localVarAxiosArgs = await localVarAxiosParamCreator.putElasticsearchSecurityUser(orgName, clusterName, username, body, options);
|
|
18336
18336
|
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
18337
18337
|
const localVarOperationServerBasePath = operationServerMap['SharedApi.putElasticsearchSecurityUser']?.[localVarOperationServerIndex]?.url;
|
|
@@ -20405,7 +20405,7 @@ export const SharedApiFactory = function (configuration?: Configuration, basePat
|
|
|
20405
20405
|
* @param {*} [options] Override http request option.
|
|
20406
20406
|
* @throws {RequiredError}
|
|
20407
20407
|
*/
|
|
20408
|
-
getElasticsearchSecurityRole(requestParameters: SharedApiGetElasticsearchSecurityRoleRequest, options?: RawAxiosRequestConfig): AxiosPromise<
|
|
20408
|
+
getElasticsearchSecurityRole(requestParameters: SharedApiGetElasticsearchSecurityRoleRequest, options?: RawAxiosRequestConfig): AxiosPromise<ESSecurityRoleDescriptor> {
|
|
20409
20409
|
return localVarFp.getElasticsearchSecurityRole(requestParameters.orgName, requestParameters.clusterName, requestParameters.roleName, options).then((request) => request(axios, basePath));
|
|
20410
20410
|
},
|
|
20411
20411
|
/**
|
|
@@ -20415,7 +20415,7 @@ export const SharedApiFactory = function (configuration?: Configuration, basePat
|
|
|
20415
20415
|
* @param {*} [options] Override http request option.
|
|
20416
20416
|
* @throws {RequiredError}
|
|
20417
20417
|
*/
|
|
20418
|
-
getElasticsearchSecurityRoleMapping(requestParameters: SharedApiGetElasticsearchSecurityRoleMappingRequest, options?: RawAxiosRequestConfig): AxiosPromise<
|
|
20418
|
+
getElasticsearchSecurityRoleMapping(requestParameters: SharedApiGetElasticsearchSecurityRoleMappingRequest, options?: RawAxiosRequestConfig): AxiosPromise<ESSecurityRoleMapping> {
|
|
20419
20419
|
return localVarFp.getElasticsearchSecurityRoleMapping(requestParameters.orgName, requestParameters.clusterName, requestParameters.mappingName, options).then((request) => request(axios, basePath));
|
|
20420
20420
|
},
|
|
20421
20421
|
/**
|
|
@@ -20425,7 +20425,7 @@ export const SharedApiFactory = function (configuration?: Configuration, basePat
|
|
|
20425
20425
|
* @param {*} [options] Override http request option.
|
|
20426
20426
|
* @throws {RequiredError}
|
|
20427
20427
|
*/
|
|
20428
|
-
getElasticsearchSecurityUser(requestParameters: SharedApiGetElasticsearchSecurityUserRequest, options?: RawAxiosRequestConfig): AxiosPromise<
|
|
20428
|
+
getElasticsearchSecurityUser(requestParameters: SharedApiGetElasticsearchSecurityUserRequest, options?: RawAxiosRequestConfig): AxiosPromise<ESSecurityUser> {
|
|
20429
20429
|
return localVarFp.getElasticsearchSecurityUser(requestParameters.orgName, requestParameters.clusterName, requestParameters.username, options).then((request) => request(axios, basePath));
|
|
20430
20430
|
},
|
|
20431
20431
|
/**
|
|
@@ -20885,7 +20885,7 @@ export const SharedApiFactory = function (configuration?: Configuration, basePat
|
|
|
20885
20885
|
* @param {*} [options] Override http request option.
|
|
20886
20886
|
* @throws {RequiredError}
|
|
20887
20887
|
*/
|
|
20888
|
-
listElasticsearchSecurityRoleMappings(requestParameters: SharedApiListElasticsearchSecurityRoleMappingsRequest, options?: RawAxiosRequestConfig): AxiosPromise<{ [key: string]:
|
|
20888
|
+
listElasticsearchSecurityRoleMappings(requestParameters: SharedApiListElasticsearchSecurityRoleMappingsRequest, options?: RawAxiosRequestConfig): AxiosPromise<{ [key: string]: ESSecurityRoleMapping; }> {
|
|
20889
20889
|
return localVarFp.listElasticsearchSecurityRoleMappings(requestParameters.orgName, requestParameters.clusterName, options).then((request) => request(axios, basePath));
|
|
20890
20890
|
},
|
|
20891
20891
|
/**
|
|
@@ -20895,7 +20895,7 @@ export const SharedApiFactory = function (configuration?: Configuration, basePat
|
|
|
20895
20895
|
* @param {*} [options] Override http request option.
|
|
20896
20896
|
* @throws {RequiredError}
|
|
20897
20897
|
*/
|
|
20898
|
-
listElasticsearchSecurityRoles(requestParameters: SharedApiListElasticsearchSecurityRolesRequest, options?: RawAxiosRequestConfig): AxiosPromise<{ [key: string]:
|
|
20898
|
+
listElasticsearchSecurityRoles(requestParameters: SharedApiListElasticsearchSecurityRolesRequest, options?: RawAxiosRequestConfig): AxiosPromise<{ [key: string]: ESSecurityRoleDescriptor; }> {
|
|
20899
20899
|
return localVarFp.listElasticsearchSecurityRoles(requestParameters.orgName, requestParameters.clusterName, options).then((request) => request(axios, basePath));
|
|
20900
20900
|
},
|
|
20901
20901
|
/**
|
|
@@ -20905,7 +20905,7 @@ export const SharedApiFactory = function (configuration?: Configuration, basePat
|
|
|
20905
20905
|
* @param {*} [options] Override http request option.
|
|
20906
20906
|
* @throws {RequiredError}
|
|
20907
20907
|
*/
|
|
20908
|
-
listElasticsearchSecurityUsers(requestParameters: SharedApiListElasticsearchSecurityUsersRequest, options?: RawAxiosRequestConfig): AxiosPromise<{ [key: string]:
|
|
20908
|
+
listElasticsearchSecurityUsers(requestParameters: SharedApiListElasticsearchSecurityUsersRequest, options?: RawAxiosRequestConfig): AxiosPromise<{ [key: string]: ESSecurityUser; }> {
|
|
20909
20909
|
return localVarFp.listElasticsearchSecurityUsers(requestParameters.orgName, requestParameters.clusterName, options).then((request) => request(axios, basePath));
|
|
20910
20910
|
},
|
|
20911
20911
|
/**
|
|
@@ -23101,7 +23101,7 @@ export interface SharedApiInterface {
|
|
|
23101
23101
|
* @throws {RequiredError}
|
|
23102
23102
|
* @memberof SharedApiInterface
|
|
23103
23103
|
*/
|
|
23104
|
-
getElasticsearchSecurityRole(requestParameters: SharedApiGetElasticsearchSecurityRoleRequest, options?: RawAxiosRequestConfig): AxiosPromise<
|
|
23104
|
+
getElasticsearchSecurityRole(requestParameters: SharedApiGetElasticsearchSecurityRoleRequest, options?: RawAxiosRequestConfig): AxiosPromise<ESSecurityRoleDescriptor>;
|
|
23105
23105
|
|
|
23106
23106
|
/**
|
|
23107
23107
|
*
|
|
@@ -23111,7 +23111,7 @@ export interface SharedApiInterface {
|
|
|
23111
23111
|
* @throws {RequiredError}
|
|
23112
23112
|
* @memberof SharedApiInterface
|
|
23113
23113
|
*/
|
|
23114
|
-
getElasticsearchSecurityRoleMapping(requestParameters: SharedApiGetElasticsearchSecurityRoleMappingRequest, options?: RawAxiosRequestConfig): AxiosPromise<
|
|
23114
|
+
getElasticsearchSecurityRoleMapping(requestParameters: SharedApiGetElasticsearchSecurityRoleMappingRequest, options?: RawAxiosRequestConfig): AxiosPromise<ESSecurityRoleMapping>;
|
|
23115
23115
|
|
|
23116
23116
|
/**
|
|
23117
23117
|
*
|
|
@@ -23121,7 +23121,7 @@ export interface SharedApiInterface {
|
|
|
23121
23121
|
* @throws {RequiredError}
|
|
23122
23122
|
* @memberof SharedApiInterface
|
|
23123
23123
|
*/
|
|
23124
|
-
getElasticsearchSecurityUser(requestParameters: SharedApiGetElasticsearchSecurityUserRequest, options?: RawAxiosRequestConfig): AxiosPromise<
|
|
23124
|
+
getElasticsearchSecurityUser(requestParameters: SharedApiGetElasticsearchSecurityUserRequest, options?: RawAxiosRequestConfig): AxiosPromise<ESSecurityUser>;
|
|
23125
23125
|
|
|
23126
23126
|
/**
|
|
23127
23127
|
* get engine available console
|
|
@@ -23581,7 +23581,7 @@ export interface SharedApiInterface {
|
|
|
23581
23581
|
* @throws {RequiredError}
|
|
23582
23582
|
* @memberof SharedApiInterface
|
|
23583
23583
|
*/
|
|
23584
|
-
listElasticsearchSecurityRoleMappings(requestParameters: SharedApiListElasticsearchSecurityRoleMappingsRequest, options?: RawAxiosRequestConfig): AxiosPromise<{ [key: string]:
|
|
23584
|
+
listElasticsearchSecurityRoleMappings(requestParameters: SharedApiListElasticsearchSecurityRoleMappingsRequest, options?: RawAxiosRequestConfig): AxiosPromise<{ [key: string]: ESSecurityRoleMapping; }>;
|
|
23585
23585
|
|
|
23586
23586
|
/**
|
|
23587
23587
|
*
|
|
@@ -23591,7 +23591,7 @@ export interface SharedApiInterface {
|
|
|
23591
23591
|
* @throws {RequiredError}
|
|
23592
23592
|
* @memberof SharedApiInterface
|
|
23593
23593
|
*/
|
|
23594
|
-
listElasticsearchSecurityRoles(requestParameters: SharedApiListElasticsearchSecurityRolesRequest, options?: RawAxiosRequestConfig): AxiosPromise<{ [key: string]:
|
|
23594
|
+
listElasticsearchSecurityRoles(requestParameters: SharedApiListElasticsearchSecurityRolesRequest, options?: RawAxiosRequestConfig): AxiosPromise<{ [key: string]: ESSecurityRoleDescriptor; }>;
|
|
23595
23595
|
|
|
23596
23596
|
/**
|
|
23597
23597
|
*
|
|
@@ -23601,7 +23601,7 @@ export interface SharedApiInterface {
|
|
|
23601
23601
|
* @throws {RequiredError}
|
|
23602
23602
|
* @memberof SharedApiInterface
|
|
23603
23603
|
*/
|
|
23604
|
-
listElasticsearchSecurityUsers(requestParameters: SharedApiListElasticsearchSecurityUsersRequest, options?: RawAxiosRequestConfig): AxiosPromise<{ [key: string]:
|
|
23604
|
+
listElasticsearchSecurityUsers(requestParameters: SharedApiListElasticsearchSecurityUsersRequest, options?: RawAxiosRequestConfig): AxiosPromise<{ [key: string]: ESSecurityUser; }>;
|
|
23605
23605
|
|
|
23606
23606
|
/**
|
|
23607
23607
|
*
|
|
@@ -25274,10 +25274,10 @@ export interface SharedApiChangeElasticsearchSecurityUserPasswordRequest {
|
|
|
25274
25274
|
|
|
25275
25275
|
/**
|
|
25276
25276
|
*
|
|
25277
|
-
* @type {
|
|
25277
|
+
* @type {ESSecurityPasswordRequest}
|
|
25278
25278
|
* @memberof SharedApiChangeElasticsearchSecurityUserPassword
|
|
25279
25279
|
*/
|
|
25280
|
-
readonly body:
|
|
25280
|
+
readonly body: ESSecurityPasswordRequest
|
|
25281
25281
|
}
|
|
25282
25282
|
|
|
25283
25283
|
/**
|
|
@@ -31259,10 +31259,10 @@ export interface SharedApiPutElasticsearchSecurityRoleRequest {
|
|
|
31259
31259
|
|
|
31260
31260
|
/**
|
|
31261
31261
|
*
|
|
31262
|
-
* @type {
|
|
31262
|
+
* @type {ESSecurityRoleDescriptor}
|
|
31263
31263
|
* @memberof SharedApiPutElasticsearchSecurityRole
|
|
31264
31264
|
*/
|
|
31265
|
-
readonly body:
|
|
31265
|
+
readonly body: ESSecurityRoleDescriptor
|
|
31266
31266
|
}
|
|
31267
31267
|
|
|
31268
31268
|
/**
|
|
@@ -31294,10 +31294,10 @@ export interface SharedApiPutElasticsearchSecurityRoleMappingRequest {
|
|
|
31294
31294
|
|
|
31295
31295
|
/**
|
|
31296
31296
|
*
|
|
31297
|
-
* @type {
|
|
31297
|
+
* @type {ESSecurityRoleMapping}
|
|
31298
31298
|
* @memberof SharedApiPutElasticsearchSecurityRoleMapping
|
|
31299
31299
|
*/
|
|
31300
|
-
readonly body:
|
|
31300
|
+
readonly body: ESSecurityRoleMapping
|
|
31301
31301
|
}
|
|
31302
31302
|
|
|
31303
31303
|
/**
|
|
@@ -31329,10 +31329,10 @@ export interface SharedApiPutElasticsearchSecurityUserRequest {
|
|
|
31329
31329
|
|
|
31330
31330
|
/**
|
|
31331
31331
|
*
|
|
31332
|
-
* @type {
|
|
31332
|
+
* @type {ESPutSecurityUserRequest}
|
|
31333
31333
|
* @memberof SharedApiPutElasticsearchSecurityUser
|
|
31334
31334
|
*/
|
|
31335
|
-
readonly body:
|
|
31335
|
+
readonly body: ESPutSecurityUserRequest
|
|
31336
31336
|
}
|
|
31337
31337
|
|
|
31338
31338
|
/**
|
|
@@ -17,49 +17,49 @@
|
|
|
17
17
|
/**
|
|
18
18
|
*
|
|
19
19
|
* @export
|
|
20
|
-
* @interface
|
|
20
|
+
* @interface ESPutSecurityUserRequest
|
|
21
21
|
*/
|
|
22
|
-
export interface
|
|
22
|
+
export interface ESPutSecurityUserRequest {
|
|
23
23
|
/**
|
|
24
24
|
*
|
|
25
25
|
* @type {string}
|
|
26
|
-
* @memberof
|
|
26
|
+
* @memberof ESPutSecurityUserRequest
|
|
27
27
|
*/
|
|
28
|
-
'password'?: string;
|
|
28
|
+
'password'?: string | null;
|
|
29
29
|
/**
|
|
30
30
|
*
|
|
31
31
|
* @type {string}
|
|
32
|
-
* @memberof
|
|
32
|
+
* @memberof ESPutSecurityUserRequest
|
|
33
33
|
*/
|
|
34
|
-
'password_hash'?: string;
|
|
34
|
+
'password_hash'?: string | null;
|
|
35
35
|
/**
|
|
36
36
|
*
|
|
37
37
|
* @type {Array<string>}
|
|
38
|
-
* @memberof
|
|
38
|
+
* @memberof ESPutSecurityUserRequest
|
|
39
39
|
*/
|
|
40
40
|
'roles': Array<string>;
|
|
41
41
|
/**
|
|
42
42
|
*
|
|
43
43
|
* @type {string}
|
|
44
|
-
* @memberof
|
|
44
|
+
* @memberof ESPutSecurityUserRequest
|
|
45
45
|
*/
|
|
46
|
-
'full_name'?: string;
|
|
46
|
+
'full_name'?: string | null;
|
|
47
47
|
/**
|
|
48
48
|
*
|
|
49
49
|
* @type {string}
|
|
50
|
-
* @memberof
|
|
50
|
+
* @memberof ESPutSecurityUserRequest
|
|
51
51
|
*/
|
|
52
|
-
'email'?: string;
|
|
52
|
+
'email'?: string | null;
|
|
53
53
|
/**
|
|
54
54
|
*
|
|
55
55
|
* @type {{ [key: string]: any; }}
|
|
56
|
-
* @memberof
|
|
56
|
+
* @memberof ESPutSecurityUserRequest
|
|
57
57
|
*/
|
|
58
58
|
'metadata'?: { [key: string]: any; };
|
|
59
59
|
/**
|
|
60
60
|
*
|
|
61
61
|
* @type {boolean}
|
|
62
|
-
* @memberof
|
|
62
|
+
* @memberof ESPutSecurityUserRequest
|
|
63
63
|
*/
|
|
64
64
|
'enabled'?: boolean | null;
|
|
65
65
|
}
|
|
@@ -17,25 +17,25 @@
|
|
|
17
17
|
/**
|
|
18
18
|
*
|
|
19
19
|
* @export
|
|
20
|
-
* @interface
|
|
20
|
+
* @interface ESSecurityApplicationPrivileges
|
|
21
21
|
*/
|
|
22
|
-
export interface
|
|
22
|
+
export interface ESSecurityApplicationPrivileges {
|
|
23
23
|
/**
|
|
24
24
|
*
|
|
25
25
|
* @type {string}
|
|
26
|
-
* @memberof
|
|
26
|
+
* @memberof ESSecurityApplicationPrivileges
|
|
27
27
|
*/
|
|
28
28
|
'application'?: string;
|
|
29
29
|
/**
|
|
30
30
|
*
|
|
31
31
|
* @type {Array<string>}
|
|
32
|
-
* @memberof
|
|
32
|
+
* @memberof ESSecurityApplicationPrivileges
|
|
33
33
|
*/
|
|
34
34
|
'privileges'?: Array<string>;
|
|
35
35
|
/**
|
|
36
36
|
*
|
|
37
37
|
* @type {Array<string>}
|
|
38
|
-
* @memberof
|
|
38
|
+
* @memberof ESSecurityApplicationPrivileges
|
|
39
39
|
*/
|
|
40
40
|
'resources'?: Array<string>;
|
|
41
41
|
}
|
|
@@ -17,19 +17,19 @@
|
|
|
17
17
|
/**
|
|
18
18
|
*
|
|
19
19
|
* @export
|
|
20
|
-
* @interface
|
|
20
|
+
* @interface ESSecurityFieldSecurity
|
|
21
21
|
*/
|
|
22
|
-
export interface
|
|
22
|
+
export interface ESSecurityFieldSecurity {
|
|
23
23
|
/**
|
|
24
24
|
*
|
|
25
25
|
* @type {Array<string>}
|
|
26
|
-
* @memberof
|
|
26
|
+
* @memberof ESSecurityFieldSecurity
|
|
27
27
|
*/
|
|
28
28
|
'grant'?: Array<string>;
|
|
29
29
|
/**
|
|
30
30
|
*
|
|
31
31
|
* @type {Array<string>}
|
|
32
|
-
* @memberof
|
|
32
|
+
* @memberof ESSecurityFieldSecurity
|
|
33
33
|
*/
|
|
34
34
|
'except'?: Array<string>;
|
|
35
35
|
}
|
|
@@ -15,42 +15,42 @@
|
|
|
15
15
|
|
|
16
16
|
// May contain unused imports in some cases
|
|
17
17
|
// @ts-ignore
|
|
18
|
-
import type {
|
|
18
|
+
import type { ESSecurityFieldSecurity } from './essecurity-field-security';
|
|
19
19
|
|
|
20
20
|
/**
|
|
21
21
|
*
|
|
22
22
|
* @export
|
|
23
|
-
* @interface
|
|
23
|
+
* @interface ESSecurityIndexPrivileges
|
|
24
24
|
*/
|
|
25
|
-
export interface
|
|
25
|
+
export interface ESSecurityIndexPrivileges {
|
|
26
26
|
/**
|
|
27
27
|
*
|
|
28
28
|
* @type {Array<string>}
|
|
29
|
-
* @memberof
|
|
29
|
+
* @memberof ESSecurityIndexPrivileges
|
|
30
30
|
*/
|
|
31
31
|
'names': Array<string>;
|
|
32
32
|
/**
|
|
33
33
|
*
|
|
34
34
|
* @type {Array<string>}
|
|
35
|
-
* @memberof
|
|
35
|
+
* @memberof ESSecurityIndexPrivileges
|
|
36
36
|
*/
|
|
37
37
|
'privileges': Array<string>;
|
|
38
38
|
/**
|
|
39
39
|
*
|
|
40
|
-
* @type {
|
|
41
|
-
* @memberof
|
|
40
|
+
* @type {ESSecurityFieldSecurity}
|
|
41
|
+
* @memberof ESSecurityIndexPrivileges
|
|
42
42
|
*/
|
|
43
|
-
'field_security'?:
|
|
43
|
+
'field_security'?: ESSecurityFieldSecurity;
|
|
44
44
|
/**
|
|
45
45
|
*
|
|
46
46
|
* @type {string}
|
|
47
|
-
* @memberof
|
|
47
|
+
* @memberof ESSecurityIndexPrivileges
|
|
48
48
|
*/
|
|
49
|
-
'query'?: string;
|
|
49
|
+
'query'?: string | null;
|
|
50
50
|
/**
|
|
51
51
|
*
|
|
52
52
|
* @type {boolean}
|
|
53
|
-
* @memberof
|
|
53
|
+
* @memberof ESSecurityIndexPrivileges
|
|
54
54
|
*/
|
|
55
55
|
'allow_restricted_indices'?: boolean | null;
|
|
56
56
|
}
|
|
@@ -17,13 +17,13 @@
|
|
|
17
17
|
/**
|
|
18
18
|
*
|
|
19
19
|
* @export
|
|
20
|
-
* @interface
|
|
20
|
+
* @interface ESSecurityPasswordRequest
|
|
21
21
|
*/
|
|
22
|
-
export interface
|
|
22
|
+
export interface ESSecurityPasswordRequest {
|
|
23
23
|
/**
|
|
24
24
|
*
|
|
25
25
|
* @type {string}
|
|
26
|
-
* @memberof
|
|
26
|
+
* @memberof ESSecurityPasswordRequest
|
|
27
27
|
*/
|
|
28
28
|
'password': string;
|
|
29
29
|
}
|
|
@@ -17,19 +17,19 @@
|
|
|
17
17
|
/**
|
|
18
18
|
*
|
|
19
19
|
* @export
|
|
20
|
-
* @interface
|
|
20
|
+
* @interface ESSecurityRemoteClusterPrivileges
|
|
21
21
|
*/
|
|
22
|
-
export interface
|
|
22
|
+
export interface ESSecurityRemoteClusterPrivileges {
|
|
23
23
|
/**
|
|
24
24
|
*
|
|
25
25
|
* @type {Array<string>}
|
|
26
|
-
* @memberof
|
|
26
|
+
* @memberof ESSecurityRemoteClusterPrivileges
|
|
27
27
|
*/
|
|
28
28
|
'clusters': Array<string>;
|
|
29
29
|
/**
|
|
30
30
|
*
|
|
31
31
|
* @type {Array<string>}
|
|
32
|
-
* @memberof
|
|
32
|
+
* @memberof ESSecurityRemoteClusterPrivileges
|
|
33
33
|
*/
|
|
34
34
|
'privileges': Array<string>;
|
|
35
35
|
}
|
|
@@ -15,48 +15,48 @@
|
|
|
15
15
|
|
|
16
16
|
// May contain unused imports in some cases
|
|
17
17
|
// @ts-ignore
|
|
18
|
-
import type {
|
|
18
|
+
import type { ESSecurityFieldSecurity } from './essecurity-field-security';
|
|
19
19
|
|
|
20
20
|
/**
|
|
21
21
|
*
|
|
22
22
|
* @export
|
|
23
|
-
* @interface
|
|
23
|
+
* @interface ESSecurityRemoteIndexPrivileges
|
|
24
24
|
*/
|
|
25
|
-
export interface
|
|
25
|
+
export interface ESSecurityRemoteIndexPrivileges {
|
|
26
26
|
/**
|
|
27
27
|
*
|
|
28
28
|
* @type {Array<string>}
|
|
29
|
-
* @memberof
|
|
29
|
+
* @memberof ESSecurityRemoteIndexPrivileges
|
|
30
30
|
*/
|
|
31
31
|
'clusters': Array<string>;
|
|
32
32
|
/**
|
|
33
33
|
*
|
|
34
34
|
* @type {Array<string>}
|
|
35
|
-
* @memberof
|
|
35
|
+
* @memberof ESSecurityRemoteIndexPrivileges
|
|
36
36
|
*/
|
|
37
37
|
'names': Array<string>;
|
|
38
38
|
/**
|
|
39
39
|
*
|
|
40
40
|
* @type {Array<string>}
|
|
41
|
-
* @memberof
|
|
41
|
+
* @memberof ESSecurityRemoteIndexPrivileges
|
|
42
42
|
*/
|
|
43
43
|
'privileges': Array<string>;
|
|
44
44
|
/**
|
|
45
45
|
*
|
|
46
|
-
* @type {
|
|
47
|
-
* @memberof
|
|
46
|
+
* @type {ESSecurityFieldSecurity}
|
|
47
|
+
* @memberof ESSecurityRemoteIndexPrivileges
|
|
48
48
|
*/
|
|
49
|
-
'field_security'?:
|
|
49
|
+
'field_security'?: ESSecurityFieldSecurity;
|
|
50
50
|
/**
|
|
51
51
|
*
|
|
52
52
|
* @type {string}
|
|
53
|
-
* @memberof
|
|
53
|
+
* @memberof ESSecurityRemoteIndexPrivileges
|
|
54
54
|
*/
|
|
55
|
-
'query'?: string;
|
|
55
|
+
'query'?: string | null;
|
|
56
56
|
/**
|
|
57
57
|
*
|
|
58
58
|
* @type {boolean}
|
|
59
|
-
* @memberof
|
|
59
|
+
* @memberof ESSecurityRemoteIndexPrivileges
|
|
60
60
|
*/
|
|
61
61
|
'allow_restricted_indices'?: boolean | null;
|
|
62
62
|
}
|