@redhat-cloud-services/compliance-client 0.1.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +13 -0
- package/LICENSE +201 -0
- package/README.md +67 -0
- package/dist/AssignRule/index.d.ts +38 -0
- package/dist/AssignRule/index.js +54 -0
- package/dist/AssignRule/index.js.map +1 -0
- package/dist/AssignRules/index.d.ts +40 -0
- package/dist/AssignRules/index.js +56 -0
- package/dist/AssignRules/index.js.map +1 -0
- package/dist/AssignSystem/index.d.ts +32 -0
- package/dist/AssignSystem/index.js +53 -0
- package/dist/AssignSystem/index.js.map +1 -0
- package/dist/AssignSystems/index.d.ts +34 -0
- package/dist/AssignSystems/index.js +55 -0
- package/dist/AssignSystems/index.js.map +1 -0
- package/dist/CreatePolicy/index.d.ts +27 -0
- package/dist/CreatePolicy/index.js +53 -0
- package/dist/CreatePolicy/index.js.map +1 -0
- package/dist/DeletePolicy/index.d.ts +26 -0
- package/dist/DeletePolicy/index.js +52 -0
- package/dist/DeletePolicy/index.js.map +1 -0
- package/dist/Policies/index.d.ts +44 -0
- package/dist/Policies/index.js +63 -0
- package/dist/Policies/index.js.map +1 -0
- package/dist/Policy/index.d.ts +26 -0
- package/dist/Policy/index.js +52 -0
- package/dist/Policy/index.js.map +1 -0
- package/dist/PolicySystems/index.d.ts +50 -0
- package/dist/PolicySystems/index.js +64 -0
- package/dist/PolicySystems/index.js.map +1 -0
- package/dist/Profile/index.d.ts +32 -0
- package/dist/Profile/index.js +53 -0
- package/dist/Profile/index.js.map +1 -0
- package/dist/ProfileRule/index.d.ts +38 -0
- package/dist/ProfileRule/index.js +54 -0
- package/dist/ProfileRule/index.js.map +1 -0
- package/dist/ProfileRules/index.d.ts +56 -0
- package/dist/ProfileRules/index.js +65 -0
- package/dist/ProfileRules/index.js.map +1 -0
- package/dist/Profiles/index.d.ts +50 -0
- package/dist/Profiles/index.js +64 -0
- package/dist/Profiles/index.js.map +1 -0
- package/dist/Rule/index.d.ts +32 -0
- package/dist/Rule/index.js +53 -0
- package/dist/Rule/index.js.map +1 -0
- package/dist/RuleGroup/index.d.ts +32 -0
- package/dist/RuleGroup/index.js +53 -0
- package/dist/RuleGroup/index.js.map +1 -0
- package/dist/RuleGroups/index.d.ts +50 -0
- package/dist/RuleGroups/index.js +64 -0
- package/dist/RuleGroups/index.js.map +1 -0
- package/dist/Rules/index.d.ts +50 -0
- package/dist/Rules/index.js +64 -0
- package/dist/Rules/index.js.map +1 -0
- package/dist/SecurityGuide/index.d.ts +26 -0
- package/dist/SecurityGuide/index.js +52 -0
- package/dist/SecurityGuide/index.js.map +1 -0
- package/dist/SecurityGuideRuleTree/index.d.ts +26 -0
- package/dist/SecurityGuideRuleTree/index.js +52 -0
- package/dist/SecurityGuideRuleTree/index.js.map +1 -0
- package/dist/SecurityGuides/index.d.ts +44 -0
- package/dist/SecurityGuides/index.js +63 -0
- package/dist/SecurityGuides/index.js.map +1 -0
- package/dist/SupportedProfiles/index.d.ts +44 -0
- package/dist/SupportedProfiles/index.js +63 -0
- package/dist/SupportedProfiles/index.js.map +1 -0
- package/dist/System/index.d.ts +26 -0
- package/dist/System/index.js +52 -0
- package/dist/System/index.js.map +1 -0
- package/dist/Systems/index.d.ts +44 -0
- package/dist/Systems/index.js +63 -0
- package/dist/Systems/index.js.map +1 -0
- package/dist/SystemsPolicies/index.d.ts +50 -0
- package/dist/SystemsPolicies/index.js +64 -0
- package/dist/SystemsPolicies/index.js.map +1 -0
- package/dist/Tailoring/index.d.ts +32 -0
- package/dist/Tailoring/index.js +53 -0
- package/dist/Tailoring/index.js.map +1 -0
- package/dist/TailoringFile/index.d.ts +32 -0
- package/dist/TailoringFile/index.js +53 -0
- package/dist/TailoringFile/index.js.map +1 -0
- package/dist/TailoringRules/index.d.ts +56 -0
- package/dist/TailoringRules/index.js +65 -0
- package/dist/TailoringRules/index.js.map +1 -0
- package/dist/Tailorings/index.d.ts +50 -0
- package/dist/Tailorings/index.js +64 -0
- package/dist/Tailorings/index.js.map +1 -0
- package/dist/UnassignRule/index.d.ts +38 -0
- package/dist/UnassignRule/index.js +54 -0
- package/dist/UnassignRule/index.js.map +1 -0
- package/dist/UnassignSystem/index.d.ts +32 -0
- package/dist/UnassignSystem/index.js +53 -0
- package/dist/UnassignSystem/index.js.map +1 -0
- package/dist/UpdatePolicy/index.d.ts +33 -0
- package/dist/UpdatePolicy/index.js +54 -0
- package/dist/UpdatePolicy/index.js.map +1 -0
- package/dist/ValueDefinition/index.d.ts +32 -0
- package/dist/ValueDefinition/index.js +53 -0
- package/dist/ValueDefinition/index.js.map +1 -0
- package/dist/ValueDefinitions/index.d.ts +50 -0
- package/dist/ValueDefinitions/index.js +64 -0
- package/dist/ValueDefinitions/index.js.map +1 -0
- package/dist/api.d.ts +4310 -0
- package/dist/api.js +4565 -0
- package/dist/api.js.map +1 -0
- package/dist/base.d.ts +54 -0
- package/dist/base.js +67 -0
- package/dist/base.js.map +1 -0
- package/dist/common.d.ts +65 -0
- package/dist/common.js +207 -0
- package/dist/common.js.map +1 -0
- package/dist/configuration.d.ts +83 -0
- package/dist/configuration.js +45 -0
- package/dist/configuration.js.map +1 -0
- package/dist/index.d.ts +34 -0
- package/dist/index.js +106 -0
- package/dist/index.js.map +1 -0
- package/dist/types/index.d.ts +1103 -0
- package/dist/types/index.js +31 -0
- package/dist/types/index.js.map +1 -0
- package/doc/.nojekyll +1 -0
- package/doc/README.md +69 -0
- package/doc/interfaces/AssignRulesRequest.md +27 -0
- package/doc/interfaces/CreatePolicy201Response.md +27 -0
- package/doc/interfaces/CreatePolicy201ResponseData.md +27 -0
- package/doc/interfaces/Errors.md +27 -0
- package/doc/interfaces/Links.md +80 -0
- package/doc/interfaces/Metadata.md +97 -0
- package/doc/interfaces/Policies200Response.md +57 -0
- package/doc/interfaces/Policy.md +195 -0
- package/doc/interfaces/PolicyUpdate.md +63 -0
- package/doc/interfaces/Profile.md +110 -0
- package/doc/interfaces/Profile200Response.md +27 -0
- package/doc/interfaces/Profile200ResponseData.md +27 -0
- package/doc/interfaces/Profiles200Response.md +57 -0
- package/doc/interfaces/Rule.md +161 -0
- package/doc/interfaces/Rule200Response.md +27 -0
- package/doc/interfaces/Rule200ResponseData.md +27 -0
- package/doc/interfaces/RuleGroup.md +127 -0
- package/doc/interfaces/RuleGroup200Response.md +27 -0
- package/doc/interfaces/RuleGroup200ResponseData.md +27 -0
- package/doc/interfaces/RuleGroups200Response.md +57 -0
- package/doc/interfaces/Rules200Response.md +57 -0
- package/doc/interfaces/SecurityGuide.md +127 -0
- package/doc/interfaces/SecurityGuide200Response.md +27 -0
- package/doc/interfaces/SecurityGuide200ResponseData.md +27 -0
- package/doc/interfaces/SecurityGuides200Response.md +57 -0
- package/doc/interfaces/SupportedProfile.md +127 -0
- package/doc/interfaces/SupportedProfiles200Response.md +57 -0
- package/doc/interfaces/System.md +215 -0
- package/doc/interfaces/System200Response.md +27 -0
- package/doc/interfaces/System200ResponseData.md +27 -0
- package/doc/interfaces/Systems200Response.md +57 -0
- package/doc/interfaces/Tailoring.md +110 -0
- package/doc/interfaces/Tailoring200Response.md +27 -0
- package/doc/interfaces/Tailoring200ResponseData.md +27 -0
- package/doc/interfaces/TailoringFile.md +33 -0
- package/doc/interfaces/Tailorings200Response.md +57 -0
- package/doc/interfaces/ValueDefinition.md +127 -0
- package/doc/interfaces/ValueDefinition200Response.md +27 -0
- package/doc/interfaces/ValueDefinition200ResponseData.md +27 -0
- package/doc/interfaces/ValueDefinitions200Response.md +57 -0
- package/doc/modules.md +1306 -0
- package/package.json +30 -0
|
@@ -0,0 +1,1103 @@
|
|
|
1
|
+
/**
|
|
2
|
+
*
|
|
3
|
+
* @export
|
|
4
|
+
* @interface AssignRulesRequest
|
|
5
|
+
*/
|
|
6
|
+
export interface AssignRulesRequest {
|
|
7
|
+
/**
|
|
8
|
+
*
|
|
9
|
+
* @type {any}
|
|
10
|
+
* @memberof AssignRulesRequest
|
|
11
|
+
*/
|
|
12
|
+
'ids'?: any;
|
|
13
|
+
}
|
|
14
|
+
/**
|
|
15
|
+
*
|
|
16
|
+
* @export
|
|
17
|
+
* @interface CreatePolicy201Response
|
|
18
|
+
*/
|
|
19
|
+
export interface CreatePolicy201Response {
|
|
20
|
+
/**
|
|
21
|
+
*
|
|
22
|
+
* @type {CreatePolicy201ResponseData}
|
|
23
|
+
* @memberof CreatePolicy201Response
|
|
24
|
+
*/
|
|
25
|
+
'data'?: CreatePolicy201ResponseData;
|
|
26
|
+
}
|
|
27
|
+
/**
|
|
28
|
+
*
|
|
29
|
+
* @export
|
|
30
|
+
* @interface CreatePolicy201ResponseData
|
|
31
|
+
*/
|
|
32
|
+
export interface CreatePolicy201ResponseData {
|
|
33
|
+
/**
|
|
34
|
+
*
|
|
35
|
+
* @type {Policy}
|
|
36
|
+
* @memberof CreatePolicy201ResponseData
|
|
37
|
+
*/
|
|
38
|
+
'schema'?: Policy;
|
|
39
|
+
}
|
|
40
|
+
/**
|
|
41
|
+
*
|
|
42
|
+
* @export
|
|
43
|
+
* @interface Errors
|
|
44
|
+
*/
|
|
45
|
+
export interface Errors {
|
|
46
|
+
/**
|
|
47
|
+
*
|
|
48
|
+
* @type {any}
|
|
49
|
+
* @memberof Errors
|
|
50
|
+
*/
|
|
51
|
+
'errors': any;
|
|
52
|
+
}
|
|
53
|
+
/**
|
|
54
|
+
*
|
|
55
|
+
* @export
|
|
56
|
+
* @interface Links
|
|
57
|
+
*/
|
|
58
|
+
export interface Links {
|
|
59
|
+
/**
|
|
60
|
+
* Link to first page
|
|
61
|
+
* @type {any}
|
|
62
|
+
* @memberof Links
|
|
63
|
+
*/
|
|
64
|
+
'first'?: any;
|
|
65
|
+
/**
|
|
66
|
+
* Link to last page
|
|
67
|
+
* @type {any}
|
|
68
|
+
* @memberof Links
|
|
69
|
+
*/
|
|
70
|
+
'last'?: any;
|
|
71
|
+
/**
|
|
72
|
+
* Link to previous page
|
|
73
|
+
* @type {any}
|
|
74
|
+
* @memberof Links
|
|
75
|
+
*/
|
|
76
|
+
'previous'?: any;
|
|
77
|
+
/**
|
|
78
|
+
* Link to next page
|
|
79
|
+
* @type {any}
|
|
80
|
+
* @memberof Links
|
|
81
|
+
*/
|
|
82
|
+
'next'?: any;
|
|
83
|
+
}
|
|
84
|
+
/**
|
|
85
|
+
*
|
|
86
|
+
* @export
|
|
87
|
+
* @interface Metadata
|
|
88
|
+
*/
|
|
89
|
+
export interface Metadata {
|
|
90
|
+
/**
|
|
91
|
+
* Total number of items
|
|
92
|
+
* @type {any}
|
|
93
|
+
* @memberof Metadata
|
|
94
|
+
*/
|
|
95
|
+
'total'?: any;
|
|
96
|
+
/**
|
|
97
|
+
* Number of items returned per page
|
|
98
|
+
* @type {any}
|
|
99
|
+
* @memberof Metadata
|
|
100
|
+
*/
|
|
101
|
+
'limit'?: any;
|
|
102
|
+
/**
|
|
103
|
+
* Offset of the first item of paginated response
|
|
104
|
+
* @type {any}
|
|
105
|
+
* @memberof Metadata
|
|
106
|
+
*/
|
|
107
|
+
'offset'?: any;
|
|
108
|
+
/**
|
|
109
|
+
* Attribute and direction the items are sorted by
|
|
110
|
+
* @type {any}
|
|
111
|
+
* @memberof Metadata
|
|
112
|
+
*/
|
|
113
|
+
'sort_by'?: any;
|
|
114
|
+
/**
|
|
115
|
+
* Query string used to filter items by their attributes
|
|
116
|
+
* @type {any}
|
|
117
|
+
* @memberof Metadata
|
|
118
|
+
*/
|
|
119
|
+
'filter'?: any;
|
|
120
|
+
}
|
|
121
|
+
/**
|
|
122
|
+
*
|
|
123
|
+
* @export
|
|
124
|
+
* @interface Policies200Response
|
|
125
|
+
*/
|
|
126
|
+
export interface Policies200Response {
|
|
127
|
+
/**
|
|
128
|
+
*
|
|
129
|
+
* @type {Metadata}
|
|
130
|
+
* @memberof Policies200Response
|
|
131
|
+
*/
|
|
132
|
+
'meta'?: Metadata;
|
|
133
|
+
/**
|
|
134
|
+
*
|
|
135
|
+
* @type {Links}
|
|
136
|
+
* @memberof Policies200Response
|
|
137
|
+
*/
|
|
138
|
+
'links'?: Links;
|
|
139
|
+
/**
|
|
140
|
+
*
|
|
141
|
+
* @type {any}
|
|
142
|
+
* @memberof Policies200Response
|
|
143
|
+
*/
|
|
144
|
+
'data'?: any;
|
|
145
|
+
}
|
|
146
|
+
/**
|
|
147
|
+
*
|
|
148
|
+
* @export
|
|
149
|
+
* @interface Policy
|
|
150
|
+
*/
|
|
151
|
+
export interface Policy {
|
|
152
|
+
/**
|
|
153
|
+
*
|
|
154
|
+
* @type {any}
|
|
155
|
+
* @memberof Policy
|
|
156
|
+
*/
|
|
157
|
+
'id'?: any;
|
|
158
|
+
/**
|
|
159
|
+
*
|
|
160
|
+
* @type {any}
|
|
161
|
+
* @memberof Policy
|
|
162
|
+
*/
|
|
163
|
+
'type'?: PolicyTypeEnum;
|
|
164
|
+
/**
|
|
165
|
+
* Short title of the Policy
|
|
166
|
+
* @type {any}
|
|
167
|
+
* @memberof Policy
|
|
168
|
+
*/
|
|
169
|
+
'title'?: any;
|
|
170
|
+
/**
|
|
171
|
+
* Longer description of the Policy
|
|
172
|
+
* @type {any}
|
|
173
|
+
* @memberof Policy
|
|
174
|
+
*/
|
|
175
|
+
'description'?: any;
|
|
176
|
+
/**
|
|
177
|
+
* The Business Objective associated to the Policy
|
|
178
|
+
* @type {any}
|
|
179
|
+
* @memberof Policy
|
|
180
|
+
*/
|
|
181
|
+
'business_objective'?: any;
|
|
182
|
+
/**
|
|
183
|
+
* The percentage above which the Policy meets compliance requirements
|
|
184
|
+
* @type {any}
|
|
185
|
+
* @memberof Policy
|
|
186
|
+
*/
|
|
187
|
+
'compliance_threshold': any;
|
|
188
|
+
/**
|
|
189
|
+
* Identifier of the underlying Profile
|
|
190
|
+
* @type {any}
|
|
191
|
+
* @memberof Policy
|
|
192
|
+
*/
|
|
193
|
+
'profile_id': any;
|
|
194
|
+
/**
|
|
195
|
+
* Major version of the Operating System that the Policy covers
|
|
196
|
+
* @type {any}
|
|
197
|
+
* @memberof Policy
|
|
198
|
+
*/
|
|
199
|
+
'os_major_version'?: any;
|
|
200
|
+
/**
|
|
201
|
+
* Identificator of the Profile
|
|
202
|
+
* @type {any}
|
|
203
|
+
* @memberof Policy
|
|
204
|
+
*/
|
|
205
|
+
'ref_id'?: any;
|
|
206
|
+
/**
|
|
207
|
+
* Title of the associated Policy
|
|
208
|
+
* @type {any}
|
|
209
|
+
* @memberof Policy
|
|
210
|
+
*/
|
|
211
|
+
'profile_title'?: any;
|
|
212
|
+
/**
|
|
213
|
+
* The number of Systems assigned to this Policy
|
|
214
|
+
* @type {any}
|
|
215
|
+
* @memberof Policy
|
|
216
|
+
*/
|
|
217
|
+
'total_system_count'?: any;
|
|
218
|
+
}
|
|
219
|
+
export declare const PolicyTypeEnum: {
|
|
220
|
+
readonly Policy: "policy";
|
|
221
|
+
};
|
|
222
|
+
export type PolicyTypeEnum = typeof PolicyTypeEnum[keyof typeof PolicyTypeEnum];
|
|
223
|
+
/**
|
|
224
|
+
*
|
|
225
|
+
* @export
|
|
226
|
+
* @interface PolicyUpdate
|
|
227
|
+
*/
|
|
228
|
+
export interface PolicyUpdate {
|
|
229
|
+
/**
|
|
230
|
+
* Longer description of the Policy
|
|
231
|
+
* @type {any}
|
|
232
|
+
* @memberof PolicyUpdate
|
|
233
|
+
*/
|
|
234
|
+
'description'?: any;
|
|
235
|
+
/**
|
|
236
|
+
* The Business Objective associated to the Policy
|
|
237
|
+
* @type {any}
|
|
238
|
+
* @memberof PolicyUpdate
|
|
239
|
+
*/
|
|
240
|
+
'business_objective'?: any;
|
|
241
|
+
/**
|
|
242
|
+
* The percentage above which the Policy meets compliance requirements
|
|
243
|
+
* @type {any}
|
|
244
|
+
* @memberof PolicyUpdate
|
|
245
|
+
*/
|
|
246
|
+
'compliance_threshold'?: any;
|
|
247
|
+
}
|
|
248
|
+
/**
|
|
249
|
+
*
|
|
250
|
+
* @export
|
|
251
|
+
* @interface Profile
|
|
252
|
+
*/
|
|
253
|
+
export interface Profile {
|
|
254
|
+
/**
|
|
255
|
+
*
|
|
256
|
+
* @type {any}
|
|
257
|
+
* @memberof Profile
|
|
258
|
+
*/
|
|
259
|
+
'id'?: any;
|
|
260
|
+
/**
|
|
261
|
+
*
|
|
262
|
+
* @type {any}
|
|
263
|
+
* @memberof Profile
|
|
264
|
+
*/
|
|
265
|
+
'type'?: ProfileTypeEnum;
|
|
266
|
+
/**
|
|
267
|
+
* Identificator of the Profile
|
|
268
|
+
* @type {any}
|
|
269
|
+
* @memberof Profile
|
|
270
|
+
*/
|
|
271
|
+
'ref_id'?: any;
|
|
272
|
+
/**
|
|
273
|
+
* Short title of the Profile
|
|
274
|
+
* @type {any}
|
|
275
|
+
* @memberof Profile
|
|
276
|
+
*/
|
|
277
|
+
'title'?: any;
|
|
278
|
+
/**
|
|
279
|
+
* Longer description of the Profile
|
|
280
|
+
* @type {any}
|
|
281
|
+
* @memberof Profile
|
|
282
|
+
*/
|
|
283
|
+
'description'?: any;
|
|
284
|
+
/**
|
|
285
|
+
* Pair of keys and values for Value Definition customizations
|
|
286
|
+
* @type {any}
|
|
287
|
+
* @memberof Profile
|
|
288
|
+
*/
|
|
289
|
+
'value_overrides'?: any;
|
|
290
|
+
}
|
|
291
|
+
export declare const ProfileTypeEnum: {
|
|
292
|
+
readonly Profile: "profile";
|
|
293
|
+
};
|
|
294
|
+
export type ProfileTypeEnum = typeof ProfileTypeEnum[keyof typeof ProfileTypeEnum];
|
|
295
|
+
/**
|
|
296
|
+
*
|
|
297
|
+
* @export
|
|
298
|
+
* @interface Profile200Response
|
|
299
|
+
*/
|
|
300
|
+
export interface Profile200Response {
|
|
301
|
+
/**
|
|
302
|
+
*
|
|
303
|
+
* @type {Profile200ResponseData}
|
|
304
|
+
* @memberof Profile200Response
|
|
305
|
+
*/
|
|
306
|
+
'data'?: Profile200ResponseData;
|
|
307
|
+
}
|
|
308
|
+
/**
|
|
309
|
+
*
|
|
310
|
+
* @export
|
|
311
|
+
* @interface Profile200ResponseData
|
|
312
|
+
*/
|
|
313
|
+
export interface Profile200ResponseData {
|
|
314
|
+
/**
|
|
315
|
+
*
|
|
316
|
+
* @type {Profile}
|
|
317
|
+
* @memberof Profile200ResponseData
|
|
318
|
+
*/
|
|
319
|
+
'schema'?: Profile;
|
|
320
|
+
}
|
|
321
|
+
/**
|
|
322
|
+
*
|
|
323
|
+
* @export
|
|
324
|
+
* @interface Profiles200Response
|
|
325
|
+
*/
|
|
326
|
+
export interface Profiles200Response {
|
|
327
|
+
/**
|
|
328
|
+
*
|
|
329
|
+
* @type {Metadata}
|
|
330
|
+
* @memberof Profiles200Response
|
|
331
|
+
*/
|
|
332
|
+
'meta'?: Metadata;
|
|
333
|
+
/**
|
|
334
|
+
*
|
|
335
|
+
* @type {Links}
|
|
336
|
+
* @memberof Profiles200Response
|
|
337
|
+
*/
|
|
338
|
+
'links'?: Links;
|
|
339
|
+
/**
|
|
340
|
+
*
|
|
341
|
+
* @type {any}
|
|
342
|
+
* @memberof Profiles200Response
|
|
343
|
+
*/
|
|
344
|
+
'data'?: any;
|
|
345
|
+
}
|
|
346
|
+
/**
|
|
347
|
+
*
|
|
348
|
+
* @export
|
|
349
|
+
* @interface Rule
|
|
350
|
+
*/
|
|
351
|
+
export interface Rule {
|
|
352
|
+
/**
|
|
353
|
+
*
|
|
354
|
+
* @type {any}
|
|
355
|
+
* @memberof Rule
|
|
356
|
+
*/
|
|
357
|
+
'id'?: any;
|
|
358
|
+
/**
|
|
359
|
+
*
|
|
360
|
+
* @type {any}
|
|
361
|
+
* @memberof Rule
|
|
362
|
+
*/
|
|
363
|
+
'type'?: RuleTypeEnum;
|
|
364
|
+
/**
|
|
365
|
+
* Identificator of the Rule
|
|
366
|
+
* @type {any}
|
|
367
|
+
* @memberof Rule
|
|
368
|
+
*/
|
|
369
|
+
'ref_id'?: any;
|
|
370
|
+
/**
|
|
371
|
+
* Short title of the Rule
|
|
372
|
+
* @type {any}
|
|
373
|
+
* @memberof Rule
|
|
374
|
+
*/
|
|
375
|
+
'title'?: any;
|
|
376
|
+
/**
|
|
377
|
+
* Rationale of the Rule
|
|
378
|
+
* @type {any}
|
|
379
|
+
* @memberof Rule
|
|
380
|
+
*/
|
|
381
|
+
'rationale'?: any;
|
|
382
|
+
/**
|
|
383
|
+
* Longer description of the Rule
|
|
384
|
+
* @type {any}
|
|
385
|
+
* @memberof Rule
|
|
386
|
+
*/
|
|
387
|
+
'description'?: any;
|
|
388
|
+
/**
|
|
389
|
+
* The original sorting precedence of the Rule in the Security Guide
|
|
390
|
+
* @type {any}
|
|
391
|
+
* @memberof Rule
|
|
392
|
+
*/
|
|
393
|
+
'precedence'?: any;
|
|
394
|
+
/**
|
|
395
|
+
* The severity of the Rule
|
|
396
|
+
* @type {any}
|
|
397
|
+
* @memberof Rule
|
|
398
|
+
*/
|
|
399
|
+
'severity'?: any;
|
|
400
|
+
/**
|
|
401
|
+
* The idenfitier of the remediation associated to this rule, only available under profiles.
|
|
402
|
+
* @type {any}
|
|
403
|
+
* @memberof Rule
|
|
404
|
+
*/
|
|
405
|
+
'remediation_issue_id'?: any;
|
|
406
|
+
}
|
|
407
|
+
export declare const RuleTypeEnum: {
|
|
408
|
+
readonly Rule: "rule";
|
|
409
|
+
};
|
|
410
|
+
export type RuleTypeEnum = typeof RuleTypeEnum[keyof typeof RuleTypeEnum];
|
|
411
|
+
/**
|
|
412
|
+
*
|
|
413
|
+
* @export
|
|
414
|
+
* @interface Rule200Response
|
|
415
|
+
*/
|
|
416
|
+
export interface Rule200Response {
|
|
417
|
+
/**
|
|
418
|
+
*
|
|
419
|
+
* @type {Rule200ResponseData}
|
|
420
|
+
* @memberof Rule200Response
|
|
421
|
+
*/
|
|
422
|
+
'data'?: Rule200ResponseData;
|
|
423
|
+
}
|
|
424
|
+
/**
|
|
425
|
+
*
|
|
426
|
+
* @export
|
|
427
|
+
* @interface Rule200ResponseData
|
|
428
|
+
*/
|
|
429
|
+
export interface Rule200ResponseData {
|
|
430
|
+
/**
|
|
431
|
+
*
|
|
432
|
+
* @type {Rule}
|
|
433
|
+
* @memberof Rule200ResponseData
|
|
434
|
+
*/
|
|
435
|
+
'schema'?: Rule;
|
|
436
|
+
}
|
|
437
|
+
/**
|
|
438
|
+
*
|
|
439
|
+
* @export
|
|
440
|
+
* @interface RuleGroup
|
|
441
|
+
*/
|
|
442
|
+
export interface RuleGroup {
|
|
443
|
+
/**
|
|
444
|
+
*
|
|
445
|
+
* @type {any}
|
|
446
|
+
* @memberof RuleGroup
|
|
447
|
+
*/
|
|
448
|
+
'id'?: any;
|
|
449
|
+
/**
|
|
450
|
+
*
|
|
451
|
+
* @type {any}
|
|
452
|
+
* @memberof RuleGroup
|
|
453
|
+
*/
|
|
454
|
+
'type'?: RuleGroupTypeEnum;
|
|
455
|
+
/**
|
|
456
|
+
* Identificator of the Rule Group
|
|
457
|
+
* @type {any}
|
|
458
|
+
* @memberof RuleGroup
|
|
459
|
+
*/
|
|
460
|
+
'ref_id'?: any;
|
|
461
|
+
/**
|
|
462
|
+
* Short title of the Rule Group
|
|
463
|
+
* @type {any}
|
|
464
|
+
* @memberof RuleGroup
|
|
465
|
+
*/
|
|
466
|
+
'title'?: any;
|
|
467
|
+
/**
|
|
468
|
+
* Rationale of the Rule Group
|
|
469
|
+
* @type {any}
|
|
470
|
+
* @memberof RuleGroup
|
|
471
|
+
*/
|
|
472
|
+
'rationale'?: any;
|
|
473
|
+
/**
|
|
474
|
+
* Longer description of the Rule Group
|
|
475
|
+
* @type {any}
|
|
476
|
+
* @memberof RuleGroup
|
|
477
|
+
*/
|
|
478
|
+
'description'?: any;
|
|
479
|
+
/**
|
|
480
|
+
* The original sorting precedence of the Rule Group in the Security Guide
|
|
481
|
+
* @type {any}
|
|
482
|
+
* @memberof RuleGroup
|
|
483
|
+
*/
|
|
484
|
+
'precedence'?: any;
|
|
485
|
+
}
|
|
486
|
+
export declare const RuleGroupTypeEnum: {
|
|
487
|
+
readonly RuleGroup: "rule_group";
|
|
488
|
+
};
|
|
489
|
+
export type RuleGroupTypeEnum = typeof RuleGroupTypeEnum[keyof typeof RuleGroupTypeEnum];
|
|
490
|
+
/**
|
|
491
|
+
*
|
|
492
|
+
* @export
|
|
493
|
+
* @interface RuleGroup200Response
|
|
494
|
+
*/
|
|
495
|
+
export interface RuleGroup200Response {
|
|
496
|
+
/**
|
|
497
|
+
*
|
|
498
|
+
* @type {RuleGroup200ResponseData}
|
|
499
|
+
* @memberof RuleGroup200Response
|
|
500
|
+
*/
|
|
501
|
+
'data'?: RuleGroup200ResponseData;
|
|
502
|
+
}
|
|
503
|
+
/**
|
|
504
|
+
*
|
|
505
|
+
* @export
|
|
506
|
+
* @interface RuleGroup200ResponseData
|
|
507
|
+
*/
|
|
508
|
+
export interface RuleGroup200ResponseData {
|
|
509
|
+
/**
|
|
510
|
+
*
|
|
511
|
+
* @type {RuleGroup}
|
|
512
|
+
* @memberof RuleGroup200ResponseData
|
|
513
|
+
*/
|
|
514
|
+
'schema'?: RuleGroup;
|
|
515
|
+
}
|
|
516
|
+
/**
|
|
517
|
+
*
|
|
518
|
+
* @export
|
|
519
|
+
* @interface RuleGroups200Response
|
|
520
|
+
*/
|
|
521
|
+
export interface RuleGroups200Response {
|
|
522
|
+
/**
|
|
523
|
+
*
|
|
524
|
+
* @type {Metadata}
|
|
525
|
+
* @memberof RuleGroups200Response
|
|
526
|
+
*/
|
|
527
|
+
'meta'?: Metadata;
|
|
528
|
+
/**
|
|
529
|
+
*
|
|
530
|
+
* @type {Links}
|
|
531
|
+
* @memberof RuleGroups200Response
|
|
532
|
+
*/
|
|
533
|
+
'links'?: Links;
|
|
534
|
+
/**
|
|
535
|
+
*
|
|
536
|
+
* @type {any}
|
|
537
|
+
* @memberof RuleGroups200Response
|
|
538
|
+
*/
|
|
539
|
+
'data'?: any;
|
|
540
|
+
}
|
|
541
|
+
/**
|
|
542
|
+
*
|
|
543
|
+
* @export
|
|
544
|
+
* @interface Rules200Response
|
|
545
|
+
*/
|
|
546
|
+
export interface Rules200Response {
|
|
547
|
+
/**
|
|
548
|
+
*
|
|
549
|
+
* @type {Metadata}
|
|
550
|
+
* @memberof Rules200Response
|
|
551
|
+
*/
|
|
552
|
+
'meta'?: Metadata;
|
|
553
|
+
/**
|
|
554
|
+
*
|
|
555
|
+
* @type {Links}
|
|
556
|
+
* @memberof Rules200Response
|
|
557
|
+
*/
|
|
558
|
+
'links'?: Links;
|
|
559
|
+
/**
|
|
560
|
+
*
|
|
561
|
+
* @type {any}
|
|
562
|
+
* @memberof Rules200Response
|
|
563
|
+
*/
|
|
564
|
+
'data'?: any;
|
|
565
|
+
}
|
|
566
|
+
/**
|
|
567
|
+
*
|
|
568
|
+
* @export
|
|
569
|
+
* @interface SecurityGuide
|
|
570
|
+
*/
|
|
571
|
+
export interface SecurityGuide {
|
|
572
|
+
/**
|
|
573
|
+
*
|
|
574
|
+
* @type {any}
|
|
575
|
+
* @memberof SecurityGuide
|
|
576
|
+
*/
|
|
577
|
+
'id'?: any;
|
|
578
|
+
/**
|
|
579
|
+
*
|
|
580
|
+
* @type {any}
|
|
581
|
+
* @memberof SecurityGuide
|
|
582
|
+
*/
|
|
583
|
+
'type'?: SecurityGuideTypeEnum;
|
|
584
|
+
/**
|
|
585
|
+
* Identificator of the Security Guide
|
|
586
|
+
* @type {any}
|
|
587
|
+
* @memberof SecurityGuide
|
|
588
|
+
*/
|
|
589
|
+
'ref_id'?: any;
|
|
590
|
+
/**
|
|
591
|
+
* Short title of the Security Guide
|
|
592
|
+
* @type {any}
|
|
593
|
+
* @memberof SecurityGuide
|
|
594
|
+
*/
|
|
595
|
+
'title'?: any;
|
|
596
|
+
/**
|
|
597
|
+
* Version of the Security Guide
|
|
598
|
+
* @type {any}
|
|
599
|
+
* @memberof SecurityGuide
|
|
600
|
+
*/
|
|
601
|
+
'version'?: any;
|
|
602
|
+
/**
|
|
603
|
+
* Longer description of the Security Guide
|
|
604
|
+
* @type {any}
|
|
605
|
+
* @memberof SecurityGuide
|
|
606
|
+
*/
|
|
607
|
+
'description'?: any;
|
|
608
|
+
/**
|
|
609
|
+
* Major version of the Operating System that the Security Guide covers
|
|
610
|
+
* @type {any}
|
|
611
|
+
* @memberof SecurityGuide
|
|
612
|
+
*/
|
|
613
|
+
'os_major_version'?: any;
|
|
614
|
+
}
|
|
615
|
+
export declare const SecurityGuideTypeEnum: {
|
|
616
|
+
readonly SecurityGuide: "security_guide";
|
|
617
|
+
};
|
|
618
|
+
export type SecurityGuideTypeEnum = typeof SecurityGuideTypeEnum[keyof typeof SecurityGuideTypeEnum];
|
|
619
|
+
/**
|
|
620
|
+
*
|
|
621
|
+
* @export
|
|
622
|
+
* @interface SecurityGuide200Response
|
|
623
|
+
*/
|
|
624
|
+
export interface SecurityGuide200Response {
|
|
625
|
+
/**
|
|
626
|
+
*
|
|
627
|
+
* @type {SecurityGuide200ResponseData}
|
|
628
|
+
* @memberof SecurityGuide200Response
|
|
629
|
+
*/
|
|
630
|
+
'data'?: SecurityGuide200ResponseData;
|
|
631
|
+
}
|
|
632
|
+
/**
|
|
633
|
+
*
|
|
634
|
+
* @export
|
|
635
|
+
* @interface SecurityGuide200ResponseData
|
|
636
|
+
*/
|
|
637
|
+
export interface SecurityGuide200ResponseData {
|
|
638
|
+
/**
|
|
639
|
+
*
|
|
640
|
+
* @type {SecurityGuide}
|
|
641
|
+
* @memberof SecurityGuide200ResponseData
|
|
642
|
+
*/
|
|
643
|
+
'schema'?: SecurityGuide;
|
|
644
|
+
}
|
|
645
|
+
/**
|
|
646
|
+
*
|
|
647
|
+
* @export
|
|
648
|
+
* @interface SecurityGuides200Response
|
|
649
|
+
*/
|
|
650
|
+
export interface SecurityGuides200Response {
|
|
651
|
+
/**
|
|
652
|
+
*
|
|
653
|
+
* @type {Metadata}
|
|
654
|
+
* @memberof SecurityGuides200Response
|
|
655
|
+
*/
|
|
656
|
+
'meta'?: Metadata;
|
|
657
|
+
/**
|
|
658
|
+
*
|
|
659
|
+
* @type {Links}
|
|
660
|
+
* @memberof SecurityGuides200Response
|
|
661
|
+
*/
|
|
662
|
+
'links'?: Links;
|
|
663
|
+
/**
|
|
664
|
+
*
|
|
665
|
+
* @type {any}
|
|
666
|
+
* @memberof SecurityGuides200Response
|
|
667
|
+
*/
|
|
668
|
+
'data'?: any;
|
|
669
|
+
}
|
|
670
|
+
/**
|
|
671
|
+
*
|
|
672
|
+
* @export
|
|
673
|
+
* @interface SupportedProfile
|
|
674
|
+
*/
|
|
675
|
+
export interface SupportedProfile {
|
|
676
|
+
/**
|
|
677
|
+
*
|
|
678
|
+
* @type {any}
|
|
679
|
+
* @memberof SupportedProfile
|
|
680
|
+
*/
|
|
681
|
+
'id'?: any;
|
|
682
|
+
/**
|
|
683
|
+
*
|
|
684
|
+
* @type {any}
|
|
685
|
+
* @memberof SupportedProfile
|
|
686
|
+
*/
|
|
687
|
+
'type'?: SupportedProfileTypeEnum;
|
|
688
|
+
/**
|
|
689
|
+
* Identificator of the Profile
|
|
690
|
+
* @type {any}
|
|
691
|
+
* @memberof SupportedProfile
|
|
692
|
+
*/
|
|
693
|
+
'ref_id'?: any;
|
|
694
|
+
/**
|
|
695
|
+
* Short title of the Profile
|
|
696
|
+
* @type {any}
|
|
697
|
+
* @memberof SupportedProfile
|
|
698
|
+
*/
|
|
699
|
+
'title'?: any;
|
|
700
|
+
/**
|
|
701
|
+
* Version of the latest Security Guide supporting this Profile
|
|
702
|
+
* @type {any}
|
|
703
|
+
* @memberof SupportedProfile
|
|
704
|
+
*/
|
|
705
|
+
'security_guide_version'?: any;
|
|
706
|
+
/**
|
|
707
|
+
* Major version of the Operating System that the Profile covers
|
|
708
|
+
* @type {any}
|
|
709
|
+
* @memberof SupportedProfile
|
|
710
|
+
*/
|
|
711
|
+
'os_major_version'?: any;
|
|
712
|
+
/**
|
|
713
|
+
* List of the supported Operating System minor versions that the Profile covers
|
|
714
|
+
* @type {any}
|
|
715
|
+
* @memberof SupportedProfile
|
|
716
|
+
*/
|
|
717
|
+
'os_minor_versions'?: any;
|
|
718
|
+
}
|
|
719
|
+
export declare const SupportedProfileTypeEnum: {
|
|
720
|
+
readonly SupportedProfile: "supported_profile";
|
|
721
|
+
};
|
|
722
|
+
export type SupportedProfileTypeEnum = typeof SupportedProfileTypeEnum[keyof typeof SupportedProfileTypeEnum];
|
|
723
|
+
/**
|
|
724
|
+
*
|
|
725
|
+
* @export
|
|
726
|
+
* @interface SupportedProfiles200Response
|
|
727
|
+
*/
|
|
728
|
+
export interface SupportedProfiles200Response {
|
|
729
|
+
/**
|
|
730
|
+
*
|
|
731
|
+
* @type {Metadata}
|
|
732
|
+
* @memberof SupportedProfiles200Response
|
|
733
|
+
*/
|
|
734
|
+
'meta'?: Metadata;
|
|
735
|
+
/**
|
|
736
|
+
*
|
|
737
|
+
* @type {Links}
|
|
738
|
+
* @memberof SupportedProfiles200Response
|
|
739
|
+
*/
|
|
740
|
+
'links'?: Links;
|
|
741
|
+
/**
|
|
742
|
+
*
|
|
743
|
+
* @type {any}
|
|
744
|
+
* @memberof SupportedProfiles200Response
|
|
745
|
+
*/
|
|
746
|
+
'data'?: any;
|
|
747
|
+
}
|
|
748
|
+
/**
|
|
749
|
+
*
|
|
750
|
+
* @export
|
|
751
|
+
* @interface System
|
|
752
|
+
*/
|
|
753
|
+
export interface System {
|
|
754
|
+
/**
|
|
755
|
+
*
|
|
756
|
+
* @type {any}
|
|
757
|
+
* @memberof System
|
|
758
|
+
*/
|
|
759
|
+
'id'?: any;
|
|
760
|
+
/**
|
|
761
|
+
*
|
|
762
|
+
* @type {any}
|
|
763
|
+
* @memberof System
|
|
764
|
+
*/
|
|
765
|
+
'type'?: SystemTypeEnum;
|
|
766
|
+
/**
|
|
767
|
+
* Display Name of the System
|
|
768
|
+
* @type {any}
|
|
769
|
+
* @memberof System
|
|
770
|
+
*/
|
|
771
|
+
'display_name'?: any;
|
|
772
|
+
/**
|
|
773
|
+
*
|
|
774
|
+
* @type {any}
|
|
775
|
+
* @memberof System
|
|
776
|
+
*/
|
|
777
|
+
'groups'?: any;
|
|
778
|
+
/**
|
|
779
|
+
*
|
|
780
|
+
* @type {any}
|
|
781
|
+
* @memberof System
|
|
782
|
+
*/
|
|
783
|
+
'culled_timestamp'?: any;
|
|
784
|
+
/**
|
|
785
|
+
*
|
|
786
|
+
* @type {any}
|
|
787
|
+
* @memberof System
|
|
788
|
+
*/
|
|
789
|
+
'stale_timestamp'?: any;
|
|
790
|
+
/**
|
|
791
|
+
*
|
|
792
|
+
* @type {any}
|
|
793
|
+
* @memberof System
|
|
794
|
+
*/
|
|
795
|
+
'stale_warning_timestamp'?: any;
|
|
796
|
+
/**
|
|
797
|
+
*
|
|
798
|
+
* @type {any}
|
|
799
|
+
* @memberof System
|
|
800
|
+
*/
|
|
801
|
+
'updated'?: any;
|
|
802
|
+
/**
|
|
803
|
+
*
|
|
804
|
+
* @type {any}
|
|
805
|
+
* @memberof System
|
|
806
|
+
*/
|
|
807
|
+
'insights_id'?: any;
|
|
808
|
+
/**
|
|
809
|
+
*
|
|
810
|
+
* @type {any}
|
|
811
|
+
* @memberof System
|
|
812
|
+
*/
|
|
813
|
+
'tags'?: any;
|
|
814
|
+
/**
|
|
815
|
+
* Major version of the Operating System
|
|
816
|
+
* @type {any}
|
|
817
|
+
* @memberof System
|
|
818
|
+
*/
|
|
819
|
+
'os_major_version'?: any;
|
|
820
|
+
/**
|
|
821
|
+
* Minor version of the Operating System
|
|
822
|
+
* @type {any}
|
|
823
|
+
* @memberof System
|
|
824
|
+
*/
|
|
825
|
+
'os_minor_version'?: any;
|
|
826
|
+
/**
|
|
827
|
+
* List of Policies assigned to the System, visible only when not listing Systems under a given Policy
|
|
828
|
+
* @type {any}
|
|
829
|
+
* @memberof System
|
|
830
|
+
*/
|
|
831
|
+
'policies'?: any;
|
|
832
|
+
}
|
|
833
|
+
export declare const SystemTypeEnum: {
|
|
834
|
+
readonly System: "system";
|
|
835
|
+
};
|
|
836
|
+
export type SystemTypeEnum = typeof SystemTypeEnum[keyof typeof SystemTypeEnum];
|
|
837
|
+
/**
|
|
838
|
+
*
|
|
839
|
+
* @export
|
|
840
|
+
* @interface System200Response
|
|
841
|
+
*/
|
|
842
|
+
export interface System200Response {
|
|
843
|
+
/**
|
|
844
|
+
*
|
|
845
|
+
* @type {System200ResponseData}
|
|
846
|
+
* @memberof System200Response
|
|
847
|
+
*/
|
|
848
|
+
'data'?: System200ResponseData;
|
|
849
|
+
}
|
|
850
|
+
/**
|
|
851
|
+
*
|
|
852
|
+
* @export
|
|
853
|
+
* @interface System200ResponseData
|
|
854
|
+
*/
|
|
855
|
+
export interface System200ResponseData {
|
|
856
|
+
/**
|
|
857
|
+
*
|
|
858
|
+
* @type {System}
|
|
859
|
+
* @memberof System200ResponseData
|
|
860
|
+
*/
|
|
861
|
+
'schema'?: System;
|
|
862
|
+
}
|
|
863
|
+
/**
|
|
864
|
+
*
|
|
865
|
+
* @export
|
|
866
|
+
* @interface Systems200Response
|
|
867
|
+
*/
|
|
868
|
+
export interface Systems200Response {
|
|
869
|
+
/**
|
|
870
|
+
*
|
|
871
|
+
* @type {Metadata}
|
|
872
|
+
* @memberof Systems200Response
|
|
873
|
+
*/
|
|
874
|
+
'meta'?: Metadata;
|
|
875
|
+
/**
|
|
876
|
+
*
|
|
877
|
+
* @type {Links}
|
|
878
|
+
* @memberof Systems200Response
|
|
879
|
+
*/
|
|
880
|
+
'links'?: Links;
|
|
881
|
+
/**
|
|
882
|
+
*
|
|
883
|
+
* @type {any}
|
|
884
|
+
* @memberof Systems200Response
|
|
885
|
+
*/
|
|
886
|
+
'data'?: any;
|
|
887
|
+
}
|
|
888
|
+
/**
|
|
889
|
+
*
|
|
890
|
+
* @export
|
|
891
|
+
* @interface Tailoring
|
|
892
|
+
*/
|
|
893
|
+
export interface Tailoring {
|
|
894
|
+
/**
|
|
895
|
+
*
|
|
896
|
+
* @type {any}
|
|
897
|
+
* @memberof Tailoring
|
|
898
|
+
*/
|
|
899
|
+
'id'?: any;
|
|
900
|
+
/**
|
|
901
|
+
*
|
|
902
|
+
* @type {any}
|
|
903
|
+
* @memberof Tailoring
|
|
904
|
+
*/
|
|
905
|
+
'type'?: TailoringTypeEnum;
|
|
906
|
+
/**
|
|
907
|
+
* Identificator of the Profile from which the Tailoring was cloned
|
|
908
|
+
* @type {any}
|
|
909
|
+
* @memberof Tailoring
|
|
910
|
+
*/
|
|
911
|
+
'profile_id'?: any;
|
|
912
|
+
/**
|
|
913
|
+
* Major version of the Operating System that the Tailoring covers
|
|
914
|
+
* @type {any}
|
|
915
|
+
* @memberof Tailoring
|
|
916
|
+
*/
|
|
917
|
+
'os_major_version'?: any;
|
|
918
|
+
/**
|
|
919
|
+
* Minor version of the Operating System that the Tailoring covers
|
|
920
|
+
* @type {any}
|
|
921
|
+
* @memberof Tailoring
|
|
922
|
+
*/
|
|
923
|
+
'os_minor_version'?: any;
|
|
924
|
+
/**
|
|
925
|
+
* Pair of keys and values for Value Definition customizations
|
|
926
|
+
* @type {any}
|
|
927
|
+
* @memberof Tailoring
|
|
928
|
+
*/
|
|
929
|
+
'value_overrides'?: any;
|
|
930
|
+
}
|
|
931
|
+
export declare const TailoringTypeEnum: {
|
|
932
|
+
readonly Tailoring: "tailoring";
|
|
933
|
+
};
|
|
934
|
+
export type TailoringTypeEnum = typeof TailoringTypeEnum[keyof typeof TailoringTypeEnum];
|
|
935
|
+
/**
|
|
936
|
+
*
|
|
937
|
+
* @export
|
|
938
|
+
* @interface Tailoring200Response
|
|
939
|
+
*/
|
|
940
|
+
export interface Tailoring200Response {
|
|
941
|
+
/**
|
|
942
|
+
*
|
|
943
|
+
* @type {Tailoring200ResponseData}
|
|
944
|
+
* @memberof Tailoring200Response
|
|
945
|
+
*/
|
|
946
|
+
'data'?: Tailoring200ResponseData;
|
|
947
|
+
}
|
|
948
|
+
/**
|
|
949
|
+
*
|
|
950
|
+
* @export
|
|
951
|
+
* @interface Tailoring200ResponseData
|
|
952
|
+
*/
|
|
953
|
+
export interface Tailoring200ResponseData {
|
|
954
|
+
/**
|
|
955
|
+
*
|
|
956
|
+
* @type {Tailoring}
|
|
957
|
+
* @memberof Tailoring200ResponseData
|
|
958
|
+
*/
|
|
959
|
+
'schema'?: Tailoring;
|
|
960
|
+
}
|
|
961
|
+
/**
|
|
962
|
+
* Defines customizations of rules and variables for a set of profiles
|
|
963
|
+
* @export
|
|
964
|
+
* @interface TailoringFile
|
|
965
|
+
*/
|
|
966
|
+
export interface TailoringFile {
|
|
967
|
+
[key: string]: any;
|
|
968
|
+
/**
|
|
969
|
+
*
|
|
970
|
+
* @type {any}
|
|
971
|
+
* @memberof TailoringFile
|
|
972
|
+
*/
|
|
973
|
+
'profiles'?: any;
|
|
974
|
+
}
|
|
975
|
+
/**
|
|
976
|
+
*
|
|
977
|
+
* @export
|
|
978
|
+
* @interface Tailorings200Response
|
|
979
|
+
*/
|
|
980
|
+
export interface Tailorings200Response {
|
|
981
|
+
/**
|
|
982
|
+
*
|
|
983
|
+
* @type {Metadata}
|
|
984
|
+
* @memberof Tailorings200Response
|
|
985
|
+
*/
|
|
986
|
+
'meta'?: Metadata;
|
|
987
|
+
/**
|
|
988
|
+
*
|
|
989
|
+
* @type {Links}
|
|
990
|
+
* @memberof Tailorings200Response
|
|
991
|
+
*/
|
|
992
|
+
'links'?: Links;
|
|
993
|
+
/**
|
|
994
|
+
*
|
|
995
|
+
* @type {any}
|
|
996
|
+
* @memberof Tailorings200Response
|
|
997
|
+
*/
|
|
998
|
+
'data'?: any;
|
|
999
|
+
}
|
|
1000
|
+
/**
|
|
1001
|
+
*
|
|
1002
|
+
* @export
|
|
1003
|
+
* @interface ValueDefinition
|
|
1004
|
+
*/
|
|
1005
|
+
export interface ValueDefinition {
|
|
1006
|
+
/**
|
|
1007
|
+
*
|
|
1008
|
+
* @type {any}
|
|
1009
|
+
* @memberof ValueDefinition
|
|
1010
|
+
*/
|
|
1011
|
+
'id'?: any;
|
|
1012
|
+
/**
|
|
1013
|
+
*
|
|
1014
|
+
* @type {any}
|
|
1015
|
+
* @memberof ValueDefinition
|
|
1016
|
+
*/
|
|
1017
|
+
'type'?: ValueDefinitionTypeEnum;
|
|
1018
|
+
/**
|
|
1019
|
+
* Identificator of the Value Definition
|
|
1020
|
+
* @type {any}
|
|
1021
|
+
* @memberof ValueDefinition
|
|
1022
|
+
*/
|
|
1023
|
+
'ref_id'?: any;
|
|
1024
|
+
/**
|
|
1025
|
+
* Short title of the Value Definition
|
|
1026
|
+
* @type {any}
|
|
1027
|
+
* @memberof ValueDefinition
|
|
1028
|
+
*/
|
|
1029
|
+
'title'?: any;
|
|
1030
|
+
/**
|
|
1031
|
+
* Type of the Value Definition
|
|
1032
|
+
* @type {any}
|
|
1033
|
+
* @memberof ValueDefinition
|
|
1034
|
+
*/
|
|
1035
|
+
'value_type'?: any;
|
|
1036
|
+
/**
|
|
1037
|
+
* Longer description of the Value Definition
|
|
1038
|
+
* @type {any}
|
|
1039
|
+
* @memberof ValueDefinition
|
|
1040
|
+
*/
|
|
1041
|
+
'description'?: any;
|
|
1042
|
+
/**
|
|
1043
|
+
* Default value of the Value Definition
|
|
1044
|
+
* @type {any}
|
|
1045
|
+
* @memberof ValueDefinition
|
|
1046
|
+
*/
|
|
1047
|
+
'default_value'?: any;
|
|
1048
|
+
}
|
|
1049
|
+
export declare const ValueDefinitionTypeEnum: {
|
|
1050
|
+
readonly ValueDefinition: "value_definition";
|
|
1051
|
+
};
|
|
1052
|
+
export type ValueDefinitionTypeEnum = typeof ValueDefinitionTypeEnum[keyof typeof ValueDefinitionTypeEnum];
|
|
1053
|
+
/**
|
|
1054
|
+
*
|
|
1055
|
+
* @export
|
|
1056
|
+
* @interface ValueDefinition200Response
|
|
1057
|
+
*/
|
|
1058
|
+
export interface ValueDefinition200Response {
|
|
1059
|
+
/**
|
|
1060
|
+
*
|
|
1061
|
+
* @type {ValueDefinition200ResponseData}
|
|
1062
|
+
* @memberof ValueDefinition200Response
|
|
1063
|
+
*/
|
|
1064
|
+
'data'?: ValueDefinition200ResponseData;
|
|
1065
|
+
}
|
|
1066
|
+
/**
|
|
1067
|
+
*
|
|
1068
|
+
* @export
|
|
1069
|
+
* @interface ValueDefinition200ResponseData
|
|
1070
|
+
*/
|
|
1071
|
+
export interface ValueDefinition200ResponseData {
|
|
1072
|
+
/**
|
|
1073
|
+
*
|
|
1074
|
+
* @type {ValueDefinition}
|
|
1075
|
+
* @memberof ValueDefinition200ResponseData
|
|
1076
|
+
*/
|
|
1077
|
+
'schema'?: ValueDefinition;
|
|
1078
|
+
}
|
|
1079
|
+
/**
|
|
1080
|
+
*
|
|
1081
|
+
* @export
|
|
1082
|
+
* @interface ValueDefinitions200Response
|
|
1083
|
+
*/
|
|
1084
|
+
export interface ValueDefinitions200Response {
|
|
1085
|
+
/**
|
|
1086
|
+
*
|
|
1087
|
+
* @type {Metadata}
|
|
1088
|
+
* @memberof ValueDefinitions200Response
|
|
1089
|
+
*/
|
|
1090
|
+
'meta'?: Metadata;
|
|
1091
|
+
/**
|
|
1092
|
+
*
|
|
1093
|
+
* @type {Links}
|
|
1094
|
+
* @memberof ValueDefinitions200Response
|
|
1095
|
+
*/
|
|
1096
|
+
'links'?: Links;
|
|
1097
|
+
/**
|
|
1098
|
+
*
|
|
1099
|
+
* @type {any}
|
|
1100
|
+
* @memberof ValueDefinitions200Response
|
|
1101
|
+
*/
|
|
1102
|
+
'data'?: any;
|
|
1103
|
+
}
|