emass_client 1.0.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (132) hide show
  1. checksums.yaml +7 -0
  2. data/README.md +1284 -0
  3. data/Rakefile +8 -0
  4. data/lib/emass_client/api/artifacts_api.rb +310 -0
  5. data/lib/emass_client/api/artifacts_export_api.rb +86 -0
  6. data/lib/emass_client/api/cac_api.rb +143 -0
  7. data/lib/emass_client/api/cmmc_assessments_api.rb +77 -0
  8. data/lib/emass_client/api/controls_api.rb +143 -0
  9. data/lib/emass_client/api/milestones_api.rb +366 -0
  10. data/lib/emass_client/api/pac_api.rb +140 -0
  11. data/lib/emass_client/api/poam_api.rb +345 -0
  12. data/lib/emass_client/api/registration_api.rb +78 -0
  13. data/lib/emass_client/api/static_code_scans_api.rb +84 -0
  14. data/lib/emass_client/api/system_roles_api.rb +150 -0
  15. data/lib/emass_client/api/systems_api.rb +162 -0
  16. data/lib/emass_client/api/test_api.rb +70 -0
  17. data/lib/emass_client/api/test_results_api.rb +149 -0
  18. data/lib/emass_client/api/workflow_definitions_api.rb +76 -0
  19. data/lib/emass_client/api/workflow_instances_api.rb +153 -0
  20. data/lib/emass_client/api_client.rb +389 -0
  21. data/lib/emass_client/api_error.rb +57 -0
  22. data/lib/emass_client/configuration.rb +224 -0
  23. data/lib/emass_client/models/artifacts_delete.rb +201 -0
  24. data/lib/emass_client/models/artifacts_delete_inner.rb +207 -0
  25. data/lib/emass_client/models/artifacts_get.rb +383 -0
  26. data/lib/emass_client/models/artifacts_request_put_body.rb +363 -0
  27. data/lib/emass_client/models/artifacts_response_del.rb +217 -0
  28. data/lib/emass_client/models/artifacts_response_del_data.rb +225 -0
  29. data/lib/emass_client/models/artifacts_response_get.rb +217 -0
  30. data/lib/emass_client/models/artifacts_response_put_post.rb +217 -0
  31. data/lib/emass_client/models/cac_get.rb +301 -0
  32. data/lib/emass_client/models/cac_request_post_body.rb +217 -0
  33. data/lib/emass_client/models/cac_response_get.rb +217 -0
  34. data/lib/emass_client/models/cac_response_post.rb +217 -0
  35. data/lib/emass_client/models/cac_response_post_data.rb +225 -0
  36. data/lib/emass_client/models/cmmc_get.rb +398 -0
  37. data/lib/emass_client/models/cmmc_response_get.rb +217 -0
  38. data/lib/emass_client/models/connectivity_ccsd.rb +217 -0
  39. data/lib/emass_client/models/controls_get.rb +663 -0
  40. data/lib/emass_client/models/controls_put.rb +227 -0
  41. data/lib/emass_client/models/controls_request_put_body.rb +606 -0
  42. data/lib/emass_client/models/controls_response_get.rb +217 -0
  43. data/lib/emass_client/models/controls_response_put.rb +217 -0
  44. data/lib/emass_client/models/definition_transitions.rb +274 -0
  45. data/lib/emass_client/models/delete_milestone.rb +212 -0
  46. data/lib/emass_client/models/delete_poam.rb +212 -0
  47. data/lib/emass_client/models/empty200_response.rb +197 -0
  48. data/lib/emass_client/models/error.rb +225 -0
  49. data/lib/emass_client/models/instances_transitions.rb +327 -0
  50. data/lib/emass_client/models/milestone_response_get.rb +217 -0
  51. data/lib/emass_client/models/milestone_response_post.rb +217 -0
  52. data/lib/emass_client/models/milestone_response_put.rb +217 -0
  53. data/lib/emass_client/models/milestones_delete.rb +197 -0
  54. data/lib/emass_client/models/milestones_get.rb +291 -0
  55. data/lib/emass_client/models/milestones_post.rb +197 -0
  56. data/lib/emass_client/models/milestones_put.rb +197 -0
  57. data/lib/emass_client/models/milestones_put_post_delete.rb +247 -0
  58. data/lib/emass_client/models/milestones_request_post_body.rb +242 -0
  59. data/lib/emass_client/models/milestones_request_put_body.rb +242 -0
  60. data/lib/emass_client/models/milestones_required_post.rb +227 -0
  61. data/lib/emass_client/models/milestones_required_put.rb +242 -0
  62. data/lib/emass_client/models/model_200.rb +208 -0
  63. data/lib/emass_client/models/model_201.rb +206 -0
  64. data/lib/emass_client/models/model_201_meta.rb +219 -0
  65. data/lib/emass_client/models/model_400.rb +206 -0
  66. data/lib/emass_client/models/model_400_meta.rb +219 -0
  67. data/lib/emass_client/models/model_400_response.rb +206 -0
  68. data/lib/emass_client/models/model_401.rb +206 -0
  69. data/lib/emass_client/models/model_401_meta.rb +219 -0
  70. data/lib/emass_client/models/model_403.rb +206 -0
  71. data/lib/emass_client/models/model_403_meta.rb +219 -0
  72. data/lib/emass_client/models/model_404.rb +219 -0
  73. data/lib/emass_client/models/model_404_response.rb +206 -0
  74. data/lib/emass_client/models/model_405.rb +206 -0
  75. data/lib/emass_client/models/model_405_meta.rb +219 -0
  76. data/lib/emass_client/models/model_411.rb +206 -0
  77. data/lib/emass_client/models/model_411_meta.rb +219 -0
  78. data/lib/emass_client/models/model_490.rb +206 -0
  79. data/lib/emass_client/models/model_490_meta.rb +219 -0
  80. data/lib/emass_client/models/model_500.rb +206 -0
  81. data/lib/emass_client/models/model_500_meta.rb +219 -0
  82. data/lib/emass_client/models/pac_get.rb +311 -0
  83. data/lib/emass_client/models/pac_post.rb +259 -0
  84. data/lib/emass_client/models/pac_request_post_body.rb +261 -0
  85. data/lib/emass_client/models/pac_response_get.rb +217 -0
  86. data/lib/emass_client/models/pac_response_post.rb +217 -0
  87. data/lib/emass_client/models/poam_delete.rb +197 -0
  88. data/lib/emass_client/models/poam_get.rb +646 -0
  89. data/lib/emass_client/models/poam_post.rb +197 -0
  90. data/lib/emass_client/models/poam_post_put_del.rb +237 -0
  91. data/lib/emass_client/models/poam_put.rb +197 -0
  92. data/lib/emass_client/models/poam_request_post_body.rb +197 -0
  93. data/lib/emass_client/models/poam_request_put_body.rb +197 -0
  94. data/lib/emass_client/models/poam_required_post.rb +564 -0
  95. data/lib/emass_client/models/poam_required_put.rb +594 -0
  96. data/lib/emass_client/models/poam_response_delete.rb +217 -0
  97. data/lib/emass_client/models/poam_response_get.rb +217 -0
  98. data/lib/emass_client/models/poam_response_post.rb +217 -0
  99. data/lib/emass_client/models/poam_response_put.rb +217 -0
  100. data/lib/emass_client/models/register.rb +215 -0
  101. data/lib/emass_client/models/register_data.rb +206 -0
  102. data/lib/emass_client/models/register_user_request_post_body.rb +211 -0
  103. data/lib/emass_client/models/role_category.rb +272 -0
  104. data/lib/emass_client/models/roles.rb +274 -0
  105. data/lib/emass_client/models/ssps.rb +227 -0
  106. data/lib/emass_client/models/stage.rb +252 -0
  107. data/lib/emass_client/models/static_code_application.rb +303 -0
  108. data/lib/emass_client/models/static_code_request_post_body.rb +197 -0
  109. data/lib/emass_client/models/static_code_required_post.rb +217 -0
  110. data/lib/emass_client/models/static_code_required_post_application.rb +217 -0
  111. data/lib/emass_client/models/success200_response.rb +217 -0
  112. data/lib/emass_client/models/system_id_artifacts_body.rb +284 -0
  113. data/lib/emass_client/models/system_response.rb +217 -0
  114. data/lib/emass_client/models/system_roles_category_response.rb +217 -0
  115. data/lib/emass_client/models/system_roles_response.rb +217 -0
  116. data/lib/emass_client/models/system_roles_response_data.rb +219 -0
  117. data/lib/emass_client/models/systems.rb +1137 -0
  118. data/lib/emass_client/models/test.rb +215 -0
  119. data/lib/emass_client/models/test_data.rb +206 -0
  120. data/lib/emass_client/models/test_results_get.rb +333 -0
  121. data/lib/emass_client/models/test_results_post.rb +227 -0
  122. data/lib/emass_client/models/test_results_request_post_body.rb +306 -0
  123. data/lib/emass_client/models/test_results_response_get.rb +217 -0
  124. data/lib/emass_client/models/test_results_response_post.rb +217 -0
  125. data/lib/emass_client/models/users.rb +224 -0
  126. data/lib/emass_client/models/workflow_definition_get.rb +282 -0
  127. data/lib/emass_client/models/workflow_definition_response_get.rb +217 -0
  128. data/lib/emass_client/models/workflow_instances_get.rb +368 -0
  129. data/lib/emass_client/models/workflow_instances_response_get.rb +217 -0
  130. data/lib/emass_client/version.rb +14 -0
  131. data/lib/emass_client.rb +161 -0
  132. metadata +259 -0
@@ -0,0 +1,564 @@
1
+ =begin
2
+ #Enterprise Mission Assurance Support Service (eMASS)
3
+
4
+ #The Enterprise Mission Assurance Support Service (eMASS) Representational State Transfer (REST) Application Programming Interface (API) enables users to perform assessments and complete actions associated with system records. The `emasser` is a command-line interface (CLI) tool that implements all of the eMASS endpoints defined in the eMASS REST API v3.2, dated October 21, 2021.</br><br> <strong>Register CLI</strong></br> New users will need to register an API key with the eMASS development team prior to accessing the site for the first time. The eMASS REST API requires a client certificate (SSL/TLS, DoD PKI only) where {url}/api/register (POST) is used to register the client certificate.</br></br> Every call to the eMASS REST API will require the use of the agreed upon public key certificate and API key. The API key must be provided in the request header for all endpoint calls (api-key). If the service receives an untrusted certificate or API key, a 401 error response code will be returned along with an error message.</br></br> <strong>Available Request Headers:</strong></br> <table> <tr> <th align=left>key</th> <th align=left>Example Value</th> <th align=left>Description</th> </tr> <tr> <td>`api-key`</td> <td>api-key-provided-by-emass</td> <td>This API key must be provided in the request header for all endpoint calls</td> </tr> <tr> <td>`user-uid`</td> <td>USER.UID.KEY</td> <td>This User unique identifier key must be provided in the request header for all PUT, POST, and DELETE endpoint calls</td> </tr> <tr> <td></td><td></td> <td> Note: For DoD users this is the DoD ID Number (EIDIPI) on their DoD CAC </td> </tr> </table> </br><strong>Approve API Client for Actionable Requests</strong></br> Users are required to log-in to eMASS and grant permissions for a client to update data within eMASS on their behalf. This is only required for actionable requests (PUT, POST, DELETE). The Registration Endpoint and all GET requests can be accessed without completing this process with the correct permissions. Please note that leaving a field parameter blank (for PUT/POST requests) has the potential to clear information in the active eMASS records. To establish an account with eMASS and/or acquire an api-key/user-uid, contact one of the listed POC:
5
+
6
+ OpenAPI spec version: v3.2
7
+ Contact: disa.meade.id.mbx.emass-tier-iii-support@mail.mil
8
+ Generated by: https://github.com/swagger-api/swagger-codegen.git
9
+ Swagger Codegen version: 3.0.26
10
+ =end
11
+
12
+ require 'date'
13
+
14
+ module EmassClient
15
+ class PoamRequiredPost
16
+ # [Required] Values include the following: (Ongoing,Risk Accepted,Completed,Not Applicable
17
+ attr_accessor :status
18
+
19
+ # [Required] Provide a description of the POA&M Item. 2000 Characters.
20
+ attr_accessor :vulnerability_description
21
+
22
+ # [Required] Include Source Identifying Vulnerability text. 2000 Characters.
23
+ attr_accessor :source_ident_vuln
24
+
25
+ # [Required] Organization/Office represented. 100 Characters.
26
+ attr_accessor :poc_organization
27
+
28
+ # [Required] List of resources used. 250 Characters.
29
+ attr_accessor :resources
30
+
31
+ # [Required] First name of POC. 100 Characters.
32
+ attr_accessor :poc_first_name
33
+
34
+ # [Required] Last name of POC. 100 Characters.
35
+ attr_accessor :poc_last_name
36
+
37
+ # [Required] Email address of POC. 100 Characters.
38
+ attr_accessor :poc_email
39
+
40
+ # [Required] Phone number of POC (area code) ***-**** format. 100 Characters.
41
+ attr_accessor :poc_phone_number
42
+
43
+ # [Optional] Unique identifier external to the eMASS application for use with associating POA&Ms. 100 Characters.
44
+ attr_accessor :external_uid
45
+
46
+ # [Optional] Control acronym associated with the POA&M Item. NIST SP 800-53 Revision 4 defined.
47
+ attr_accessor :control_acronym
48
+
49
+ # [Optional] CCI associated with POA&M.
50
+ attr_accessor :cci
51
+
52
+ # [Optional] Security Checks that are associated with the POA&M.
53
+ attr_accessor :security_checks
54
+
55
+ # [Optional] Values include the following options (I,II,III)
56
+ attr_accessor :raw_severity
57
+
58
+ # [Optional] Values include the following options (Very Low, Low, Moderate,High,Very High)
59
+ attr_accessor :relevance_of_threat
60
+
61
+ # [Optional] Values include the following options (Very Low, Low, Moderate,High,Very High)
62
+ attr_accessor :likelihood
63
+
64
+ # [Optional] Values include the following options (Very Low, Low, Moderate,High,Very High)
65
+ attr_accessor :impact
66
+
67
+ # [Optional] Include description of Security Control’s impact.
68
+ attr_accessor :impact_description
69
+
70
+ # [Optional] Values include the following options (Very Low, Low, Moderate,High,Very High)
71
+ attr_accessor :residual_risk_level
72
+
73
+ # [Optional] Include recommendations. Character Limit = 2,000.
74
+ attr_accessor :recommendations
75
+
76
+ # [Optional] Include mitigation explanation. 2000 Characters.
77
+ attr_accessor :mitigation
78
+
79
+ # [Conditional] Required for approved items. Values include the following options: (Very Low, Low, Moderate,High,Very High)
80
+ attr_accessor :severity
81
+
82
+ # [Conditional] Required for ongoing and completed POA&M items. Unix time format.
83
+ attr_accessor :scheduled_completion_date
84
+
85
+ # [Conditional] Field is required for completed and risk accepted POA&M items. 2000 Characters
86
+ attr_accessor :comments
87
+
88
+ # [Conditional] Field is required for completed POA&M items. Unix time format.
89
+ attr_accessor :completion_date
90
+
91
+ attr_accessor :milestones
92
+
93
+ class EnumAttributeValidator
94
+ attr_reader :datatype
95
+ attr_reader :allowable_values
96
+
97
+ def initialize(datatype, allowable_values)
98
+ @allowable_values = allowable_values.map do |value|
99
+ case datatype.to_s
100
+ when /Integer/i
101
+ value.to_i
102
+ when /Float/i
103
+ value.to_f
104
+ else
105
+ value
106
+ end
107
+ end
108
+ end
109
+
110
+ def valid?(value)
111
+ !value || allowable_values.include?(value)
112
+ end
113
+ end
114
+
115
+ # Attribute mapping from ruby-style variable name to JSON key.
116
+ def self.attribute_map
117
+ {
118
+ :'status' => :'status',
119
+ :'vulnerability_description' => :'vulnerabilityDescription',
120
+ :'source_ident_vuln' => :'sourceIdentVuln',
121
+ :'poc_organization' => :'pocOrganization',
122
+ :'resources' => :'resources',
123
+ :'poc_first_name' => :'pocFirstName',
124
+ :'poc_last_name' => :'pocLastName',
125
+ :'poc_email' => :'pocEmail',
126
+ :'poc_phone_number' => :'pocPhoneNumber',
127
+ :'external_uid' => :'externalUid',
128
+ :'control_acronym' => :'controlAcronym',
129
+ :'cci' => :'cci',
130
+ :'security_checks' => :'securityChecks',
131
+ :'raw_severity' => :'rawSeverity',
132
+ :'relevance_of_threat' => :'relevanceOfThreat',
133
+ :'likelihood' => :'likelihood',
134
+ :'impact' => :'impact',
135
+ :'impact_description' => :'impactDescription',
136
+ :'residual_risk_level' => :'residualRiskLevel',
137
+ :'recommendations' => :'recommendations',
138
+ :'mitigation' => :'mitigation',
139
+ :'severity' => :'severity',
140
+ :'scheduled_completion_date' => :'scheduledCompletionDate',
141
+ :'comments' => :'comments',
142
+ :'completion_date' => :'completionDate',
143
+ :'milestones' => :'milestones'
144
+ }
145
+ end
146
+
147
+ # Attribute type mapping.
148
+ def self.openapi_types
149
+ {
150
+ :'status' => :'Object',
151
+ :'vulnerability_description' => :'Object',
152
+ :'source_ident_vuln' => :'Object',
153
+ :'poc_organization' => :'Object',
154
+ :'resources' => :'Object',
155
+ :'poc_first_name' => :'Object',
156
+ :'poc_last_name' => :'Object',
157
+ :'poc_email' => :'Object',
158
+ :'poc_phone_number' => :'Object',
159
+ :'external_uid' => :'Object',
160
+ :'control_acronym' => :'Object',
161
+ :'cci' => :'Object',
162
+ :'security_checks' => :'Object',
163
+ :'raw_severity' => :'Object',
164
+ :'relevance_of_threat' => :'Object',
165
+ :'likelihood' => :'Object',
166
+ :'impact' => :'Object',
167
+ :'impact_description' => :'Object',
168
+ :'residual_risk_level' => :'Object',
169
+ :'recommendations' => :'Object',
170
+ :'mitigation' => :'Object',
171
+ :'severity' => :'Object',
172
+ :'scheduled_completion_date' => :'Object',
173
+ :'comments' => :'Object',
174
+ :'completion_date' => :'Object',
175
+ :'milestones' => :'Object'
176
+ }
177
+ end
178
+
179
+ # List of attributes with nullable: true
180
+ def self.openapi_nullable
181
+ Set.new([
182
+ ])
183
+ end
184
+
185
+ # Initializes the object
186
+ # @param [Hash] attributes Model attributes in the form of hash
187
+ def initialize(attributes = {})
188
+ if (!attributes.is_a?(Hash))
189
+ fail ArgumentError, "The input argument (attributes) must be a hash in `EmassClient::PoamRequiredPost` initialize method"
190
+ end
191
+
192
+ # check to see if the attribute exists and convert string to symbol for hash key
193
+ attributes = attributes.each_with_object({}) { |(k, v), h|
194
+ if (!self.class.attribute_map.key?(k.to_sym))
195
+ fail ArgumentError, "`#{k}` is not a valid attribute in `EmassClient::PoamRequiredPost`. Please check the name to make sure it's valid. List of attributes: " + self.class.attribute_map.keys.inspect
196
+ end
197
+ h[k.to_sym] = v
198
+ }
199
+
200
+ if attributes.key?(:'status')
201
+ self.status = attributes[:'status']
202
+ end
203
+
204
+ if attributes.key?(:'vulnerability_description')
205
+ self.vulnerability_description = attributes[:'vulnerability_description']
206
+ end
207
+
208
+ if attributes.key?(:'source_ident_vuln')
209
+ self.source_ident_vuln = attributes[:'source_ident_vuln']
210
+ end
211
+
212
+ if attributes.key?(:'poc_organization')
213
+ self.poc_organization = attributes[:'poc_organization']
214
+ end
215
+
216
+ if attributes.key?(:'resources')
217
+ self.resources = attributes[:'resources']
218
+ end
219
+
220
+ if attributes.key?(:'poc_first_name')
221
+ self.poc_first_name = attributes[:'poc_first_name']
222
+ end
223
+
224
+ if attributes.key?(:'poc_last_name')
225
+ self.poc_last_name = attributes[:'poc_last_name']
226
+ end
227
+
228
+ if attributes.key?(:'poc_email')
229
+ self.poc_email = attributes[:'poc_email']
230
+ end
231
+
232
+ if attributes.key?(:'poc_phone_number')
233
+ self.poc_phone_number = attributes[:'poc_phone_number']
234
+ end
235
+
236
+ if attributes.key?(:'external_uid')
237
+ self.external_uid = attributes[:'external_uid']
238
+ end
239
+
240
+ if attributes.key?(:'control_acronym')
241
+ self.control_acronym = attributes[:'control_acronym']
242
+ end
243
+
244
+ if attributes.key?(:'cci')
245
+ self.cci = attributes[:'cci']
246
+ end
247
+
248
+ if attributes.key?(:'security_checks')
249
+ self.security_checks = attributes[:'security_checks']
250
+ end
251
+
252
+ if attributes.key?(:'raw_severity')
253
+ self.raw_severity = attributes[:'raw_severity']
254
+ end
255
+
256
+ if attributes.key?(:'relevance_of_threat')
257
+ self.relevance_of_threat = attributes[:'relevance_of_threat']
258
+ end
259
+
260
+ if attributes.key?(:'likelihood')
261
+ self.likelihood = attributes[:'likelihood']
262
+ end
263
+
264
+ if attributes.key?(:'impact')
265
+ self.impact = attributes[:'impact']
266
+ end
267
+
268
+ if attributes.key?(:'impact_description')
269
+ self.impact_description = attributes[:'impact_description']
270
+ end
271
+
272
+ if attributes.key?(:'residual_risk_level')
273
+ self.residual_risk_level = attributes[:'residual_risk_level']
274
+ end
275
+
276
+ if attributes.key?(:'recommendations')
277
+ self.recommendations = attributes[:'recommendations']
278
+ end
279
+
280
+ if attributes.key?(:'mitigation')
281
+ self.mitigation = attributes[:'mitigation']
282
+ end
283
+
284
+ if attributes.key?(:'severity')
285
+ self.severity = attributes[:'severity']
286
+ end
287
+
288
+ if attributes.key?(:'scheduled_completion_date')
289
+ self.scheduled_completion_date = attributes[:'scheduled_completion_date']
290
+ end
291
+
292
+ if attributes.key?(:'comments')
293
+ self.comments = attributes[:'comments']
294
+ end
295
+
296
+ if attributes.key?(:'completion_date')
297
+ self.completion_date = attributes[:'completion_date']
298
+ end
299
+
300
+ if attributes.key?(:'milestones')
301
+ if (value = attributes[:'milestones']).is_a?(Array)
302
+ self.milestones = value
303
+ end
304
+ end
305
+ end
306
+
307
+ # Show invalid properties with the reasons. Usually used together with valid?
308
+ # @return Array for valid properties with the reasons
309
+ def list_invalid_properties
310
+ invalid_properties = Array.new
311
+ invalid_properties
312
+ end
313
+
314
+ # Check to see if the all the properties in the model are valid
315
+ # @return true if the model is valid
316
+ def valid?
317
+ status_validator = EnumAttributeValidator.new('Object', ['Ongoing', 'Risk Accepted', 'Completed', 'Not Applicable'])
318
+ return false unless status_validator.valid?(@status)
319
+ raw_severity_validator = EnumAttributeValidator.new('Object', ['I', 'II', 'III'])
320
+ return false unless raw_severity_validator.valid?(@raw_severity)
321
+ relevance_of_threat_validator = EnumAttributeValidator.new('Object', ['Very Low', 'Low', 'Moderate', 'High', 'Very High'])
322
+ return false unless relevance_of_threat_validator.valid?(@relevance_of_threat)
323
+ likelihood_validator = EnumAttributeValidator.new('Object', ['Very Low', 'Low', 'Moderate', 'High', 'Very High'])
324
+ return false unless likelihood_validator.valid?(@likelihood)
325
+ impact_validator = EnumAttributeValidator.new('Object', ['Very Low', 'Low', 'Moderate', 'High', 'Very High'])
326
+ return false unless impact_validator.valid?(@impact)
327
+ residual_risk_level_validator = EnumAttributeValidator.new('Object', ['Very Low', 'Low', 'Moderate', 'High', 'Very High'])
328
+ return false unless residual_risk_level_validator.valid?(@residual_risk_level)
329
+ severity_validator = EnumAttributeValidator.new('Object', ['Very Low', 'Low', 'Moderate', 'High', 'Very High'])
330
+ return false unless severity_validator.valid?(@severity)
331
+ true
332
+ end
333
+
334
+ # Custom attribute writer method checking allowed values (enum).
335
+ # @param [Object] status Object to be assigned
336
+ def status=(status)
337
+ validator = EnumAttributeValidator.new('Object', ['Ongoing', 'Risk Accepted', 'Completed', 'Not Applicable'])
338
+ unless validator.valid?(status)
339
+ fail ArgumentError, "invalid value for \"status\", must be one of #{validator.allowable_values}."
340
+ end
341
+ @status = status
342
+ end
343
+
344
+ # Custom attribute writer method checking allowed values (enum).
345
+ # @param [Object] raw_severity Object to be assigned
346
+ def raw_severity=(raw_severity)
347
+ validator = EnumAttributeValidator.new('Object', ['I', 'II', 'III'])
348
+ unless validator.valid?(raw_severity)
349
+ fail ArgumentError, "invalid value for \"raw_severity\", must be one of #{validator.allowable_values}."
350
+ end
351
+ @raw_severity = raw_severity
352
+ end
353
+
354
+ # Custom attribute writer method checking allowed values (enum).
355
+ # @param [Object] relevance_of_threat Object to be assigned
356
+ def relevance_of_threat=(relevance_of_threat)
357
+ validator = EnumAttributeValidator.new('Object', ['Very Low', 'Low', 'Moderate', 'High', 'Very High'])
358
+ unless validator.valid?(relevance_of_threat)
359
+ fail ArgumentError, "invalid value for \"relevance_of_threat\", must be one of #{validator.allowable_values}."
360
+ end
361
+ @relevance_of_threat = relevance_of_threat
362
+ end
363
+
364
+ # Custom attribute writer method checking allowed values (enum).
365
+ # @param [Object] likelihood Object to be assigned
366
+ def likelihood=(likelihood)
367
+ validator = EnumAttributeValidator.new('Object', ['Very Low', 'Low', 'Moderate', 'High', 'Very High'])
368
+ unless validator.valid?(likelihood)
369
+ fail ArgumentError, "invalid value for \"likelihood\", must be one of #{validator.allowable_values}."
370
+ end
371
+ @likelihood = likelihood
372
+ end
373
+
374
+ # Custom attribute writer method checking allowed values (enum).
375
+ # @param [Object] impact Object to be assigned
376
+ def impact=(impact)
377
+ validator = EnumAttributeValidator.new('Object', ['Very Low', 'Low', 'Moderate', 'High', 'Very High'])
378
+ unless validator.valid?(impact)
379
+ fail ArgumentError, "invalid value for \"impact\", must be one of #{validator.allowable_values}."
380
+ end
381
+ @impact = impact
382
+ end
383
+
384
+ # Custom attribute writer method checking allowed values (enum).
385
+ # @param [Object] residual_risk_level Object to be assigned
386
+ def residual_risk_level=(residual_risk_level)
387
+ validator = EnumAttributeValidator.new('Object', ['Very Low', 'Low', 'Moderate', 'High', 'Very High'])
388
+ unless validator.valid?(residual_risk_level)
389
+ fail ArgumentError, "invalid value for \"residual_risk_level\", must be one of #{validator.allowable_values}."
390
+ end
391
+ @residual_risk_level = residual_risk_level
392
+ end
393
+
394
+ # Custom attribute writer method checking allowed values (enum).
395
+ # @param [Object] severity Object to be assigned
396
+ def severity=(severity)
397
+ validator = EnumAttributeValidator.new('Object', ['Very Low', 'Low', 'Moderate', 'High', 'Very High'])
398
+ unless validator.valid?(severity)
399
+ fail ArgumentError, "invalid value for \"severity\", must be one of #{validator.allowable_values}."
400
+ end
401
+ @severity = severity
402
+ end
403
+
404
+ # Checks equality by comparing each attribute.
405
+ # @param [Object] Object to be compared
406
+ def ==(o)
407
+ return true if self.equal?(o)
408
+ self.class == o.class &&
409
+ status == o.status &&
410
+ vulnerability_description == o.vulnerability_description &&
411
+ source_ident_vuln == o.source_ident_vuln &&
412
+ poc_organization == o.poc_organization &&
413
+ resources == o.resources &&
414
+ poc_first_name == o.poc_first_name &&
415
+ poc_last_name == o.poc_last_name &&
416
+ poc_email == o.poc_email &&
417
+ poc_phone_number == o.poc_phone_number &&
418
+ external_uid == o.external_uid &&
419
+ control_acronym == o.control_acronym &&
420
+ cci == o.cci &&
421
+ security_checks == o.security_checks &&
422
+ raw_severity == o.raw_severity &&
423
+ relevance_of_threat == o.relevance_of_threat &&
424
+ likelihood == o.likelihood &&
425
+ impact == o.impact &&
426
+ impact_description == o.impact_description &&
427
+ residual_risk_level == o.residual_risk_level &&
428
+ recommendations == o.recommendations &&
429
+ mitigation == o.mitigation &&
430
+ severity == o.severity &&
431
+ scheduled_completion_date == o.scheduled_completion_date &&
432
+ comments == o.comments &&
433
+ completion_date == o.completion_date &&
434
+ milestones == o.milestones
435
+ end
436
+
437
+ # @see the `==` method
438
+ # @param [Object] Object to be compared
439
+ def eql?(o)
440
+ self == o
441
+ end
442
+
443
+ # Calculates hash code according to all attributes.
444
+ # @return [Integer] Hash code
445
+ def hash
446
+ [status, vulnerability_description, source_ident_vuln, poc_organization, resources, poc_first_name, poc_last_name, poc_email, poc_phone_number, external_uid, control_acronym, cci, security_checks, raw_severity, relevance_of_threat, likelihood, impact, impact_description, residual_risk_level, recommendations, mitigation, severity, scheduled_completion_date, comments, completion_date, milestones].hash
447
+ end
448
+
449
+ # Builds the object from hash
450
+ # @param [Hash] attributes Model attributes in the form of hash
451
+ # @return [Object] Returns the model itself
452
+ def self.build_from_hash(attributes)
453
+ new.build_from_hash(attributes)
454
+ end
455
+
456
+ # Builds the object from hash
457
+ # @param [Hash] attributes Model attributes in the form of hash
458
+ # @return [Object] Returns the model itself
459
+ def build_from_hash(attributes)
460
+ return nil unless attributes.is_a?(Hash)
461
+ self.class.openapi_types.each_pair do |key, type|
462
+ if type =~ /\AArray<(.*)>/i
463
+ # check to ensure the input is an array given that the attribute
464
+ # is documented as an array but the input is not
465
+ if attributes[self.class.attribute_map[key]].is_a?(Array)
466
+ self.send("#{key}=", attributes[self.class.attribute_map[key]].map { |v| _deserialize($1, v) })
467
+ end
468
+ elsif !attributes[self.class.attribute_map[key]].nil?
469
+ self.send("#{key}=", _deserialize(type, attributes[self.class.attribute_map[key]]))
470
+ elsif attributes[self.class.attribute_map[key]].nil? && self.class.openapi_nullable.include?(key)
471
+ self.send("#{key}=", nil)
472
+ end
473
+ end
474
+
475
+ self
476
+ end
477
+
478
+ # Deserializes the data based on type
479
+ # @param string type Data type
480
+ # @param string value Value to be deserialized
481
+ # @return [Object] Deserialized data
482
+ def _deserialize(type, value)
483
+ case type.to_sym
484
+ when :DateTime
485
+ DateTime.parse(value)
486
+ when :Date
487
+ Date.parse(value)
488
+ when :String
489
+ value.to_s
490
+ when :Integer
491
+ value.to_i
492
+ when :Float
493
+ value.to_f
494
+ when :Boolean
495
+ if value.to_s =~ /\A(true|t|yes|y|1)\z/i
496
+ true
497
+ else
498
+ false
499
+ end
500
+ when :Object
501
+ # generic object (usually a Hash), return directly
502
+ value
503
+ when /\AArray<(?<inner_type>.+)>\z/
504
+ inner_type = Regexp.last_match[:inner_type]
505
+ value.map { |v| _deserialize(inner_type, v) }
506
+ when /\AHash<(?<k_type>.+?), (?<v_type>.+)>\z/
507
+ k_type = Regexp.last_match[:k_type]
508
+ v_type = Regexp.last_match[:v_type]
509
+ {}.tap do |hash|
510
+ value.each do |k, v|
511
+ hash[_deserialize(k_type, k)] = _deserialize(v_type, v)
512
+ end
513
+ end
514
+ else # model
515
+ EmassClient.const_get(type).build_from_hash(value)
516
+ end
517
+ end
518
+
519
+ # Returns the string representation of the object
520
+ # @return [String] String presentation of the object
521
+ def to_s
522
+ to_hash.to_s
523
+ end
524
+
525
+ # to_body is an alias to to_hash (backward compatibility)
526
+ # @return [Hash] Returns the object in the form of hash
527
+ def to_body
528
+ to_hash
529
+ end
530
+
531
+ # Returns the object in the form of hash
532
+ # @return [Hash] Returns the object in the form of hash
533
+ def to_hash
534
+ hash = {}
535
+ self.class.attribute_map.each_pair do |attr, param|
536
+ value = self.send(attr)
537
+ if value.nil?
538
+ is_nullable = self.class.openapi_nullable.include?(attr)
539
+ next if !is_nullable || (is_nullable && !instance_variable_defined?(:"@#{attr}"))
540
+ end
541
+
542
+ hash[param] = _to_hash(value)
543
+ end
544
+ hash
545
+ end
546
+
547
+ # Outputs non-array value in the form of hash
548
+ # For object, use to_hash. Otherwise, just return the value
549
+ # @param [Object] value Any valid value
550
+ # @return [Hash] Returns the value in the form of hash
551
+ def _to_hash(value)
552
+ if value.is_a?(Array)
553
+ value.compact.map { |v| _to_hash(v) }
554
+ elsif value.is_a?(Hash)
555
+ {}.tap do |hash|
556
+ value.each { |k, v| hash[k] = _to_hash(v) }
557
+ end
558
+ elsif value.respond_to? :to_hash
559
+ value.to_hash
560
+ else
561
+ value
562
+ end
563
+ end end
564
+ end