@redhat-cloud-services/compliance-client 0.1.6 → 0.2.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 +12 -0
- package/dist/AssignRule/index.d.ts +2 -2
- package/dist/AssignRule/index.js +6 -6
- package/dist/AssignRule/index.js.map +1 -1
- package/dist/AssignSystem/index.d.ts +1 -1
- package/dist/AssignSystem/index.js +6 -6
- package/dist/AssignSystem/index.js.map +1 -1
- package/dist/DeletePolicy/index.d.ts +1 -1
- package/dist/DeletePolicy/index.js +6 -6
- package/dist/DeletePolicy/index.js.map +1 -1
- package/dist/DeleteReport/index.d.ts +26 -0
- package/dist/DeleteReport/index.js +52 -0
- package/dist/DeleteReport/index.js.map +1 -0
- package/dist/Policy/index.d.ts +1 -1
- package/dist/Policy/index.js +6 -6
- package/dist/Policy/index.js.map +1 -1
- package/dist/PolicySystems/index.d.ts +1 -1
- package/dist/Profile/index.d.ts +2 -2
- package/dist/Profile/index.js +6 -6
- package/dist/Profile/index.js.map +1 -1
- package/dist/ProfileRule/index.d.ts +2 -2
- package/dist/ProfileRule/index.js +6 -6
- package/dist/ProfileRule/index.js.map +1 -1
- package/dist/Report/index.d.ts +1 -1
- package/dist/Report/index.js +6 -6
- package/dist/Report/index.js.map +1 -1
- package/dist/ReportSystems/index.d.ts +1 -1
- package/dist/ReportTestResult/index.d.ts +32 -0
- package/dist/ReportTestResult/index.js +53 -0
- package/dist/ReportTestResult/index.js.map +1 -0
- package/dist/ReportTestResults/index.d.ts +50 -0
- package/dist/ReportTestResults/index.js +64 -0
- package/dist/ReportTestResults/index.js.map +1 -0
- package/dist/Reports/index.d.ts +1 -1
- package/dist/Rule/index.d.ts +2 -2
- package/dist/Rule/index.js +6 -6
- package/dist/Rule/index.js.map +1 -1
- package/dist/RuleGroup/index.d.ts +1 -1
- package/dist/RuleGroup/index.js +6 -6
- package/dist/RuleGroup/index.js.map +1 -1
- package/dist/SecurityGuide/index.d.ts +1 -1
- package/dist/SecurityGuide/index.js +6 -6
- package/dist/SecurityGuide/index.js.map +1 -1
- package/dist/SecurityGuideRuleTree/index.d.ts +1 -1
- package/dist/SecurityGuideRuleTree/index.js +6 -6
- package/dist/SecurityGuideRuleTree/index.js.map +1 -1
- package/dist/System/index.d.ts +1 -1
- package/dist/System/index.js +6 -6
- package/dist/System/index.js.map +1 -1
- package/dist/Systems/index.d.ts +1 -1
- package/dist/Tailoring/index.d.ts +2 -2
- package/dist/Tailoring/index.js +6 -6
- package/dist/Tailoring/index.js.map +1 -1
- package/dist/TailoringFile/index.d.ts +2 -2
- package/dist/TailoringFile/index.js +6 -6
- package/dist/TailoringFile/index.js.map +1 -1
- package/dist/UnassignRule/index.d.ts +2 -2
- package/dist/UnassignRule/index.js +6 -6
- package/dist/UnassignRule/index.js.map +1 -1
- package/dist/UnassignSystem/index.d.ts +1 -1
- package/dist/UnassignSystem/index.js +6 -6
- package/dist/UnassignSystem/index.js.map +1 -1
- package/dist/UpdatePolicy/index.d.ts +1 -1
- package/dist/UpdatePolicy/index.js +6 -6
- package/dist/UpdatePolicy/index.js.map +1 -1
- package/dist/UpdateTailoring/index.d.ts +2 -2
- package/dist/UpdateTailoring/index.js +6 -6
- package/dist/UpdateTailoring/index.js.map +1 -1
- package/dist/ValueDefinition/index.d.ts +1 -1
- package/dist/ValueDefinition/index.js +6 -6
- package/dist/ValueDefinition/index.js.map +1 -1
- package/dist/api.d.ts +716 -116
- package/dist/api.js +902 -219
- package/dist/api.js.map +1 -1
- package/dist/index.d.ts +5 -0
- package/dist/index.js +16 -1
- package/dist/index.js.map +1 -1
- package/dist/types/index.d.ts +124 -4
- package/dist/types/index.js +4 -1
- package/dist/types/index.js.map +1 -1
- package/doc/interfaces/AssignRulesRequest.md +1 -1
- package/doc/interfaces/CreatePolicy201Response.md +1 -1
- package/doc/interfaces/CreatePolicy201ResponseData.md +1 -1
- package/doc/interfaces/Errors.md +1 -1
- package/doc/interfaces/Links.md +4 -4
- package/doc/interfaces/Metadata.md +5 -5
- package/doc/interfaces/Policies200Response.md +3 -3
- package/doc/interfaces/Policy.md +11 -11
- package/doc/interfaces/PolicyUpdate.md +3 -3
- package/doc/interfaces/Profile.md +6 -6
- package/doc/interfaces/Profile200Response.md +1 -1
- package/doc/interfaces/Profile200ResponseData.md +1 -1
- package/doc/interfaces/Profiles200Response.md +3 -3
- package/doc/interfaces/Report.md +229 -0
- package/doc/interfaces/Report200Response.md +27 -0
- package/doc/interfaces/Report200ResponseData.md +27 -0
- package/doc/interfaces/ReportTestResults200Response.md +57 -0
- package/doc/interfaces/Reports200Response.md +57 -0
- package/doc/interfaces/Rule.md +9 -9
- package/doc/interfaces/Rule200Response.md +1 -1
- package/doc/interfaces/Rule200ResponseData.md +1 -1
- package/doc/interfaces/RuleGroup.md +7 -7
- package/doc/interfaces/RuleGroup200Response.md +1 -1
- package/doc/interfaces/RuleGroup200ResponseData.md +1 -1
- package/doc/interfaces/RuleGroups200Response.md +3 -3
- package/doc/interfaces/Rules200Response.md +3 -3
- package/doc/interfaces/SecurityGuide.md +7 -7
- package/doc/interfaces/SecurityGuide200Response.md +1 -1
- package/doc/interfaces/SecurityGuide200ResponseData.md +1 -1
- package/doc/interfaces/SecurityGuides200Response.md +3 -3
- package/doc/interfaces/SupportedProfile.md +25 -8
- package/doc/interfaces/SupportedProfiles200Response.md +3 -3
- package/doc/interfaces/System.md +13 -13
- package/doc/interfaces/System200Response.md +1 -1
- package/doc/interfaces/System200ResponseData.md +1 -1
- package/doc/interfaces/Systems200Response.md +3 -3
- package/doc/interfaces/Tailoring.md +23 -6
- package/doc/interfaces/Tailoring200Response.md +1 -1
- package/doc/interfaces/Tailoring200ResponseData.md +1 -1
- package/doc/interfaces/TailoringFile.md +1 -1
- package/doc/interfaces/Tailorings200Response.md +3 -3
- package/doc/interfaces/TestResult.md +208 -0
- package/doc/interfaces/ValueDefinition.md +7 -7
- package/doc/interfaces/ValueDefinition200Response.md +1 -1
- package/doc/interfaces/ValueDefinition200ResponseData.md +1 -1
- package/doc/interfaces/ValueDefinitions200Response.md +3 -3
- package/doc/modules.md +371 -69
- package/package.json +2 -4
|
@@ -26,7 +26,7 @@ SecurityGuides200Response
|
|
|
26
26
|
|
|
27
27
|
#### Defined in
|
|
28
28
|
|
|
29
|
-
[types/index.ts:
|
|
29
|
+
[types/index.ts:851](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/compliance/types/index.ts#L851)
|
|
30
30
|
|
|
31
31
|
___
|
|
32
32
|
|
|
@@ -40,7 +40,7 @@ SecurityGuides200Response
|
|
|
40
40
|
|
|
41
41
|
#### Defined in
|
|
42
42
|
|
|
43
|
-
[types/index.ts:
|
|
43
|
+
[types/index.ts:845](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/compliance/types/index.ts#L845)
|
|
44
44
|
|
|
45
45
|
___
|
|
46
46
|
|
|
@@ -54,4 +54,4 @@ SecurityGuides200Response
|
|
|
54
54
|
|
|
55
55
|
#### Defined in
|
|
56
56
|
|
|
57
|
-
[types/index.ts:
|
|
57
|
+
[types/index.ts:839](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/compliance/types/index.ts#L839)
|
|
@@ -14,6 +14,7 @@ SupportedProfile
|
|
|
14
14
|
- [os\_major\_version](SupportedProfile.md#os_major_version)
|
|
15
15
|
- [os\_minor\_versions](SupportedProfile.md#os_minor_versions)
|
|
16
16
|
- [ref\_id](SupportedProfile.md#ref_id)
|
|
17
|
+
- [security\_guide\_id](SupportedProfile.md#security_guide_id)
|
|
17
18
|
- [security\_guide\_version](SupportedProfile.md#security_guide_version)
|
|
18
19
|
- [title](SupportedProfile.md#title)
|
|
19
20
|
- [type](SupportedProfile.md#type)
|
|
@@ -30,7 +31,7 @@ SupportedProfile
|
|
|
30
31
|
|
|
31
32
|
#### Defined in
|
|
32
33
|
|
|
33
|
-
[types/index.ts:
|
|
34
|
+
[types/index.ts:864](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/compliance/types/index.ts#L864)
|
|
34
35
|
|
|
35
36
|
___
|
|
36
37
|
|
|
@@ -46,7 +47,7 @@ SupportedProfile
|
|
|
46
47
|
|
|
47
48
|
#### Defined in
|
|
48
49
|
|
|
49
|
-
[types/index.ts:
|
|
50
|
+
[types/index.ts:900](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/compliance/types/index.ts#L900)
|
|
50
51
|
|
|
51
52
|
___
|
|
52
53
|
|
|
@@ -62,7 +63,7 @@ SupportedProfile
|
|
|
62
63
|
|
|
63
64
|
#### Defined in
|
|
64
65
|
|
|
65
|
-
[types/index.ts:
|
|
66
|
+
[types/index.ts:906](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/compliance/types/index.ts#L906)
|
|
66
67
|
|
|
67
68
|
___
|
|
68
69
|
|
|
@@ -70,7 +71,7 @@ ___
|
|
|
70
71
|
|
|
71
72
|
• `Optional` **ref\_id**: `any`
|
|
72
73
|
|
|
73
|
-
Identificator of the Profile
|
|
74
|
+
Identificator of the latest supported Profile
|
|
74
75
|
|
|
75
76
|
**`Memberof`**
|
|
76
77
|
|
|
@@ -78,7 +79,23 @@ SupportedProfile
|
|
|
78
79
|
|
|
79
80
|
#### Defined in
|
|
80
81
|
|
|
81
|
-
[types/index.ts:
|
|
82
|
+
[types/index.ts:876](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/compliance/types/index.ts#L876)
|
|
83
|
+
|
|
84
|
+
___
|
|
85
|
+
|
|
86
|
+
### security\_guide\_id
|
|
87
|
+
|
|
88
|
+
• `Optional` **security\_guide\_id**: `any`
|
|
89
|
+
|
|
90
|
+
UUID of the latest Security Guide supporting this Profile
|
|
91
|
+
|
|
92
|
+
**`Memberof`**
|
|
93
|
+
|
|
94
|
+
SupportedProfile
|
|
95
|
+
|
|
96
|
+
#### Defined in
|
|
97
|
+
|
|
98
|
+
[types/index.ts:888](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/compliance/types/index.ts#L888)
|
|
82
99
|
|
|
83
100
|
___
|
|
84
101
|
|
|
@@ -94,7 +111,7 @@ SupportedProfile
|
|
|
94
111
|
|
|
95
112
|
#### Defined in
|
|
96
113
|
|
|
97
|
-
[types/index.ts:
|
|
114
|
+
[types/index.ts:894](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/compliance/types/index.ts#L894)
|
|
98
115
|
|
|
99
116
|
___
|
|
100
117
|
|
|
@@ -110,7 +127,7 @@ SupportedProfile
|
|
|
110
127
|
|
|
111
128
|
#### Defined in
|
|
112
129
|
|
|
113
|
-
[types/index.ts:
|
|
130
|
+
[types/index.ts:882](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/compliance/types/index.ts#L882)
|
|
114
131
|
|
|
115
132
|
___
|
|
116
133
|
|
|
@@ -124,4 +141,4 @@ SupportedProfile
|
|
|
124
141
|
|
|
125
142
|
#### Defined in
|
|
126
143
|
|
|
127
|
-
[types/index.ts:
|
|
144
|
+
[types/index.ts:870](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/compliance/types/index.ts#L870)
|
|
@@ -26,7 +26,7 @@ SupportedProfiles200Response
|
|
|
26
26
|
|
|
27
27
|
#### Defined in
|
|
28
28
|
|
|
29
|
-
[types/index.ts:
|
|
29
|
+
[types/index.ts:938](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/compliance/types/index.ts#L938)
|
|
30
30
|
|
|
31
31
|
___
|
|
32
32
|
|
|
@@ -40,7 +40,7 @@ SupportedProfiles200Response
|
|
|
40
40
|
|
|
41
41
|
#### Defined in
|
|
42
42
|
|
|
43
|
-
[types/index.ts:
|
|
43
|
+
[types/index.ts:932](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/compliance/types/index.ts#L932)
|
|
44
44
|
|
|
45
45
|
___
|
|
46
46
|
|
|
@@ -54,4 +54,4 @@ SupportedProfiles200Response
|
|
|
54
54
|
|
|
55
55
|
#### Defined in
|
|
56
56
|
|
|
57
|
-
[types/index.ts:
|
|
57
|
+
[types/index.ts:926](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/compliance/types/index.ts#L926)
|
package/doc/interfaces/System.md
CHANGED
|
@@ -36,7 +36,7 @@ System
|
|
|
36
36
|
|
|
37
37
|
#### Defined in
|
|
38
38
|
|
|
39
|
-
[types/index.ts:
|
|
39
|
+
[types/index.ts:975](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/compliance/types/index.ts#L975)
|
|
40
40
|
|
|
41
41
|
___
|
|
42
42
|
|
|
@@ -52,7 +52,7 @@ System
|
|
|
52
52
|
|
|
53
53
|
#### Defined in
|
|
54
54
|
|
|
55
|
-
[types/index.ts:
|
|
55
|
+
[types/index.ts:963](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/compliance/types/index.ts#L963)
|
|
56
56
|
|
|
57
57
|
___
|
|
58
58
|
|
|
@@ -66,7 +66,7 @@ System
|
|
|
66
66
|
|
|
67
67
|
#### Defined in
|
|
68
68
|
|
|
69
|
-
[types/index.ts:
|
|
69
|
+
[types/index.ts:969](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/compliance/types/index.ts#L969)
|
|
70
70
|
|
|
71
71
|
___
|
|
72
72
|
|
|
@@ -80,7 +80,7 @@ System
|
|
|
80
80
|
|
|
81
81
|
#### Defined in
|
|
82
82
|
|
|
83
|
-
[types/index.ts:
|
|
83
|
+
[types/index.ts:951](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/compliance/types/index.ts#L951)
|
|
84
84
|
|
|
85
85
|
___
|
|
86
86
|
|
|
@@ -94,7 +94,7 @@ System
|
|
|
94
94
|
|
|
95
95
|
#### Defined in
|
|
96
96
|
|
|
97
|
-
[types/index.ts:
|
|
97
|
+
[types/index.ts:999](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/compliance/types/index.ts#L999)
|
|
98
98
|
|
|
99
99
|
___
|
|
100
100
|
|
|
@@ -110,7 +110,7 @@ System
|
|
|
110
110
|
|
|
111
111
|
#### Defined in
|
|
112
112
|
|
|
113
|
-
[types/index.ts:
|
|
113
|
+
[types/index.ts:1011](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/compliance/types/index.ts#L1011)
|
|
114
114
|
|
|
115
115
|
___
|
|
116
116
|
|
|
@@ -126,7 +126,7 @@ System
|
|
|
126
126
|
|
|
127
127
|
#### Defined in
|
|
128
128
|
|
|
129
|
-
[types/index.ts:
|
|
129
|
+
[types/index.ts:1017](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/compliance/types/index.ts#L1017)
|
|
130
130
|
|
|
131
131
|
___
|
|
132
132
|
|
|
@@ -142,7 +142,7 @@ System
|
|
|
142
142
|
|
|
143
143
|
#### Defined in
|
|
144
144
|
|
|
145
|
-
[types/index.ts:
|
|
145
|
+
[types/index.ts:1023](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/compliance/types/index.ts#L1023)
|
|
146
146
|
|
|
147
147
|
___
|
|
148
148
|
|
|
@@ -156,7 +156,7 @@ System
|
|
|
156
156
|
|
|
157
157
|
#### Defined in
|
|
158
158
|
|
|
159
|
-
[types/index.ts:
|
|
159
|
+
[types/index.ts:981](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/compliance/types/index.ts#L981)
|
|
160
160
|
|
|
161
161
|
___
|
|
162
162
|
|
|
@@ -170,7 +170,7 @@ System
|
|
|
170
170
|
|
|
171
171
|
#### Defined in
|
|
172
172
|
|
|
173
|
-
[types/index.ts:
|
|
173
|
+
[types/index.ts:987](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/compliance/types/index.ts#L987)
|
|
174
174
|
|
|
175
175
|
___
|
|
176
176
|
|
|
@@ -184,7 +184,7 @@ System
|
|
|
184
184
|
|
|
185
185
|
#### Defined in
|
|
186
186
|
|
|
187
|
-
[types/index.ts:
|
|
187
|
+
[types/index.ts:1005](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/compliance/types/index.ts#L1005)
|
|
188
188
|
|
|
189
189
|
___
|
|
190
190
|
|
|
@@ -198,7 +198,7 @@ System
|
|
|
198
198
|
|
|
199
199
|
#### Defined in
|
|
200
200
|
|
|
201
|
-
[types/index.ts:
|
|
201
|
+
[types/index.ts:957](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/compliance/types/index.ts#L957)
|
|
202
202
|
|
|
203
203
|
___
|
|
204
204
|
|
|
@@ -212,4 +212,4 @@ System
|
|
|
212
212
|
|
|
213
213
|
#### Defined in
|
|
214
214
|
|
|
215
|
-
[types/index.ts:
|
|
215
|
+
[types/index.ts:993](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/compliance/types/index.ts#L993)
|
|
@@ -24,4 +24,4 @@ System200Response
|
|
|
24
24
|
|
|
25
25
|
#### Defined in
|
|
26
26
|
|
|
27
|
-
[types/index.ts:
|
|
27
|
+
[types/index.ts:1043](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/compliance/types/index.ts#L1043)
|
|
@@ -24,4 +24,4 @@ System200ResponseData
|
|
|
24
24
|
|
|
25
25
|
#### Defined in
|
|
26
26
|
|
|
27
|
-
[types/index.ts:
|
|
27
|
+
[types/index.ts:1056](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/compliance/types/index.ts#L1056)
|
|
@@ -26,7 +26,7 @@ Systems200Response
|
|
|
26
26
|
|
|
27
27
|
#### Defined in
|
|
28
28
|
|
|
29
|
-
[types/index.ts:
|
|
29
|
+
[types/index.ts:1081](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/compliance/types/index.ts#L1081)
|
|
30
30
|
|
|
31
31
|
___
|
|
32
32
|
|
|
@@ -40,7 +40,7 @@ Systems200Response
|
|
|
40
40
|
|
|
41
41
|
#### Defined in
|
|
42
42
|
|
|
43
|
-
[types/index.ts:
|
|
43
|
+
[types/index.ts:1075](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/compliance/types/index.ts#L1075)
|
|
44
44
|
|
|
45
45
|
___
|
|
46
46
|
|
|
@@ -54,4 +54,4 @@ Systems200Response
|
|
|
54
54
|
|
|
55
55
|
#### Defined in
|
|
56
56
|
|
|
57
|
-
[types/index.ts:
|
|
57
|
+
[types/index.ts:1069](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/compliance/types/index.ts#L1069)
|
|
@@ -14,6 +14,7 @@ Tailoring
|
|
|
14
14
|
- [os\_major\_version](Tailoring.md#os_major_version)
|
|
15
15
|
- [os\_minor\_version](Tailoring.md#os_minor_version)
|
|
16
16
|
- [profile\_id](Tailoring.md#profile_id)
|
|
17
|
+
- [security\_guide\_id](Tailoring.md#security_guide_id)
|
|
17
18
|
- [type](Tailoring.md#type)
|
|
18
19
|
- [value\_overrides](Tailoring.md#value_overrides)
|
|
19
20
|
|
|
@@ -29,7 +30,7 @@ Tailoring
|
|
|
29
30
|
|
|
30
31
|
#### Defined in
|
|
31
32
|
|
|
32
|
-
[types/index.ts:
|
|
33
|
+
[types/index.ts:1094](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/compliance/types/index.ts#L1094)
|
|
33
34
|
|
|
34
35
|
___
|
|
35
36
|
|
|
@@ -45,7 +46,7 @@ Tailoring
|
|
|
45
46
|
|
|
46
47
|
#### Defined in
|
|
47
48
|
|
|
48
|
-
[types/index.ts:
|
|
49
|
+
[types/index.ts:1118](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/compliance/types/index.ts#L1118)
|
|
49
50
|
|
|
50
51
|
___
|
|
51
52
|
|
|
@@ -61,7 +62,7 @@ Tailoring
|
|
|
61
62
|
|
|
62
63
|
#### Defined in
|
|
63
64
|
|
|
64
|
-
[types/index.ts:
|
|
65
|
+
[types/index.ts:1124](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/compliance/types/index.ts#L1124)
|
|
65
66
|
|
|
66
67
|
___
|
|
67
68
|
|
|
@@ -77,7 +78,23 @@ Tailoring
|
|
|
77
78
|
|
|
78
79
|
#### Defined in
|
|
79
80
|
|
|
80
|
-
[types/index.ts:
|
|
81
|
+
[types/index.ts:1106](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/compliance/types/index.ts#L1106)
|
|
82
|
+
|
|
83
|
+
___
|
|
84
|
+
|
|
85
|
+
### security\_guide\_id
|
|
86
|
+
|
|
87
|
+
• `Optional` **security\_guide\_id**: `any`
|
|
88
|
+
|
|
89
|
+
Identificator of the Security Guide that contains the parent Profile
|
|
90
|
+
|
|
91
|
+
**`Memberof`**
|
|
92
|
+
|
|
93
|
+
Tailoring
|
|
94
|
+
|
|
95
|
+
#### Defined in
|
|
96
|
+
|
|
97
|
+
[types/index.ts:1112](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/compliance/types/index.ts#L1112)
|
|
81
98
|
|
|
82
99
|
___
|
|
83
100
|
|
|
@@ -91,7 +108,7 @@ Tailoring
|
|
|
91
108
|
|
|
92
109
|
#### Defined in
|
|
93
110
|
|
|
94
|
-
[types/index.ts:
|
|
111
|
+
[types/index.ts:1100](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/compliance/types/index.ts#L1100)
|
|
95
112
|
|
|
96
113
|
___
|
|
97
114
|
|
|
@@ -107,4 +124,4 @@ Tailoring
|
|
|
107
124
|
|
|
108
125
|
#### Defined in
|
|
109
126
|
|
|
110
|
-
[types/index.ts:
|
|
127
|
+
[types/index.ts:1130](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/compliance/types/index.ts#L1130)
|
|
@@ -24,4 +24,4 @@ Tailoring200Response
|
|
|
24
24
|
|
|
25
25
|
#### Defined in
|
|
26
26
|
|
|
27
|
-
[types/index.ts:
|
|
27
|
+
[types/index.ts:1150](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/compliance/types/index.ts#L1150)
|
|
@@ -24,4 +24,4 @@ Tailoring200ResponseData
|
|
|
24
24
|
|
|
25
25
|
#### Defined in
|
|
26
26
|
|
|
27
|
-
[types/index.ts:
|
|
27
|
+
[types/index.ts:1163](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/compliance/types/index.ts#L1163)
|
|
@@ -30,4 +30,4 @@ TailoringFile
|
|
|
30
30
|
|
|
31
31
|
#### Defined in
|
|
32
32
|
|
|
33
|
-
[types/index.ts:
|
|
33
|
+
[types/index.ts:1178](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/compliance/types/index.ts#L1178)
|
|
@@ -26,7 +26,7 @@ Tailorings200Response
|
|
|
26
26
|
|
|
27
27
|
#### Defined in
|
|
28
28
|
|
|
29
|
-
[types/index.ts:
|
|
29
|
+
[types/index.ts:1203](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/compliance/types/index.ts#L1203)
|
|
30
30
|
|
|
31
31
|
___
|
|
32
32
|
|
|
@@ -40,7 +40,7 @@ Tailorings200Response
|
|
|
40
40
|
|
|
41
41
|
#### Defined in
|
|
42
42
|
|
|
43
|
-
[types/index.ts:
|
|
43
|
+
[types/index.ts:1197](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/compliance/types/index.ts#L1197)
|
|
44
44
|
|
|
45
45
|
___
|
|
46
46
|
|
|
@@ -54,4 +54,4 @@ Tailorings200Response
|
|
|
54
54
|
|
|
55
55
|
#### Defined in
|
|
56
56
|
|
|
57
|
-
[types/index.ts:
|
|
57
|
+
[types/index.ts:1191](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/compliance/types/index.ts#L1191)
|
|
@@ -0,0 +1,208 @@
|
|
|
1
|
+
[@redhat-cloud-services/compliance-client](../README.md) / [Exports](../modules.md) / TestResult
|
|
2
|
+
|
|
3
|
+
# Interface: TestResult
|
|
4
|
+
|
|
5
|
+
**`Export`**
|
|
6
|
+
|
|
7
|
+
TestResult
|
|
8
|
+
|
|
9
|
+
## Table of contents
|
|
10
|
+
|
|
11
|
+
### Properties
|
|
12
|
+
|
|
13
|
+
- [compliant](TestResult.md#compliant)
|
|
14
|
+
- [display\_name](TestResult.md#display_name)
|
|
15
|
+
- [failed\_rule\_count](TestResult.md#failed_rule_count)
|
|
16
|
+
- [groups](TestResult.md#groups)
|
|
17
|
+
- [id](TestResult.md#id)
|
|
18
|
+
- [last\_scanned](TestResult.md#last_scanned)
|
|
19
|
+
- [os\_major\_version](TestResult.md#os_major_version)
|
|
20
|
+
- [os\_minor\_version](TestResult.md#os_minor_version)
|
|
21
|
+
- [supported](TestResult.md#supported)
|
|
22
|
+
- [system\_id](TestResult.md#system_id)
|
|
23
|
+
- [tags](TestResult.md#tags)
|
|
24
|
+
- [type](TestResult.md#type)
|
|
25
|
+
|
|
26
|
+
## Properties
|
|
27
|
+
|
|
28
|
+
### compliant
|
|
29
|
+
|
|
30
|
+
• `Optional` **compliant**: `any`
|
|
31
|
+
|
|
32
|
+
Whether the Test Result is compliant or not within a given Report.
|
|
33
|
+
|
|
34
|
+
**`Memberof`**
|
|
35
|
+
|
|
36
|
+
TestResult
|
|
37
|
+
|
|
38
|
+
#### Defined in
|
|
39
|
+
|
|
40
|
+
[types/index.ts:1264](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/compliance/types/index.ts#L1264)
|
|
41
|
+
|
|
42
|
+
___
|
|
43
|
+
|
|
44
|
+
### display\_name
|
|
45
|
+
|
|
46
|
+
• `Optional` **display\_name**: `any`
|
|
47
|
+
|
|
48
|
+
Display Name of the System
|
|
49
|
+
|
|
50
|
+
**`Memberof`**
|
|
51
|
+
|
|
52
|
+
TestResult
|
|
53
|
+
|
|
54
|
+
#### Defined in
|
|
55
|
+
|
|
56
|
+
[types/index.ts:1228](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/compliance/types/index.ts#L1228)
|
|
57
|
+
|
|
58
|
+
___
|
|
59
|
+
|
|
60
|
+
### failed\_rule\_count
|
|
61
|
+
|
|
62
|
+
• `Optional` **failed\_rule\_count**: `any`
|
|
63
|
+
|
|
64
|
+
Number of failed rules in the Test Result
|
|
65
|
+
|
|
66
|
+
**`Memberof`**
|
|
67
|
+
|
|
68
|
+
TestResult
|
|
69
|
+
|
|
70
|
+
#### Defined in
|
|
71
|
+
|
|
72
|
+
[types/index.ts:1276](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/compliance/types/index.ts#L1276)
|
|
73
|
+
|
|
74
|
+
___
|
|
75
|
+
|
|
76
|
+
### groups
|
|
77
|
+
|
|
78
|
+
• `Optional` **groups**: `any`
|
|
79
|
+
|
|
80
|
+
**`Memberof`**
|
|
81
|
+
|
|
82
|
+
TestResult
|
|
83
|
+
|
|
84
|
+
#### Defined in
|
|
85
|
+
|
|
86
|
+
[types/index.ts:1234](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/compliance/types/index.ts#L1234)
|
|
87
|
+
|
|
88
|
+
___
|
|
89
|
+
|
|
90
|
+
### id
|
|
91
|
+
|
|
92
|
+
• `Optional` **id**: `any`
|
|
93
|
+
|
|
94
|
+
**`Memberof`**
|
|
95
|
+
|
|
96
|
+
TestResult
|
|
97
|
+
|
|
98
|
+
#### Defined in
|
|
99
|
+
|
|
100
|
+
[types/index.ts:1216](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/compliance/types/index.ts#L1216)
|
|
101
|
+
|
|
102
|
+
___
|
|
103
|
+
|
|
104
|
+
### last\_scanned
|
|
105
|
+
|
|
106
|
+
• `Optional` **last\_scanned**: `any`
|
|
107
|
+
|
|
108
|
+
The date when the System has been reported a Test Result for the last time.
|
|
109
|
+
|
|
110
|
+
**`Memberof`**
|
|
111
|
+
|
|
112
|
+
TestResult
|
|
113
|
+
|
|
114
|
+
#### Defined in
|
|
115
|
+
|
|
116
|
+
[types/index.ts:1282](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/compliance/types/index.ts#L1282)
|
|
117
|
+
|
|
118
|
+
___
|
|
119
|
+
|
|
120
|
+
### os\_major\_version
|
|
121
|
+
|
|
122
|
+
• `Optional` **os\_major\_version**: `any`
|
|
123
|
+
|
|
124
|
+
Major version of the Operating System
|
|
125
|
+
|
|
126
|
+
**`Memberof`**
|
|
127
|
+
|
|
128
|
+
TestResult
|
|
129
|
+
|
|
130
|
+
#### Defined in
|
|
131
|
+
|
|
132
|
+
[types/index.ts:1252](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/compliance/types/index.ts#L1252)
|
|
133
|
+
|
|
134
|
+
___
|
|
135
|
+
|
|
136
|
+
### os\_minor\_version
|
|
137
|
+
|
|
138
|
+
• `Optional` **os\_minor\_version**: `any`
|
|
139
|
+
|
|
140
|
+
Minor version of the Operating System
|
|
141
|
+
|
|
142
|
+
**`Memberof`**
|
|
143
|
+
|
|
144
|
+
TestResult
|
|
145
|
+
|
|
146
|
+
#### Defined in
|
|
147
|
+
|
|
148
|
+
[types/index.ts:1258](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/compliance/types/index.ts#L1258)
|
|
149
|
+
|
|
150
|
+
___
|
|
151
|
+
|
|
152
|
+
### supported
|
|
153
|
+
|
|
154
|
+
• `Optional` **supported**: `any`
|
|
155
|
+
|
|
156
|
+
Whether the System is supported or not by a Profile within a given Policy.
|
|
157
|
+
|
|
158
|
+
**`Memberof`**
|
|
159
|
+
|
|
160
|
+
TestResult
|
|
161
|
+
|
|
162
|
+
#### Defined in
|
|
163
|
+
|
|
164
|
+
[types/index.ts:1270](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/compliance/types/index.ts#L1270)
|
|
165
|
+
|
|
166
|
+
___
|
|
167
|
+
|
|
168
|
+
### system\_id
|
|
169
|
+
|
|
170
|
+
• `Optional` **system\_id**: `any`
|
|
171
|
+
|
|
172
|
+
UUID of the underlying System
|
|
173
|
+
|
|
174
|
+
**`Memberof`**
|
|
175
|
+
|
|
176
|
+
TestResult
|
|
177
|
+
|
|
178
|
+
#### Defined in
|
|
179
|
+
|
|
180
|
+
[types/index.ts:1246](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/compliance/types/index.ts#L1246)
|
|
181
|
+
|
|
182
|
+
___
|
|
183
|
+
|
|
184
|
+
### tags
|
|
185
|
+
|
|
186
|
+
• `Optional` **tags**: `any`
|
|
187
|
+
|
|
188
|
+
**`Memberof`**
|
|
189
|
+
|
|
190
|
+
TestResult
|
|
191
|
+
|
|
192
|
+
#### Defined in
|
|
193
|
+
|
|
194
|
+
[types/index.ts:1240](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/compliance/types/index.ts#L1240)
|
|
195
|
+
|
|
196
|
+
___
|
|
197
|
+
|
|
198
|
+
### type
|
|
199
|
+
|
|
200
|
+
• `Optional` **type**: ``"test_result"``
|
|
201
|
+
|
|
202
|
+
**`Memberof`**
|
|
203
|
+
|
|
204
|
+
TestResult
|
|
205
|
+
|
|
206
|
+
#### Defined in
|
|
207
|
+
|
|
208
|
+
[types/index.ts:1222](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/compliance/types/index.ts#L1222)
|
|
@@ -32,7 +32,7 @@ ValueDefinition
|
|
|
32
32
|
|
|
33
33
|
#### Defined in
|
|
34
34
|
|
|
35
|
-
[types/index.ts:
|
|
35
|
+
[types/index.ts:1338](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/compliance/types/index.ts#L1338)
|
|
36
36
|
|
|
37
37
|
___
|
|
38
38
|
|
|
@@ -48,7 +48,7 @@ ValueDefinition
|
|
|
48
48
|
|
|
49
49
|
#### Defined in
|
|
50
50
|
|
|
51
|
-
[types/index.ts:
|
|
51
|
+
[types/index.ts:1332](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/compliance/types/index.ts#L1332)
|
|
52
52
|
|
|
53
53
|
___
|
|
54
54
|
|
|
@@ -62,7 +62,7 @@ ValueDefinition
|
|
|
62
62
|
|
|
63
63
|
#### Defined in
|
|
64
64
|
|
|
65
|
-
[types/index.ts:
|
|
65
|
+
[types/index.ts:1302](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/compliance/types/index.ts#L1302)
|
|
66
66
|
|
|
67
67
|
___
|
|
68
68
|
|
|
@@ -78,7 +78,7 @@ ValueDefinition
|
|
|
78
78
|
|
|
79
79
|
#### Defined in
|
|
80
80
|
|
|
81
|
-
[types/index.ts:
|
|
81
|
+
[types/index.ts:1314](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/compliance/types/index.ts#L1314)
|
|
82
82
|
|
|
83
83
|
___
|
|
84
84
|
|
|
@@ -94,7 +94,7 @@ ValueDefinition
|
|
|
94
94
|
|
|
95
95
|
#### Defined in
|
|
96
96
|
|
|
97
|
-
[types/index.ts:
|
|
97
|
+
[types/index.ts:1320](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/compliance/types/index.ts#L1320)
|
|
98
98
|
|
|
99
99
|
___
|
|
100
100
|
|
|
@@ -108,7 +108,7 @@ ValueDefinition
|
|
|
108
108
|
|
|
109
109
|
#### Defined in
|
|
110
110
|
|
|
111
|
-
[types/index.ts:
|
|
111
|
+
[types/index.ts:1308](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/compliance/types/index.ts#L1308)
|
|
112
112
|
|
|
113
113
|
___
|
|
114
114
|
|
|
@@ -124,4 +124,4 @@ ValueDefinition
|
|
|
124
124
|
|
|
125
125
|
#### Defined in
|
|
126
126
|
|
|
127
|
-
[types/index.ts:
|
|
127
|
+
[types/index.ts:1326](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/compliance/types/index.ts#L1326)
|