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,606 @@
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 ControlsRequestPutBody
16
+ # [Required] Required to match the NIST SP 800-53 Revision 4.
17
+ attr_accessor :acronym
18
+
19
+ # [Required] Include written description of Responsible Entities that are responsible for the Security Control. Character Limit = 2,000.
20
+ attr_accessor :responsible_entities
21
+
22
+ # [Optional] Implementation Status of the Security Control for the information system.
23
+ attr_accessor :implementation_status
24
+
25
+ # [Conditional] Indicate the type of Common Control Provider for an “Inherited” Security Control.
26
+ attr_accessor :common_control_provider
27
+
28
+ # [Conditional] Provide justification for Security Controls deemed Not Applicable to the system.
29
+ attr_accessor :na_justification
30
+
31
+ # [Required] Control designations
32
+ attr_accessor :control_designation
33
+
34
+ # [Optional] Identifies the assessment method / combination that will determine if the security requirements are implemented correctly.
35
+ attr_accessor :test_method
36
+
37
+ # [Required] Field is required for Implementation Plan.
38
+ attr_accessor :estimated_completion_date
39
+
40
+ # [Required] Includes security control comments. Character Limit = 2,000.
41
+ attr_accessor :implementation_narrative
42
+
43
+ # [Conditional] Criticality of Security Control regarding SLCM. Character Limit = 2,000.
44
+ attr_accessor :slcm_criticality
45
+
46
+ # [Conditional] SLCM frequency
47
+ attr_accessor :slcm_frequency
48
+
49
+ # [Conditional] SLCM method utilized
50
+ attr_accessor :slcm_method
51
+
52
+ # [Conditional] Method for reporting Security Control for SLCM. Character Limit = 2,000.
53
+ attr_accessor :slcm_reporting
54
+
55
+ # [Conditional] How Non-Compliant Security Controls will be tracked for SLCM. Character Limit = 2,000.
56
+ attr_accessor :slcm_tracking
57
+
58
+ # [Conditional] Additional comments for Security Control regarding SLCM. Character Limit = 4,000.
59
+ attr_accessor :slcm_comments
60
+
61
+ # [Optional] Values include the following options (Very Low, Low, Moderate,High,Very High)
62
+ attr_accessor :severity
63
+
64
+ # [Optional] Include vulnerability summary. Character Limit = 2,000.
65
+ attr_accessor :vulnerabilty_summary
66
+
67
+ # [Optional] Include recommendations. Character Limit = 2,000.
68
+ attr_accessor :recommendations
69
+
70
+ # [Optional] Values include the following options (Very Low, Low, Moderate,High,Very High)
71
+ attr_accessor :relevance_of_threat
72
+
73
+ # [Optional] Values include the following options (Very Low, Low, Moderate,High,Very High)
74
+ attr_accessor :likelihood
75
+
76
+ # [Optional] Values include the following options (Very Low, Low, Moderate,High,Very High)
77
+ attr_accessor :impact
78
+
79
+ # [Optional] Include description of Security Control's impact.
80
+ attr_accessor :impact_description
81
+
82
+ # [Optional] Values include the following options (Very Low, Low, Moderate,High,Very High)
83
+ attr_accessor :residual_risk_level
84
+
85
+ class EnumAttributeValidator
86
+ attr_reader :datatype
87
+ attr_reader :allowable_values
88
+
89
+ def initialize(datatype, allowable_values)
90
+ @allowable_values = allowable_values.map do |value|
91
+ case datatype.to_s
92
+ when /Integer/i
93
+ value.to_i
94
+ when /Float/i
95
+ value.to_f
96
+ else
97
+ value
98
+ end
99
+ end
100
+ end
101
+
102
+ def valid?(value)
103
+ !value || allowable_values.include?(value)
104
+ end
105
+ end
106
+
107
+ # Attribute mapping from ruby-style variable name to JSON key.
108
+ def self.attribute_map
109
+ {
110
+ :'acronym' => :'acronym',
111
+ :'responsible_entities' => :'responsibleEntities',
112
+ :'implementation_status' => :'implementationStatus',
113
+ :'common_control_provider' => :'commonControlProvider',
114
+ :'na_justification' => :'naJustification',
115
+ :'control_designation' => :'controlDesignation',
116
+ :'test_method' => :'testMethod',
117
+ :'estimated_completion_date' => :'estimatedCompletionDate',
118
+ :'implementation_narrative' => :'implementationNarrative',
119
+ :'slcm_criticality' => :'slcmCriticality',
120
+ :'slcm_frequency' => :'slcmFrequency',
121
+ :'slcm_method' => :'slcmMethod',
122
+ :'slcm_reporting' => :'slcmReporting',
123
+ :'slcm_tracking' => :'slcmTracking',
124
+ :'slcm_comments' => :'slcmComments',
125
+ :'severity' => :'severity',
126
+ :'vulnerabilty_summary' => :'vulnerabiltySummary',
127
+ :'recommendations' => :'recommendations',
128
+ :'relevance_of_threat' => :'relevanceOfThreat',
129
+ :'likelihood' => :'likelihood',
130
+ :'impact' => :'impact',
131
+ :'impact_description' => :'impactDescription',
132
+ :'residual_risk_level' => :'residualRiskLevel'
133
+ }
134
+ end
135
+
136
+ # Attribute type mapping.
137
+ def self.openapi_types
138
+ {
139
+ :'acronym' => :'Object',
140
+ :'responsible_entities' => :'Object',
141
+ :'implementation_status' => :'Object',
142
+ :'common_control_provider' => :'Object',
143
+ :'na_justification' => :'Object',
144
+ :'control_designation' => :'Object',
145
+ :'test_method' => :'Object',
146
+ :'estimated_completion_date' => :'Object',
147
+ :'implementation_narrative' => :'Object',
148
+ :'slcm_criticality' => :'Object',
149
+ :'slcm_frequency' => :'Object',
150
+ :'slcm_method' => :'Object',
151
+ :'slcm_reporting' => :'Object',
152
+ :'slcm_tracking' => :'Object',
153
+ :'slcm_comments' => :'Object',
154
+ :'severity' => :'Object',
155
+ :'vulnerabilty_summary' => :'Object',
156
+ :'recommendations' => :'Object',
157
+ :'relevance_of_threat' => :'Object',
158
+ :'likelihood' => :'Object',
159
+ :'impact' => :'Object',
160
+ :'impact_description' => :'Object',
161
+ :'residual_risk_level' => :'Object'
162
+ }
163
+ end
164
+
165
+ # List of attributes with nullable: true
166
+ def self.openapi_nullable
167
+ Set.new([
168
+ ])
169
+ end
170
+
171
+ # Initializes the object
172
+ # @param [Hash] attributes Model attributes in the form of hash
173
+ def initialize(attributes = {})
174
+ if (!attributes.is_a?(Hash))
175
+ fail ArgumentError, "The input argument (attributes) must be a hash in `EmassClient::ControlsRequestPutBody` initialize method"
176
+ end
177
+
178
+ # check to see if the attribute exists and convert string to symbol for hash key
179
+ attributes = attributes.each_with_object({}) { |(k, v), h|
180
+ if (!self.class.attribute_map.key?(k.to_sym))
181
+ fail ArgumentError, "`#{k}` is not a valid attribute in `EmassClient::ControlsRequestPutBody`. Please check the name to make sure it's valid. List of attributes: " + self.class.attribute_map.keys.inspect
182
+ end
183
+ h[k.to_sym] = v
184
+ }
185
+
186
+ if attributes.key?(:'acronym')
187
+ self.acronym = attributes[:'acronym']
188
+ end
189
+
190
+ if attributes.key?(:'responsible_entities')
191
+ self.responsible_entities = attributes[:'responsible_entities']
192
+ end
193
+
194
+ if attributes.key?(:'implementation_status')
195
+ self.implementation_status = attributes[:'implementation_status']
196
+ end
197
+
198
+ if attributes.key?(:'common_control_provider')
199
+ self.common_control_provider = attributes[:'common_control_provider']
200
+ end
201
+
202
+ if attributes.key?(:'na_justification')
203
+ self.na_justification = attributes[:'na_justification']
204
+ end
205
+
206
+ if attributes.key?(:'control_designation')
207
+ self.control_designation = attributes[:'control_designation']
208
+ end
209
+
210
+ if attributes.key?(:'test_method')
211
+ self.test_method = attributes[:'test_method']
212
+ end
213
+
214
+ if attributes.key?(:'estimated_completion_date')
215
+ self.estimated_completion_date = attributes[:'estimated_completion_date']
216
+ end
217
+
218
+ if attributes.key?(:'implementation_narrative')
219
+ self.implementation_narrative = attributes[:'implementation_narrative']
220
+ end
221
+
222
+ if attributes.key?(:'slcm_criticality')
223
+ self.slcm_criticality = attributes[:'slcm_criticality']
224
+ end
225
+
226
+ if attributes.key?(:'slcm_frequency')
227
+ self.slcm_frequency = attributes[:'slcm_frequency']
228
+ end
229
+
230
+ if attributes.key?(:'slcm_method')
231
+ self.slcm_method = attributes[:'slcm_method']
232
+ end
233
+
234
+ if attributes.key?(:'slcm_reporting')
235
+ self.slcm_reporting = attributes[:'slcm_reporting']
236
+ end
237
+
238
+ if attributes.key?(:'slcm_tracking')
239
+ self.slcm_tracking = attributes[:'slcm_tracking']
240
+ end
241
+
242
+ if attributes.key?(:'slcm_comments')
243
+ self.slcm_comments = attributes[:'slcm_comments']
244
+ end
245
+
246
+ if attributes.key?(:'severity')
247
+ self.severity = attributes[:'severity']
248
+ end
249
+
250
+ if attributes.key?(:'vulnerabilty_summary')
251
+ self.vulnerabilty_summary = attributes[:'vulnerabilty_summary']
252
+ end
253
+
254
+ if attributes.key?(:'recommendations')
255
+ self.recommendations = attributes[:'recommendations']
256
+ end
257
+
258
+ if attributes.key?(:'relevance_of_threat')
259
+ self.relevance_of_threat = attributes[:'relevance_of_threat']
260
+ end
261
+
262
+ if attributes.key?(:'likelihood')
263
+ self.likelihood = attributes[:'likelihood']
264
+ end
265
+
266
+ if attributes.key?(:'impact')
267
+ self.impact = attributes[:'impact']
268
+ end
269
+
270
+ if attributes.key?(:'impact_description')
271
+ self.impact_description = attributes[:'impact_description']
272
+ end
273
+
274
+ if attributes.key?(:'residual_risk_level')
275
+ self.residual_risk_level = attributes[:'residual_risk_level']
276
+ end
277
+ end
278
+
279
+ # Show invalid properties with the reasons. Usually used together with valid?
280
+ # @return Array for valid properties with the reasons
281
+ def list_invalid_properties
282
+ invalid_properties = Array.new
283
+ if @acronym.nil?
284
+ invalid_properties.push('invalid value for "acronym", acronym cannot be nil.')
285
+ end
286
+
287
+ if @responsible_entities.nil?
288
+ invalid_properties.push('invalid value for "responsible_entities", responsible_entities cannot be nil.')
289
+ end
290
+
291
+ if @control_designation.nil?
292
+ invalid_properties.push('invalid value for "control_designation", control_designation cannot be nil.')
293
+ end
294
+
295
+ if @estimated_completion_date.nil?
296
+ invalid_properties.push('invalid value for "estimated_completion_date", estimated_completion_date cannot be nil.')
297
+ end
298
+
299
+ if @implementation_narrative.nil?
300
+ invalid_properties.push('invalid value for "implementation_narrative", implementation_narrative cannot be nil.')
301
+ end
302
+
303
+ invalid_properties
304
+ end
305
+
306
+ # Check to see if the all the properties in the model are valid
307
+ # @return true if the model is valid
308
+ def valid?
309
+ return false if @acronym.nil?
310
+ return false if @responsible_entities.nil?
311
+ implementation_status_validator = EnumAttributeValidator.new('Object', ['Planned', 'Implemented', 'Inherited', 'Not Applicable', 'Manually Inherited'])
312
+ return false unless implementation_status_validator.valid?(@implementation_status)
313
+ common_control_provider_validator = EnumAttributeValidator.new('Object', ['DoD', 'Component', 'Enclave'])
314
+ return false unless common_control_provider_validator.valid?(@common_control_provider)
315
+ return false if @control_designation.nil?
316
+ control_designation_validator = EnumAttributeValidator.new('Object', ['Common', 'System-Specific', 'Hybrid'])
317
+ return false unless control_designation_validator.valid?(@control_designation)
318
+ test_method_validator = EnumAttributeValidator.new('Object', ['Test', 'Interview', 'Examine', 'Test, Interview', 'Test, Examine', 'Interview, Examine', 'Test, Interview, Examine'])
319
+ return false unless test_method_validator.valid?(@test_method)
320
+ return false if @estimated_completion_date.nil?
321
+ return false if @implementation_narrative.nil?
322
+ slcm_frequency_validator = EnumAttributeValidator.new('Object', ['Constantly', 'Daily', 'Weekly', 'Monthly', 'Quarterly', 'Semi-Annually', 'Annually', 'Every Two Years', 'Every Three Years', 'Undetermined'])
323
+ return false unless slcm_frequency_validator.valid?(@slcm_frequency)
324
+ slcm_method_validator = EnumAttributeValidator.new('Object', ['Automated', 'Semi-Automated', 'Manual', 'Undetermined'])
325
+ return false unless slcm_method_validator.valid?(@slcm_method)
326
+ severity_validator = EnumAttributeValidator.new('Object', ['Very Low', 'Low', 'Moderate', 'High', 'Very High'])
327
+ return false unless severity_validator.valid?(@severity)
328
+ relevance_of_threat_validator = EnumAttributeValidator.new('Object', ['Very Low', 'Low', 'Moderate', 'High', 'Very High'])
329
+ return false unless relevance_of_threat_validator.valid?(@relevance_of_threat)
330
+ likelihood_validator = EnumAttributeValidator.new('Object', ['Very Low', 'Low', 'Moderate', 'High', 'Very High'])
331
+ return false unless likelihood_validator.valid?(@likelihood)
332
+ impact_validator = EnumAttributeValidator.new('Object', ['Very Low', 'Low', 'Moderate', 'High', 'Very High'])
333
+ return false unless impact_validator.valid?(@impact)
334
+ residual_risk_level_validator = EnumAttributeValidator.new('Object', ['Very Low', 'Low', 'Moderate', 'High', 'Very High'])
335
+ return false unless residual_risk_level_validator.valid?(@residual_risk_level)
336
+ true
337
+ end
338
+
339
+ # Custom attribute writer method checking allowed values (enum).
340
+ # @param [Object] implementation_status Object to be assigned
341
+ def implementation_status=(implementation_status)
342
+ validator = EnumAttributeValidator.new('Object', ['Planned', 'Implemented', 'Inherited', 'Not Applicable', 'Manually Inherited'])
343
+ unless validator.valid?(implementation_status)
344
+ fail ArgumentError, "invalid value for \"implementation_status\", must be one of #{validator.allowable_values}."
345
+ end
346
+ @implementation_status = implementation_status
347
+ end
348
+
349
+ # Custom attribute writer method checking allowed values (enum).
350
+ # @param [Object] common_control_provider Object to be assigned
351
+ def common_control_provider=(common_control_provider)
352
+ validator = EnumAttributeValidator.new('Object', ['DoD', 'Component', 'Enclave'])
353
+ unless validator.valid?(common_control_provider)
354
+ fail ArgumentError, "invalid value for \"common_control_provider\", must be one of #{validator.allowable_values}."
355
+ end
356
+ @common_control_provider = common_control_provider
357
+ end
358
+
359
+ # Custom attribute writer method checking allowed values (enum).
360
+ # @param [Object] control_designation Object to be assigned
361
+ def control_designation=(control_designation)
362
+ validator = EnumAttributeValidator.new('Object', ['Common', 'System-Specific', 'Hybrid'])
363
+ unless validator.valid?(control_designation)
364
+ fail ArgumentError, "invalid value for \"control_designation\", must be one of #{validator.allowable_values}."
365
+ end
366
+ @control_designation = control_designation
367
+ end
368
+
369
+ # Custom attribute writer method checking allowed values (enum).
370
+ # @param [Object] test_method Object to be assigned
371
+ def test_method=(test_method)
372
+ validator = EnumAttributeValidator.new('Object', ['Test', 'Interview', 'Examine', 'Test, Interview', 'Test, Examine', 'Interview, Examine', 'Test, Interview, Examine'])
373
+ unless validator.valid?(test_method)
374
+ fail ArgumentError, "invalid value for \"test_method\", must be one of #{validator.allowable_values}."
375
+ end
376
+ @test_method = test_method
377
+ end
378
+
379
+ # Custom attribute writer method checking allowed values (enum).
380
+ # @param [Object] slcm_frequency Object to be assigned
381
+ def slcm_frequency=(slcm_frequency)
382
+ validator = EnumAttributeValidator.new('Object', ['Constantly', 'Daily', 'Weekly', 'Monthly', 'Quarterly', 'Semi-Annually', 'Annually', 'Every Two Years', 'Every Three Years', 'Undetermined'])
383
+ unless validator.valid?(slcm_frequency)
384
+ fail ArgumentError, "invalid value for \"slcm_frequency\", must be one of #{validator.allowable_values}."
385
+ end
386
+ @slcm_frequency = slcm_frequency
387
+ end
388
+
389
+ # Custom attribute writer method checking allowed values (enum).
390
+ # @param [Object] slcm_method Object to be assigned
391
+ def slcm_method=(slcm_method)
392
+ validator = EnumAttributeValidator.new('Object', ['Automated', 'Semi-Automated', 'Manual', 'Undetermined'])
393
+ unless validator.valid?(slcm_method)
394
+ fail ArgumentError, "invalid value for \"slcm_method\", must be one of #{validator.allowable_values}."
395
+ end
396
+ @slcm_method = slcm_method
397
+ end
398
+
399
+ # Custom attribute writer method checking allowed values (enum).
400
+ # @param [Object] severity Object to be assigned
401
+ def severity=(severity)
402
+ validator = EnumAttributeValidator.new('Object', ['Very Low', 'Low', 'Moderate', 'High', 'Very High'])
403
+ unless validator.valid?(severity)
404
+ fail ArgumentError, "invalid value for \"severity\", must be one of #{validator.allowable_values}."
405
+ end
406
+ @severity = severity
407
+ end
408
+
409
+ # Custom attribute writer method checking allowed values (enum).
410
+ # @param [Object] relevance_of_threat Object to be assigned
411
+ def relevance_of_threat=(relevance_of_threat)
412
+ validator = EnumAttributeValidator.new('Object', ['Very Low', 'Low', 'Moderate', 'High', 'Very High'])
413
+ unless validator.valid?(relevance_of_threat)
414
+ fail ArgumentError, "invalid value for \"relevance_of_threat\", must be one of #{validator.allowable_values}."
415
+ end
416
+ @relevance_of_threat = relevance_of_threat
417
+ end
418
+
419
+ # Custom attribute writer method checking allowed values (enum).
420
+ # @param [Object] likelihood Object to be assigned
421
+ def likelihood=(likelihood)
422
+ validator = EnumAttributeValidator.new('Object', ['Very Low', 'Low', 'Moderate', 'High', 'Very High'])
423
+ unless validator.valid?(likelihood)
424
+ fail ArgumentError, "invalid value for \"likelihood\", must be one of #{validator.allowable_values}."
425
+ end
426
+ @likelihood = likelihood
427
+ end
428
+
429
+ # Custom attribute writer method checking allowed values (enum).
430
+ # @param [Object] impact Object to be assigned
431
+ def impact=(impact)
432
+ validator = EnumAttributeValidator.new('Object', ['Very Low', 'Low', 'Moderate', 'High', 'Very High'])
433
+ unless validator.valid?(impact)
434
+ fail ArgumentError, "invalid value for \"impact\", must be one of #{validator.allowable_values}."
435
+ end
436
+ @impact = impact
437
+ end
438
+
439
+ # Custom attribute writer method checking allowed values (enum).
440
+ # @param [Object] residual_risk_level Object to be assigned
441
+ def residual_risk_level=(residual_risk_level)
442
+ validator = EnumAttributeValidator.new('Object', ['Very Low', 'Low', 'Moderate', 'High', 'Very High'])
443
+ unless validator.valid?(residual_risk_level)
444
+ fail ArgumentError, "invalid value for \"residual_risk_level\", must be one of #{validator.allowable_values}."
445
+ end
446
+ @residual_risk_level = residual_risk_level
447
+ end
448
+
449
+ # Checks equality by comparing each attribute.
450
+ # @param [Object] Object to be compared
451
+ def ==(o)
452
+ return true if self.equal?(o)
453
+ self.class == o.class &&
454
+ acronym == o.acronym &&
455
+ responsible_entities == o.responsible_entities &&
456
+ implementation_status == o.implementation_status &&
457
+ common_control_provider == o.common_control_provider &&
458
+ na_justification == o.na_justification &&
459
+ control_designation == o.control_designation &&
460
+ test_method == o.test_method &&
461
+ estimated_completion_date == o.estimated_completion_date &&
462
+ implementation_narrative == o.implementation_narrative &&
463
+ slcm_criticality == o.slcm_criticality &&
464
+ slcm_frequency == o.slcm_frequency &&
465
+ slcm_method == o.slcm_method &&
466
+ slcm_reporting == o.slcm_reporting &&
467
+ slcm_tracking == o.slcm_tracking &&
468
+ slcm_comments == o.slcm_comments &&
469
+ severity == o.severity &&
470
+ vulnerabilty_summary == o.vulnerabilty_summary &&
471
+ recommendations == o.recommendations &&
472
+ relevance_of_threat == o.relevance_of_threat &&
473
+ likelihood == o.likelihood &&
474
+ impact == o.impact &&
475
+ impact_description == o.impact_description &&
476
+ residual_risk_level == o.residual_risk_level
477
+ end
478
+
479
+ # @see the `==` method
480
+ # @param [Object] Object to be compared
481
+ def eql?(o)
482
+ self == o
483
+ end
484
+
485
+ # Calculates hash code according to all attributes.
486
+ # @return [Integer] Hash code
487
+ def hash
488
+ [acronym, responsible_entities, implementation_status, common_control_provider, na_justification, control_designation, test_method, estimated_completion_date, implementation_narrative, slcm_criticality, slcm_frequency, slcm_method, slcm_reporting, slcm_tracking, slcm_comments, severity, vulnerabilty_summary, recommendations, relevance_of_threat, likelihood, impact, impact_description, residual_risk_level].hash
489
+ end
490
+
491
+ # Builds the object from hash
492
+ # @param [Hash] attributes Model attributes in the form of hash
493
+ # @return [Object] Returns the model itself
494
+ def self.build_from_hash(attributes)
495
+ new.build_from_hash(attributes)
496
+ end
497
+
498
+ # Builds the object from hash
499
+ # @param [Hash] attributes Model attributes in the form of hash
500
+ # @return [Object] Returns the model itself
501
+ def build_from_hash(attributes)
502
+ return nil unless attributes.is_a?(Hash)
503
+ self.class.openapi_types.each_pair do |key, type|
504
+ if type =~ /\AArray<(.*)>/i
505
+ # check to ensure the input is an array given that the attribute
506
+ # is documented as an array but the input is not
507
+ if attributes[self.class.attribute_map[key]].is_a?(Array)
508
+ self.send("#{key}=", attributes[self.class.attribute_map[key]].map { |v| _deserialize($1, v) })
509
+ end
510
+ elsif !attributes[self.class.attribute_map[key]].nil?
511
+ self.send("#{key}=", _deserialize(type, attributes[self.class.attribute_map[key]]))
512
+ elsif attributes[self.class.attribute_map[key]].nil? && self.class.openapi_nullable.include?(key)
513
+ self.send("#{key}=", nil)
514
+ end
515
+ end
516
+
517
+ self
518
+ end
519
+
520
+ # Deserializes the data based on type
521
+ # @param string type Data type
522
+ # @param string value Value to be deserialized
523
+ # @return [Object] Deserialized data
524
+ def _deserialize(type, value)
525
+ case type.to_sym
526
+ when :DateTime
527
+ DateTime.parse(value)
528
+ when :Date
529
+ Date.parse(value)
530
+ when :String
531
+ value.to_s
532
+ when :Integer
533
+ value.to_i
534
+ when :Float
535
+ value.to_f
536
+ when :Boolean
537
+ if value.to_s =~ /\A(true|t|yes|y|1)\z/i
538
+ true
539
+ else
540
+ false
541
+ end
542
+ when :Object
543
+ # generic object (usually a Hash), return directly
544
+ value
545
+ when /\AArray<(?<inner_type>.+)>\z/
546
+ inner_type = Regexp.last_match[:inner_type]
547
+ value.map { |v| _deserialize(inner_type, v) }
548
+ when /\AHash<(?<k_type>.+?), (?<v_type>.+)>\z/
549
+ k_type = Regexp.last_match[:k_type]
550
+ v_type = Regexp.last_match[:v_type]
551
+ {}.tap do |hash|
552
+ value.each do |k, v|
553
+ hash[_deserialize(k_type, k)] = _deserialize(v_type, v)
554
+ end
555
+ end
556
+ else # model
557
+ EmassClient.const_get(type).build_from_hash(value)
558
+ end
559
+ end
560
+
561
+ # Returns the string representation of the object
562
+ # @return [String] String presentation of the object
563
+ def to_s
564
+ to_hash.to_s
565
+ end
566
+
567
+ # to_body is an alias to to_hash (backward compatibility)
568
+ # @return [Hash] Returns the object in the form of hash
569
+ def to_body
570
+ to_hash
571
+ end
572
+
573
+ # Returns the object in the form of hash
574
+ # @return [Hash] Returns the object in the form of hash
575
+ def to_hash
576
+ hash = {}
577
+ self.class.attribute_map.each_pair do |attr, param|
578
+ value = self.send(attr)
579
+ if value.nil?
580
+ is_nullable = self.class.openapi_nullable.include?(attr)
581
+ next if !is_nullable || (is_nullable && !instance_variable_defined?(:"@#{attr}"))
582
+ end
583
+
584
+ hash[param] = _to_hash(value)
585
+ end
586
+ hash
587
+ end
588
+
589
+ # Outputs non-array value in the form of hash
590
+ # For object, use to_hash. Otherwise, just return the value
591
+ # @param [Object] value Any valid value
592
+ # @return [Hash] Returns the value in the form of hash
593
+ def _to_hash(value)
594
+ if value.is_a?(Array)
595
+ value.compact.map { |v| _to_hash(v) }
596
+ elsif value.is_a?(Hash)
597
+ {}.tap do |hash|
598
+ value.each { |k, v| hash[k] = _to_hash(v) }
599
+ end
600
+ elsif value.respond_to? :to_hash
601
+ value.to_hash
602
+ else
603
+ value
604
+ end
605
+ end end
606
+ end