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