@redhat-cloud-services/compliance-client 0.1.1 → 0.1.2

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.
Files changed (71) hide show
  1. package/CHANGELOG.md +2 -0
  2. package/dist/AssignRule/index.d.ts +1 -1
  3. package/dist/AssignRules/index.d.ts +1 -1
  4. package/dist/AssignSystem/index.d.ts +1 -1
  5. package/dist/AssignSystems/index.d.ts +1 -1
  6. package/dist/CreatePolicy/index.d.ts +2 -2
  7. package/dist/CreatePolicy/index.js +1 -1
  8. package/dist/DeletePolicy/index.d.ts +1 -1
  9. package/dist/Policies/index.d.ts +4 -4
  10. package/dist/Policies/index.js +2 -2
  11. package/dist/Policy/index.d.ts +1 -1
  12. package/dist/PolicySystems/index.d.ts +2 -2
  13. package/dist/Profile/index.d.ts +1 -1
  14. package/dist/ProfileRule/index.d.ts +1 -1
  15. package/dist/ProfileRules/index.d.ts +2 -2
  16. package/dist/Profiles/index.d.ts +4 -4
  17. package/dist/Profiles/index.js +2 -2
  18. package/dist/Report/index.d.ts +26 -0
  19. package/dist/Report/index.js +52 -0
  20. package/dist/Report/index.js.map +1 -0
  21. package/dist/Reports/index.d.ts +44 -0
  22. package/dist/Reports/index.js +63 -0
  23. package/dist/Reports/index.js.map +1 -0
  24. package/dist/Rule/index.d.ts +1 -1
  25. package/dist/RuleGroup/index.d.ts +1 -1
  26. package/dist/RuleGroups/index.d.ts +4 -4
  27. package/dist/RuleGroups/index.js +2 -2
  28. package/dist/Rules/index.d.ts +3 -3
  29. package/dist/Rules/index.js +1 -1
  30. package/dist/SecurityGuide/index.d.ts +1 -1
  31. package/dist/SecurityGuideRuleTree/index.d.ts +1 -1
  32. package/dist/SecurityGuides/index.d.ts +4 -4
  33. package/dist/SecurityGuides/index.js +2 -2
  34. package/dist/SupportedProfiles/index.d.ts +4 -4
  35. package/dist/SupportedProfiles/index.js +2 -2
  36. package/dist/System/index.d.ts +1 -1
  37. package/dist/Systems/index.d.ts +4 -4
  38. package/dist/Systems/index.js +2 -2
  39. package/dist/SystemsPolicies/index.d.ts +2 -2
  40. package/dist/Tailoring/index.d.ts +1 -1
  41. package/dist/TailoringFile/index.d.ts +1 -1
  42. package/dist/TailoringRules/index.d.ts +2 -2
  43. package/dist/Tailorings/index.d.ts +4 -4
  44. package/dist/Tailorings/index.js +2 -2
  45. package/dist/UnassignRule/index.d.ts +1 -1
  46. package/dist/UnassignSystem/index.d.ts +1 -1
  47. package/dist/UpdatePolicy/index.d.ts +2 -2
  48. package/dist/UpdatePolicy/index.js +1 -1
  49. package/dist/UpdateTailoring/index.d.ts +39 -0
  50. package/dist/UpdateTailoring/index.js +55 -0
  51. package/dist/UpdateTailoring/index.js.map +1 -0
  52. package/dist/ValueDefinition/index.d.ts +1 -1
  53. package/dist/ValueDefinitions/index.d.ts +4 -4
  54. package/dist/ValueDefinitions/index.js +2 -2
  55. package/dist/api.d.ts +738 -318
  56. package/dist/api.js +581 -173
  57. package/dist/api.js.map +1 -1
  58. package/dist/base.d.ts +2 -2
  59. package/dist/base.js +1 -1
  60. package/dist/common.d.ts +1 -1
  61. package/dist/common.js +1 -1
  62. package/dist/configuration.d.ts +1 -12
  63. package/dist/configuration.js +0 -11
  64. package/dist/configuration.js.map +1 -1
  65. package/dist/index.d.ts +3 -0
  66. package/dist/index.js +10 -1
  67. package/dist/index.js.map +1 -1
  68. package/dist/types/index.d.ts +160 -20
  69. package/dist/types/index.js +4 -1
  70. package/dist/types/index.js.map +1 -1
  71. package/package.json +1 -1
package/dist/api.d.ts CHANGED
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Cloud Services for RHEL Compliance API v2
3
- * This is the API for Cloud Services for RHEL Compliance. You can find out more about Red Hat Cloud Services for RHEL at [https://console.redhat.com/](https://console.redhat.com/)
3
+ * UNDER DEVELOPMENT: This version of the API is not fully done and some parts of it might change! This is the API for Cloud Services for RHEL Compliance. You can find out more about Red Hat Cloud Services for RHEL at [https://console.redhat.com/](https://console.redhat.com/)
4
4
  *
5
5
  * The version of the OpenAPI document: v2
6
6
  *
@@ -55,44 +55,44 @@ export interface CreatePolicy201ResponseData {
55
55
  /**
56
56
  *
57
57
  * @export
58
- * @interface Errors
58
+ * @interface Error
59
59
  */
60
60
  export interface Errors {
61
61
  /**
62
62
  *
63
63
  * @type {any}
64
- * @memberof Errors
64
+ * @memberof Error
65
65
  */
66
66
  'errors': any;
67
67
  }
68
68
  /**
69
69
  *
70
70
  * @export
71
- * @interface Links
71
+ * @interface Link
72
72
  */
73
73
  export interface Links {
74
74
  /**
75
75
  * Link to first page
76
76
  * @type {any}
77
- * @memberof Links
77
+ * @memberof Link
78
78
  */
79
79
  'first'?: any;
80
80
  /**
81
81
  * Link to last page
82
82
  * @type {any}
83
- * @memberof Links
83
+ * @memberof Link
84
84
  */
85
85
  'last'?: any;
86
86
  /**
87
87
  * Link to previous page
88
88
  * @type {any}
89
- * @memberof Links
89
+ * @memberof Link
90
90
  */
91
91
  'previous'?: any;
92
92
  /**
93
93
  * Link to next page
94
94
  * @type {any}
95
- * @memberof Links
95
+ * @memberof Link
96
96
  */
97
97
  'next'?: any;
98
98
  }
@@ -103,7 +103,7 @@ export interface Links {
103
103
  */
104
104
  export interface Metadata {
105
105
  /**
106
- * Total number of items
106
+ * Total number of item
107
107
  * @type {any}
108
108
  * @memberof Metadata
109
109
  */
@@ -127,7 +127,7 @@ export interface Metadata {
127
127
  */
128
128
  'sort_by'?: any;
129
129
  /**
130
- * Query string used to filter items by their attributes
130
+ * Query string used to filter items by their attribute
131
131
  * @type {any}
132
132
  * @memberof Metadata
133
133
  */
@@ -195,7 +195,7 @@ export interface Policy {
195
195
  */
196
196
  'business_objective'?: any;
197
197
  /**
198
- * The percentage above which the Policy meets compliance requirements
198
+ * The percentage above which the Policy meets compliance requirement
199
199
  * @type {any}
200
200
  * @memberof Policy
201
201
  */
@@ -207,7 +207,7 @@ export interface Policy {
207
207
  */
208
208
  'profile_id': any;
209
209
  /**
210
- * Major version of the Operating System that the Policy covers
210
+ * Major version of the Operating System that the Policy cover
211
211
  * @type {any}
212
212
  * @memberof Policy
213
213
  */
@@ -254,7 +254,7 @@ export interface PolicyUpdate {
254
254
  */
255
255
  'business_objective'?: any;
256
256
  /**
257
- * The percentage above which the Policy meets compliance requirements
257
+ * The percentage above which the Policy meets compliance requirement
258
258
  * @type {any}
259
259
  * @memberof PolicyUpdate
260
260
  */
@@ -297,7 +297,7 @@ export interface Profile {
297
297
  */
298
298
  'description'?: any;
299
299
  /**
300
- * Pair of keys and values for Value Definition customizations
300
+ * Pair of keys and values for Value Definition customization
301
301
  * @type {any}
302
302
  * @memberof Profile
303
303
  */
@@ -358,6 +358,140 @@ export interface Profiles200Response {
358
358
  */
359
359
  'data'?: any;
360
360
  }
361
+ /**
362
+ *
363
+ * @export
364
+ * @interface Report
365
+ */
366
+ export interface Report {
367
+ /**
368
+ *
369
+ * @type {any}
370
+ * @memberof Report
371
+ */
372
+ 'id'?: any;
373
+ /**
374
+ *
375
+ * @type {any}
376
+ * @memberof Report
377
+ */
378
+ 'type'?: ReportTypeEnum;
379
+ /**
380
+ * Short title of the Report
381
+ * @type {any}
382
+ * @memberof Report
383
+ */
384
+ 'title'?: any;
385
+ /**
386
+ * The Business Objective associated to the Policy
387
+ * @type {any}
388
+ * @memberof Report
389
+ */
390
+ 'business_objective'?: any;
391
+ /**
392
+ * The percentage above which the Policy meets compliance requirement
393
+ * @type {any}
394
+ * @memberof Report
395
+ */
396
+ 'compliance_threshold'?: any;
397
+ /**
398
+ * Major version of the Operating System that the Report cover
399
+ * @type {any}
400
+ * @memberof Report
401
+ */
402
+ 'os_major_version'?: any;
403
+ /**
404
+ * Identificator of the Profile
405
+ * @type {any}
406
+ * @memberof Report
407
+ */
408
+ 'ref_id'?: any;
409
+ /**
410
+ * Title of the associated Profile
411
+ * @type {any}
412
+ * @memberof Report
413
+ */
414
+ 'profile_title'?: any;
415
+ /**
416
+ * The number of Systems assigned to this Report
417
+ * @type {any}
418
+ * @memberof Report
419
+ */
420
+ 'assigned_system_count'?: any;
421
+ /**
422
+ * The number of compliant Systems assigned to this Report
423
+ * @type {any}
424
+ * @memberof Report
425
+ */
426
+ 'compliant_system_count'?: any;
427
+ /**
428
+ * Informs if the user has access to all the account\'s system
429
+ * @type {any}
430
+ * @memberof Report
431
+ */
432
+ 'all_systems_exposed'?: any;
433
+ /**
434
+ * The number of unsupported Systems assigned to this Report
435
+ * @type {any}
436
+ * @memberof Report
437
+ */
438
+ 'unsupported_system_count'?: any;
439
+ }
440
+ export declare const ReportTypeEnum: {
441
+ readonly Report: "report";
442
+ };
443
+ export type ReportTypeEnum = typeof ReportTypeEnum[keyof typeof ReportTypeEnum];
444
+ /**
445
+ *
446
+ * @export
447
+ * @interface Report200Response
448
+ */
449
+ export interface Report200Response {
450
+ /**
451
+ *
452
+ * @type {Report200ResponseData}
453
+ * @memberof Report200Response
454
+ */
455
+ 'data'?: Report200ResponseData;
456
+ }
457
+ /**
458
+ *
459
+ * @export
460
+ * @interface Report200ResponseData
461
+ */
462
+ export interface Report200ResponseData {
463
+ /**
464
+ *
465
+ * @type {Report}
466
+ * @memberof Report200ResponseData
467
+ */
468
+ 'schema'?: Report;
469
+ }
470
+ /**
471
+ *
472
+ * @export
473
+ * @interface Reports200Response
474
+ */
475
+ export interface Reports200Response {
476
+ /**
477
+ *
478
+ * @type {Metadata}
479
+ * @memberof Reports200Response
480
+ */
481
+ 'meta'?: Metadata;
482
+ /**
483
+ *
484
+ * @type {Links}
485
+ * @memberof Reports200Response
486
+ */
487
+ 'links'?: Links;
488
+ /**
489
+ *
490
+ * @type {any}
491
+ * @memberof Reports200Response
492
+ */
493
+ 'data'?: any;
494
+ }
361
495
  /**
362
496
  *
363
497
  * @export
@@ -621,7 +755,7 @@ export interface SecurityGuide {
621
755
  */
622
756
  'description'?: any;
623
757
  /**
624
- * Major version of the Operating System that the Security Guide covers
758
+ * Major version of the Operating System that the Security Guide cover
625
759
  * @type {any}
626
760
  * @memberof SecurityGuide
627
761
  */
@@ -719,13 +853,13 @@ export interface SupportedProfile {
719
853
  */
720
854
  'security_guide_version'?: any;
721
855
  /**
722
- * Major version of the Operating System that the Profile covers
856
+ * Major version of the Operating System that the Profile cover
723
857
  * @type {any}
724
858
  * @memberof SupportedProfile
725
859
  */
726
860
  'os_major_version'?: any;
727
861
  /**
728
- * List of the supported Operating System minor versions that the Profile covers
862
+ * List of the supported Operating System minor versions that the Profile cover
729
863
  * @type {any}
730
864
  * @memberof SupportedProfile
731
865
  */
@@ -925,19 +1059,25 @@ export interface Tailoring {
925
1059
  */
926
1060
  'profile_id'?: any;
927
1061
  /**
928
- * Major version of the Operating System that the Tailoring covers
1062
+ * Identificator of the Security Guide that contains the parent Profile
1063
+ * @type {any}
1064
+ * @memberof Tailoring
1065
+ */
1066
+ 'security_guide_id'?: any;
1067
+ /**
1068
+ * Major version of the Operating System that the Tailoring cover
929
1069
  * @type {any}
930
1070
  * @memberof Tailoring
931
1071
  */
932
1072
  'os_major_version'?: any;
933
1073
  /**
934
- * Minor version of the Operating System that the Tailoring covers
1074
+ * Minor version of the Operating System that the Tailoring cover
935
1075
  * @type {any}
936
1076
  * @memberof Tailoring
937
1077
  */
938
1078
  'os_minor_version'?: any;
939
1079
  /**
940
- * Pair of keys and values for Value Definition customizations
1080
+ * Pair of keys and values for Value Definition customization
941
1081
  * @type {any}
942
1082
  * @memberof Tailoring
943
1083
  */
@@ -974,7 +1114,7 @@ export interface Tailoring200ResponseData {
974
1114
  'schema'?: Tailoring;
975
1115
  }
976
1116
  /**
977
- * Defines customizations of rules and variables for a set of profiles
1117
+ * Defines customizations of rules and variables for a set of profile
978
1118
  * @export
979
1119
  * @interface TailoringFile
980
1120
  */
@@ -1127,7 +1267,7 @@ export declare const AssignRuleApiAxiosParamCreator: (configuration?: Configurat
1127
1267
  * @param {any} policyId
1128
1268
  * @param {any} tailoringId
1129
1269
  * @param {any} id
1130
- * @param {any} [xRHIDENTITY]
1270
+ * @param {any} [xRHIDENTITY] For internal use only
1131
1271
  * @param {*} [options] Override http request option.
1132
1272
  * @throws {RequiredError}
1133
1273
  */
@@ -1144,7 +1284,7 @@ export declare const AssignRuleApiFp: (configuration?: Configuration) => {
1144
1284
  * @param {any} policyId
1145
1285
  * @param {any} tailoringId
1146
1286
  * @param {any} id
1147
- * @param {any} [xRHIDENTITY]
1287
+ * @param {any} [xRHIDENTITY] For internal use only
1148
1288
  * @param {*} [options] Override http request option.
1149
1289
  * @throws {RequiredError}
1150
1290
  */
@@ -1189,7 +1329,7 @@ export interface AssignRuleApiAssignRuleRequest {
1189
1329
  */
1190
1330
  readonly id: any;
1191
1331
  /**
1192
- *
1332
+ * For internal use only
1193
1333
  * @type {any}
1194
1334
  * @memberof AssignRuleApiAssignRule
1195
1335
  */
@@ -1222,7 +1362,7 @@ export declare const AssignRulesApiAxiosParamCreator: (configuration?: Configura
1222
1362
  * @summary Bulk assign Rules to a Tailoring
1223
1363
  * @param {any} policyId
1224
1364
  * @param {any} tailoringId
1225
- * @param {any} [xRHIDENTITY]
1365
+ * @param {any} [xRHIDENTITY] For internal use only
1226
1366
  * @param {AssignRulesRequest} [assignRulesRequest]
1227
1367
  * @param {*} [options] Override http request option.
1228
1368
  * @deprecated
@@ -1240,7 +1380,7 @@ export declare const AssignRulesApiFp: (configuration?: Configuration) => {
1240
1380
  * @summary Bulk assign Rules to a Tailoring
1241
1381
  * @param {any} policyId
1242
1382
  * @param {any} tailoringId
1243
- * @param {any} [xRHIDENTITY]
1383
+ * @param {any} [xRHIDENTITY] For internal use only
1244
1384
  * @param {AssignRulesRequest} [assignRulesRequest]
1245
1385
  * @param {*} [options] Override http request option.
1246
1386
  * @deprecated
@@ -1272,25 +1412,25 @@ export interface AssignRulesApiAssignRulesRequest {
1272
1412
  /**
1273
1413
  *
1274
1414
  * @type {any}
1275
- * @memberof AssignRulesApiAssignRules
1415
+ * @memberof AssignRulesApiAssignRule
1276
1416
  */
1277
1417
  readonly policyId: any;
1278
1418
  /**
1279
1419
  *
1280
1420
  * @type {any}
1281
- * @memberof AssignRulesApiAssignRules
1421
+ * @memberof AssignRulesApiAssignRule
1282
1422
  */
1283
1423
  readonly tailoringId: any;
1284
1424
  /**
1285
- *
1425
+ * For internal use only
1286
1426
  * @type {any}
1287
- * @memberof AssignRulesApiAssignRules
1427
+ * @memberof AssignRulesApiAssignRule
1288
1428
  */
1289
1429
  readonly xRHIDENTITY?: any;
1290
1430
  /**
1291
1431
  *
1292
1432
  * @type {AssignRulesRequest}
1293
- * @memberof AssignRulesApiAssignRules
1433
+ * @memberof AssignRulesApiAssignRule
1294
1434
  */
1295
1435
  readonly assignRulesRequest?: AssignRulesRequest;
1296
1436
  }
@@ -1322,7 +1462,7 @@ export declare const AssignSystemApiAxiosParamCreator: (configuration?: Configur
1322
1462
  * @summary Assign a System to a Policy
1323
1463
  * @param {any} id
1324
1464
  * @param {any} policyId
1325
- * @param {any} [xRHIDENTITY]
1465
+ * @param {any} [xRHIDENTITY] For internal use only
1326
1466
  * @param {*} [options] Override http request option.
1327
1467
  * @throws {RequiredError}
1328
1468
  */
@@ -1338,7 +1478,7 @@ export declare const AssignSystemApiFp: (configuration?: Configuration) => {
1338
1478
  * @summary Assign a System to a Policy
1339
1479
  * @param {any} id
1340
1480
  * @param {any} policyId
1341
- * @param {any} [xRHIDENTITY]
1481
+ * @param {any} [xRHIDENTITY] For internal use only
1342
1482
  * @param {*} [options] Override http request option.
1343
1483
  * @throws {RequiredError}
1344
1484
  */
@@ -1377,7 +1517,7 @@ export interface AssignSystemApiAssignSystemRequest {
1377
1517
  */
1378
1518
  readonly policyId: any;
1379
1519
  /**
1380
- *
1520
+ * For internal use only
1381
1521
  * @type {any}
1382
1522
  * @memberof AssignSystemApiAssignSystem
1383
1523
  */
@@ -1409,7 +1549,7 @@ export declare const AssignSystemsApiAxiosParamCreator: (configuration?: Configu
1409
1549
  * This feature is exclusively used by the frontend
1410
1550
  * @summary Bulk assign Systems to a Policy
1411
1551
  * @param {any} policyId
1412
- * @param {any} [xRHIDENTITY]
1552
+ * @param {any} [xRHIDENTITY] For internal use only
1413
1553
  * @param {AssignRulesRequest} [assignRulesRequest]
1414
1554
  * @param {*} [options] Override http request option.
1415
1555
  * @deprecated
@@ -1426,7 +1566,7 @@ export declare const AssignSystemsApiFp: (configuration?: Configuration) => {
1426
1566
  * This feature is exclusively used by the frontend
1427
1567
  * @summary Bulk assign Systems to a Policy
1428
1568
  * @param {any} policyId
1429
- * @param {any} [xRHIDENTITY]
1569
+ * @param {any} [xRHIDENTITY] For internal use only
1430
1570
  * @param {AssignRulesRequest} [assignRulesRequest]
1431
1571
  * @param {*} [options] Override http request option.
1432
1572
  * @deprecated
@@ -1458,19 +1598,19 @@ export interface AssignSystemsApiAssignSystemsRequest {
1458
1598
  /**
1459
1599
  *
1460
1600
  * @type {any}
1461
- * @memberof AssignSystemsApiAssignSystems
1601
+ * @memberof AssignSystemsApiAssignSystem
1462
1602
  */
1463
1603
  readonly policyId: any;
1464
1604
  /**
1465
- *
1605
+ * For internal use only
1466
1606
  * @type {any}
1467
- * @memberof AssignSystemsApiAssignSystems
1607
+ * @memberof AssignSystemsApiAssignSystem
1468
1608
  */
1469
1609
  readonly xRHIDENTITY?: any;
1470
1610
  /**
1471
1611
  *
1472
1612
  * @type {AssignRulesRequest}
1473
- * @memberof AssignSystemsApiAssignSystems
1613
+ * @memberof AssignSystemsApiAssignSystem
1474
1614
  */
1475
1615
  readonly assignRulesRequest?: AssignRulesRequest;
1476
1616
  }
@@ -1498,9 +1638,9 @@ export declare class AssignSystemsApi extends BaseAPI {
1498
1638
  */
1499
1639
  export declare const CreatePolicyApiAxiosParamCreator: (configuration?: Configuration) => {
1500
1640
  /**
1501
- * Create a Policy with the provided attributes
1641
+ * Create a Policy with the provided attribute
1502
1642
  * @summary Create a Policy
1503
- * @param {any} [xRHIDENTITY]
1643
+ * @param {any} [xRHIDENTITY] For internal use only
1504
1644
  * @param {Policy} [policy]
1505
1645
  * @param {*} [options] Override http request option.
1506
1646
  * @throws {RequiredError}
@@ -1513,9 +1653,9 @@ export declare const CreatePolicyApiAxiosParamCreator: (configuration?: Configur
1513
1653
  */
1514
1654
  export declare const CreatePolicyApiFp: (configuration?: Configuration) => {
1515
1655
  /**
1516
- * Create a Policy with the provided attributes
1656
+ * Create a Policy with the provided attribute
1517
1657
  * @summary Create a Policy
1518
- * @param {any} [xRHIDENTITY]
1658
+ * @param {any} [xRHIDENTITY] For internal use only
1519
1659
  * @param {Policy} [policy]
1520
1660
  * @param {*} [options] Override http request option.
1521
1661
  * @throws {RequiredError}
@@ -1528,7 +1668,7 @@ export declare const CreatePolicyApiFp: (configuration?: Configuration) => {
1528
1668
  */
1529
1669
  export declare const CreatePolicyApiFactory: (configuration?: Configuration, basePath?: string, axios?: AxiosInstance) => {
1530
1670
  /**
1531
- * Create a Policy with the provided attributes
1671
+ * Create a Policy with the provided attribute
1532
1672
  * @summary Create a Policy
1533
1673
  * @param {CreatePolicyApiCreatePolicyRequest} requestParameters Request parameters.
1534
1674
  * @param {*} [options] Override http request option.
@@ -1543,7 +1683,7 @@ export declare const CreatePolicyApiFactory: (configuration?: Configuration, bas
1543
1683
  */
1544
1684
  export interface CreatePolicyApiCreatePolicyRequest {
1545
1685
  /**
1546
- *
1686
+ * For internal use only
1547
1687
  * @type {any}
1548
1688
  * @memberof CreatePolicyApiCreatePolicy
1549
1689
  */
@@ -1563,7 +1703,7 @@ export interface CreatePolicyApiCreatePolicyRequest {
1563
1703
  */
1564
1704
  export declare class CreatePolicyApi extends BaseAPI {
1565
1705
  /**
1566
- * Create a Policy with the provided attributes
1706
+ * Create a Policy with the provided attribute
1567
1707
  * @summary Create a Policy
1568
1708
  * @param {CreatePolicyApiCreatePolicyRequest} requestParameters Request parameters.
1569
1709
  * @param {*} [options] Override http request option.
@@ -1581,7 +1721,7 @@ export declare const DeletePolicyApiAxiosParamCreator: (configuration?: Configur
1581
1721
  * Deletes a Policy
1582
1722
  * @summary Delete a Policy
1583
1723
  * @param {any} id
1584
- * @param {any} [xRHIDENTITY]
1724
+ * @param {any} [xRHIDENTITY] For internal use only
1585
1725
  * @param {*} [options] Override http request option.
1586
1726
  * @throws {RequiredError}
1587
1727
  */
@@ -1596,7 +1736,7 @@ export declare const DeletePolicyApiFp: (configuration?: Configuration) => {
1596
1736
  * Deletes a Policy
1597
1737
  * @summary Delete a Policy
1598
1738
  * @param {any} id
1599
- * @param {any} [xRHIDENTITY]
1739
+ * @param {any} [xRHIDENTITY] For internal use only
1600
1740
  * @param {*} [options] Override http request option.
1601
1741
  * @throws {RequiredError}
1602
1742
  */
@@ -1629,7 +1769,7 @@ export interface DeletePolicyApiDeletePolicyRequest {
1629
1769
  */
1630
1770
  readonly id: any;
1631
1771
  /**
1632
- *
1772
+ * For internal use only
1633
1773
  * @type {any}
1634
1774
  * @memberof DeletePolicyApiDeletePolicy
1635
1775
  */
@@ -1658,13 +1798,13 @@ export declare class DeletePolicyApi extends BaseAPI {
1658
1798
  */
1659
1799
  export declare const PoliciesApiAxiosParamCreator: (configuration?: Configuration) => {
1660
1800
  /**
1661
- * Lists Policies
1662
- * @summary Request Policies
1663
- * @param {any} [xRHIDENTITY]
1801
+ * Lists Policie
1802
+ * @summary Request Policie
1803
+ * @param {any} [xRHIDENTITY] For internal use only
1664
1804
  * @param {any} [limit] Number of items to return per page
1665
1805
  * @param {any} [offset] Offset of first item of paginated response
1666
1806
  * @param {any} [sortBy] Attribute and direction to sort the items by. Represented by an array of fields with an optional direction (`<key>:asc` or `<key>:desc`).<br><br>If no direction is selected, `<key>:asc` is used by default.
1667
- * @param {any} [filter] Query string to filter items by their attributes. Compliant with <a href=\"https://github.com/wvanbergen/scoped_search/wiki/Query-language\" target=\"_blank\" title=\"github.com/wvanbergen/scoped_search\">scoped_search query language</a>. However, only `=` or `!=` (resp. `<>`) operators are supported.<br><br>Policies are searchable using attributes `title` and `os_major_version`<br><br>(e.g.: `(version=0.1.47 AND os_major_verision=8)`)
1807
+ * @param {any} [filter] Query string to filter items by their attributes. Compliant with <a href=\"https://github.com/wvanbergen/scoped_search/wiki/Query-language\" target=\"_blank\" title=\"github.com/wvanbergen/scoped_search\">scoped_search query language</a>. However, only `=` or `!=` (resp. `<>`) operators are supported.<br><br>Policies are searchable using attributes `title`, `os_major_version`, and `os_minor_version`<br><br>(e.g.: `(field_1=something AND field_2!=\"something else\") OR field_3>40`)
1668
1808
  * @param {*} [options] Override http request option.
1669
1809
  * @throws {RequiredError}
1670
1810
  */
@@ -1676,13 +1816,13 @@ export declare const PoliciesApiAxiosParamCreator: (configuration?: Configuratio
1676
1816
  */
1677
1817
  export declare const PoliciesApiFp: (configuration?: Configuration) => {
1678
1818
  /**
1679
- * Lists Policies
1680
- * @summary Request Policies
1681
- * @param {any} [xRHIDENTITY]
1819
+ * Lists Policie
1820
+ * @summary Request Policie
1821
+ * @param {any} [xRHIDENTITY] For internal use only
1682
1822
  * @param {any} [limit] Number of items to return per page
1683
1823
  * @param {any} [offset] Offset of first item of paginated response
1684
1824
  * @param {any} [sortBy] Attribute and direction to sort the items by. Represented by an array of fields with an optional direction (`<key>:asc` or `<key>:desc`).<br><br>If no direction is selected, `<key>:asc` is used by default.
1685
- * @param {any} [filter] Query string to filter items by their attributes. Compliant with <a href=\"https://github.com/wvanbergen/scoped_search/wiki/Query-language\" target=\"_blank\" title=\"github.com/wvanbergen/scoped_search\">scoped_search query language</a>. However, only `=` or `!=` (resp. `<>`) operators are supported.<br><br>Policies are searchable using attributes `title` and `os_major_version`<br><br>(e.g.: `(version=0.1.47 AND os_major_verision=8)`)
1825
+ * @param {any} [filter] Query string to filter items by their attributes. Compliant with <a href=\"https://github.com/wvanbergen/scoped_search/wiki/Query-language\" target=\"_blank\" title=\"github.com/wvanbergen/scoped_search\">scoped_search query language</a>. However, only `=` or `!=` (resp. `<>`) operators are supported.<br><br>Policies are searchable using attributes `title`, `os_major_version`, and `os_minor_version`<br><br>(e.g.: `(field_1=something AND field_2!=\"something else\") OR field_3>40`)
1686
1826
  * @param {*} [options] Override http request option.
1687
1827
  * @throws {RequiredError}
1688
1828
  */
@@ -1694,8 +1834,8 @@ export declare const PoliciesApiFp: (configuration?: Configuration) => {
1694
1834
  */
1695
1835
  export declare const PoliciesApiFactory: (configuration?: Configuration, basePath?: string, axios?: AxiosInstance) => {
1696
1836
  /**
1697
- * Lists Policies
1698
- * @summary Request Policies
1837
+ * Lists Policie
1838
+ * @summary Request Policie
1699
1839
  * @param {PoliciesApiPoliciesRequest} requestParameters Request parameters.
1700
1840
  * @param {*} [options] Override http request option.
1701
1841
  * @throws {RequiredError}
@@ -1709,33 +1849,33 @@ export declare const PoliciesApiFactory: (configuration?: Configuration, basePat
1709
1849
  */
1710
1850
  export interface PoliciesApiPoliciesRequest {
1711
1851
  /**
1712
- *
1852
+ * For internal use only
1713
1853
  * @type {any}
1714
- * @memberof PoliciesApiPolicies
1854
+ * @memberof PoliciesApiPolicie
1715
1855
  */
1716
1856
  readonly xRHIDENTITY?: any;
1717
1857
  /**
1718
1858
  * Number of items to return per page
1719
1859
  * @type {any}
1720
- * @memberof PoliciesApiPolicies
1860
+ * @memberof PoliciesApiPolicie
1721
1861
  */
1722
1862
  readonly limit?: any;
1723
1863
  /**
1724
1864
  * Offset of first item of paginated response
1725
1865
  * @type {any}
1726
- * @memberof PoliciesApiPolicies
1866
+ * @memberof PoliciesApiPolicie
1727
1867
  */
1728
1868
  readonly offset?: any;
1729
1869
  /**
1730
1870
  * Attribute and direction to sort the items by. Represented by an array of fields with an optional direction (`<key>:asc` or `<key>:desc`).<br><br>If no direction is selected, `<key>:asc` is used by default.
1731
1871
  * @type {any}
1732
- * @memberof PoliciesApiPolicies
1872
+ * @memberof PoliciesApiPolicie
1733
1873
  */
1734
1874
  readonly sortBy?: any;
1735
1875
  /**
1736
- * Query string to filter items by their attributes. Compliant with <a href=\"https://github.com/wvanbergen/scoped_search/wiki/Query-language\" target=\"_blank\" title=\"github.com/wvanbergen/scoped_search\">scoped_search query language</a>. However, only `=` or `!=` (resp. `<>`) operators are supported.<br><br>Policies are searchable using attributes `title` and `os_major_version`<br><br>(e.g.: `(version=0.1.47 AND os_major_verision=8)`)
1876
+ * Query string to filter items by their attributes. Compliant with <a href=\"https://github.com/wvanbergen/scoped_search/wiki/Query-language\" target=\"_blank\" title=\"github.com/wvanbergen/scoped_search\">scoped_search query language</a>. However, only `=` or `!=` (resp. `<>`) operators are supported.<br><br>Policies are searchable using attributes `title`, `os_major_version`, and `os_minor_version`<br><br>(e.g.: `(field_1=something AND field_2!=\"something else\") OR field_3>40`)
1737
1877
  * @type {any}
1738
- * @memberof PoliciesApiPolicies
1878
+ * @memberof PoliciesApiPolicie
1739
1879
  */
1740
1880
  readonly filter?: any;
1741
1881
  }
@@ -1747,8 +1887,8 @@ export interface PoliciesApiPoliciesRequest {
1747
1887
  */
1748
1888
  export declare class PoliciesApi extends BaseAPI {
1749
1889
  /**
1750
- * Lists Policies
1751
- * @summary Request Policies
1890
+ * Lists Policie
1891
+ * @summary Request Policie
1752
1892
  * @param {PoliciesApiPoliciesRequest} requestParameters Request parameters.
1753
1893
  * @param {*} [options] Override http request option.
1754
1894
  * @throws {RequiredError}
@@ -1765,7 +1905,7 @@ export declare const PolicyApiAxiosParamCreator: (configuration?: Configuration)
1765
1905
  * Returns a Policy
1766
1906
  * @summary Request a Policy
1767
1907
  * @param {any} id
1768
- * @param {any} [xRHIDENTITY]
1908
+ * @param {any} [xRHIDENTITY] For internal use only
1769
1909
  * @param {*} [options] Override http request option.
1770
1910
  * @throws {RequiredError}
1771
1911
  */
@@ -1780,7 +1920,7 @@ export declare const PolicyApiFp: (configuration?: Configuration) => {
1780
1920
  * Returns a Policy
1781
1921
  * @summary Request a Policy
1782
1922
  * @param {any} id
1783
- * @param {any} [xRHIDENTITY]
1923
+ * @param {any} [xRHIDENTITY] For internal use only
1784
1924
  * @param {*} [options] Override http request option.
1785
1925
  * @throws {RequiredError}
1786
1926
  */
@@ -1813,7 +1953,7 @@ export interface PolicyApiPolicyRequest {
1813
1953
  */
1814
1954
  readonly id: any;
1815
1955
  /**
1816
- *
1956
+ * For internal use only
1817
1957
  * @type {any}
1818
1958
  * @memberof PolicyApiPolicy
1819
1959
  */
@@ -1845,11 +1985,11 @@ export declare const PolicySystemsApiAxiosParamCreator: (configuration?: Configu
1845
1985
  * Lists Systems assigned to a Policy
1846
1986
  * @summary Request Systems assigned to a Policy
1847
1987
  * @param {any} policyId
1848
- * @param {any} [xRHIDENTITY]
1988
+ * @param {any} [xRHIDENTITY] For internal use only
1849
1989
  * @param {any} [limit] Number of items to return per page
1850
1990
  * @param {any} [offset] Offset of first item of paginated response
1851
1991
  * @param {any} [sortBy] Attribute and direction to sort the items by. Represented by an array of fields with an optional direction (`<key>:asc` or `<key>:desc`).<br><br>If no direction is selected, `<key>:asc` is used by default.
1852
- * @param {any} [filter] Query string to filter items by their attributes. Compliant with <a href=\"https://github.com/wvanbergen/scoped_search/wiki/Query-language\" target=\"_blank\" title=\"github.com/wvanbergen/scoped_search\">scoped_search query language</a>. However, only `=` or `!=` (resp. `<>`) operators are supported.<br><br>Systems are searchable using attributes `display_name`, `os_major_version`, and `os_minor_version`<br><br>(e.g.: `(version=0.1.47 AND os_major_verision=8)`)
1992
+ * @param {any} [filter] Query string to filter items by their attributes. Compliant with <a href=\"https://github.com/wvanbergen/scoped_search/wiki/Query-language\" target=\"_blank\" title=\"github.com/wvanbergen/scoped_search\">scoped_search query language</a>. However, only `=` or `!=` (resp. `<>`) operators are supported.<br><br>Systems are searchable using attributes `display_name`, `os_major_version`, `os_minor_version`, and `assigned_or_scanned`<br><br>(e.g.: `(field_1=something AND field_2!=\"something else\") OR field_3>40`)
1853
1993
  * @param {*} [options] Override http request option.
1854
1994
  * @throws {RequiredError}
1855
1995
  */
@@ -1864,11 +2004,11 @@ export declare const PolicySystemsApiFp: (configuration?: Configuration) => {
1864
2004
  * Lists Systems assigned to a Policy
1865
2005
  * @summary Request Systems assigned to a Policy
1866
2006
  * @param {any} policyId
1867
- * @param {any} [xRHIDENTITY]
2007
+ * @param {any} [xRHIDENTITY] For internal use only
1868
2008
  * @param {any} [limit] Number of items to return per page
1869
2009
  * @param {any} [offset] Offset of first item of paginated response
1870
2010
  * @param {any} [sortBy] Attribute and direction to sort the items by. Represented by an array of fields with an optional direction (`<key>:asc` or `<key>:desc`).<br><br>If no direction is selected, `<key>:asc` is used by default.
1871
- * @param {any} [filter] Query string to filter items by their attributes. Compliant with <a href=\"https://github.com/wvanbergen/scoped_search/wiki/Query-language\" target=\"_blank\" title=\"github.com/wvanbergen/scoped_search\">scoped_search query language</a>. However, only `=` or `!=` (resp. `<>`) operators are supported.<br><br>Systems are searchable using attributes `display_name`, `os_major_version`, and `os_minor_version`<br><br>(e.g.: `(version=0.1.47 AND os_major_verision=8)`)
2011
+ * @param {any} [filter] Query string to filter items by their attributes. Compliant with <a href=\"https://github.com/wvanbergen/scoped_search/wiki/Query-language\" target=\"_blank\" title=\"github.com/wvanbergen/scoped_search\">scoped_search query language</a>. However, only `=` or `!=` (resp. `<>`) operators are supported.<br><br>Systems are searchable using attributes `display_name`, `os_major_version`, `os_minor_version`, and `assigned_or_scanned`<br><br>(e.g.: `(field_1=something AND field_2!=\"something else\") OR field_3>40`)
1872
2012
  * @param {*} [options] Override http request option.
1873
2013
  * @throws {RequiredError}
1874
2014
  */
@@ -1897,37 +2037,37 @@ export interface PolicySystemsApiPolicySystemsRequest {
1897
2037
  /**
1898
2038
  *
1899
2039
  * @type {any}
1900
- * @memberof PolicySystemsApiPolicySystems
2040
+ * @memberof PolicySystemsApiPolicySystem
1901
2041
  */
1902
2042
  readonly policyId: any;
1903
2043
  /**
1904
- *
2044
+ * For internal use only
1905
2045
  * @type {any}
1906
- * @memberof PolicySystemsApiPolicySystems
2046
+ * @memberof PolicySystemsApiPolicySystem
1907
2047
  */
1908
2048
  readonly xRHIDENTITY?: any;
1909
2049
  /**
1910
2050
  * Number of items to return per page
1911
2051
  * @type {any}
1912
- * @memberof PolicySystemsApiPolicySystems
2052
+ * @memberof PolicySystemsApiPolicySystem
1913
2053
  */
1914
2054
  readonly limit?: any;
1915
2055
  /**
1916
2056
  * Offset of first item of paginated response
1917
2057
  * @type {any}
1918
- * @memberof PolicySystemsApiPolicySystems
2058
+ * @memberof PolicySystemsApiPolicySystem
1919
2059
  */
1920
2060
  readonly offset?: any;
1921
2061
  /**
1922
2062
  * Attribute and direction to sort the items by. Represented by an array of fields with an optional direction (`<key>:asc` or `<key>:desc`).<br><br>If no direction is selected, `<key>:asc` is used by default.
1923
2063
  * @type {any}
1924
- * @memberof PolicySystemsApiPolicySystems
2064
+ * @memberof PolicySystemsApiPolicySystem
1925
2065
  */
1926
2066
  readonly sortBy?: any;
1927
2067
  /**
1928
- * Query string to filter items by their attributes. Compliant with <a href=\"https://github.com/wvanbergen/scoped_search/wiki/Query-language\" target=\"_blank\" title=\"github.com/wvanbergen/scoped_search\">scoped_search query language</a>. However, only `=` or `!=` (resp. `<>`) operators are supported.<br><br>Systems are searchable using attributes `display_name`, `os_major_version`, and `os_minor_version`<br><br>(e.g.: `(version=0.1.47 AND os_major_verision=8)`)
2068
+ * Query string to filter items by their attributes. Compliant with <a href=\"https://github.com/wvanbergen/scoped_search/wiki/Query-language\" target=\"_blank\" title=\"github.com/wvanbergen/scoped_search\">scoped_search query language</a>. However, only `=` or `!=` (resp. `<>`) operators are supported.<br><br>Systems are searchable using attributes `display_name`, `os_major_version`, `os_minor_version`, and `assigned_or_scanned`<br><br>(e.g.: `(field_1=something AND field_2!=\"something else\") OR field_3>40`)
1929
2069
  * @type {any}
1930
- * @memberof PolicySystemsApiPolicySystems
2070
+ * @memberof PolicySystemsApiPolicySystem
1931
2071
  */
1932
2072
  readonly filter?: any;
1933
2073
  }
@@ -1958,7 +2098,7 @@ export declare const ProfileApiAxiosParamCreator: (configuration?: Configuration
1958
2098
  * @summary Request a Profile
1959
2099
  * @param {any} securityGuideId
1960
2100
  * @param {any} id
1961
- * @param {any} [xRHIDENTITY]
2101
+ * @param {any} [xRHIDENTITY] For internal use only
1962
2102
  * @param {*} [options] Override http request option.
1963
2103
  * @throws {RequiredError}
1964
2104
  */
@@ -1974,7 +2114,7 @@ export declare const ProfileApiFp: (configuration?: Configuration) => {
1974
2114
  * @summary Request a Profile
1975
2115
  * @param {any} securityGuideId
1976
2116
  * @param {any} id
1977
- * @param {any} [xRHIDENTITY]
2117
+ * @param {any} [xRHIDENTITY] For internal use only
1978
2118
  * @param {*} [options] Override http request option.
1979
2119
  * @throws {RequiredError}
1980
2120
  */
@@ -2013,7 +2153,7 @@ export interface ProfileApiProfileRequest {
2013
2153
  */
2014
2154
  readonly id: any;
2015
2155
  /**
2016
- *
2156
+ * For internal use only
2017
2157
  * @type {any}
2018
2158
  * @memberof ProfileApiProfile
2019
2159
  */
@@ -2047,7 +2187,7 @@ export declare const ProfileRuleApiAxiosParamCreator: (configuration?: Configura
2047
2187
  * @param {any} securityGuideId
2048
2188
  * @param {any} profileId
2049
2189
  * @param {any} id
2050
- * @param {any} [xRHIDENTITY]
2190
+ * @param {any} [xRHIDENTITY] For internal use only
2051
2191
  * @param {*} [options] Override http request option.
2052
2192
  * @throws {RequiredError}
2053
2193
  */
@@ -2064,7 +2204,7 @@ export declare const ProfileRuleApiFp: (configuration?: Configuration) => {
2064
2204
  * @param {any} securityGuideId
2065
2205
  * @param {any} profileId
2066
2206
  * @param {any} id
2067
- * @param {any} [xRHIDENTITY]
2207
+ * @param {any} [xRHIDENTITY] For internal use only
2068
2208
  * @param {*} [options] Override http request option.
2069
2209
  * @throws {RequiredError}
2070
2210
  */
@@ -2109,7 +2249,7 @@ export interface ProfileRuleApiProfileRuleRequest {
2109
2249
  */
2110
2250
  readonly id: any;
2111
2251
  /**
2112
- *
2252
+ * For internal use only
2113
2253
  * @type {any}
2114
2254
  * @memberof ProfileRuleApiProfileRule
2115
2255
  */
@@ -2142,11 +2282,11 @@ export declare const ProfileRulesApiAxiosParamCreator: (configuration?: Configur
2142
2282
  * @summary Request Rules assigned to a Profile
2143
2283
  * @param {any} securityGuideId
2144
2284
  * @param {any} profileId
2145
- * @param {any} [xRHIDENTITY]
2285
+ * @param {any} [xRHIDENTITY] For internal use only
2146
2286
  * @param {any} [limit] Number of items to return per page
2147
2287
  * @param {any} [offset] Offset of first item of paginated response
2148
2288
  * @param {any} [sortBy] Attribute and direction to sort the items by. Represented by an array of fields with an optional direction (`<key>:asc` or `<key>:desc`).<br><br>If no direction is selected, `<key>:asc` is used by default.
2149
- * @param {any} [filter] Query string to filter items by their attributes. Compliant with <a href=\"https://github.com/wvanbergen/scoped_search/wiki/Query-language\" target=\"_blank\" title=\"github.com/wvanbergen/scoped_search\">scoped_search query language</a>. However, only `=` or `!=` (resp. `<>`) operators are supported.<br><br>Rules are searchable using attributes `title` and `severity`<br><br>(e.g.: `(version=0.1.47 AND os_major_verision=8)`)
2289
+ * @param {any} [filter] Query string to filter items by their attributes. Compliant with <a href=\"https://github.com/wvanbergen/scoped_search/wiki/Query-language\" target=\"_blank\" title=\"github.com/wvanbergen/scoped_search\">scoped_search query language</a>. However, only `=` or `!=` (resp. `<>`) operators are supported.<br><br>Rules are searchable using attributes `title` and `severity`<br><br>(e.g.: `(field_1=something AND field_2!=\"something else\") OR field_3>40`)
2150
2290
  * @param {*} [options] Override http request option.
2151
2291
  * @throws {RequiredError}
2152
2292
  */
@@ -2162,11 +2302,11 @@ export declare const ProfileRulesApiFp: (configuration?: Configuration) => {
2162
2302
  * @summary Request Rules assigned to a Profile
2163
2303
  * @param {any} securityGuideId
2164
2304
  * @param {any} profileId
2165
- * @param {any} [xRHIDENTITY]
2305
+ * @param {any} [xRHIDENTITY] For internal use only
2166
2306
  * @param {any} [limit] Number of items to return per page
2167
2307
  * @param {any} [offset] Offset of first item of paginated response
2168
2308
  * @param {any} [sortBy] Attribute and direction to sort the items by. Represented by an array of fields with an optional direction (`<key>:asc` or `<key>:desc`).<br><br>If no direction is selected, `<key>:asc` is used by default.
2169
- * @param {any} [filter] Query string to filter items by their attributes. Compliant with <a href=\"https://github.com/wvanbergen/scoped_search/wiki/Query-language\" target=\"_blank\" title=\"github.com/wvanbergen/scoped_search\">scoped_search query language</a>. However, only `=` or `!=` (resp. `<>`) operators are supported.<br><br>Rules are searchable using attributes `title` and `severity`<br><br>(e.g.: `(version=0.1.47 AND os_major_verision=8)`)
2309
+ * @param {any} [filter] Query string to filter items by their attributes. Compliant with <a href=\"https://github.com/wvanbergen/scoped_search/wiki/Query-language\" target=\"_blank\" title=\"github.com/wvanbergen/scoped_search\">scoped_search query language</a>. However, only `=` or `!=` (resp. `<>`) operators are supported.<br><br>Rules are searchable using attributes `title` and `severity`<br><br>(e.g.: `(field_1=something AND field_2!=\"something else\") OR field_3>40`)
2170
2310
  * @param {*} [options] Override http request option.
2171
2311
  * @throws {RequiredError}
2172
2312
  */
@@ -2195,43 +2335,43 @@ export interface ProfileRulesApiProfileRulesRequest {
2195
2335
  /**
2196
2336
  *
2197
2337
  * @type {any}
2198
- * @memberof ProfileRulesApiProfileRules
2338
+ * @memberof ProfileRulesApiProfileRule
2199
2339
  */
2200
2340
  readonly securityGuideId: any;
2201
2341
  /**
2202
2342
  *
2203
2343
  * @type {any}
2204
- * @memberof ProfileRulesApiProfileRules
2344
+ * @memberof ProfileRulesApiProfileRule
2205
2345
  */
2206
2346
  readonly profileId: any;
2207
2347
  /**
2208
- *
2348
+ * For internal use only
2209
2349
  * @type {any}
2210
- * @memberof ProfileRulesApiProfileRules
2350
+ * @memberof ProfileRulesApiProfileRule
2211
2351
  */
2212
2352
  readonly xRHIDENTITY?: any;
2213
2353
  /**
2214
2354
  * Number of items to return per page
2215
2355
  * @type {any}
2216
- * @memberof ProfileRulesApiProfileRules
2356
+ * @memberof ProfileRulesApiProfileRule
2217
2357
  */
2218
2358
  readonly limit?: any;
2219
2359
  /**
2220
2360
  * Offset of first item of paginated response
2221
2361
  * @type {any}
2222
- * @memberof ProfileRulesApiProfileRules
2362
+ * @memberof ProfileRulesApiProfileRule
2223
2363
  */
2224
2364
  readonly offset?: any;
2225
2365
  /**
2226
2366
  * Attribute and direction to sort the items by. Represented by an array of fields with an optional direction (`<key>:asc` or `<key>:desc`).<br><br>If no direction is selected, `<key>:asc` is used by default.
2227
2367
  * @type {any}
2228
- * @memberof ProfileRulesApiProfileRules
2368
+ * @memberof ProfileRulesApiProfileRule
2229
2369
  */
2230
2370
  readonly sortBy?: any;
2231
2371
  /**
2232
- * Query string to filter items by their attributes. Compliant with <a href=\"https://github.com/wvanbergen/scoped_search/wiki/Query-language\" target=\"_blank\" title=\"github.com/wvanbergen/scoped_search\">scoped_search query language</a>. However, only `=` or `!=` (resp. `<>`) operators are supported.<br><br>Rules are searchable using attributes `title` and `severity`<br><br>(e.g.: `(version=0.1.47 AND os_major_verision=8)`)
2372
+ * Query string to filter items by their attributes. Compliant with <a href=\"https://github.com/wvanbergen/scoped_search/wiki/Query-language\" target=\"_blank\" title=\"github.com/wvanbergen/scoped_search\">scoped_search query language</a>. However, only `=` or `!=` (resp. `<>`) operators are supported.<br><br>Rules are searchable using attributes `title` and `severity`<br><br>(e.g.: `(field_1=something AND field_2!=\"something else\") OR field_3>40`)
2233
2373
  * @type {any}
2234
- * @memberof ProfileRulesApiProfileRules
2374
+ * @memberof ProfileRulesApiProfileRule
2235
2375
  */
2236
2376
  readonly filter?: any;
2237
2377
  }
@@ -2258,14 +2398,14 @@ export declare class ProfileRulesApi extends BaseAPI {
2258
2398
  */
2259
2399
  export declare const ProfilesApiAxiosParamCreator: (configuration?: Configuration) => {
2260
2400
  /**
2261
- * Lists Profiles
2262
- * @summary Request Profiles
2401
+ * Lists Profile
2402
+ * @summary Request Profile
2263
2403
  * @param {any} securityGuideId
2264
- * @param {any} [xRHIDENTITY]
2404
+ * @param {any} [xRHIDENTITY] For internal use only
2265
2405
  * @param {any} [limit] Number of items to return per page
2266
2406
  * @param {any} [offset] Offset of first item of paginated response
2267
2407
  * @param {any} [sortBy] Attribute and direction to sort the items by. Represented by an array of fields with an optional direction (`<key>:asc` or `<key>:desc`).<br><br>If no direction is selected, `<key>:asc` is used by default.
2268
- * @param {any} [filter] Query string to filter items by their attributes. Compliant with <a href=\"https://github.com/wvanbergen/scoped_search/wiki/Query-language\" target=\"_blank\" title=\"github.com/wvanbergen/scoped_search\">scoped_search query language</a>. However, only `=` or `!=` (resp. `<>`) operators are supported.<br><br>Profiles are searchable using attributes `title` and `ref_id`<br><br>(e.g.: `(version=0.1.47 AND os_major_verision=8)`)
2408
+ * @param {any} [filter] Query string to filter items by their attributes. Compliant with <a href=\"https://github.com/wvanbergen/scoped_search/wiki/Query-language\" target=\"_blank\" title=\"github.com/wvanbergen/scoped_search\">scoped_search query language</a>. However, only `=` or `!=` (resp. `<>`) operators are supported.<br><br>Profiles are searchable using attributes `title` and `ref_id`<br><br>(e.g.: `(field_1=something AND field_2!=\"something else\") OR field_3>40`)
2269
2409
  * @param {*} [options] Override http request option.
2270
2410
  * @throws {RequiredError}
2271
2411
  */
@@ -2277,14 +2417,14 @@ export declare const ProfilesApiAxiosParamCreator: (configuration?: Configuratio
2277
2417
  */
2278
2418
  export declare const ProfilesApiFp: (configuration?: Configuration) => {
2279
2419
  /**
2280
- * Lists Profiles
2281
- * @summary Request Profiles
2420
+ * Lists Profile
2421
+ * @summary Request Profile
2282
2422
  * @param {any} securityGuideId
2283
- * @param {any} [xRHIDENTITY]
2423
+ * @param {any} [xRHIDENTITY] For internal use only
2284
2424
  * @param {any} [limit] Number of items to return per page
2285
2425
  * @param {any} [offset] Offset of first item of paginated response
2286
2426
  * @param {any} [sortBy] Attribute and direction to sort the items by. Represented by an array of fields with an optional direction (`<key>:asc` or `<key>:desc`).<br><br>If no direction is selected, `<key>:asc` is used by default.
2287
- * @param {any} [filter] Query string to filter items by their attributes. Compliant with <a href=\"https://github.com/wvanbergen/scoped_search/wiki/Query-language\" target=\"_blank\" title=\"github.com/wvanbergen/scoped_search\">scoped_search query language</a>. However, only `=` or `!=` (resp. `<>`) operators are supported.<br><br>Profiles are searchable using attributes `title` and `ref_id`<br><br>(e.g.: `(version=0.1.47 AND os_major_verision=8)`)
2427
+ * @param {any} [filter] Query string to filter items by their attributes. Compliant with <a href=\"https://github.com/wvanbergen/scoped_search/wiki/Query-language\" target=\"_blank\" title=\"github.com/wvanbergen/scoped_search\">scoped_search query language</a>. However, only `=` or `!=` (resp. `<>`) operators are supported.<br><br>Profiles are searchable using attributes `title` and `ref_id`<br><br>(e.g.: `(field_1=something AND field_2!=\"something else\") OR field_3>40`)
2288
2428
  * @param {*} [options] Override http request option.
2289
2429
  * @throws {RequiredError}
2290
2430
  */
@@ -2296,8 +2436,8 @@ export declare const ProfilesApiFp: (configuration?: Configuration) => {
2296
2436
  */
2297
2437
  export declare const ProfilesApiFactory: (configuration?: Configuration, basePath?: string, axios?: AxiosInstance) => {
2298
2438
  /**
2299
- * Lists Profiles
2300
- * @summary Request Profiles
2439
+ * Lists Profile
2440
+ * @summary Request Profile
2301
2441
  * @param {ProfilesApiProfilesRequest} requestParameters Request parameters.
2302
2442
  * @param {*} [options] Override http request option.
2303
2443
  * @throws {RequiredError}
@@ -2313,37 +2453,37 @@ export interface ProfilesApiProfilesRequest {
2313
2453
  /**
2314
2454
  *
2315
2455
  * @type {any}
2316
- * @memberof ProfilesApiProfiles
2456
+ * @memberof ProfilesApiProfile
2317
2457
  */
2318
2458
  readonly securityGuideId: any;
2319
2459
  /**
2320
- *
2460
+ * For internal use only
2321
2461
  * @type {any}
2322
- * @memberof ProfilesApiProfiles
2462
+ * @memberof ProfilesApiProfile
2323
2463
  */
2324
2464
  readonly xRHIDENTITY?: any;
2325
2465
  /**
2326
2466
  * Number of items to return per page
2327
2467
  * @type {any}
2328
- * @memberof ProfilesApiProfiles
2468
+ * @memberof ProfilesApiProfile
2329
2469
  */
2330
2470
  readonly limit?: any;
2331
2471
  /**
2332
2472
  * Offset of first item of paginated response
2333
2473
  * @type {any}
2334
- * @memberof ProfilesApiProfiles
2474
+ * @memberof ProfilesApiProfile
2335
2475
  */
2336
2476
  readonly offset?: any;
2337
2477
  /**
2338
2478
  * Attribute and direction to sort the items by. Represented by an array of fields with an optional direction (`<key>:asc` or `<key>:desc`).<br><br>If no direction is selected, `<key>:asc` is used by default.
2339
2479
  * @type {any}
2340
- * @memberof ProfilesApiProfiles
2480
+ * @memberof ProfilesApiProfile
2341
2481
  */
2342
2482
  readonly sortBy?: any;
2343
2483
  /**
2344
- * Query string to filter items by their attributes. Compliant with <a href=\"https://github.com/wvanbergen/scoped_search/wiki/Query-language\" target=\"_blank\" title=\"github.com/wvanbergen/scoped_search\">scoped_search query language</a>. However, only `=` or `!=` (resp. `<>`) operators are supported.<br><br>Profiles are searchable using attributes `title` and `ref_id`<br><br>(e.g.: `(version=0.1.47 AND os_major_verision=8)`)
2484
+ * Query string to filter items by their attributes. Compliant with <a href=\"https://github.com/wvanbergen/scoped_search/wiki/Query-language\" target=\"_blank\" title=\"github.com/wvanbergen/scoped_search\">scoped_search query language</a>. However, only `=` or `!=` (resp. `<>`) operators are supported.<br><br>Profiles are searchable using attributes `title` and `ref_id`<br><br>(e.g.: `(field_1=something AND field_2!=\"something else\") OR field_3>40`)
2345
2485
  * @type {any}
2346
- * @memberof ProfilesApiProfiles
2486
+ * @memberof ProfilesApiProfile
2347
2487
  */
2348
2488
  readonly filter?: any;
2349
2489
  }
@@ -2355,8 +2495,8 @@ export interface ProfilesApiProfilesRequest {
2355
2495
  */
2356
2496
  export declare class ProfilesApi extends BaseAPI {
2357
2497
  /**
2358
- * Lists Profiles
2359
- * @summary Request Profiles
2498
+ * Lists Profile
2499
+ * @summary Request Profile
2360
2500
  * @param {ProfilesApiProfilesRequest} requestParameters Request parameters.
2361
2501
  * @param {*} [options] Override http request option.
2362
2502
  * @throws {RequiredError}
@@ -2364,6 +2504,190 @@ export declare class ProfilesApi extends BaseAPI {
2364
2504
  */
2365
2505
  profiles(requestParameters: ProfilesApiProfilesRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<Profiles200Response, any>>;
2366
2506
  }
2507
+ /**
2508
+ * ReportApi - axios parameter creator
2509
+ * @export
2510
+ */
2511
+ export declare const ReportApiAxiosParamCreator: (configuration?: Configuration) => {
2512
+ /**
2513
+ * Returns a Report
2514
+ * @summary Request a Report
2515
+ * @param {any} id
2516
+ * @param {any} [xRHIDENTITY] For internal use only
2517
+ * @param {*} [options] Override http request option.
2518
+ * @throws {RequiredError}
2519
+ */
2520
+ report: (id: any, xRHIDENTITY?: any, options?: AxiosRequestConfig) => Promise<RequestArgs>;
2521
+ };
2522
+ /**
2523
+ * ReportApi - functional programming interface
2524
+ * @export
2525
+ */
2526
+ export declare const ReportApiFp: (configuration?: Configuration) => {
2527
+ /**
2528
+ * Returns a Report
2529
+ * @summary Request a Report
2530
+ * @param {any} id
2531
+ * @param {any} [xRHIDENTITY] For internal use only
2532
+ * @param {*} [options] Override http request option.
2533
+ * @throws {RequiredError}
2534
+ */
2535
+ report(id: any, xRHIDENTITY?: any, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<Report200Response>>;
2536
+ };
2537
+ /**
2538
+ * ReportApi - factory interface
2539
+ * @export
2540
+ */
2541
+ export declare const ReportApiFactory: (configuration?: Configuration, basePath?: string, axios?: AxiosInstance) => {
2542
+ /**
2543
+ * Returns a Report
2544
+ * @summary Request a Report
2545
+ * @param {ReportApiReportRequest} requestParameters Request parameters.
2546
+ * @param {*} [options] Override http request option.
2547
+ * @throws {RequiredError}
2548
+ */
2549
+ report(requestParameters: ReportApiReportRequest, options?: AxiosRequestConfig): AxiosPromise<Report200Response>;
2550
+ };
2551
+ /**
2552
+ * Request parameters for report operation in ReportApi.
2553
+ * @export
2554
+ * @interface ReportApiReportRequest
2555
+ */
2556
+ export interface ReportApiReportRequest {
2557
+ /**
2558
+ *
2559
+ * @type {any}
2560
+ * @memberof ReportApiReport
2561
+ */
2562
+ readonly id: any;
2563
+ /**
2564
+ * For internal use only
2565
+ * @type {any}
2566
+ * @memberof ReportApiReport
2567
+ */
2568
+ readonly xRHIDENTITY?: any;
2569
+ }
2570
+ /**
2571
+ * ReportApi - object-oriented interface
2572
+ * @export
2573
+ * @class ReportApi
2574
+ * @extends {BaseAPI}
2575
+ */
2576
+ export declare class ReportApi extends BaseAPI {
2577
+ /**
2578
+ * Returns a Report
2579
+ * @summary Request a Report
2580
+ * @param {ReportApiReportRequest} requestParameters Request parameters.
2581
+ * @param {*} [options] Override http request option.
2582
+ * @throws {RequiredError}
2583
+ * @memberof ReportApi
2584
+ */
2585
+ report(requestParameters: ReportApiReportRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<Report200Response, any>>;
2586
+ }
2587
+ /**
2588
+ * ReportsApi - axios parameter creator
2589
+ * @export
2590
+ */
2591
+ export declare const ReportsApiAxiosParamCreator: (configuration?: Configuration) => {
2592
+ /**
2593
+ * Lists Report
2594
+ * @summary Request Report
2595
+ * @param {any} [xRHIDENTITY] For internal use only
2596
+ * @param {any} [limit] Number of items to return per page
2597
+ * @param {any} [offset] Offset of first item of paginated response
2598
+ * @param {any} [sortBy] Attribute and direction to sort the items by. Represented by an array of fields with an optional direction (&#x60;&lt;key&gt;:asc&#x60; or &#x60;&lt;key&gt;:desc&#x60;).&lt;br&gt;&lt;br&gt;If no direction is selected, &#x60;&lt;key&gt;:asc&#x60; is used by default.
2599
+ * @param {any} [filter] Query string to filter items by their attributes. Compliant with &lt;a href&#x3D;\&quot;https://github.com/wvanbergen/scoped_search/wiki/Query-language\&quot; target&#x3D;\&quot;_blank\&quot; title&#x3D;\&quot;github.com/wvanbergen/scoped_search\&quot;&gt;scoped_search query language&lt;/a&gt;. However, only &#x60;&#x3D;&#x60; or &#x60;!&#x3D;&#x60; (resp. &#x60;&lt;&gt;&#x60;) operators are supported.&lt;br&gt;&lt;br&gt;Reports are searchable using attributes &#x60;title&#x60; and &#x60;os_major_version&#x60;&lt;br&gt;&lt;br&gt;(e.g.: &#x60;(field_1&#x3D;something AND field_2!&#x3D;\&quot;something else\&quot;) OR field_3&gt;40&#x60;)
2600
+ * @param {*} [options] Override http request option.
2601
+ * @throws {RequiredError}
2602
+ */
2603
+ reports: (xRHIDENTITY?: any, limit?: any, offset?: any, sortBy?: any, filter?: any, options?: AxiosRequestConfig) => Promise<RequestArgs>;
2604
+ };
2605
+ /**
2606
+ * ReportsApi - functional programming interface
2607
+ * @export
2608
+ */
2609
+ export declare const ReportsApiFp: (configuration?: Configuration) => {
2610
+ /**
2611
+ * Lists Report
2612
+ * @summary Request Report
2613
+ * @param {any} [xRHIDENTITY] For internal use only
2614
+ * @param {any} [limit] Number of items to return per page
2615
+ * @param {any} [offset] Offset of first item of paginated response
2616
+ * @param {any} [sortBy] Attribute and direction to sort the items by. Represented by an array of fields with an optional direction (&#x60;&lt;key&gt;:asc&#x60; or &#x60;&lt;key&gt;:desc&#x60;).&lt;br&gt;&lt;br&gt;If no direction is selected, &#x60;&lt;key&gt;:asc&#x60; is used by default.
2617
+ * @param {any} [filter] Query string to filter items by their attributes. Compliant with &lt;a href&#x3D;\&quot;https://github.com/wvanbergen/scoped_search/wiki/Query-language\&quot; target&#x3D;\&quot;_blank\&quot; title&#x3D;\&quot;github.com/wvanbergen/scoped_search\&quot;&gt;scoped_search query language&lt;/a&gt;. However, only &#x60;&#x3D;&#x60; or &#x60;!&#x3D;&#x60; (resp. &#x60;&lt;&gt;&#x60;) operators are supported.&lt;br&gt;&lt;br&gt;Reports are searchable using attributes &#x60;title&#x60; and &#x60;os_major_version&#x60;&lt;br&gt;&lt;br&gt;(e.g.: &#x60;(field_1&#x3D;something AND field_2!&#x3D;\&quot;something else\&quot;) OR field_3&gt;40&#x60;)
2618
+ * @param {*} [options] Override http request option.
2619
+ * @throws {RequiredError}
2620
+ */
2621
+ reports(xRHIDENTITY?: any, limit?: any, offset?: any, sortBy?: any, filter?: any, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<Reports200Response>>;
2622
+ };
2623
+ /**
2624
+ * ReportsApi - factory interface
2625
+ * @export
2626
+ */
2627
+ export declare const ReportsApiFactory: (configuration?: Configuration, basePath?: string, axios?: AxiosInstance) => {
2628
+ /**
2629
+ * Lists Report
2630
+ * @summary Request Report
2631
+ * @param {ReportsApiReportsRequest} requestParameters Request parameters.
2632
+ * @param {*} [options] Override http request option.
2633
+ * @throws {RequiredError}
2634
+ */
2635
+ reports(requestParameters?: ReportsApiReportsRequest, options?: AxiosRequestConfig): AxiosPromise<Reports200Response>;
2636
+ };
2637
+ /**
2638
+ * Request parameters for reports operation in ReportsApi.
2639
+ * @export
2640
+ * @interface ReportsApiReportsRequest
2641
+ */
2642
+ export interface ReportsApiReportsRequest {
2643
+ /**
2644
+ * For internal use only
2645
+ * @type {any}
2646
+ * @memberof ReportsApiReport
2647
+ */
2648
+ readonly xRHIDENTITY?: any;
2649
+ /**
2650
+ * Number of items to return per page
2651
+ * @type {any}
2652
+ * @memberof ReportsApiReport
2653
+ */
2654
+ readonly limit?: any;
2655
+ /**
2656
+ * Offset of first item of paginated response
2657
+ * @type {any}
2658
+ * @memberof ReportsApiReport
2659
+ */
2660
+ readonly offset?: any;
2661
+ /**
2662
+ * Attribute and direction to sort the items by. Represented by an array of fields with an optional direction (&#x60;&lt;key&gt;:asc&#x60; or &#x60;&lt;key&gt;:desc&#x60;).&lt;br&gt;&lt;br&gt;If no direction is selected, &#x60;&lt;key&gt;:asc&#x60; is used by default.
2663
+ * @type {any}
2664
+ * @memberof ReportsApiReport
2665
+ */
2666
+ readonly sortBy?: any;
2667
+ /**
2668
+ * Query string to filter items by their attributes. Compliant with &lt;a href&#x3D;\&quot;https://github.com/wvanbergen/scoped_search/wiki/Query-language\&quot; target&#x3D;\&quot;_blank\&quot; title&#x3D;\&quot;github.com/wvanbergen/scoped_search\&quot;&gt;scoped_search query language&lt;/a&gt;. However, only &#x60;&#x3D;&#x60; or &#x60;!&#x3D;&#x60; (resp. &#x60;&lt;&gt;&#x60;) operators are supported.&lt;br&gt;&lt;br&gt;Reports are searchable using attributes &#x60;title&#x60; and &#x60;os_major_version&#x60;&lt;br&gt;&lt;br&gt;(e.g.: &#x60;(field_1&#x3D;something AND field_2!&#x3D;\&quot;something else\&quot;) OR field_3&gt;40&#x60;)
2669
+ * @type {any}
2670
+ * @memberof ReportsApiReport
2671
+ */
2672
+ readonly filter?: any;
2673
+ }
2674
+ /**
2675
+ * ReportsApi - object-oriented interface
2676
+ * @export
2677
+ * @class ReportsApi
2678
+ * @extends {BaseAPI}
2679
+ */
2680
+ export declare class ReportsApi extends BaseAPI {
2681
+ /**
2682
+ * Lists Report
2683
+ * @summary Request Report
2684
+ * @param {ReportsApiReportsRequest} requestParameters Request parameters.
2685
+ * @param {*} [options] Override http request option.
2686
+ * @throws {RequiredError}
2687
+ * @memberof ReportsApi
2688
+ */
2689
+ reports(requestParameters?: ReportsApiReportsRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<Reports200Response, any>>;
2690
+ }
2367
2691
  /**
2368
2692
  * RuleApi - axios parameter creator
2369
2693
  * @export
@@ -2374,7 +2698,7 @@ export declare const RuleApiAxiosParamCreator: (configuration?: Configuration) =
2374
2698
  * @summary Request a Rule
2375
2699
  * @param {any} securityGuideId
2376
2700
  * @param {any} id
2377
- * @param {any} [xRHIDENTITY]
2701
+ * @param {any} [xRHIDENTITY] For internal use only
2378
2702
  * @param {*} [options] Override http request option.
2379
2703
  * @throws {RequiredError}
2380
2704
  */
@@ -2390,7 +2714,7 @@ export declare const RuleApiFp: (configuration?: Configuration) => {
2390
2714
  * @summary Request a Rule
2391
2715
  * @param {any} securityGuideId
2392
2716
  * @param {any} id
2393
- * @param {any} [xRHIDENTITY]
2717
+ * @param {any} [xRHIDENTITY] For internal use only
2394
2718
  * @param {*} [options] Override http request option.
2395
2719
  * @throws {RequiredError}
2396
2720
  */
@@ -2429,7 +2753,7 @@ export interface RuleApiRuleRequest {
2429
2753
  */
2430
2754
  readonly id: any;
2431
2755
  /**
2432
- *
2756
+ * For internal use only
2433
2757
  * @type {any}
2434
2758
  * @memberof RuleApiRule
2435
2759
  */
@@ -2462,7 +2786,7 @@ export declare const RuleGroupApiAxiosParamCreator: (configuration?: Configurati
2462
2786
  * @summary Request a Rule Group
2463
2787
  * @param {any} securityGuideId
2464
2788
  * @param {any} id
2465
- * @param {any} [xRHIDENTITY]
2789
+ * @param {any} [xRHIDENTITY] For internal use only
2466
2790
  * @param {*} [options] Override http request option.
2467
2791
  * @throws {RequiredError}
2468
2792
  */
@@ -2478,7 +2802,7 @@ export declare const RuleGroupApiFp: (configuration?: Configuration) => {
2478
2802
  * @summary Request a Rule Group
2479
2803
  * @param {any} securityGuideId
2480
2804
  * @param {any} id
2481
- * @param {any} [xRHIDENTITY]
2805
+ * @param {any} [xRHIDENTITY] For internal use only
2482
2806
  * @param {*} [options] Override http request option.
2483
2807
  * @throws {RequiredError}
2484
2808
  */
@@ -2517,7 +2841,7 @@ export interface RuleGroupApiRuleGroupRequest {
2517
2841
  */
2518
2842
  readonly id: any;
2519
2843
  /**
2520
- *
2844
+ * For internal use only
2521
2845
  * @type {any}
2522
2846
  * @memberof RuleGroupApiRuleGroup
2523
2847
  */
@@ -2546,14 +2870,14 @@ export declare class RuleGroupApi extends BaseAPI {
2546
2870
  */
2547
2871
  export declare const RuleGroupsApiAxiosParamCreator: (configuration?: Configuration) => {
2548
2872
  /**
2549
- * Lists Rule Groups
2550
- * @summary Request Rule Groups
2873
+ * Lists Rule Group
2874
+ * @summary Request Rule Group
2551
2875
  * @param {any} securityGuideId
2552
- * @param {any} [xRHIDENTITY]
2876
+ * @param {any} [xRHIDENTITY] For internal use only
2553
2877
  * @param {any} [limit] Number of items to return per page
2554
2878
  * @param {any} [offset] Offset of first item of paginated response
2555
2879
  * @param {any} [sortBy] Attribute and direction to sort the items by. Represented by an array of fields with an optional direction (&#x60;&lt;key&gt;:asc&#x60; or &#x60;&lt;key&gt;:desc&#x60;).&lt;br&gt;&lt;br&gt;If no direction is selected, &#x60;&lt;key&gt;:asc&#x60; is used by default.
2556
- * @param {any} [filter] Query string to filter items by their attributes. Compliant with &lt;a href&#x3D;\&quot;https://github.com/wvanbergen/scoped_search/wiki/Query-language\&quot; target&#x3D;\&quot;_blank\&quot; title&#x3D;\&quot;github.com/wvanbergen/scoped_search\&quot;&gt;scoped_search query language&lt;/a&gt;. However, only &#x60;&#x3D;&#x60; or &#x60;!&#x3D;&#x60; (resp. &#x60;&lt;&gt;&#x60;) operators are supported.&lt;br&gt;&lt;br&gt;Rule Groups are searchable using attributes &lt;br&gt;&lt;br&gt;(e.g.: &#x60;(version&#x3D;0.1.47 AND os_major_verision&#x3D;8)&#x60;)
2880
+ * @param {any} [filter] Query string to filter items by their attributes. Compliant with &lt;a href&#x3D;\&quot;https://github.com/wvanbergen/scoped_search/wiki/Query-language\&quot; target&#x3D;\&quot;_blank\&quot; title&#x3D;\&quot;github.com/wvanbergen/scoped_search\&quot;&gt;scoped_search query language&lt;/a&gt;. However, only &#x60;&#x3D;&#x60; or &#x60;!&#x3D;&#x60; (resp. &#x60;&lt;&gt;&#x60;) operators are supported.&lt;br&gt;&lt;br&gt;Rule Groups are searchable using attributes &#x60;title&#x60; and &#x60;ref_id&#x60;&lt;br&gt;&lt;br&gt;(e.g.: &#x60;(field_1&#x3D;something AND field_2!&#x3D;\&quot;something else\&quot;) OR field_3&gt;40&#x60;)
2557
2881
  * @param {*} [options] Override http request option.
2558
2882
  * @throws {RequiredError}
2559
2883
  */
@@ -2565,14 +2889,14 @@ export declare const RuleGroupsApiAxiosParamCreator: (configuration?: Configurat
2565
2889
  */
2566
2890
  export declare const RuleGroupsApiFp: (configuration?: Configuration) => {
2567
2891
  /**
2568
- * Lists Rule Groups
2569
- * @summary Request Rule Groups
2892
+ * Lists Rule Group
2893
+ * @summary Request Rule Group
2570
2894
  * @param {any} securityGuideId
2571
- * @param {any} [xRHIDENTITY]
2895
+ * @param {any} [xRHIDENTITY] For internal use only
2572
2896
  * @param {any} [limit] Number of items to return per page
2573
2897
  * @param {any} [offset] Offset of first item of paginated response
2574
2898
  * @param {any} [sortBy] Attribute and direction to sort the items by. Represented by an array of fields with an optional direction (&#x60;&lt;key&gt;:asc&#x60; or &#x60;&lt;key&gt;:desc&#x60;).&lt;br&gt;&lt;br&gt;If no direction is selected, &#x60;&lt;key&gt;:asc&#x60; is used by default.
2575
- * @param {any} [filter] Query string to filter items by their attributes. Compliant with &lt;a href&#x3D;\&quot;https://github.com/wvanbergen/scoped_search/wiki/Query-language\&quot; target&#x3D;\&quot;_blank\&quot; title&#x3D;\&quot;github.com/wvanbergen/scoped_search\&quot;&gt;scoped_search query language&lt;/a&gt;. However, only &#x60;&#x3D;&#x60; or &#x60;!&#x3D;&#x60; (resp. &#x60;&lt;&gt;&#x60;) operators are supported.&lt;br&gt;&lt;br&gt;Rule Groups are searchable using attributes &lt;br&gt;&lt;br&gt;(e.g.: &#x60;(version&#x3D;0.1.47 AND os_major_verision&#x3D;8)&#x60;)
2899
+ * @param {any} [filter] Query string to filter items by their attributes. Compliant with &lt;a href&#x3D;\&quot;https://github.com/wvanbergen/scoped_search/wiki/Query-language\&quot; target&#x3D;\&quot;_blank\&quot; title&#x3D;\&quot;github.com/wvanbergen/scoped_search\&quot;&gt;scoped_search query language&lt;/a&gt;. However, only &#x60;&#x3D;&#x60; or &#x60;!&#x3D;&#x60; (resp. &#x60;&lt;&gt;&#x60;) operators are supported.&lt;br&gt;&lt;br&gt;Rule Groups are searchable using attributes &#x60;title&#x60; and &#x60;ref_id&#x60;&lt;br&gt;&lt;br&gt;(e.g.: &#x60;(field_1&#x3D;something AND field_2!&#x3D;\&quot;something else\&quot;) OR field_3&gt;40&#x60;)
2576
2900
  * @param {*} [options] Override http request option.
2577
2901
  * @throws {RequiredError}
2578
2902
  */
@@ -2584,8 +2908,8 @@ export declare const RuleGroupsApiFp: (configuration?: Configuration) => {
2584
2908
  */
2585
2909
  export declare const RuleGroupsApiFactory: (configuration?: Configuration, basePath?: string, axios?: AxiosInstance) => {
2586
2910
  /**
2587
- * Lists Rule Groups
2588
- * @summary Request Rule Groups
2911
+ * Lists Rule Group
2912
+ * @summary Request Rule Group
2589
2913
  * @param {RuleGroupsApiRuleGroupsRequest} requestParameters Request parameters.
2590
2914
  * @param {*} [options] Override http request option.
2591
2915
  * @throws {RequiredError}
@@ -2601,37 +2925,37 @@ export interface RuleGroupsApiRuleGroupsRequest {
2601
2925
  /**
2602
2926
  *
2603
2927
  * @type {any}
2604
- * @memberof RuleGroupsApiRuleGroups
2928
+ * @memberof RuleGroupsApiRuleGroup
2605
2929
  */
2606
2930
  readonly securityGuideId: any;
2607
2931
  /**
2608
- *
2932
+ * For internal use only
2609
2933
  * @type {any}
2610
- * @memberof RuleGroupsApiRuleGroups
2934
+ * @memberof RuleGroupsApiRuleGroup
2611
2935
  */
2612
2936
  readonly xRHIDENTITY?: any;
2613
2937
  /**
2614
2938
  * Number of items to return per page
2615
2939
  * @type {any}
2616
- * @memberof RuleGroupsApiRuleGroups
2940
+ * @memberof RuleGroupsApiRuleGroup
2617
2941
  */
2618
2942
  readonly limit?: any;
2619
2943
  /**
2620
2944
  * Offset of first item of paginated response
2621
2945
  * @type {any}
2622
- * @memberof RuleGroupsApiRuleGroups
2946
+ * @memberof RuleGroupsApiRuleGroup
2623
2947
  */
2624
2948
  readonly offset?: any;
2625
2949
  /**
2626
2950
  * Attribute and direction to sort the items by. Represented by an array of fields with an optional direction (&#x60;&lt;key&gt;:asc&#x60; or &#x60;&lt;key&gt;:desc&#x60;).&lt;br&gt;&lt;br&gt;If no direction is selected, &#x60;&lt;key&gt;:asc&#x60; is used by default.
2627
2951
  * @type {any}
2628
- * @memberof RuleGroupsApiRuleGroups
2952
+ * @memberof RuleGroupsApiRuleGroup
2629
2953
  */
2630
2954
  readonly sortBy?: any;
2631
2955
  /**
2632
- * Query string to filter items by their attributes. Compliant with &lt;a href&#x3D;\&quot;https://github.com/wvanbergen/scoped_search/wiki/Query-language\&quot; target&#x3D;\&quot;_blank\&quot; title&#x3D;\&quot;github.com/wvanbergen/scoped_search\&quot;&gt;scoped_search query language&lt;/a&gt;. However, only &#x60;&#x3D;&#x60; or &#x60;!&#x3D;&#x60; (resp. &#x60;&lt;&gt;&#x60;) operators are supported.&lt;br&gt;&lt;br&gt;Rule Groups are searchable using attributes &lt;br&gt;&lt;br&gt;(e.g.: &#x60;(version&#x3D;0.1.47 AND os_major_verision&#x3D;8)&#x60;)
2956
+ * Query string to filter items by their attributes. Compliant with &lt;a href&#x3D;\&quot;https://github.com/wvanbergen/scoped_search/wiki/Query-language\&quot; target&#x3D;\&quot;_blank\&quot; title&#x3D;\&quot;github.com/wvanbergen/scoped_search\&quot;&gt;scoped_search query language&lt;/a&gt;. However, only &#x60;&#x3D;&#x60; or &#x60;!&#x3D;&#x60; (resp. &#x60;&lt;&gt;&#x60;) operators are supported.&lt;br&gt;&lt;br&gt;Rule Groups are searchable using attributes &#x60;title&#x60; and &#x60;ref_id&#x60;&lt;br&gt;&lt;br&gt;(e.g.: &#x60;(field_1&#x3D;something AND field_2!&#x3D;\&quot;something else\&quot;) OR field_3&gt;40&#x60;)
2633
2957
  * @type {any}
2634
- * @memberof RuleGroupsApiRuleGroups
2958
+ * @memberof RuleGroupsApiRuleGroup
2635
2959
  */
2636
2960
  readonly filter?: any;
2637
2961
  }
@@ -2643,8 +2967,8 @@ export interface RuleGroupsApiRuleGroupsRequest {
2643
2967
  */
2644
2968
  export declare class RuleGroupsApi extends BaseAPI {
2645
2969
  /**
2646
- * Lists Rule Groups
2647
- * @summary Request Rule Groups
2970
+ * Lists Rule Group
2971
+ * @summary Request Rule Group
2648
2972
  * @param {RuleGroupsApiRuleGroupsRequest} requestParameters Request parameters.
2649
2973
  * @param {*} [options] Override http request option.
2650
2974
  * @throws {RequiredError}
@@ -2659,13 +2983,13 @@ export declare class RuleGroupsApi extends BaseAPI {
2659
2983
  export declare const RulesApiAxiosParamCreator: (configuration?: Configuration) => {
2660
2984
  /**
2661
2985
  * Lists Rules assigned
2662
- * @summary Request Rules
2986
+ * @summary Request Rule
2663
2987
  * @param {any} securityGuideId
2664
- * @param {any} [xRHIDENTITY]
2988
+ * @param {any} [xRHIDENTITY] For internal use only
2665
2989
  * @param {any} [limit] Number of items to return per page
2666
2990
  * @param {any} [offset] Offset of first item of paginated response
2667
2991
  * @param {any} [sortBy] Attribute and direction to sort the items by. Represented by an array of fields with an optional direction (&#x60;&lt;key&gt;:asc&#x60; or &#x60;&lt;key&gt;:desc&#x60;).&lt;br&gt;&lt;br&gt;If no direction is selected, &#x60;&lt;key&gt;:asc&#x60; is used by default.
2668
- * @param {any} [filter] Query string to filter items by their attributes. Compliant with &lt;a href&#x3D;\&quot;https://github.com/wvanbergen/scoped_search/wiki/Query-language\&quot; target&#x3D;\&quot;_blank\&quot; title&#x3D;\&quot;github.com/wvanbergen/scoped_search\&quot;&gt;scoped_search query language&lt;/a&gt;. However, only &#x60;&#x3D;&#x60; or &#x60;!&#x3D;&#x60; (resp. &#x60;&lt;&gt;&#x60;) operators are supported.&lt;br&gt;&lt;br&gt;Rules are searchable using attributes &#x60;title&#x60; and &#x60;severity&#x60;&lt;br&gt;&lt;br&gt;(e.g.: &#x60;(version&#x3D;0.1.47 AND os_major_verision&#x3D;8)&#x60;)
2992
+ * @param {any} [filter] Query string to filter items by their attributes. Compliant with &lt;a href&#x3D;\&quot;https://github.com/wvanbergen/scoped_search/wiki/Query-language\&quot; target&#x3D;\&quot;_blank\&quot; title&#x3D;\&quot;github.com/wvanbergen/scoped_search\&quot;&gt;scoped_search query language&lt;/a&gt;. However, only &#x60;&#x3D;&#x60; or &#x60;!&#x3D;&#x60; (resp. &#x60;&lt;&gt;&#x60;) operators are supported.&lt;br&gt;&lt;br&gt;Rules are searchable using attributes &#x60;title&#x60; and &#x60;severity&#x60;&lt;br&gt;&lt;br&gt;(e.g.: &#x60;(field_1&#x3D;something AND field_2!&#x3D;\&quot;something else\&quot;) OR field_3&gt;40&#x60;)
2669
2993
  * @param {*} [options] Override http request option.
2670
2994
  * @throws {RequiredError}
2671
2995
  */
@@ -2678,13 +3002,13 @@ export declare const RulesApiAxiosParamCreator: (configuration?: Configuration)
2678
3002
  export declare const RulesApiFp: (configuration?: Configuration) => {
2679
3003
  /**
2680
3004
  * Lists Rules assigned
2681
- * @summary Request Rules
3005
+ * @summary Request Rule
2682
3006
  * @param {any} securityGuideId
2683
- * @param {any} [xRHIDENTITY]
3007
+ * @param {any} [xRHIDENTITY] For internal use only
2684
3008
  * @param {any} [limit] Number of items to return per page
2685
3009
  * @param {any} [offset] Offset of first item of paginated response
2686
3010
  * @param {any} [sortBy] Attribute and direction to sort the items by. Represented by an array of fields with an optional direction (&#x60;&lt;key&gt;:asc&#x60; or &#x60;&lt;key&gt;:desc&#x60;).&lt;br&gt;&lt;br&gt;If no direction is selected, &#x60;&lt;key&gt;:asc&#x60; is used by default.
2687
- * @param {any} [filter] Query string to filter items by their attributes. Compliant with &lt;a href&#x3D;\&quot;https://github.com/wvanbergen/scoped_search/wiki/Query-language\&quot; target&#x3D;\&quot;_blank\&quot; title&#x3D;\&quot;github.com/wvanbergen/scoped_search\&quot;&gt;scoped_search query language&lt;/a&gt;. However, only &#x60;&#x3D;&#x60; or &#x60;!&#x3D;&#x60; (resp. &#x60;&lt;&gt;&#x60;) operators are supported.&lt;br&gt;&lt;br&gt;Rules are searchable using attributes &#x60;title&#x60; and &#x60;severity&#x60;&lt;br&gt;&lt;br&gt;(e.g.: &#x60;(version&#x3D;0.1.47 AND os_major_verision&#x3D;8)&#x60;)
3011
+ * @param {any} [filter] Query string to filter items by their attributes. Compliant with &lt;a href&#x3D;\&quot;https://github.com/wvanbergen/scoped_search/wiki/Query-language\&quot; target&#x3D;\&quot;_blank\&quot; title&#x3D;\&quot;github.com/wvanbergen/scoped_search\&quot;&gt;scoped_search query language&lt;/a&gt;. However, only &#x60;&#x3D;&#x60; or &#x60;!&#x3D;&#x60; (resp. &#x60;&lt;&gt;&#x60;) operators are supported.&lt;br&gt;&lt;br&gt;Rules are searchable using attributes &#x60;title&#x60; and &#x60;severity&#x60;&lt;br&gt;&lt;br&gt;(e.g.: &#x60;(field_1&#x3D;something AND field_2!&#x3D;\&quot;something else\&quot;) OR field_3&gt;40&#x60;)
2688
3012
  * @param {*} [options] Override http request option.
2689
3013
  * @throws {RequiredError}
2690
3014
  */
@@ -2697,7 +3021,7 @@ export declare const RulesApiFp: (configuration?: Configuration) => {
2697
3021
  export declare const RulesApiFactory: (configuration?: Configuration, basePath?: string, axios?: AxiosInstance) => {
2698
3022
  /**
2699
3023
  * Lists Rules assigned
2700
- * @summary Request Rules
3024
+ * @summary Request Rule
2701
3025
  * @param {RulesApiRulesRequest} requestParameters Request parameters.
2702
3026
  * @param {*} [options] Override http request option.
2703
3027
  * @throws {RequiredError}
@@ -2713,37 +3037,37 @@ export interface RulesApiRulesRequest {
2713
3037
  /**
2714
3038
  *
2715
3039
  * @type {any}
2716
- * @memberof RulesApiRules
3040
+ * @memberof RulesApiRule
2717
3041
  */
2718
3042
  readonly securityGuideId: any;
2719
3043
  /**
2720
- *
3044
+ * For internal use only
2721
3045
  * @type {any}
2722
- * @memberof RulesApiRules
3046
+ * @memberof RulesApiRule
2723
3047
  */
2724
3048
  readonly xRHIDENTITY?: any;
2725
3049
  /**
2726
3050
  * Number of items to return per page
2727
3051
  * @type {any}
2728
- * @memberof RulesApiRules
3052
+ * @memberof RulesApiRule
2729
3053
  */
2730
3054
  readonly limit?: any;
2731
3055
  /**
2732
3056
  * Offset of first item of paginated response
2733
3057
  * @type {any}
2734
- * @memberof RulesApiRules
3058
+ * @memberof RulesApiRule
2735
3059
  */
2736
3060
  readonly offset?: any;
2737
3061
  /**
2738
3062
  * Attribute and direction to sort the items by. Represented by an array of fields with an optional direction (&#x60;&lt;key&gt;:asc&#x60; or &#x60;&lt;key&gt;:desc&#x60;).&lt;br&gt;&lt;br&gt;If no direction is selected, &#x60;&lt;key&gt;:asc&#x60; is used by default.
2739
3063
  * @type {any}
2740
- * @memberof RulesApiRules
3064
+ * @memberof RulesApiRule
2741
3065
  */
2742
3066
  readonly sortBy?: any;
2743
3067
  /**
2744
- * Query string to filter items by their attributes. Compliant with &lt;a href&#x3D;\&quot;https://github.com/wvanbergen/scoped_search/wiki/Query-language\&quot; target&#x3D;\&quot;_blank\&quot; title&#x3D;\&quot;github.com/wvanbergen/scoped_search\&quot;&gt;scoped_search query language&lt;/a&gt;. However, only &#x60;&#x3D;&#x60; or &#x60;!&#x3D;&#x60; (resp. &#x60;&lt;&gt;&#x60;) operators are supported.&lt;br&gt;&lt;br&gt;Rules are searchable using attributes &#x60;title&#x60; and &#x60;severity&#x60;&lt;br&gt;&lt;br&gt;(e.g.: &#x60;(version&#x3D;0.1.47 AND os_major_verision&#x3D;8)&#x60;)
3068
+ * Query string to filter items by their attributes. Compliant with &lt;a href&#x3D;\&quot;https://github.com/wvanbergen/scoped_search/wiki/Query-language\&quot; target&#x3D;\&quot;_blank\&quot; title&#x3D;\&quot;github.com/wvanbergen/scoped_search\&quot;&gt;scoped_search query language&lt;/a&gt;. However, only &#x60;&#x3D;&#x60; or &#x60;!&#x3D;&#x60; (resp. &#x60;&lt;&gt;&#x60;) operators are supported.&lt;br&gt;&lt;br&gt;Rules are searchable using attributes &#x60;title&#x60; and &#x60;severity&#x60;&lt;br&gt;&lt;br&gt;(e.g.: &#x60;(field_1&#x3D;something AND field_2!&#x3D;\&quot;something else\&quot;) OR field_3&gt;40&#x60;)
2745
3069
  * @type {any}
2746
- * @memberof RulesApiRules
3070
+ * @memberof RulesApiRule
2747
3071
  */
2748
3072
  readonly filter?: any;
2749
3073
  }
@@ -2756,7 +3080,7 @@ export interface RulesApiRulesRequest {
2756
3080
  export declare class RulesApi extends BaseAPI {
2757
3081
  /**
2758
3082
  * Lists Rules assigned
2759
- * @summary Request Rules
3083
+ * @summary Request Rule
2760
3084
  * @param {RulesApiRulesRequest} requestParameters Request parameters.
2761
3085
  * @param {*} [options] Override http request option.
2762
3086
  * @throws {RequiredError}
@@ -2773,7 +3097,7 @@ export declare const SecurityGuideApiAxiosParamCreator: (configuration?: Configu
2773
3097
  * Returns a Security Guide
2774
3098
  * @summary Request a Security Guide
2775
3099
  * @param {any} id
2776
- * @param {any} [xRHIDENTITY]
3100
+ * @param {any} [xRHIDENTITY] For internal use only
2777
3101
  * @param {*} [options] Override http request option.
2778
3102
  * @throws {RequiredError}
2779
3103
  */
@@ -2788,7 +3112,7 @@ export declare const SecurityGuideApiFp: (configuration?: Configuration) => {
2788
3112
  * Returns a Security Guide
2789
3113
  * @summary Request a Security Guide
2790
3114
  * @param {any} id
2791
- * @param {any} [xRHIDENTITY]
3115
+ * @param {any} [xRHIDENTITY] For internal use only
2792
3116
  * @param {*} [options] Override http request option.
2793
3117
  * @throws {RequiredError}
2794
3118
  */
@@ -2821,7 +3145,7 @@ export interface SecurityGuideApiSecurityGuideRequest {
2821
3145
  */
2822
3146
  readonly id: any;
2823
3147
  /**
2824
- *
3148
+ * For internal use only
2825
3149
  * @type {any}
2826
3150
  * @memberof SecurityGuideApiSecurityGuide
2827
3151
  */
@@ -2853,7 +3177,7 @@ export declare const SecurityGuideRuleTreeApiAxiosParamCreator: (configuration?:
2853
3177
  * Returns the Rule Tree of a Security Guide
2854
3178
  * @summary Request the Rule Tree of a Security Guide
2855
3179
  * @param {any} id
2856
- * @param {any} [xRHIDENTITY]
3180
+ * @param {any} [xRHIDENTITY] For internal use only
2857
3181
  * @param {*} [options] Override http request option.
2858
3182
  * @throws {RequiredError}
2859
3183
  */
@@ -2868,7 +3192,7 @@ export declare const SecurityGuideRuleTreeApiFp: (configuration?: Configuration)
2868
3192
  * Returns the Rule Tree of a Security Guide
2869
3193
  * @summary Request the Rule Tree of a Security Guide
2870
3194
  * @param {any} id
2871
- * @param {any} [xRHIDENTITY]
3195
+ * @param {any} [xRHIDENTITY] For internal use only
2872
3196
  * @param {*} [options] Override http request option.
2873
3197
  * @throws {RequiredError}
2874
3198
  */
@@ -2901,7 +3225,7 @@ export interface SecurityGuideRuleTreeApiSecurityGuideRuleTreeRequest {
2901
3225
  */
2902
3226
  readonly id: any;
2903
3227
  /**
2904
- *
3228
+ * For internal use only
2905
3229
  * @type {any}
2906
3230
  * @memberof SecurityGuideRuleTreeApiSecurityGuideRuleTree
2907
3231
  */
@@ -2930,13 +3254,13 @@ export declare class SecurityGuideRuleTreeApi extends BaseAPI {
2930
3254
  */
2931
3255
  export declare const SecurityGuidesApiAxiosParamCreator: (configuration?: Configuration) => {
2932
3256
  /**
2933
- * Lists Security Guides
2934
- * @summary Request Security Guides
2935
- * @param {any} [xRHIDENTITY]
3257
+ * Lists Security Guide
3258
+ * @summary Request Security Guide
3259
+ * @param {any} [xRHIDENTITY] For internal use only
2936
3260
  * @param {any} [limit] Number of items to return per page
2937
3261
  * @param {any} [offset] Offset of first item of paginated response
2938
3262
  * @param {any} [sortBy] Attribute and direction to sort the items by. Represented by an array of fields with an optional direction (&#x60;&lt;key&gt;:asc&#x60; or &#x60;&lt;key&gt;:desc&#x60;).&lt;br&gt;&lt;br&gt;If no direction is selected, &#x60;&lt;key&gt;:asc&#x60; is used by default.
2939
- * @param {any} [filter] Query string to filter items by their attributes. Compliant with &lt;a href&#x3D;\&quot;https://github.com/wvanbergen/scoped_search/wiki/Query-language\&quot; target&#x3D;\&quot;_blank\&quot; title&#x3D;\&quot;github.com/wvanbergen/scoped_search\&quot;&gt;scoped_search query language&lt;/a&gt;. However, only &#x60;&#x3D;&#x60; or &#x60;!&#x3D;&#x60; (resp. &#x60;&lt;&gt;&#x60;) operators are supported.&lt;br&gt;&lt;br&gt;Security Guides are searchable using attributes &#x60;title&#x60;, &#x60;version&#x60;, &#x60;ref_id&#x60;, and &#x60;os_major_version&#x60;&lt;br&gt;&lt;br&gt;(e.g.: &#x60;(version&#x3D;0.1.47 AND os_major_verision&#x3D;8)&#x60;)
3263
+ * @param {any} [filter] Query string to filter items by their attributes. Compliant with &lt;a href&#x3D;\&quot;https://github.com/wvanbergen/scoped_search/wiki/Query-language\&quot; target&#x3D;\&quot;_blank\&quot; title&#x3D;\&quot;github.com/wvanbergen/scoped_search\&quot;&gt;scoped_search query language&lt;/a&gt;. However, only &#x60;&#x3D;&#x60; or &#x60;!&#x3D;&#x60; (resp. &#x60;&lt;&gt;&#x60;) operators are supported.&lt;br&gt;&lt;br&gt;Security Guides are searchable using attributes &#x60;title&#x60;, &#x60;version&#x60;, &#x60;ref_id&#x60;, and &#x60;os_major_version&#x60;&lt;br&gt;&lt;br&gt;(e.g.: &#x60;(field_1&#x3D;something AND field_2!&#x3D;\&quot;something else\&quot;) OR field_3&gt;40&#x60;)
2940
3264
  * @param {*} [options] Override http request option.
2941
3265
  * @throws {RequiredError}
2942
3266
  */
@@ -2948,13 +3272,13 @@ export declare const SecurityGuidesApiAxiosParamCreator: (configuration?: Config
2948
3272
  */
2949
3273
  export declare const SecurityGuidesApiFp: (configuration?: Configuration) => {
2950
3274
  /**
2951
- * Lists Security Guides
2952
- * @summary Request Security Guides
2953
- * @param {any} [xRHIDENTITY]
3275
+ * Lists Security Guide
3276
+ * @summary Request Security Guide
3277
+ * @param {any} [xRHIDENTITY] For internal use only
2954
3278
  * @param {any} [limit] Number of items to return per page
2955
3279
  * @param {any} [offset] Offset of first item of paginated response
2956
3280
  * @param {any} [sortBy] Attribute and direction to sort the items by. Represented by an array of fields with an optional direction (&#x60;&lt;key&gt;:asc&#x60; or &#x60;&lt;key&gt;:desc&#x60;).&lt;br&gt;&lt;br&gt;If no direction is selected, &#x60;&lt;key&gt;:asc&#x60; is used by default.
2957
- * @param {any} [filter] Query string to filter items by their attributes. Compliant with &lt;a href&#x3D;\&quot;https://github.com/wvanbergen/scoped_search/wiki/Query-language\&quot; target&#x3D;\&quot;_blank\&quot; title&#x3D;\&quot;github.com/wvanbergen/scoped_search\&quot;&gt;scoped_search query language&lt;/a&gt;. However, only &#x60;&#x3D;&#x60; or &#x60;!&#x3D;&#x60; (resp. &#x60;&lt;&gt;&#x60;) operators are supported.&lt;br&gt;&lt;br&gt;Security Guides are searchable using attributes &#x60;title&#x60;, &#x60;version&#x60;, &#x60;ref_id&#x60;, and &#x60;os_major_version&#x60;&lt;br&gt;&lt;br&gt;(e.g.: &#x60;(version&#x3D;0.1.47 AND os_major_verision&#x3D;8)&#x60;)
3281
+ * @param {any} [filter] Query string to filter items by their attributes. Compliant with &lt;a href&#x3D;\&quot;https://github.com/wvanbergen/scoped_search/wiki/Query-language\&quot; target&#x3D;\&quot;_blank\&quot; title&#x3D;\&quot;github.com/wvanbergen/scoped_search\&quot;&gt;scoped_search query language&lt;/a&gt;. However, only &#x60;&#x3D;&#x60; or &#x60;!&#x3D;&#x60; (resp. &#x60;&lt;&gt;&#x60;) operators are supported.&lt;br&gt;&lt;br&gt;Security Guides are searchable using attributes &#x60;title&#x60;, &#x60;version&#x60;, &#x60;ref_id&#x60;, and &#x60;os_major_version&#x60;&lt;br&gt;&lt;br&gt;(e.g.: &#x60;(field_1&#x3D;something AND field_2!&#x3D;\&quot;something else\&quot;) OR field_3&gt;40&#x60;)
2958
3282
  * @param {*} [options] Override http request option.
2959
3283
  * @throws {RequiredError}
2960
3284
  */
@@ -2966,8 +3290,8 @@ export declare const SecurityGuidesApiFp: (configuration?: Configuration) => {
2966
3290
  */
2967
3291
  export declare const SecurityGuidesApiFactory: (configuration?: Configuration, basePath?: string, axios?: AxiosInstance) => {
2968
3292
  /**
2969
- * Lists Security Guides
2970
- * @summary Request Security Guides
3293
+ * Lists Security Guide
3294
+ * @summary Request Security Guide
2971
3295
  * @param {SecurityGuidesApiSecurityGuidesRequest} requestParameters Request parameters.
2972
3296
  * @param {*} [options] Override http request option.
2973
3297
  * @throws {RequiredError}
@@ -2981,33 +3305,33 @@ export declare const SecurityGuidesApiFactory: (configuration?: Configuration, b
2981
3305
  */
2982
3306
  export interface SecurityGuidesApiSecurityGuidesRequest {
2983
3307
  /**
2984
- *
3308
+ * For internal use only
2985
3309
  * @type {any}
2986
- * @memberof SecurityGuidesApiSecurityGuides
3310
+ * @memberof SecurityGuidesApiSecurityGuide
2987
3311
  */
2988
3312
  readonly xRHIDENTITY?: any;
2989
3313
  /**
2990
3314
  * Number of items to return per page
2991
3315
  * @type {any}
2992
- * @memberof SecurityGuidesApiSecurityGuides
3316
+ * @memberof SecurityGuidesApiSecurityGuide
2993
3317
  */
2994
3318
  readonly limit?: any;
2995
3319
  /**
2996
3320
  * Offset of first item of paginated response
2997
3321
  * @type {any}
2998
- * @memberof SecurityGuidesApiSecurityGuides
3322
+ * @memberof SecurityGuidesApiSecurityGuide
2999
3323
  */
3000
3324
  readonly offset?: any;
3001
3325
  /**
3002
3326
  * Attribute and direction to sort the items by. Represented by an array of fields with an optional direction (&#x60;&lt;key&gt;:asc&#x60; or &#x60;&lt;key&gt;:desc&#x60;).&lt;br&gt;&lt;br&gt;If no direction is selected, &#x60;&lt;key&gt;:asc&#x60; is used by default.
3003
3327
  * @type {any}
3004
- * @memberof SecurityGuidesApiSecurityGuides
3328
+ * @memberof SecurityGuidesApiSecurityGuide
3005
3329
  */
3006
3330
  readonly sortBy?: any;
3007
3331
  /**
3008
- * Query string to filter items by their attributes. Compliant with &lt;a href&#x3D;\&quot;https://github.com/wvanbergen/scoped_search/wiki/Query-language\&quot; target&#x3D;\&quot;_blank\&quot; title&#x3D;\&quot;github.com/wvanbergen/scoped_search\&quot;&gt;scoped_search query language&lt;/a&gt;. However, only &#x60;&#x3D;&#x60; or &#x60;!&#x3D;&#x60; (resp. &#x60;&lt;&gt;&#x60;) operators are supported.&lt;br&gt;&lt;br&gt;Security Guides are searchable using attributes &#x60;title&#x60;, &#x60;version&#x60;, &#x60;ref_id&#x60;, and &#x60;os_major_version&#x60;&lt;br&gt;&lt;br&gt;(e.g.: &#x60;(version&#x3D;0.1.47 AND os_major_verision&#x3D;8)&#x60;)
3332
+ * Query string to filter items by their attributes. Compliant with &lt;a href&#x3D;\&quot;https://github.com/wvanbergen/scoped_search/wiki/Query-language\&quot; target&#x3D;\&quot;_blank\&quot; title&#x3D;\&quot;github.com/wvanbergen/scoped_search\&quot;&gt;scoped_search query language&lt;/a&gt;. However, only &#x60;&#x3D;&#x60; or &#x60;!&#x3D;&#x60; (resp. &#x60;&lt;&gt;&#x60;) operators are supported.&lt;br&gt;&lt;br&gt;Security Guides are searchable using attributes &#x60;title&#x60;, &#x60;version&#x60;, &#x60;ref_id&#x60;, and &#x60;os_major_version&#x60;&lt;br&gt;&lt;br&gt;(e.g.: &#x60;(field_1&#x3D;something AND field_2!&#x3D;\&quot;something else\&quot;) OR field_3&gt;40&#x60;)
3009
3333
  * @type {any}
3010
- * @memberof SecurityGuidesApiSecurityGuides
3334
+ * @memberof SecurityGuidesApiSecurityGuide
3011
3335
  */
3012
3336
  readonly filter?: any;
3013
3337
  }
@@ -3019,8 +3343,8 @@ export interface SecurityGuidesApiSecurityGuidesRequest {
3019
3343
  */
3020
3344
  export declare class SecurityGuidesApi extends BaseAPI {
3021
3345
  /**
3022
- * Lists Security Guides
3023
- * @summary Request Security Guides
3346
+ * Lists Security Guide
3347
+ * @summary Request Security Guide
3024
3348
  * @param {SecurityGuidesApiSecurityGuidesRequest} requestParameters Request parameters.
3025
3349
  * @param {*} [options] Override http request option.
3026
3350
  * @throws {RequiredError}
@@ -3034,13 +3358,13 @@ export declare class SecurityGuidesApi extends BaseAPI {
3034
3358
  */
3035
3359
  export declare const SupportedProfilesApiAxiosParamCreator: (configuration?: Configuration) => {
3036
3360
  /**
3037
- * Lists Supported Profiles
3038
- * @summary Request Supported Profiles
3039
- * @param {any} [xRHIDENTITY]
3361
+ * Lists Supported Profile
3362
+ * @summary Request Supported Profile
3363
+ * @param {any} [xRHIDENTITY] For internal use only
3040
3364
  * @param {any} [limit] Number of items to return per page
3041
3365
  * @param {any} [offset] Offset of first item of paginated response
3042
3366
  * @param {any} [sortBy] Attribute and direction to sort the items by. Represented by an array of fields with an optional direction (&#x60;&lt;key&gt;:asc&#x60; or &#x60;&lt;key&gt;:desc&#x60;).&lt;br&gt;&lt;br&gt;If no direction is selected, &#x60;&lt;key&gt;:asc&#x60; is used by default.
3043
- * @param {any} [filter] Query string to filter items by their attributes. Compliant with &lt;a href&#x3D;\&quot;https://github.com/wvanbergen/scoped_search/wiki/Query-language\&quot; target&#x3D;\&quot;_blank\&quot; title&#x3D;\&quot;github.com/wvanbergen/scoped_search\&quot;&gt;scoped_search query language&lt;/a&gt;. However, only &#x60;&#x3D;&#x60; or &#x60;!&#x3D;&#x60; (resp. &#x60;&lt;&gt;&#x60;) operators are supported.&lt;br&gt;&lt;br&gt;Supported Profiles are searchable using attributes &#x60;os_major_version&#x60;&lt;br&gt;&lt;br&gt;(e.g.: &#x60;(version&#x3D;0.1.47 AND os_major_verision&#x3D;8)&#x60;)
3367
+ * @param {any} [filter] Query string to filter items by their attributes. Compliant with &lt;a href&#x3D;\&quot;https://github.com/wvanbergen/scoped_search/wiki/Query-language\&quot; target&#x3D;\&quot;_blank\&quot; title&#x3D;\&quot;github.com/wvanbergen/scoped_search\&quot;&gt;scoped_search query language&lt;/a&gt;. However, only &#x60;&#x3D;&#x60; or &#x60;!&#x3D;&#x60; (resp. &#x60;&lt;&gt;&#x60;) operators are supported.&lt;br&gt;&lt;br&gt;Supported Profiles are searchable using attributes &#x60;os_major_version&#x60;&lt;br&gt;&lt;br&gt;(e.g.: &#x60;(field_1&#x3D;something AND field_2!&#x3D;\&quot;something else\&quot;) OR field_3&gt;40&#x60;)
3044
3368
  * @param {*} [options] Override http request option.
3045
3369
  * @throws {RequiredError}
3046
3370
  */
@@ -3052,13 +3376,13 @@ export declare const SupportedProfilesApiAxiosParamCreator: (configuration?: Con
3052
3376
  */
3053
3377
  export declare const SupportedProfilesApiFp: (configuration?: Configuration) => {
3054
3378
  /**
3055
- * Lists Supported Profiles
3056
- * @summary Request Supported Profiles
3057
- * @param {any} [xRHIDENTITY]
3379
+ * Lists Supported Profile
3380
+ * @summary Request Supported Profile
3381
+ * @param {any} [xRHIDENTITY] For internal use only
3058
3382
  * @param {any} [limit] Number of items to return per page
3059
3383
  * @param {any} [offset] Offset of first item of paginated response
3060
3384
  * @param {any} [sortBy] Attribute and direction to sort the items by. Represented by an array of fields with an optional direction (&#x60;&lt;key&gt;:asc&#x60; or &#x60;&lt;key&gt;:desc&#x60;).&lt;br&gt;&lt;br&gt;If no direction is selected, &#x60;&lt;key&gt;:asc&#x60; is used by default.
3061
- * @param {any} [filter] Query string to filter items by their attributes. Compliant with &lt;a href&#x3D;\&quot;https://github.com/wvanbergen/scoped_search/wiki/Query-language\&quot; target&#x3D;\&quot;_blank\&quot; title&#x3D;\&quot;github.com/wvanbergen/scoped_search\&quot;&gt;scoped_search query language&lt;/a&gt;. However, only &#x60;&#x3D;&#x60; or &#x60;!&#x3D;&#x60; (resp. &#x60;&lt;&gt;&#x60;) operators are supported.&lt;br&gt;&lt;br&gt;Supported Profiles are searchable using attributes &#x60;os_major_version&#x60;&lt;br&gt;&lt;br&gt;(e.g.: &#x60;(version&#x3D;0.1.47 AND os_major_verision&#x3D;8)&#x60;)
3385
+ * @param {any} [filter] Query string to filter items by their attributes. Compliant with &lt;a href&#x3D;\&quot;https://github.com/wvanbergen/scoped_search/wiki/Query-language\&quot; target&#x3D;\&quot;_blank\&quot; title&#x3D;\&quot;github.com/wvanbergen/scoped_search\&quot;&gt;scoped_search query language&lt;/a&gt;. However, only &#x60;&#x3D;&#x60; or &#x60;!&#x3D;&#x60; (resp. &#x60;&lt;&gt;&#x60;) operators are supported.&lt;br&gt;&lt;br&gt;Supported Profiles are searchable using attributes &#x60;os_major_version&#x60;&lt;br&gt;&lt;br&gt;(e.g.: &#x60;(field_1&#x3D;something AND field_2!&#x3D;\&quot;something else\&quot;) OR field_3&gt;40&#x60;)
3062
3386
  * @param {*} [options] Override http request option.
3063
3387
  * @throws {RequiredError}
3064
3388
  */
@@ -3070,8 +3394,8 @@ export declare const SupportedProfilesApiFp: (configuration?: Configuration) =>
3070
3394
  */
3071
3395
  export declare const SupportedProfilesApiFactory: (configuration?: Configuration, basePath?: string, axios?: AxiosInstance) => {
3072
3396
  /**
3073
- * Lists Supported Profiles
3074
- * @summary Request Supported Profiles
3397
+ * Lists Supported Profile
3398
+ * @summary Request Supported Profile
3075
3399
  * @param {SupportedProfilesApiSupportedProfilesRequest} requestParameters Request parameters.
3076
3400
  * @param {*} [options] Override http request option.
3077
3401
  * @throws {RequiredError}
@@ -3085,33 +3409,33 @@ export declare const SupportedProfilesApiFactory: (configuration?: Configuration
3085
3409
  */
3086
3410
  export interface SupportedProfilesApiSupportedProfilesRequest {
3087
3411
  /**
3088
- *
3412
+ * For internal use only
3089
3413
  * @type {any}
3090
- * @memberof SupportedProfilesApiSupportedProfiles
3414
+ * @memberof SupportedProfilesApiSupportedProfile
3091
3415
  */
3092
3416
  readonly xRHIDENTITY?: any;
3093
3417
  /**
3094
3418
  * Number of items to return per page
3095
3419
  * @type {any}
3096
- * @memberof SupportedProfilesApiSupportedProfiles
3420
+ * @memberof SupportedProfilesApiSupportedProfile
3097
3421
  */
3098
3422
  readonly limit?: any;
3099
3423
  /**
3100
3424
  * Offset of first item of paginated response
3101
3425
  * @type {any}
3102
- * @memberof SupportedProfilesApiSupportedProfiles
3426
+ * @memberof SupportedProfilesApiSupportedProfile
3103
3427
  */
3104
3428
  readonly offset?: any;
3105
3429
  /**
3106
3430
  * Attribute and direction to sort the items by. Represented by an array of fields with an optional direction (&#x60;&lt;key&gt;:asc&#x60; or &#x60;&lt;key&gt;:desc&#x60;).&lt;br&gt;&lt;br&gt;If no direction is selected, &#x60;&lt;key&gt;:asc&#x60; is used by default.
3107
3431
  * @type {any}
3108
- * @memberof SupportedProfilesApiSupportedProfiles
3432
+ * @memberof SupportedProfilesApiSupportedProfile
3109
3433
  */
3110
3434
  readonly sortBy?: any;
3111
3435
  /**
3112
- * Query string to filter items by their attributes. Compliant with &lt;a href&#x3D;\&quot;https://github.com/wvanbergen/scoped_search/wiki/Query-language\&quot; target&#x3D;\&quot;_blank\&quot; title&#x3D;\&quot;github.com/wvanbergen/scoped_search\&quot;&gt;scoped_search query language&lt;/a&gt;. However, only &#x60;&#x3D;&#x60; or &#x60;!&#x3D;&#x60; (resp. &#x60;&lt;&gt;&#x60;) operators are supported.&lt;br&gt;&lt;br&gt;Supported Profiles are searchable using attributes &#x60;os_major_version&#x60;&lt;br&gt;&lt;br&gt;(e.g.: &#x60;(version&#x3D;0.1.47 AND os_major_verision&#x3D;8)&#x60;)
3436
+ * Query string to filter items by their attributes. Compliant with &lt;a href&#x3D;\&quot;https://github.com/wvanbergen/scoped_search/wiki/Query-language\&quot; target&#x3D;\&quot;_blank\&quot; title&#x3D;\&quot;github.com/wvanbergen/scoped_search\&quot;&gt;scoped_search query language&lt;/a&gt;. However, only &#x60;&#x3D;&#x60; or &#x60;!&#x3D;&#x60; (resp. &#x60;&lt;&gt;&#x60;) operators are supported.&lt;br&gt;&lt;br&gt;Supported Profiles are searchable using attributes &#x60;os_major_version&#x60;&lt;br&gt;&lt;br&gt;(e.g.: &#x60;(field_1&#x3D;something AND field_2!&#x3D;\&quot;something else\&quot;) OR field_3&gt;40&#x60;)
3113
3437
  * @type {any}
3114
- * @memberof SupportedProfilesApiSupportedProfiles
3438
+ * @memberof SupportedProfilesApiSupportedProfile
3115
3439
  */
3116
3440
  readonly filter?: any;
3117
3441
  }
@@ -3123,8 +3447,8 @@ export interface SupportedProfilesApiSupportedProfilesRequest {
3123
3447
  */
3124
3448
  export declare class SupportedProfilesApi extends BaseAPI {
3125
3449
  /**
3126
- * Lists Supported Profiles
3127
- * @summary Request Supported Profiles
3450
+ * Lists Supported Profile
3451
+ * @summary Request Supported Profile
3128
3452
  * @param {SupportedProfilesApiSupportedProfilesRequest} requestParameters Request parameters.
3129
3453
  * @param {*} [options] Override http request option.
3130
3454
  * @throws {RequiredError}
@@ -3141,7 +3465,7 @@ export declare const SystemApiAxiosParamCreator: (configuration?: Configuration)
3141
3465
  * Returns a System
3142
3466
  * @summary Request a System
3143
3467
  * @param {any} id
3144
- * @param {any} [xRHIDENTITY]
3468
+ * @param {any} [xRHIDENTITY] For internal use only
3145
3469
  * @param {*} [options] Override http request option.
3146
3470
  * @throws {RequiredError}
3147
3471
  */
@@ -3156,7 +3480,7 @@ export declare const SystemApiFp: (configuration?: Configuration) => {
3156
3480
  * Returns a System
3157
3481
  * @summary Request a System
3158
3482
  * @param {any} id
3159
- * @param {any} [xRHIDENTITY]
3483
+ * @param {any} [xRHIDENTITY] For internal use only
3160
3484
  * @param {*} [options] Override http request option.
3161
3485
  * @throws {RequiredError}
3162
3486
  */
@@ -3189,7 +3513,7 @@ export interface SystemApiSystemRequest {
3189
3513
  */
3190
3514
  readonly id: any;
3191
3515
  /**
3192
- *
3516
+ * For internal use only
3193
3517
  * @type {any}
3194
3518
  * @memberof SystemApiSystem
3195
3519
  */
@@ -3218,13 +3542,13 @@ export declare class SystemApi extends BaseAPI {
3218
3542
  */
3219
3543
  export declare const SystemsApiAxiosParamCreator: (configuration?: Configuration) => {
3220
3544
  /**
3221
- * Lists Systems
3222
- * @summary Request Systems
3223
- * @param {any} [xRHIDENTITY]
3545
+ * Lists System
3546
+ * @summary Request System
3547
+ * @param {any} [xRHIDENTITY] For internal use only
3224
3548
  * @param {any} [limit] Number of items to return per page
3225
3549
  * @param {any} [offset] Offset of first item of paginated response
3226
3550
  * @param {any} [sortBy] Attribute and direction to sort the items by. Represented by an array of fields with an optional direction (&#x60;&lt;key&gt;:asc&#x60; or &#x60;&lt;key&gt;:desc&#x60;).&lt;br&gt;&lt;br&gt;If no direction is selected, &#x60;&lt;key&gt;:asc&#x60; is used by default.
3227
- * @param {any} [filter] Query string to filter items by their attributes. Compliant with &lt;a href&#x3D;\&quot;https://github.com/wvanbergen/scoped_search/wiki/Query-language\&quot; target&#x3D;\&quot;_blank\&quot; title&#x3D;\&quot;github.com/wvanbergen/scoped_search\&quot;&gt;scoped_search query language&lt;/a&gt;. However, only &#x60;&#x3D;&#x60; or &#x60;!&#x3D;&#x60; (resp. &#x60;&lt;&gt;&#x60;) operators are supported.&lt;br&gt;&lt;br&gt;Systems are searchable using attributes &#x60;display_name&#x60;, &#x60;os_major_version&#x60;, and &#x60;os_minor_version&#x60;&lt;br&gt;&lt;br&gt;(e.g.: &#x60;(version&#x3D;0.1.47 AND os_major_verision&#x3D;8)&#x60;)
3551
+ * @param {any} [filter] Query string to filter items by their attributes. Compliant with &lt;a href&#x3D;\&quot;https://github.com/wvanbergen/scoped_search/wiki/Query-language\&quot; target&#x3D;\&quot;_blank\&quot; title&#x3D;\&quot;github.com/wvanbergen/scoped_search\&quot;&gt;scoped_search query language&lt;/a&gt;. However, only &#x60;&#x3D;&#x60; or &#x60;!&#x3D;&#x60; (resp. &#x60;&lt;&gt;&#x60;) operators are supported.&lt;br&gt;&lt;br&gt;Systems are searchable using attributes &#x60;display_name&#x60;, &#x60;os_major_version&#x60;, &#x60;os_minor_version&#x60;, and &#x60;assigned_or_scanned&#x60;&lt;br&gt;&lt;br&gt;(e.g.: &#x60;(field_1&#x3D;something AND field_2!&#x3D;\&quot;something else\&quot;) OR field_3&gt;40&#x60;)
3228
3552
  * @param {*} [options] Override http request option.
3229
3553
  * @throws {RequiredError}
3230
3554
  */
@@ -3236,13 +3560,13 @@ export declare const SystemsApiAxiosParamCreator: (configuration?: Configuration
3236
3560
  */
3237
3561
  export declare const SystemsApiFp: (configuration?: Configuration) => {
3238
3562
  /**
3239
- * Lists Systems
3240
- * @summary Request Systems
3241
- * @param {any} [xRHIDENTITY]
3563
+ * Lists System
3564
+ * @summary Request System
3565
+ * @param {any} [xRHIDENTITY] For internal use only
3242
3566
  * @param {any} [limit] Number of items to return per page
3243
3567
  * @param {any} [offset] Offset of first item of paginated response
3244
3568
  * @param {any} [sortBy] Attribute and direction to sort the items by. Represented by an array of fields with an optional direction (&#x60;&lt;key&gt;:asc&#x60; or &#x60;&lt;key&gt;:desc&#x60;).&lt;br&gt;&lt;br&gt;If no direction is selected, &#x60;&lt;key&gt;:asc&#x60; is used by default.
3245
- * @param {any} [filter] Query string to filter items by their attributes. Compliant with &lt;a href&#x3D;\&quot;https://github.com/wvanbergen/scoped_search/wiki/Query-language\&quot; target&#x3D;\&quot;_blank\&quot; title&#x3D;\&quot;github.com/wvanbergen/scoped_search\&quot;&gt;scoped_search query language&lt;/a&gt;. However, only &#x60;&#x3D;&#x60; or &#x60;!&#x3D;&#x60; (resp. &#x60;&lt;&gt;&#x60;) operators are supported.&lt;br&gt;&lt;br&gt;Systems are searchable using attributes &#x60;display_name&#x60;, &#x60;os_major_version&#x60;, and &#x60;os_minor_version&#x60;&lt;br&gt;&lt;br&gt;(e.g.: &#x60;(version&#x3D;0.1.47 AND os_major_verision&#x3D;8)&#x60;)
3569
+ * @param {any} [filter] Query string to filter items by their attributes. Compliant with &lt;a href&#x3D;\&quot;https://github.com/wvanbergen/scoped_search/wiki/Query-language\&quot; target&#x3D;\&quot;_blank\&quot; title&#x3D;\&quot;github.com/wvanbergen/scoped_search\&quot;&gt;scoped_search query language&lt;/a&gt;. However, only &#x60;&#x3D;&#x60; or &#x60;!&#x3D;&#x60; (resp. &#x60;&lt;&gt;&#x60;) operators are supported.&lt;br&gt;&lt;br&gt;Systems are searchable using attributes &#x60;display_name&#x60;, &#x60;os_major_version&#x60;, &#x60;os_minor_version&#x60;, and &#x60;assigned_or_scanned&#x60;&lt;br&gt;&lt;br&gt;(e.g.: &#x60;(field_1&#x3D;something AND field_2!&#x3D;\&quot;something else\&quot;) OR field_3&gt;40&#x60;)
3246
3570
  * @param {*} [options] Override http request option.
3247
3571
  * @throws {RequiredError}
3248
3572
  */
@@ -3254,8 +3578,8 @@ export declare const SystemsApiFp: (configuration?: Configuration) => {
3254
3578
  */
3255
3579
  export declare const SystemsApiFactory: (configuration?: Configuration, basePath?: string, axios?: AxiosInstance) => {
3256
3580
  /**
3257
- * Lists Systems
3258
- * @summary Request Systems
3581
+ * Lists System
3582
+ * @summary Request System
3259
3583
  * @param {SystemsApiSystemsRequest} requestParameters Request parameters.
3260
3584
  * @param {*} [options] Override http request option.
3261
3585
  * @throws {RequiredError}
@@ -3269,33 +3593,33 @@ export declare const SystemsApiFactory: (configuration?: Configuration, basePath
3269
3593
  */
3270
3594
  export interface SystemsApiSystemsRequest {
3271
3595
  /**
3272
- *
3596
+ * For internal use only
3273
3597
  * @type {any}
3274
- * @memberof SystemsApiSystems
3598
+ * @memberof SystemsApiSystem
3275
3599
  */
3276
3600
  readonly xRHIDENTITY?: any;
3277
3601
  /**
3278
3602
  * Number of items to return per page
3279
3603
  * @type {any}
3280
- * @memberof SystemsApiSystems
3604
+ * @memberof SystemsApiSystem
3281
3605
  */
3282
3606
  readonly limit?: any;
3283
3607
  /**
3284
3608
  * Offset of first item of paginated response
3285
3609
  * @type {any}
3286
- * @memberof SystemsApiSystems
3610
+ * @memberof SystemsApiSystem
3287
3611
  */
3288
3612
  readonly offset?: any;
3289
3613
  /**
3290
3614
  * Attribute and direction to sort the items by. Represented by an array of fields with an optional direction (&#x60;&lt;key&gt;:asc&#x60; or &#x60;&lt;key&gt;:desc&#x60;).&lt;br&gt;&lt;br&gt;If no direction is selected, &#x60;&lt;key&gt;:asc&#x60; is used by default.
3291
3615
  * @type {any}
3292
- * @memberof SystemsApiSystems
3616
+ * @memberof SystemsApiSystem
3293
3617
  */
3294
3618
  readonly sortBy?: any;
3295
3619
  /**
3296
- * Query string to filter items by their attributes. Compliant with &lt;a href&#x3D;\&quot;https://github.com/wvanbergen/scoped_search/wiki/Query-language\&quot; target&#x3D;\&quot;_blank\&quot; title&#x3D;\&quot;github.com/wvanbergen/scoped_search\&quot;&gt;scoped_search query language&lt;/a&gt;. However, only &#x60;&#x3D;&#x60; or &#x60;!&#x3D;&#x60; (resp. &#x60;&lt;&gt;&#x60;) operators are supported.&lt;br&gt;&lt;br&gt;Systems are searchable using attributes &#x60;display_name&#x60;, &#x60;os_major_version&#x60;, and &#x60;os_minor_version&#x60;&lt;br&gt;&lt;br&gt;(e.g.: &#x60;(version&#x3D;0.1.47 AND os_major_verision&#x3D;8)&#x60;)
3620
+ * Query string to filter items by their attributes. Compliant with &lt;a href&#x3D;\&quot;https://github.com/wvanbergen/scoped_search/wiki/Query-language\&quot; target&#x3D;\&quot;_blank\&quot; title&#x3D;\&quot;github.com/wvanbergen/scoped_search\&quot;&gt;scoped_search query language&lt;/a&gt;. However, only &#x60;&#x3D;&#x60; or &#x60;!&#x3D;&#x60; (resp. &#x60;&lt;&gt;&#x60;) operators are supported.&lt;br&gt;&lt;br&gt;Systems are searchable using attributes &#x60;display_name&#x60;, &#x60;os_major_version&#x60;, &#x60;os_minor_version&#x60;, and &#x60;assigned_or_scanned&#x60;&lt;br&gt;&lt;br&gt;(e.g.: &#x60;(field_1&#x3D;something AND field_2!&#x3D;\&quot;something else\&quot;) OR field_3&gt;40&#x60;)
3297
3621
  * @type {any}
3298
- * @memberof SystemsApiSystems
3622
+ * @memberof SystemsApiSystem
3299
3623
  */
3300
3624
  readonly filter?: any;
3301
3625
  }
@@ -3307,8 +3631,8 @@ export interface SystemsApiSystemsRequest {
3307
3631
  */
3308
3632
  export declare class SystemsApi extends BaseAPI {
3309
3633
  /**
3310
- * Lists Systems
3311
- * @summary Request Systems
3634
+ * Lists System
3635
+ * @summary Request System
3312
3636
  * @param {SystemsApiSystemsRequest} requestParameters Request parameters.
3313
3637
  * @param {*} [options] Override http request option.
3314
3638
  * @throws {RequiredError}
@@ -3325,11 +3649,11 @@ export declare const SystemsPoliciesApiAxiosParamCreator: (configuration?: Confi
3325
3649
  * Lists Policies under a System
3326
3650
  * @summary Request Policies assigned to a System
3327
3651
  * @param {any} systemId
3328
- * @param {any} [xRHIDENTITY]
3652
+ * @param {any} [xRHIDENTITY] For internal use only
3329
3653
  * @param {any} [limit] Number of items to return per page
3330
3654
  * @param {any} [offset] Offset of first item of paginated response
3331
3655
  * @param {any} [sortBy] Attribute and direction to sort the items by. Represented by an array of fields with an optional direction (&#x60;&lt;key&gt;:asc&#x60; or &#x60;&lt;key&gt;:desc&#x60;).&lt;br&gt;&lt;br&gt;If no direction is selected, &#x60;&lt;key&gt;:asc&#x60; is used by default.
3332
- * @param {any} [filter] Query string to filter items by their attributes. Compliant with &lt;a href&#x3D;\&quot;https://github.com/wvanbergen/scoped_search/wiki/Query-language\&quot; target&#x3D;\&quot;_blank\&quot; title&#x3D;\&quot;github.com/wvanbergen/scoped_search\&quot;&gt;scoped_search query language&lt;/a&gt;. However, only &#x60;&#x3D;&#x60; or &#x60;!&#x3D;&#x60; (resp. &#x60;&lt;&gt;&#x60;) operators are supported.&lt;br&gt;&lt;br&gt;Policies are searchable using attributes &#x60;title&#x60; and &#x60;os_major_version&#x60;&lt;br&gt;&lt;br&gt;(e.g.: &#x60;(version&#x3D;0.1.47 AND os_major_verision&#x3D;8)&#x60;)
3656
+ * @param {any} [filter] Query string to filter items by their attributes. Compliant with &lt;a href&#x3D;\&quot;https://github.com/wvanbergen/scoped_search/wiki/Query-language\&quot; target&#x3D;\&quot;_blank\&quot; title&#x3D;\&quot;github.com/wvanbergen/scoped_search\&quot;&gt;scoped_search query language&lt;/a&gt;. However, only &#x60;&#x3D;&#x60; or &#x60;!&#x3D;&#x60; (resp. &#x60;&lt;&gt;&#x60;) operators are supported.&lt;br&gt;&lt;br&gt;Policies are searchable using attributes &#x60;title&#x60;, &#x60;os_major_version&#x60;, and &#x60;os_minor_version&#x60;&lt;br&gt;&lt;br&gt;(e.g.: &#x60;(field_1&#x3D;something AND field_2!&#x3D;\&quot;something else\&quot;) OR field_3&gt;40&#x60;)
3333
3657
  * @param {*} [options] Override http request option.
3334
3658
  * @throws {RequiredError}
3335
3659
  */
@@ -3344,11 +3668,11 @@ export declare const SystemsPoliciesApiFp: (configuration?: Configuration) => {
3344
3668
  * Lists Policies under a System
3345
3669
  * @summary Request Policies assigned to a System
3346
3670
  * @param {any} systemId
3347
- * @param {any} [xRHIDENTITY]
3671
+ * @param {any} [xRHIDENTITY] For internal use only
3348
3672
  * @param {any} [limit] Number of items to return per page
3349
3673
  * @param {any} [offset] Offset of first item of paginated response
3350
3674
  * @param {any} [sortBy] Attribute and direction to sort the items by. Represented by an array of fields with an optional direction (&#x60;&lt;key&gt;:asc&#x60; or &#x60;&lt;key&gt;:desc&#x60;).&lt;br&gt;&lt;br&gt;If no direction is selected, &#x60;&lt;key&gt;:asc&#x60; is used by default.
3351
- * @param {any} [filter] Query string to filter items by their attributes. Compliant with &lt;a href&#x3D;\&quot;https://github.com/wvanbergen/scoped_search/wiki/Query-language\&quot; target&#x3D;\&quot;_blank\&quot; title&#x3D;\&quot;github.com/wvanbergen/scoped_search\&quot;&gt;scoped_search query language&lt;/a&gt;. However, only &#x60;&#x3D;&#x60; or &#x60;!&#x3D;&#x60; (resp. &#x60;&lt;&gt;&#x60;) operators are supported.&lt;br&gt;&lt;br&gt;Policies are searchable using attributes &#x60;title&#x60; and &#x60;os_major_version&#x60;&lt;br&gt;&lt;br&gt;(e.g.: &#x60;(version&#x3D;0.1.47 AND os_major_verision&#x3D;8)&#x60;)
3675
+ * @param {any} [filter] Query string to filter items by their attributes. Compliant with &lt;a href&#x3D;\&quot;https://github.com/wvanbergen/scoped_search/wiki/Query-language\&quot; target&#x3D;\&quot;_blank\&quot; title&#x3D;\&quot;github.com/wvanbergen/scoped_search\&quot;&gt;scoped_search query language&lt;/a&gt;. However, only &#x60;&#x3D;&#x60; or &#x60;!&#x3D;&#x60; (resp. &#x60;&lt;&gt;&#x60;) operators are supported.&lt;br&gt;&lt;br&gt;Policies are searchable using attributes &#x60;title&#x60;, &#x60;os_major_version&#x60;, and &#x60;os_minor_version&#x60;&lt;br&gt;&lt;br&gt;(e.g.: &#x60;(field_1&#x3D;something AND field_2!&#x3D;\&quot;something else\&quot;) OR field_3&gt;40&#x60;)
3352
3676
  * @param {*} [options] Override http request option.
3353
3677
  * @throws {RequiredError}
3354
3678
  */
@@ -3377,37 +3701,37 @@ export interface SystemsPoliciesApiSystemsPoliciesRequest {
3377
3701
  /**
3378
3702
  *
3379
3703
  * @type {any}
3380
- * @memberof SystemsPoliciesApiSystemsPolicies
3704
+ * @memberof SystemsPoliciesApiSystemsPolicie
3381
3705
  */
3382
3706
  readonly systemId: any;
3383
3707
  /**
3384
- *
3708
+ * For internal use only
3385
3709
  * @type {any}
3386
- * @memberof SystemsPoliciesApiSystemsPolicies
3710
+ * @memberof SystemsPoliciesApiSystemsPolicie
3387
3711
  */
3388
3712
  readonly xRHIDENTITY?: any;
3389
3713
  /**
3390
3714
  * Number of items to return per page
3391
3715
  * @type {any}
3392
- * @memberof SystemsPoliciesApiSystemsPolicies
3716
+ * @memberof SystemsPoliciesApiSystemsPolicie
3393
3717
  */
3394
3718
  readonly limit?: any;
3395
3719
  /**
3396
3720
  * Offset of first item of paginated response
3397
3721
  * @type {any}
3398
- * @memberof SystemsPoliciesApiSystemsPolicies
3722
+ * @memberof SystemsPoliciesApiSystemsPolicie
3399
3723
  */
3400
3724
  readonly offset?: any;
3401
3725
  /**
3402
3726
  * Attribute and direction to sort the items by. Represented by an array of fields with an optional direction (&#x60;&lt;key&gt;:asc&#x60; or &#x60;&lt;key&gt;:desc&#x60;).&lt;br&gt;&lt;br&gt;If no direction is selected, &#x60;&lt;key&gt;:asc&#x60; is used by default.
3403
3727
  * @type {any}
3404
- * @memberof SystemsPoliciesApiSystemsPolicies
3728
+ * @memberof SystemsPoliciesApiSystemsPolicie
3405
3729
  */
3406
3730
  readonly sortBy?: any;
3407
3731
  /**
3408
- * Query string to filter items by their attributes. Compliant with &lt;a href&#x3D;\&quot;https://github.com/wvanbergen/scoped_search/wiki/Query-language\&quot; target&#x3D;\&quot;_blank\&quot; title&#x3D;\&quot;github.com/wvanbergen/scoped_search\&quot;&gt;scoped_search query language&lt;/a&gt;. However, only &#x60;&#x3D;&#x60; or &#x60;!&#x3D;&#x60; (resp. &#x60;&lt;&gt;&#x60;) operators are supported.&lt;br&gt;&lt;br&gt;Policies are searchable using attributes &#x60;title&#x60; and &#x60;os_major_version&#x60;&lt;br&gt;&lt;br&gt;(e.g.: &#x60;(version&#x3D;0.1.47 AND os_major_verision&#x3D;8)&#x60;)
3732
+ * Query string to filter items by their attributes. Compliant with &lt;a href&#x3D;\&quot;https://github.com/wvanbergen/scoped_search/wiki/Query-language\&quot; target&#x3D;\&quot;_blank\&quot; title&#x3D;\&quot;github.com/wvanbergen/scoped_search\&quot;&gt;scoped_search query language&lt;/a&gt;. However, only &#x60;&#x3D;&#x60; or &#x60;!&#x3D;&#x60; (resp. &#x60;&lt;&gt;&#x60;) operators are supported.&lt;br&gt;&lt;br&gt;Policies are searchable using attributes &#x60;title&#x60;, &#x60;os_major_version&#x60;, and &#x60;os_minor_version&#x60;&lt;br&gt;&lt;br&gt;(e.g.: &#x60;(field_1&#x3D;something AND field_2!&#x3D;\&quot;something else\&quot;) OR field_3&gt;40&#x60;)
3409
3733
  * @type {any}
3410
- * @memberof SystemsPoliciesApiSystemsPolicies
3734
+ * @memberof SystemsPoliciesApiSystemsPolicie
3411
3735
  */
3412
3736
  readonly filter?: any;
3413
3737
  }
@@ -3438,7 +3762,7 @@ export declare const TailoringApiAxiosParamCreator: (configuration?: Configurati
3438
3762
  * @summary Request a Tailoring
3439
3763
  * @param {any} policyId
3440
3764
  * @param {any} id
3441
- * @param {any} [xRHIDENTITY]
3765
+ * @param {any} [xRHIDENTITY] For internal use only
3442
3766
  * @param {*} [options] Override http request option.
3443
3767
  * @throws {RequiredError}
3444
3768
  */
@@ -3454,7 +3778,7 @@ export declare const TailoringApiFp: (configuration?: Configuration) => {
3454
3778
  * @summary Request a Tailoring
3455
3779
  * @param {any} policyId
3456
3780
  * @param {any} id
3457
- * @param {any} [xRHIDENTITY]
3781
+ * @param {any} [xRHIDENTITY] For internal use only
3458
3782
  * @param {*} [options] Override http request option.
3459
3783
  * @throws {RequiredError}
3460
3784
  */
@@ -3493,7 +3817,7 @@ export interface TailoringApiTailoringRequest {
3493
3817
  */
3494
3818
  readonly id: any;
3495
3819
  /**
3496
- *
3820
+ * For internal use only
3497
3821
  * @type {any}
3498
3822
  * @memberof TailoringApiTailoring
3499
3823
  */
@@ -3526,7 +3850,7 @@ export declare const TailoringFileApiAxiosParamCreator: (configuration?: Configu
3526
3850
  * @summary Request a Tailoring file
3527
3851
  * @param {any} policyId
3528
3852
  * @param {any} id
3529
- * @param {any} [xRHIDENTITY]
3853
+ * @param {any} [xRHIDENTITY] For internal use only
3530
3854
  * @param {*} [options] Override http request option.
3531
3855
  * @throws {RequiredError}
3532
3856
  */
@@ -3542,7 +3866,7 @@ export declare const TailoringFileApiFp: (configuration?: Configuration) => {
3542
3866
  * @summary Request a Tailoring file
3543
3867
  * @param {any} policyId
3544
3868
  * @param {any} id
3545
- * @param {any} [xRHIDENTITY]
3869
+ * @param {any} [xRHIDENTITY] For internal use only
3546
3870
  * @param {*} [options] Override http request option.
3547
3871
  * @throws {RequiredError}
3548
3872
  */
@@ -3581,7 +3905,7 @@ export interface TailoringFileApiTailoringFileRequest {
3581
3905
  */
3582
3906
  readonly id: any;
3583
3907
  /**
3584
- *
3908
+ * For internal use only
3585
3909
  * @type {any}
3586
3910
  * @memberof TailoringFileApiTailoringFile
3587
3911
  */
@@ -3614,11 +3938,11 @@ export declare const TailoringRulesApiAxiosParamCreator: (configuration?: Config
3614
3938
  * @summary Request Rules assigned to a Tailoring
3615
3939
  * @param {any} policyId
3616
3940
  * @param {any} tailoringId
3617
- * @param {any} [xRHIDENTITY]
3941
+ * @param {any} [xRHIDENTITY] For internal use only
3618
3942
  * @param {any} [limit] Number of items to return per page
3619
3943
  * @param {any} [offset] Offset of first item of paginated response
3620
3944
  * @param {any} [sortBy] Attribute and direction to sort the items by. Represented by an array of fields with an optional direction (&#x60;&lt;key&gt;:asc&#x60; or &#x60;&lt;key&gt;:desc&#x60;).&lt;br&gt;&lt;br&gt;If no direction is selected, &#x60;&lt;key&gt;:asc&#x60; is used by default.
3621
- * @param {any} [filter] Query string to filter items by their attributes. Compliant with &lt;a href&#x3D;\&quot;https://github.com/wvanbergen/scoped_search/wiki/Query-language\&quot; target&#x3D;\&quot;_blank\&quot; title&#x3D;\&quot;github.com/wvanbergen/scoped_search\&quot;&gt;scoped_search query language&lt;/a&gt;. However, only &#x60;&#x3D;&#x60; or &#x60;!&#x3D;&#x60; (resp. &#x60;&lt;&gt;&#x60;) operators are supported.&lt;br&gt;&lt;br&gt;Rules are searchable using attributes &#x60;title&#x60; and &#x60;severity&#x60;&lt;br&gt;&lt;br&gt;(e.g.: &#x60;(version&#x3D;0.1.47 AND os_major_verision&#x3D;8)&#x60;)
3945
+ * @param {any} [filter] Query string to filter items by their attributes. Compliant with &lt;a href&#x3D;\&quot;https://github.com/wvanbergen/scoped_search/wiki/Query-language\&quot; target&#x3D;\&quot;_blank\&quot; title&#x3D;\&quot;github.com/wvanbergen/scoped_search\&quot;&gt;scoped_search query language&lt;/a&gt;. However, only &#x60;&#x3D;&#x60; or &#x60;!&#x3D;&#x60; (resp. &#x60;&lt;&gt;&#x60;) operators are supported.&lt;br&gt;&lt;br&gt;Rules are searchable using attributes &#x60;title&#x60; and &#x60;severity&#x60;&lt;br&gt;&lt;br&gt;(e.g.: &#x60;(field_1&#x3D;something AND field_2!&#x3D;\&quot;something else\&quot;) OR field_3&gt;40&#x60;)
3622
3946
  * @param {*} [options] Override http request option.
3623
3947
  * @throws {RequiredError}
3624
3948
  */
@@ -3634,11 +3958,11 @@ export declare const TailoringRulesApiFp: (configuration?: Configuration) => {
3634
3958
  * @summary Request Rules assigned to a Tailoring
3635
3959
  * @param {any} policyId
3636
3960
  * @param {any} tailoringId
3637
- * @param {any} [xRHIDENTITY]
3961
+ * @param {any} [xRHIDENTITY] For internal use only
3638
3962
  * @param {any} [limit] Number of items to return per page
3639
3963
  * @param {any} [offset] Offset of first item of paginated response
3640
3964
  * @param {any} [sortBy] Attribute and direction to sort the items by. Represented by an array of fields with an optional direction (&#x60;&lt;key&gt;:asc&#x60; or &#x60;&lt;key&gt;:desc&#x60;).&lt;br&gt;&lt;br&gt;If no direction is selected, &#x60;&lt;key&gt;:asc&#x60; is used by default.
3641
- * @param {any} [filter] Query string to filter items by their attributes. Compliant with &lt;a href&#x3D;\&quot;https://github.com/wvanbergen/scoped_search/wiki/Query-language\&quot; target&#x3D;\&quot;_blank\&quot; title&#x3D;\&quot;github.com/wvanbergen/scoped_search\&quot;&gt;scoped_search query language&lt;/a&gt;. However, only &#x60;&#x3D;&#x60; or &#x60;!&#x3D;&#x60; (resp. &#x60;&lt;&gt;&#x60;) operators are supported.&lt;br&gt;&lt;br&gt;Rules are searchable using attributes &#x60;title&#x60; and &#x60;severity&#x60;&lt;br&gt;&lt;br&gt;(e.g.: &#x60;(version&#x3D;0.1.47 AND os_major_verision&#x3D;8)&#x60;)
3965
+ * @param {any} [filter] Query string to filter items by their attributes. Compliant with &lt;a href&#x3D;\&quot;https://github.com/wvanbergen/scoped_search/wiki/Query-language\&quot; target&#x3D;\&quot;_blank\&quot; title&#x3D;\&quot;github.com/wvanbergen/scoped_search\&quot;&gt;scoped_search query language&lt;/a&gt;. However, only &#x60;&#x3D;&#x60; or &#x60;!&#x3D;&#x60; (resp. &#x60;&lt;&gt;&#x60;) operators are supported.&lt;br&gt;&lt;br&gt;Rules are searchable using attributes &#x60;title&#x60; and &#x60;severity&#x60;&lt;br&gt;&lt;br&gt;(e.g.: &#x60;(field_1&#x3D;something AND field_2!&#x3D;\&quot;something else\&quot;) OR field_3&gt;40&#x60;)
3642
3966
  * @param {*} [options] Override http request option.
3643
3967
  * @throws {RequiredError}
3644
3968
  */
@@ -3667,43 +3991,43 @@ export interface TailoringRulesApiTailoringRulesRequest {
3667
3991
  /**
3668
3992
  *
3669
3993
  * @type {any}
3670
- * @memberof TailoringRulesApiTailoringRules
3994
+ * @memberof TailoringRulesApiTailoringRule
3671
3995
  */
3672
3996
  readonly policyId: any;
3673
3997
  /**
3674
3998
  *
3675
3999
  * @type {any}
3676
- * @memberof TailoringRulesApiTailoringRules
4000
+ * @memberof TailoringRulesApiTailoringRule
3677
4001
  */
3678
4002
  readonly tailoringId: any;
3679
4003
  /**
3680
- *
4004
+ * For internal use only
3681
4005
  * @type {any}
3682
- * @memberof TailoringRulesApiTailoringRules
4006
+ * @memberof TailoringRulesApiTailoringRule
3683
4007
  */
3684
4008
  readonly xRHIDENTITY?: any;
3685
4009
  /**
3686
4010
  * Number of items to return per page
3687
4011
  * @type {any}
3688
- * @memberof TailoringRulesApiTailoringRules
4012
+ * @memberof TailoringRulesApiTailoringRule
3689
4013
  */
3690
4014
  readonly limit?: any;
3691
4015
  /**
3692
4016
  * Offset of first item of paginated response
3693
4017
  * @type {any}
3694
- * @memberof TailoringRulesApiTailoringRules
4018
+ * @memberof TailoringRulesApiTailoringRule
3695
4019
  */
3696
4020
  readonly offset?: any;
3697
4021
  /**
3698
4022
  * Attribute and direction to sort the items by. Represented by an array of fields with an optional direction (&#x60;&lt;key&gt;:asc&#x60; or &#x60;&lt;key&gt;:desc&#x60;).&lt;br&gt;&lt;br&gt;If no direction is selected, &#x60;&lt;key&gt;:asc&#x60; is used by default.
3699
4023
  * @type {any}
3700
- * @memberof TailoringRulesApiTailoringRules
4024
+ * @memberof TailoringRulesApiTailoringRule
3701
4025
  */
3702
4026
  readonly sortBy?: any;
3703
4027
  /**
3704
- * Query string to filter items by their attributes. Compliant with &lt;a href&#x3D;\&quot;https://github.com/wvanbergen/scoped_search/wiki/Query-language\&quot; target&#x3D;\&quot;_blank\&quot; title&#x3D;\&quot;github.com/wvanbergen/scoped_search\&quot;&gt;scoped_search query language&lt;/a&gt;. However, only &#x60;&#x3D;&#x60; or &#x60;!&#x3D;&#x60; (resp. &#x60;&lt;&gt;&#x60;) operators are supported.&lt;br&gt;&lt;br&gt;Rules are searchable using attributes &#x60;title&#x60; and &#x60;severity&#x60;&lt;br&gt;&lt;br&gt;(e.g.: &#x60;(version&#x3D;0.1.47 AND os_major_verision&#x3D;8)&#x60;)
4028
+ * Query string to filter items by their attributes. Compliant with &lt;a href&#x3D;\&quot;https://github.com/wvanbergen/scoped_search/wiki/Query-language\&quot; target&#x3D;\&quot;_blank\&quot; title&#x3D;\&quot;github.com/wvanbergen/scoped_search\&quot;&gt;scoped_search query language&lt;/a&gt;. However, only &#x60;&#x3D;&#x60; or &#x60;!&#x3D;&#x60; (resp. &#x60;&lt;&gt;&#x60;) operators are supported.&lt;br&gt;&lt;br&gt;Rules are searchable using attributes &#x60;title&#x60; and &#x60;severity&#x60;&lt;br&gt;&lt;br&gt;(e.g.: &#x60;(field_1&#x3D;something AND field_2!&#x3D;\&quot;something else\&quot;) OR field_3&gt;40&#x60;)
3705
4029
  * @type {any}
3706
- * @memberof TailoringRulesApiTailoringRules
4030
+ * @memberof TailoringRulesApiTailoringRule
3707
4031
  */
3708
4032
  readonly filter?: any;
3709
4033
  }
@@ -3730,14 +4054,14 @@ export declare class TailoringRulesApi extends BaseAPI {
3730
4054
  */
3731
4055
  export declare const TailoringsApiAxiosParamCreator: (configuration?: Configuration) => {
3732
4056
  /**
3733
- * Lists Tailorings
3734
- * @summary Request Tailorings
4057
+ * Lists Tailoring
4058
+ * @summary Request Tailoring
3735
4059
  * @param {any} policyId
3736
- * @param {any} [xRHIDENTITY]
4060
+ * @param {any} [xRHIDENTITY] For internal use only
3737
4061
  * @param {any} [limit] Number of items to return per page
3738
4062
  * @param {any} [offset] Offset of first item of paginated response
3739
4063
  * @param {any} [sortBy] Attribute and direction to sort the items by. Represented by an array of fields with an optional direction (&#x60;&lt;key&gt;:asc&#x60; or &#x60;&lt;key&gt;:desc&#x60;).&lt;br&gt;&lt;br&gt;If no direction is selected, &#x60;&lt;key&gt;:asc&#x60; is used by default.
3740
- * @param {any} [filter] Query string to filter items by their attributes. Compliant with &lt;a href&#x3D;\&quot;https://github.com/wvanbergen/scoped_search/wiki/Query-language\&quot; target&#x3D;\&quot;_blank\&quot; title&#x3D;\&quot;github.com/wvanbergen/scoped_search\&quot;&gt;scoped_search query language&lt;/a&gt;. However, only &#x60;&#x3D;&#x60; or &#x60;!&#x3D;&#x60; (resp. &#x60;&lt;&gt;&#x60;) operators are supported.&lt;br&gt;&lt;br&gt;Tailorings are searchable using attributes &#x60;os_minor_version&#x60;&lt;br&gt;&lt;br&gt;(e.g.: &#x60;(version&#x3D;0.1.47 AND os_major_verision&#x3D;8)&#x60;)
4064
+ * @param {any} [filter] Query string to filter items by their attributes. Compliant with &lt;a href&#x3D;\&quot;https://github.com/wvanbergen/scoped_search/wiki/Query-language\&quot; target&#x3D;\&quot;_blank\&quot; title&#x3D;\&quot;github.com/wvanbergen/scoped_search\&quot;&gt;scoped_search query language&lt;/a&gt;. However, only &#x60;&#x3D;&#x60; or &#x60;!&#x3D;&#x60; (resp. &#x60;&lt;&gt;&#x60;) operators are supported.&lt;br&gt;&lt;br&gt;Tailorings are searchable using attributes &#x60;os_minor_version&#x60;&lt;br&gt;&lt;br&gt;(e.g.: &#x60;(field_1&#x3D;something AND field_2!&#x3D;\&quot;something else\&quot;) OR field_3&gt;40&#x60;)
3741
4065
  * @param {*} [options] Override http request option.
3742
4066
  * @throws {RequiredError}
3743
4067
  */
@@ -3749,14 +4073,14 @@ export declare const TailoringsApiAxiosParamCreator: (configuration?: Configurat
3749
4073
  */
3750
4074
  export declare const TailoringsApiFp: (configuration?: Configuration) => {
3751
4075
  /**
3752
- * Lists Tailorings
3753
- * @summary Request Tailorings
4076
+ * Lists Tailoring
4077
+ * @summary Request Tailoring
3754
4078
  * @param {any} policyId
3755
- * @param {any} [xRHIDENTITY]
4079
+ * @param {any} [xRHIDENTITY] For internal use only
3756
4080
  * @param {any} [limit] Number of items to return per page
3757
4081
  * @param {any} [offset] Offset of first item of paginated response
3758
4082
  * @param {any} [sortBy] Attribute and direction to sort the items by. Represented by an array of fields with an optional direction (&#x60;&lt;key&gt;:asc&#x60; or &#x60;&lt;key&gt;:desc&#x60;).&lt;br&gt;&lt;br&gt;If no direction is selected, &#x60;&lt;key&gt;:asc&#x60; is used by default.
3759
- * @param {any} [filter] Query string to filter items by their attributes. Compliant with &lt;a href&#x3D;\&quot;https://github.com/wvanbergen/scoped_search/wiki/Query-language\&quot; target&#x3D;\&quot;_blank\&quot; title&#x3D;\&quot;github.com/wvanbergen/scoped_search\&quot;&gt;scoped_search query language&lt;/a&gt;. However, only &#x60;&#x3D;&#x60; or &#x60;!&#x3D;&#x60; (resp. &#x60;&lt;&gt;&#x60;) operators are supported.&lt;br&gt;&lt;br&gt;Tailorings are searchable using attributes &#x60;os_minor_version&#x60;&lt;br&gt;&lt;br&gt;(e.g.: &#x60;(version&#x3D;0.1.47 AND os_major_verision&#x3D;8)&#x60;)
4083
+ * @param {any} [filter] Query string to filter items by their attributes. Compliant with &lt;a href&#x3D;\&quot;https://github.com/wvanbergen/scoped_search/wiki/Query-language\&quot; target&#x3D;\&quot;_blank\&quot; title&#x3D;\&quot;github.com/wvanbergen/scoped_search\&quot;&gt;scoped_search query language&lt;/a&gt;. However, only &#x60;&#x3D;&#x60; or &#x60;!&#x3D;&#x60; (resp. &#x60;&lt;&gt;&#x60;) operators are supported.&lt;br&gt;&lt;br&gt;Tailorings are searchable using attributes &#x60;os_minor_version&#x60;&lt;br&gt;&lt;br&gt;(e.g.: &#x60;(field_1&#x3D;something AND field_2!&#x3D;\&quot;something else\&quot;) OR field_3&gt;40&#x60;)
3760
4084
  * @param {*} [options] Override http request option.
3761
4085
  * @throws {RequiredError}
3762
4086
  */
@@ -3768,8 +4092,8 @@ export declare const TailoringsApiFp: (configuration?: Configuration) => {
3768
4092
  */
3769
4093
  export declare const TailoringsApiFactory: (configuration?: Configuration, basePath?: string, axios?: AxiosInstance) => {
3770
4094
  /**
3771
- * Lists Tailorings
3772
- * @summary Request Tailorings
4095
+ * Lists Tailoring
4096
+ * @summary Request Tailoring
3773
4097
  * @param {TailoringsApiTailoringsRequest} requestParameters Request parameters.
3774
4098
  * @param {*} [options] Override http request option.
3775
4099
  * @throws {RequiredError}
@@ -3785,37 +4109,37 @@ export interface TailoringsApiTailoringsRequest {
3785
4109
  /**
3786
4110
  *
3787
4111
  * @type {any}
3788
- * @memberof TailoringsApiTailorings
4112
+ * @memberof TailoringsApiTailoring
3789
4113
  */
3790
4114
  readonly policyId: any;
3791
4115
  /**
3792
- *
4116
+ * For internal use only
3793
4117
  * @type {any}
3794
- * @memberof TailoringsApiTailorings
4118
+ * @memberof TailoringsApiTailoring
3795
4119
  */
3796
4120
  readonly xRHIDENTITY?: any;
3797
4121
  /**
3798
4122
  * Number of items to return per page
3799
4123
  * @type {any}
3800
- * @memberof TailoringsApiTailorings
4124
+ * @memberof TailoringsApiTailoring
3801
4125
  */
3802
4126
  readonly limit?: any;
3803
4127
  /**
3804
4128
  * Offset of first item of paginated response
3805
4129
  * @type {any}
3806
- * @memberof TailoringsApiTailorings
4130
+ * @memberof TailoringsApiTailoring
3807
4131
  */
3808
4132
  readonly offset?: any;
3809
4133
  /**
3810
4134
  * Attribute and direction to sort the items by. Represented by an array of fields with an optional direction (&#x60;&lt;key&gt;:asc&#x60; or &#x60;&lt;key&gt;:desc&#x60;).&lt;br&gt;&lt;br&gt;If no direction is selected, &#x60;&lt;key&gt;:asc&#x60; is used by default.
3811
4135
  * @type {any}
3812
- * @memberof TailoringsApiTailorings
4136
+ * @memberof TailoringsApiTailoring
3813
4137
  */
3814
4138
  readonly sortBy?: any;
3815
4139
  /**
3816
- * Query string to filter items by their attributes. Compliant with &lt;a href&#x3D;\&quot;https://github.com/wvanbergen/scoped_search/wiki/Query-language\&quot; target&#x3D;\&quot;_blank\&quot; title&#x3D;\&quot;github.com/wvanbergen/scoped_search\&quot;&gt;scoped_search query language&lt;/a&gt;. However, only &#x60;&#x3D;&#x60; or &#x60;!&#x3D;&#x60; (resp. &#x60;&lt;&gt;&#x60;) operators are supported.&lt;br&gt;&lt;br&gt;Tailorings are searchable using attributes &#x60;os_minor_version&#x60;&lt;br&gt;&lt;br&gt;(e.g.: &#x60;(version&#x3D;0.1.47 AND os_major_verision&#x3D;8)&#x60;)
4140
+ * Query string to filter items by their attributes. Compliant with &lt;a href&#x3D;\&quot;https://github.com/wvanbergen/scoped_search/wiki/Query-language\&quot; target&#x3D;\&quot;_blank\&quot; title&#x3D;\&quot;github.com/wvanbergen/scoped_search\&quot;&gt;scoped_search query language&lt;/a&gt;. However, only &#x60;&#x3D;&#x60; or &#x60;!&#x3D;&#x60; (resp. &#x60;&lt;&gt;&#x60;) operators are supported.&lt;br&gt;&lt;br&gt;Tailorings are searchable using attributes &#x60;os_minor_version&#x60;&lt;br&gt;&lt;br&gt;(e.g.: &#x60;(field_1&#x3D;something AND field_2!&#x3D;\&quot;something else\&quot;) OR field_3&gt;40&#x60;)
3817
4141
  * @type {any}
3818
- * @memberof TailoringsApiTailorings
4142
+ * @memberof TailoringsApiTailoring
3819
4143
  */
3820
4144
  readonly filter?: any;
3821
4145
  }
@@ -3827,8 +4151,8 @@ export interface TailoringsApiTailoringsRequest {
3827
4151
  */
3828
4152
  export declare class TailoringsApi extends BaseAPI {
3829
4153
  /**
3830
- * Lists Tailorings
3831
- * @summary Request Tailorings
4154
+ * Lists Tailoring
4155
+ * @summary Request Tailoring
3832
4156
  * @param {TailoringsApiTailoringsRequest} requestParameters Request parameters.
3833
4157
  * @param {*} [options] Override http request option.
3834
4158
  * @throws {RequiredError}
@@ -3847,7 +4171,7 @@ export declare const UnassignRuleApiAxiosParamCreator: (configuration?: Configur
3847
4171
  * @param {any} policyId
3848
4172
  * @param {any} tailoringId
3849
4173
  * @param {any} id
3850
- * @param {any} [xRHIDENTITY]
4174
+ * @param {any} [xRHIDENTITY] For internal use only
3851
4175
  * @param {*} [options] Override http request option.
3852
4176
  * @throws {RequiredError}
3853
4177
  */
@@ -3864,7 +4188,7 @@ export declare const UnassignRuleApiFp: (configuration?: Configuration) => {
3864
4188
  * @param {any} policyId
3865
4189
  * @param {any} tailoringId
3866
4190
  * @param {any} id
3867
- * @param {any} [xRHIDENTITY]
4191
+ * @param {any} [xRHIDENTITY] For internal use only
3868
4192
  * @param {*} [options] Override http request option.
3869
4193
  * @throws {RequiredError}
3870
4194
  */
@@ -3909,7 +4233,7 @@ export interface UnassignRuleApiUnassignRuleRequest {
3909
4233
  */
3910
4234
  readonly id: any;
3911
4235
  /**
3912
- *
4236
+ * For internal use only
3913
4237
  * @type {any}
3914
4238
  * @memberof UnassignRuleApiUnassignRule
3915
4239
  */
@@ -3942,7 +4266,7 @@ export declare const UnassignSystemApiAxiosParamCreator: (configuration?: Config
3942
4266
  * @summary Unassign a System from a Policy
3943
4267
  * @param {any} id
3944
4268
  * @param {any} policyId
3945
- * @param {any} [xRHIDENTITY]
4269
+ * @param {any} [xRHIDENTITY] For internal use only
3946
4270
  * @param {*} [options] Override http request option.
3947
4271
  * @throws {RequiredError}
3948
4272
  */
@@ -3958,7 +4282,7 @@ export declare const UnassignSystemApiFp: (configuration?: Configuration) => {
3958
4282
  * @summary Unassign a System from a Policy
3959
4283
  * @param {any} id
3960
4284
  * @param {any} policyId
3961
- * @param {any} [xRHIDENTITY]
4285
+ * @param {any} [xRHIDENTITY] For internal use only
3962
4286
  * @param {*} [options] Override http request option.
3963
4287
  * @throws {RequiredError}
3964
4288
  */
@@ -3997,7 +4321,7 @@ export interface UnassignSystemApiUnassignSystemRequest {
3997
4321
  */
3998
4322
  readonly policyId: any;
3999
4323
  /**
4000
- *
4324
+ * For internal use only
4001
4325
  * @type {any}
4002
4326
  * @memberof UnassignSystemApiUnassignSystem
4003
4327
  */
@@ -4026,10 +4350,10 @@ export declare class UnassignSystemApi extends BaseAPI {
4026
4350
  */
4027
4351
  export declare const UpdatePolicyApiAxiosParamCreator: (configuration?: Configuration) => {
4028
4352
  /**
4029
- * Updates a Policy with the provided attributes
4353
+ * Updates a Policy with the provided attribute
4030
4354
  * @summary Update a Policy
4031
4355
  * @param {any} id
4032
- * @param {any} [xRHIDENTITY]
4356
+ * @param {any} [xRHIDENTITY] For internal use only
4033
4357
  * @param {PolicyUpdate} [policyUpdate]
4034
4358
  * @param {*} [options] Override http request option.
4035
4359
  * @throws {RequiredError}
@@ -4042,10 +4366,10 @@ export declare const UpdatePolicyApiAxiosParamCreator: (configuration?: Configur
4042
4366
  */
4043
4367
  export declare const UpdatePolicyApiFp: (configuration?: Configuration) => {
4044
4368
  /**
4045
- * Updates a Policy with the provided attributes
4369
+ * Updates a Policy with the provided attribute
4046
4370
  * @summary Update a Policy
4047
4371
  * @param {any} id
4048
- * @param {any} [xRHIDENTITY]
4372
+ * @param {any} [xRHIDENTITY] For internal use only
4049
4373
  * @param {PolicyUpdate} [policyUpdate]
4050
4374
  * @param {*} [options] Override http request option.
4051
4375
  * @throws {RequiredError}
@@ -4058,7 +4382,7 @@ export declare const UpdatePolicyApiFp: (configuration?: Configuration) => {
4058
4382
  */
4059
4383
  export declare const UpdatePolicyApiFactory: (configuration?: Configuration, basePath?: string, axios?: AxiosInstance) => {
4060
4384
  /**
4061
- * Updates a Policy with the provided attributes
4385
+ * Updates a Policy with the provided attribute
4062
4386
  * @summary Update a Policy
4063
4387
  * @param {UpdatePolicyApiUpdatePolicyRequest} requestParameters Request parameters.
4064
4388
  * @param {*} [options] Override http request option.
@@ -4079,7 +4403,7 @@ export interface UpdatePolicyApiUpdatePolicyRequest {
4079
4403
  */
4080
4404
  readonly id: any;
4081
4405
  /**
4082
- *
4406
+ * For internal use only
4083
4407
  * @type {any}
4084
4408
  * @memberof UpdatePolicyApiUpdatePolicy
4085
4409
  */
@@ -4099,7 +4423,7 @@ export interface UpdatePolicyApiUpdatePolicyRequest {
4099
4423
  */
4100
4424
  export declare class UpdatePolicyApi extends BaseAPI {
4101
4425
  /**
4102
- * Updates a Policy with the provided attributes
4426
+ * Updates a Policy with the provided attribute
4103
4427
  * @summary Update a Policy
4104
4428
  * @param {UpdatePolicyApiUpdatePolicyRequest} requestParameters Request parameters.
4105
4429
  * @param {*} [options] Override http request option.
@@ -4108,6 +4432,102 @@ export declare class UpdatePolicyApi extends BaseAPI {
4108
4432
  */
4109
4433
  updatePolicy(requestParameters: UpdatePolicyApiUpdatePolicyRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<CreatePolicy201Response, any>>;
4110
4434
  }
4435
+ /**
4436
+ * UpdateTailoringApi - axios parameter creator
4437
+ * @export
4438
+ */
4439
+ export declare const UpdateTailoringApiAxiosParamCreator: (configuration?: Configuration) => {
4440
+ /**
4441
+ * Updates a Tailoring with the provided value_override
4442
+ * @summary Update a Tailoring
4443
+ * @param {any} policyId
4444
+ * @param {any} id
4445
+ * @param {any} [xRHIDENTITY] For internal use only
4446
+ * @param {Tailoring} [tailoring]
4447
+ * @param {*} [options] Override http request option.
4448
+ * @throws {RequiredError}
4449
+ */
4450
+ updateTailoring: (policyId: any, id: any, xRHIDENTITY?: any, tailoring?: Tailoring, options?: AxiosRequestConfig) => Promise<RequestArgs>;
4451
+ };
4452
+ /**
4453
+ * UpdateTailoringApi - functional programming interface
4454
+ * @export
4455
+ */
4456
+ export declare const UpdateTailoringApiFp: (configuration?: Configuration) => {
4457
+ /**
4458
+ * Updates a Tailoring with the provided value_override
4459
+ * @summary Update a Tailoring
4460
+ * @param {any} policyId
4461
+ * @param {any} id
4462
+ * @param {any} [xRHIDENTITY] For internal use only
4463
+ * @param {Tailoring} [tailoring]
4464
+ * @param {*} [options] Override http request option.
4465
+ * @throws {RequiredError}
4466
+ */
4467
+ updateTailoring(policyId: any, id: any, xRHIDENTITY?: any, tailoring?: Tailoring, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<Tailoring200Response>>;
4468
+ };
4469
+ /**
4470
+ * UpdateTailoringApi - factory interface
4471
+ * @export
4472
+ */
4473
+ export declare const UpdateTailoringApiFactory: (configuration?: Configuration, basePath?: string, axios?: AxiosInstance) => {
4474
+ /**
4475
+ * Updates a Tailoring with the provided value_override
4476
+ * @summary Update a Tailoring
4477
+ * @param {UpdateTailoringApiUpdateTailoringRequest} requestParameters Request parameters.
4478
+ * @param {*} [options] Override http request option.
4479
+ * @throws {RequiredError}
4480
+ */
4481
+ updateTailoring(requestParameters: UpdateTailoringApiUpdateTailoringRequest, options?: AxiosRequestConfig): AxiosPromise<Tailoring200Response>;
4482
+ };
4483
+ /**
4484
+ * Request parameters for updateTailoring operation in UpdateTailoringApi.
4485
+ * @export
4486
+ * @interface UpdateTailoringApiUpdateTailoringRequest
4487
+ */
4488
+ export interface UpdateTailoringApiUpdateTailoringRequest {
4489
+ /**
4490
+ *
4491
+ * @type {any}
4492
+ * @memberof UpdateTailoringApiUpdateTailoring
4493
+ */
4494
+ readonly policyId: any;
4495
+ /**
4496
+ *
4497
+ * @type {any}
4498
+ * @memberof UpdateTailoringApiUpdateTailoring
4499
+ */
4500
+ readonly id: any;
4501
+ /**
4502
+ * For internal use only
4503
+ * @type {any}
4504
+ * @memberof UpdateTailoringApiUpdateTailoring
4505
+ */
4506
+ readonly xRHIDENTITY?: any;
4507
+ /**
4508
+ *
4509
+ * @type {Tailoring}
4510
+ * @memberof UpdateTailoringApiUpdateTailoring
4511
+ */
4512
+ readonly tailoring?: Tailoring;
4513
+ }
4514
+ /**
4515
+ * UpdateTailoringApi - object-oriented interface
4516
+ * @export
4517
+ * @class UpdateTailoringApi
4518
+ * @extends {BaseAPI}
4519
+ */
4520
+ export declare class UpdateTailoringApi extends BaseAPI {
4521
+ /**
4522
+ * Updates a Tailoring with the provided value_override
4523
+ * @summary Update a Tailoring
4524
+ * @param {UpdateTailoringApiUpdateTailoringRequest} requestParameters Request parameters.
4525
+ * @param {*} [options] Override http request option.
4526
+ * @throws {RequiredError}
4527
+ * @memberof UpdateTailoringApi
4528
+ */
4529
+ updateTailoring(requestParameters: UpdateTailoringApiUpdateTailoringRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<Tailoring200Response, any>>;
4530
+ }
4111
4531
  /**
4112
4532
  * ValueDefinitionApi - axios parameter creator
4113
4533
  * @export
@@ -4118,7 +4538,7 @@ export declare const ValueDefinitionApiAxiosParamCreator: (configuration?: Confi
4118
4538
  * @summary Request a Value Definition
4119
4539
  * @param {any} securityGuideId
4120
4540
  * @param {any} id
4121
- * @param {any} [xRHIDENTITY]
4541
+ * @param {any} [xRHIDENTITY] For internal use only
4122
4542
  * @param {*} [options] Override http request option.
4123
4543
  * @throws {RequiredError}
4124
4544
  */
@@ -4134,7 +4554,7 @@ export declare const ValueDefinitionApiFp: (configuration?: Configuration) => {
4134
4554
  * @summary Request a Value Definition
4135
4555
  * @param {any} securityGuideId
4136
4556
  * @param {any} id
4137
- * @param {any} [xRHIDENTITY]
4557
+ * @param {any} [xRHIDENTITY] For internal use only
4138
4558
  * @param {*} [options] Override http request option.
4139
4559
  * @throws {RequiredError}
4140
4560
  */
@@ -4173,7 +4593,7 @@ export interface ValueDefinitionApiValueDefinitionRequest {
4173
4593
  */
4174
4594
  readonly id: any;
4175
4595
  /**
4176
- *
4596
+ * For internal use only
4177
4597
  * @type {any}
4178
4598
  * @memberof ValueDefinitionApiValueDefinition
4179
4599
  */
@@ -4202,14 +4622,14 @@ export declare class ValueDefinitionApi extends BaseAPI {
4202
4622
  */
4203
4623
  export declare const ValueDefinitionsApiAxiosParamCreator: (configuration?: Configuration) => {
4204
4624
  /**
4205
- * Lists Value Definitions
4206
- * @summary Request Value Definitions
4625
+ * Lists Value Definition
4626
+ * @summary Request Value Definition
4207
4627
  * @param {any} securityGuideId
4208
- * @param {any} [xRHIDENTITY]
4628
+ * @param {any} [xRHIDENTITY] For internal use only
4209
4629
  * @param {any} [limit] Number of items to return per page
4210
4630
  * @param {any} [offset] Offset of first item of paginated response
4211
4631
  * @param {any} [sortBy] Attribute and direction to sort the items by. Represented by an array of fields with an optional direction (&#x60;&lt;key&gt;:asc&#x60; or &#x60;&lt;key&gt;:desc&#x60;).&lt;br&gt;&lt;br&gt;If no direction is selected, &#x60;&lt;key&gt;:asc&#x60; is used by default.
4212
- * @param {any} [filter] Query string to filter items by their attributes. Compliant with &lt;a href&#x3D;\&quot;https://github.com/wvanbergen/scoped_search/wiki/Query-language\&quot; target&#x3D;\&quot;_blank\&quot; title&#x3D;\&quot;github.com/wvanbergen/scoped_search\&quot;&gt;scoped_search query language&lt;/a&gt;. However, only &#x60;&#x3D;&#x60; or &#x60;!&#x3D;&#x60; (resp. &#x60;&lt;&gt;&#x60;) operators are supported.&lt;br&gt;&lt;br&gt;Value Definitions are searchable using attributes &#x60;title&#x60;&lt;br&gt;&lt;br&gt;(e.g.: &#x60;(version&#x3D;0.1.47 AND os_major_verision&#x3D;8)&#x60;)
4632
+ * @param {any} [filter] Query string to filter items by their attributes. Compliant with &lt;a href&#x3D;\&quot;https://github.com/wvanbergen/scoped_search/wiki/Query-language\&quot; target&#x3D;\&quot;_blank\&quot; title&#x3D;\&quot;github.com/wvanbergen/scoped_search\&quot;&gt;scoped_search query language&lt;/a&gt;. However, only &#x60;&#x3D;&#x60; or &#x60;!&#x3D;&#x60; (resp. &#x60;&lt;&gt;&#x60;) operators are supported.&lt;br&gt;&lt;br&gt;Value Definitions are searchable using attributes &#x60;title&#x60; and &#x60;ref_id&#x60;&lt;br&gt;&lt;br&gt;(e.g.: &#x60;(field_1&#x3D;something AND field_2!&#x3D;\&quot;something else\&quot;) OR field_3&gt;40&#x60;)
4213
4633
  * @param {*} [options] Override http request option.
4214
4634
  * @throws {RequiredError}
4215
4635
  */
@@ -4221,14 +4641,14 @@ export declare const ValueDefinitionsApiAxiosParamCreator: (configuration?: Conf
4221
4641
  */
4222
4642
  export declare const ValueDefinitionsApiFp: (configuration?: Configuration) => {
4223
4643
  /**
4224
- * Lists Value Definitions
4225
- * @summary Request Value Definitions
4644
+ * Lists Value Definition
4645
+ * @summary Request Value Definition
4226
4646
  * @param {any} securityGuideId
4227
- * @param {any} [xRHIDENTITY]
4647
+ * @param {any} [xRHIDENTITY] For internal use only
4228
4648
  * @param {any} [limit] Number of items to return per page
4229
4649
  * @param {any} [offset] Offset of first item of paginated response
4230
4650
  * @param {any} [sortBy] Attribute and direction to sort the items by. Represented by an array of fields with an optional direction (&#x60;&lt;key&gt;:asc&#x60; or &#x60;&lt;key&gt;:desc&#x60;).&lt;br&gt;&lt;br&gt;If no direction is selected, &#x60;&lt;key&gt;:asc&#x60; is used by default.
4231
- * @param {any} [filter] Query string to filter items by their attributes. Compliant with &lt;a href&#x3D;\&quot;https://github.com/wvanbergen/scoped_search/wiki/Query-language\&quot; target&#x3D;\&quot;_blank\&quot; title&#x3D;\&quot;github.com/wvanbergen/scoped_search\&quot;&gt;scoped_search query language&lt;/a&gt;. However, only &#x60;&#x3D;&#x60; or &#x60;!&#x3D;&#x60; (resp. &#x60;&lt;&gt;&#x60;) operators are supported.&lt;br&gt;&lt;br&gt;Value Definitions are searchable using attributes &#x60;title&#x60;&lt;br&gt;&lt;br&gt;(e.g.: &#x60;(version&#x3D;0.1.47 AND os_major_verision&#x3D;8)&#x60;)
4651
+ * @param {any} [filter] Query string to filter items by their attributes. Compliant with &lt;a href&#x3D;\&quot;https://github.com/wvanbergen/scoped_search/wiki/Query-language\&quot; target&#x3D;\&quot;_blank\&quot; title&#x3D;\&quot;github.com/wvanbergen/scoped_search\&quot;&gt;scoped_search query language&lt;/a&gt;. However, only &#x60;&#x3D;&#x60; or &#x60;!&#x3D;&#x60; (resp. &#x60;&lt;&gt;&#x60;) operators are supported.&lt;br&gt;&lt;br&gt;Value Definitions are searchable using attributes &#x60;title&#x60; and &#x60;ref_id&#x60;&lt;br&gt;&lt;br&gt;(e.g.: &#x60;(field_1&#x3D;something AND field_2!&#x3D;\&quot;something else\&quot;) OR field_3&gt;40&#x60;)
4232
4652
  * @param {*} [options] Override http request option.
4233
4653
  * @throws {RequiredError}
4234
4654
  */
@@ -4240,8 +4660,8 @@ export declare const ValueDefinitionsApiFp: (configuration?: Configuration) => {
4240
4660
  */
4241
4661
  export declare const ValueDefinitionsApiFactory: (configuration?: Configuration, basePath?: string, axios?: AxiosInstance) => {
4242
4662
  /**
4243
- * Lists Value Definitions
4244
- * @summary Request Value Definitions
4663
+ * Lists Value Definition
4664
+ * @summary Request Value Definition
4245
4665
  * @param {ValueDefinitionsApiValueDefinitionsRequest} requestParameters Request parameters.
4246
4666
  * @param {*} [options] Override http request option.
4247
4667
  * @throws {RequiredError}
@@ -4257,37 +4677,37 @@ export interface ValueDefinitionsApiValueDefinitionsRequest {
4257
4677
  /**
4258
4678
  *
4259
4679
  * @type {any}
4260
- * @memberof ValueDefinitionsApiValueDefinitions
4680
+ * @memberof ValueDefinitionsApiValueDefinition
4261
4681
  */
4262
4682
  readonly securityGuideId: any;
4263
4683
  /**
4264
- *
4684
+ * For internal use only
4265
4685
  * @type {any}
4266
- * @memberof ValueDefinitionsApiValueDefinitions
4686
+ * @memberof ValueDefinitionsApiValueDefinition
4267
4687
  */
4268
4688
  readonly xRHIDENTITY?: any;
4269
4689
  /**
4270
4690
  * Number of items to return per page
4271
4691
  * @type {any}
4272
- * @memberof ValueDefinitionsApiValueDefinitions
4692
+ * @memberof ValueDefinitionsApiValueDefinition
4273
4693
  */
4274
4694
  readonly limit?: any;
4275
4695
  /**
4276
4696
  * Offset of first item of paginated response
4277
4697
  * @type {any}
4278
- * @memberof ValueDefinitionsApiValueDefinitions
4698
+ * @memberof ValueDefinitionsApiValueDefinition
4279
4699
  */
4280
4700
  readonly offset?: any;
4281
4701
  /**
4282
4702
  * Attribute and direction to sort the items by. Represented by an array of fields with an optional direction (&#x60;&lt;key&gt;:asc&#x60; or &#x60;&lt;key&gt;:desc&#x60;).&lt;br&gt;&lt;br&gt;If no direction is selected, &#x60;&lt;key&gt;:asc&#x60; is used by default.
4283
4703
  * @type {any}
4284
- * @memberof ValueDefinitionsApiValueDefinitions
4704
+ * @memberof ValueDefinitionsApiValueDefinition
4285
4705
  */
4286
4706
  readonly sortBy?: any;
4287
4707
  /**
4288
- * Query string to filter items by their attributes. Compliant with &lt;a href&#x3D;\&quot;https://github.com/wvanbergen/scoped_search/wiki/Query-language\&quot; target&#x3D;\&quot;_blank\&quot; title&#x3D;\&quot;github.com/wvanbergen/scoped_search\&quot;&gt;scoped_search query language&lt;/a&gt;. However, only &#x60;&#x3D;&#x60; or &#x60;!&#x3D;&#x60; (resp. &#x60;&lt;&gt;&#x60;) operators are supported.&lt;br&gt;&lt;br&gt;Value Definitions are searchable using attributes &#x60;title&#x60;&lt;br&gt;&lt;br&gt;(e.g.: &#x60;(version&#x3D;0.1.47 AND os_major_verision&#x3D;8)&#x60;)
4708
+ * Query string to filter items by their attributes. Compliant with &lt;a href&#x3D;\&quot;https://github.com/wvanbergen/scoped_search/wiki/Query-language\&quot; target&#x3D;\&quot;_blank\&quot; title&#x3D;\&quot;github.com/wvanbergen/scoped_search\&quot;&gt;scoped_search query language&lt;/a&gt;. However, only &#x60;&#x3D;&#x60; or &#x60;!&#x3D;&#x60; (resp. &#x60;&lt;&gt;&#x60;) operators are supported.&lt;br&gt;&lt;br&gt;Value Definitions are searchable using attributes &#x60;title&#x60; and &#x60;ref_id&#x60;&lt;br&gt;&lt;br&gt;(e.g.: &#x60;(field_1&#x3D;something AND field_2!&#x3D;\&quot;something else\&quot;) OR field_3&gt;40&#x60;)
4289
4709
  * @type {any}
4290
- * @memberof ValueDefinitionsApiValueDefinitions
4710
+ * @memberof ValueDefinitionsApiValueDefinition
4291
4711
  */
4292
4712
  readonly filter?: any;
4293
4713
  }
@@ -4299,8 +4719,8 @@ export interface ValueDefinitionsApiValueDefinitionsRequest {
4299
4719
  */
4300
4720
  export declare class ValueDefinitionsApi extends BaseAPI {
4301
4721
  /**
4302
- * Lists Value Definitions
4303
- * @summary Request Value Definitions
4722
+ * Lists Value Definition
4723
+ * @summary Request Value Definition
4304
4724
  * @param {ValueDefinitionsApiValueDefinitionsRequest} requestParameters Request parameters.
4305
4725
  * @param {*} [options] Override http request option.
4306
4726
  * @throws {RequiredError}