emass_client 3.12.0 → 3.22.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/README.md +159 -129
- data/lib/emass_client/api/artifacts_api.rb +40 -48
- data/lib/emass_client/api/artifacts_export_api.rb +5 -5
- data/lib/emass_client/api/cac_api.rb +10 -10
- data/lib/emass_client/api/cloud_resource_results_api.rb +10 -10
- data/lib/emass_client/api/cmmc_assessment_dashboards_api.rb +314 -0
- data/lib/emass_client/api/cmmc_assessments_api.rb +5 -5
- data/lib/emass_client/api/coast_guard_system_fisma_metrics_dashboard_api.rb +95 -0
- data/lib/emass_client/api/container_scan_results_api.rb +10 -10
- data/lib/emass_client/api/controls_api.rb +17 -17
- data/lib/emass_client/api/device_scan_results_api.rb +112 -0
- data/lib/emass_client/api/hardware_baseline_api.rb +313 -0
- data/lib/emass_client/api/milestones_api.rb +15 -15
- data/lib/emass_client/api/organization_migration_status_dashboard_api.rb +95 -0
- data/lib/emass_client/api/pac_api.rb +10 -10
- data/lib/emass_client/api/poam_api.rb +40 -40
- data/lib/emass_client/api/registration_api.rb +5 -5
- data/lib/emass_client/api/software_baseline_api.rb +313 -0
- data/lib/emass_client/api/static_code_scans_api.rb +9 -9
- data/lib/emass_client/api/system_application_findings_dashboards_api.rb +168 -0
- data/lib/emass_client/api/{enterprise_artifacts_dashboards_api.rb → system_artifacts_dashboards_api.rb} +21 -21
- data/lib/emass_client/api/system_associations_dashboard_api.rb +8 -8
- data/lib/emass_client/api/system_atciatc_dashboard_api.rb +95 -0
- data/lib/emass_client/api/system_conmon_integration_status_dashboard_api.rb +8 -8
- data/lib/emass_client/api/system_connectivity_ccsd_dashboards_api.rb +168 -0
- data/lib/emass_client/api/system_critical_assets_dashboard_api.rb +95 -0
- data/lib/emass_client/api/system_device_findings_dashboards_api.rb +168 -0
- data/lib/emass_client/api/system_fisma_metrics_dashboard_api.rb +95 -0
- data/lib/emass_client/api/{hardware_baseline_dashboards_api.rb → system_hardware_dashboards_api.rb} +21 -21
- data/lib/emass_client/api/system_migration_status_dashboard_api.rb +95 -0
- data/lib/emass_client/api/{enterprise_poam_dashboards_api.rb → system_poam_dashboards_api.rb} +21 -21
- data/lib/emass_client/api/{ports_and_protocols_dashboards_api.rb → system_ports_protocols_dashboards_api.rb} +21 -21
- data/lib/emass_client/api/system_privacy_dashboard_api.rb +95 -0
- data/lib/emass_client/api/system_questionnaire_dashboards_api.rb +168 -0
- data/lib/emass_client/api/system_roles_api.rb +8 -8
- data/lib/emass_client/api/{enterprise_security_controls_dashboards_api.rb → system_security_controls_dashboards_api.rb} +31 -31
- data/lib/emass_client/api/{enterprise_sensor_based_hardware_resources_dashboards_api.rb → system_sensor_hardware_dashboards_api.rb} +21 -21
- data/lib/emass_client/api/{enterprise_sensor_based_software_resources_dashboards_api.rb → system_sensor_software_dashboards_api.rb} +29 -29
- data/lib/emass_client/api/{software_baseline_dashboards_api.rb → system_software_dashboards_api.rb} +21 -21
- data/lib/emass_client/api/system_status_dashboard_api.rb +8 -8
- data/lib/emass_client/api/{enterprise_terms_conditions_dashboards_api.rb → system_terms_conditions_dashboards_api.rb} +21 -21
- data/lib/emass_client/api/system_vulnerability_dashboard_api.rb +95 -0
- data/lib/emass_client/api/{enterprise_vulnerability_dashboards_api.rb → system_workflows_dashboards_api.rb} +53 -53
- data/lib/emass_client/api/systems_api.rb +16 -22
- data/lib/emass_client/api/test_api.rb +5 -5
- data/lib/emass_client/api/test_results_api.rb +10 -10
- data/lib/emass_client/api/{users_dashboard_api.rb → user_system_assignments_dashboard_api.rb} +13 -13
- data/lib/emass_client/api/va_system_dashboards_api.rb +679 -0
- data/lib/emass_client/api/vaombfisma_dashboard_api.rb +95 -0
- data/lib/emass_client/api/workflow_definitions_api.rb +9 -9
- data/lib/emass_client/api/workflow_instances_api.rb +14 -14
- data/lib/emass_client/api_client.rb +44 -31
- data/lib/emass_client/api_error.rb +4 -4
- data/lib/emass_client/configuration.rb +42 -12
- data/lib/emass_client/models/{response201.rb → api_rule_failed.rb} +17 -11
- data/lib/emass_client/models/{response490_meta.rb → api_rule_failed_meta.rb} +16 -10
- data/lib/emass_client/models/artifacts_ids.rb +221 -0
- data/lib/emass_client/models/artifacts_optional_fields.rb +298 -0
- data/lib/emass_client/models/artifacts_read_only_fields.rb +255 -0
- data/lib/emass_client/models/artifacts_request_delete_body_inner.rb +14 -8
- data/lib/emass_client/models/artifacts_required_fields.rb +252 -0
- data/lib/emass_client/models/artifacts_response_del.rb +14 -8
- data/lib/emass_client/models/artifacts_response_del_data_inner.rb +14 -8
- data/lib/emass_client/models/artifacts_response_get.rb +15 -9
- data/lib/emass_client/models/{artifacts_get.rb → artifacts_response_get_data_inner.rb} +78 -62
- data/lib/emass_client/models/artifacts_response_put_post.rb +14 -8
- data/lib/emass_client/models/artifacts_response_put_post_data_inner.rb +19 -13
- data/lib/emass_client/models/{response400.rb → bad_request.rb} +17 -11
- data/lib/emass_client/models/{response400_meta.rb → bad_request_meta.rb} +16 -10
- data/lib/emass_client/models/cac_get.rb +14 -8
- data/lib/emass_client/models/cac_response_get.rb +14 -8
- data/lib/emass_client/models/cac_response_post.rb +14 -8
- data/lib/emass_client/models/cac_response_post_data_inner.rb +19 -13
- data/lib/emass_client/models/cloud_resources_delete.rb +14 -8
- data/lib/emass_client/models/cloud_resources_delete_body_inner.rb +14 -8
- data/lib/emass_client/models/cloud_resources_post_delete.rb +19 -13
- data/lib/emass_client/models/cloud_resources_response_post.rb +14 -8
- data/lib/emass_client/models/cmmc_get.rb +84 -123
- data/lib/emass_client/models/cmmc_response_get.rb +14 -8
- data/lib/emass_client/models/connectivity_ccsd.rb +14 -8
- data/lib/emass_client/models/container_resources_delete_body_inner.rb +14 -8
- data/lib/emass_client/models/containers_resources_post_delete.rb +19 -13
- data/lib/emass_client/models/containers_response_delete.rb +14 -8
- data/lib/emass_client/models/containers_response_post.rb +14 -8
- data/lib/emass_client/models/controls_conditional_fields.rb +357 -0
- data/lib/emass_client/models/controls_ids.rb +221 -0
- data/lib/emass_client/models/controls_optional_fields.rb +471 -0
- data/lib/emass_client/models/controls_put.rb +19 -13
- data/lib/emass_client/models/controls_read_only_fields.rb +277 -0
- data/lib/emass_client/models/controls_required_fields.rb +295 -0
- data/lib/emass_client/models/controls_response_get.rb +15 -9
- data/lib/emass_client/models/{controls_get.rb → controls_response_get_data_inner.rb} +155 -138
- data/lib/emass_client/models/controls_response_put.rb +14 -8
- data/lib/emass_client/models/{response403.rb → created.rb} +17 -11
- data/lib/emass_client/models/{response201_meta.rb → created_meta.rb} +16 -10
- data/lib/emass_client/models/definition_transitions.rb +14 -8
- data/lib/emass_client/models/{poam_response_post.rb → device_scan_results_response_post.rb} +17 -11
- data/lib/emass_client/models/{success200_response_data_inner.rb → device_scan_results_response_post_data_inner.rb} +51 -16
- data/lib/emass_client/models/{response401.rb → forbidden.rb} +17 -11
- data/lib/emass_client/models/{response403_meta.rb → forbidden_meta.rb} +16 -10
- data/lib/emass_client/models/get_system_status_details200_response.rb +240 -0
- data/lib/emass_client/models/hw_baseline_conditional_fields.rb +244 -0
- data/lib/emass_client/models/hw_baseline_ids.rb +221 -0
- data/lib/emass_client/models/hw_baseline_optional_fields.rb +354 -0
- data/lib/emass_client/models/hw_baseline_read_only_fields.rb +222 -0
- data/lib/emass_client/models/hw_baseline_request_delete_body_inner.rb +220 -0
- data/lib/emass_client/models/hw_baseline_required_fields.rb +221 -0
- data/lib/emass_client/models/{poam_response_delete.rb → hw_baseline_response_delete.rb} +17 -11
- data/lib/emass_client/models/hw_baseline_response_delete_data_inner.rb +274 -0
- data/lib/emass_client/models/{dashboard_mock_response.rb → hw_baseline_response_get.rb} +18 -12
- data/lib/emass_client/models/hw_baseline_response_get_data_inner.rb +429 -0
- data/lib/emass_client/models/{success200_response.rb → hw_baseline_response_post_put.rb} +17 -11
- data/lib/emass_client/models/hw_baseline_response_post_put_data_inner.rb +274 -0
- data/lib/emass_client/models/{instances_transitions.rb → instance_transitions.rb} +16 -10
- data/lib/emass_client/models/internal_server_error.rb +220 -0
- data/lib/emass_client/models/{response500_meta.rb → internal_server_error_meta.rb} +16 -10
- data/lib/emass_client/models/length_required.rb +220 -0
- data/lib/emass_client/models/{response411_meta.rb → length_required_meta.rb} +16 -10
- data/lib/emass_client/models/method_not_allowed.rb +220 -0
- data/lib/emass_client/models/{response405_meta.rb → method_not_allowed_meta.rb} +16 -10
- data/lib/emass_client/models/milestone_response_delete.rb +14 -8
- data/lib/emass_client/models/milestone_response_get.rb +14 -8
- data/lib/emass_client/models/milestone_response_get_milestone.rb +14 -8
- data/lib/emass_client/models/milestone_response_post.rb +14 -8
- data/lib/emass_client/models/milestone_response_put.rb +14 -8
- data/lib/emass_client/models/milestones_fields.rb +222 -0
- data/lib/emass_client/models/milestones_get.rb +43 -15
- data/lib/emass_client/models/milestones_put_post_delete.rb +19 -13
- data/lib/emass_client/models/milestones_request_delete_body_inner.rb +14 -8
- data/lib/emass_client/models/milestones_required_post.rb +23 -40
- data/lib/emass_client/models/milestones_required_post_milestones_inner.rb +265 -0
- data/lib/emass_client/models/milestones_required_put.rb +23 -57
- data/lib/emass_client/models/{ssps.rb → milestones_required_put_milestones_inner.rb} +89 -35
- data/lib/emass_client/models/{response404.rb → not_found.rb} +16 -10
- data/lib/emass_client/models/pac_get.rb +30 -13
- data/lib/emass_client/models/pac_post.rb +19 -13
- data/lib/emass_client/models/pac_response_get.rb +14 -8
- data/lib/emass_client/models/pac_response_post.rb +14 -8
- data/lib/emass_client/models/{dashboard_mock_response_pagination.rb → pagination.rb} +35 -29
- data/lib/emass_client/models/poam_conditional_fields.rb +402 -0
- data/lib/emass_client/models/poam_ids.rb +241 -0
- data/lib/emass_client/models/poam_optional_fields.rb +409 -0
- data/lib/emass_client/models/poam_post_put_del.rb +19 -13
- data/lib/emass_client/models/poam_read_only_fields.rb +332 -0
- data/lib/emass_client/models/poam_request_delete_body_inner.rb +14 -8
- data/lib/emass_client/models/poam_required_fields.rb +305 -0
- data/lib/emass_client/models/poam_response_get_poams.rb +15 -9
- data/lib/emass_client/models/poam_response_get_poams_data.rb +824 -0
- data/lib/emass_client/models/poam_response_get_systems.rb +15 -9
- data/lib/emass_client/models/{poam_get.rb → poam_response_get_systems_data_inner.rb} +325 -365
- data/lib/emass_client/models/{poam_response_put.rb → poam_response_post_put_delete.rb} +16 -10
- data/lib/emass_client/models/register.rb +14 -8
- data/lib/emass_client/models/register_data.rb +14 -8
- data/lib/emass_client/models/register_user_request_post_body.rb +24 -8
- data/lib/emass_client/models/response200.rb +14 -8
- data/lib/emass_client/models/role_category.rb +14 -8
- data/lib/emass_client/models/roles.rb +14 -8
- data/lib/emass_client/models/stage.rb +14 -8
- data/lib/emass_client/models/static_code_application_post.rb +14 -8
- data/lib/emass_client/models/static_code_post.rb +19 -13
- data/lib/emass_client/models/static_code_request_post_body.rb +14 -8
- data/lib/emass_client/models/static_code_request_post_body_application.rb +14 -8
- data/lib/emass_client/models/static_code_response_post.rb +14 -8
- data/lib/emass_client/models/sw_baseline_conditional_fields.rb +222 -0
- data/lib/emass_client/models/sw_baseline_ids.rb +221 -0
- data/lib/emass_client/models/sw_baseline_optional_fields.rb +563 -0
- data/lib/emass_client/models/sw_baseline_read_only_fields.rb +222 -0
- data/lib/emass_client/models/sw_baseline_request_delete_body_inner.rb +220 -0
- data/lib/emass_client/models/sw_baseline_required_fields.rb +241 -0
- data/lib/emass_client/models/sw_baseline_response_delete.rb +231 -0
- data/lib/emass_client/models/sw_baseline_response_delete_data_inner.rb +274 -0
- data/lib/emass_client/models/sw_baseline_response_get.rb +240 -0
- data/lib/emass_client/models/sw_baseline_response_get_data_inner.rb +624 -0
- data/lib/emass_client/models/sw_baseline_response_post_put.rb +231 -0
- data/lib/emass_client/models/sw_baseline_response_post_put_data_inner.rb +274 -0
- data/lib/emass_client/models/system_response.rb +14 -8
- data/lib/emass_client/models/system_roles_category_response.rb +14 -8
- data/lib/emass_client/models/system_roles_response.rb +14 -8
- data/lib/emass_client/models/system_roles_response_data_inner.rb +14 -8
- data/lib/emass_client/models/systems.rb +708 -86
- data/lib/emass_client/models/systems_response.rb +14 -8
- data/lib/emass_client/models/test.rb +14 -8
- data/lib/emass_client/models/test_data.rb +14 -8
- data/lib/emass_client/models/test_results_get.rb +14 -8
- data/lib/emass_client/models/test_results_post.rb +19 -13
- data/lib/emass_client/models/test_results_response_get.rb +14 -8
- data/lib/emass_client/models/test_results_response_post.rb +14 -8
- data/lib/emass_client/models/unauthorized.rb +220 -0
- data/lib/emass_client/models/{response401_meta.rb → unauthorized_meta.rb} +16 -10
- data/lib/emass_client/models/users.rb +14 -8
- data/lib/emass_client/models/workflow_definition_get.rb +14 -8
- data/lib/emass_client/models/workflow_definition_response_get.rb +14 -8
- data/lib/emass_client/models/workflow_instance_get.rb +28 -11
- data/lib/emass_client/models/workflow_instance_response_get.rb +14 -8
- data/lib/emass_client/models/workflow_instances_response_get.rb +15 -9
- data/lib/emass_client/models/workflow_instances_response_get_pagination.rb +14 -8
- data/lib/emass_client/version.rb +5 -5
- data/lib/emass_client.rb +101 -52
- metadata +105 -56
- data/lib/emass_client/api/fisma_inventory_summary_dashboards_api.rb +0 -168
- data/lib/emass_client/api/privacy_compliance_dashboards_api.rb +0 -168
- data/lib/emass_client/api/system_a20_summary_dashboard_api.rb +0 -95
- data/lib/emass_client/api/system_aa_summary_dashboard_api.rb +0 -95
- data/lib/emass_client/api/system_pl109_reporting_summary_dashboard_api.rb +0 -95
- data/lib/emass_client/api/threat_risks_dashboards_api.rb +0 -241
- data/lib/emass_client/models/mock_object.rb +0 -338
- data/lib/emass_client/models/response405.rb +0 -214
- data/lib/emass_client/models/response411.rb +0 -214
- data/lib/emass_client/models/response490.rb +0 -214
- data/lib/emass_client/models/response500.rb +0 -214
- data/lib/emass_client/models/workflow_instances_get.rb +0 -337
@@ -1,12 +1,12 @@
|
|
1
1
|
=begin
|
2
2
|
#Enterprise Mission Assurance Support Service (eMASS)
|
3
3
|
|
4
|
-
#The
|
4
|
+
#The eMASS Representational State Transfer (REST) Application Programming Interface (API) enables users to perform assessments and complete actions associated with system records. The eMASS API provides an interface for application to communicate eMASS Services. For information on how to register and use the eMASS API reference the [eMASS API Getting Started](eMASSGettingStarted.md). Additional information about eMASS can be obtain by contacting the National Industrial Security Program (NISP). Points of Contact are:
|
5
5
|
|
6
|
-
The version of the OpenAPI document: v3.
|
7
|
-
Contact: disa.
|
6
|
+
The version of the OpenAPI document: v3.22
|
7
|
+
Contact: disa.global.servicedesk.mbx.ma-ticket-request@mail.mil
|
8
8
|
Generated by: https://openapi-generator.tech
|
9
|
-
|
9
|
+
Generator version: 7.12.0-SNAPSHOT
|
10
10
|
|
11
11
|
=end
|
12
12
|
|
@@ -111,6 +111,12 @@ module EmassClient
|
|
111
111
|
# [Read-only] Length of system's Authorization. Calculated based off of Authorization Date & Authorization Termination Date.
|
112
112
|
attr_accessor :authorization_length
|
113
113
|
|
114
|
+
# [Read-Only] Document an assessment of overall cybersecurity risk (Very Low, Low, Moderate, High, Very High) and identify the key drivers for assessment.
|
115
|
+
attr_accessor :security_controls_assessor_executive_summary
|
116
|
+
|
117
|
+
# [Read-Only] Document an assessment of overall cybersecurity risk (Very Low, Low, Moderate, High, Very High) and identify the key drivers for assessment. VA only
|
118
|
+
attr_accessor :risk_review_executive_summary
|
119
|
+
|
114
120
|
# [Read-only] Terms/Conditions for receiving and maintaining the system's Authorization. Assigned by the Authorizing Official.
|
115
121
|
attr_accessor :terms_for_auth
|
116
122
|
|
@@ -127,7 +133,7 @@ module EmassClient
|
|
127
133
|
attr_accessor :geographical_association
|
128
134
|
|
129
135
|
# [Read-only] Ownership of the system record.
|
130
|
-
attr_accessor :
|
136
|
+
attr_accessor :system_ownership_controlled
|
131
137
|
|
132
138
|
# [Read-only] Governing Mission Area of the system record.
|
133
139
|
attr_accessor :governing_mission_area
|
@@ -150,9 +156,12 @@ module EmassClient
|
|
150
156
|
# [Read-only] Availability of the system record. RMF values include the following options (High, Moderate, Low)
|
151
157
|
attr_accessor :availability
|
152
158
|
|
153
|
-
# [Read-only] Overlays applied to the system record.
|
159
|
+
# [Read-only] Overlays applied to the system record. Multiple values are separated by semi-colon ';'.
|
154
160
|
attr_accessor :applied_overlays
|
155
161
|
|
162
|
+
# [Read-only] The STIG's applied to the system record.
|
163
|
+
attr_accessor :applied_stigs
|
164
|
+
|
156
165
|
# [Read-only] RMF Activity of the system record.
|
157
166
|
attr_accessor :rmf_activity
|
158
167
|
|
@@ -168,6 +177,12 @@ module EmassClient
|
|
168
177
|
# [Read-Only] DoD Confidentiality level of the system record.
|
169
178
|
attr_accessor :dod_confidentiality
|
170
179
|
|
180
|
+
# [Read-Only] Is there a Contingency Plan in place for this system that addresses disruptions in operations?
|
181
|
+
attr_accessor :contingency_plan_required
|
182
|
+
|
183
|
+
# [Read-Only] Filename of the system's Contingency Plan artifact.
|
184
|
+
attr_accessor :contingency_plan_artifact
|
185
|
+
|
171
186
|
# [Read-only] Has the system record's Contingency Plan been tested?
|
172
187
|
attr_accessor :contingency_plan_tested
|
173
188
|
|
@@ -220,13 +235,16 @@ module EmassClient
|
|
220
235
|
attr_accessor :interconnected_information_system_and_identifiers
|
221
236
|
|
222
237
|
# [Read-only] Does the system require a Privacy Impact Assessment?
|
223
|
-
attr_accessor :
|
238
|
+
attr_accessor :privacy_impact_assessment_required
|
224
239
|
|
225
240
|
# [Read-only] Status of the PIA, availability values include the following options (Not Started, In Progress, Completed)
|
226
|
-
attr_accessor :
|
241
|
+
attr_accessor :privacy_impact_assessment_status
|
227
242
|
|
228
243
|
# [Read-only] Date in which the system's PIA took place.
|
229
|
-
attr_accessor :
|
244
|
+
attr_accessor :privacy_impact_assessment_date
|
245
|
+
|
246
|
+
# [Read-Only] Filename of the system's PIA artifact.
|
247
|
+
attr_accessor :privacy_impact_assessment_artifact
|
230
248
|
|
231
249
|
# [Read-only] User-defined field to augment Ad Hoc Reporting.
|
232
250
|
attr_accessor :user_defined_field1
|
@@ -261,7 +279,7 @@ module EmassClient
|
|
261
279
|
# [Read-Only] Indicates if the system contains High Value Assets. Does not display if value is null
|
262
280
|
attr_accessor :is_hva
|
263
281
|
|
264
|
-
# [Read-Only] Per OMB Circular A-127, a financial management system includes the core financial systems and the financial portions
|
282
|
+
# [Read-Only] Per OMB Circular A-127, a financial management system includes the core financial systems and the financial portions of mixed systems necessary to support financial management, including automated and manual processes, procedures, and controls, data, hardware, software, and support personnel dedicated to the operation and maintenance of system functions. The following are examples of financial management systems: core financial systems, procurement systems, loan systems, grants systems, payroll systems, budget formulation systems, billing systems, and travel systems.
|
265
283
|
attr_accessor :is_financial_management
|
266
284
|
|
267
285
|
# [Read-Only] A reciprocity system is any information system that is part of a mutual agreement among participating organizations to accept each other's security assessments in order to reuse information system resources and/or to accept each other's assessed security posture in order to share information.
|
@@ -276,8 +294,8 @@ module EmassClient
|
|
276
294
|
# [Read-Only] Values include the following: (Hybrid, Private, Public)
|
277
295
|
attr_accessor :cloud_type
|
278
296
|
|
279
|
-
# [Read-Only] The Authority to Connect decision. Values include the following:
|
280
|
-
attr_accessor :
|
297
|
+
# [Read-Only] The Authority to Connect decision. Values include the following: (Authority to Connect (ATC), Denial of Authority to Connect (DATC), Not Yet Connected, Decommissioned)
|
298
|
+
attr_accessor :authorization_to_connect_status
|
281
299
|
|
282
300
|
# [Read-Only] Software as a Service (SaaS) cloud service model.
|
283
301
|
attr_accessor :is_saa_s
|
@@ -301,10 +319,10 @@ module EmassClient
|
|
301
319
|
attr_accessor :is_hrr
|
302
320
|
|
303
321
|
# [Read-Only] The Connectivity Authorization Date.
|
304
|
-
attr_accessor :
|
322
|
+
attr_accessor :connectivity_authorization_date
|
305
323
|
|
306
324
|
# [Read-Only] The Connectivity Authorization Termination Date.
|
307
|
-
attr_accessor :
|
325
|
+
attr_accessor :connectivity_authorization_termination_date
|
308
326
|
|
309
327
|
# [Read-Only] Indicate the date by which the System needs to be deployed to a production environment. VA only.
|
310
328
|
attr_accessor :system_development_life_cycle
|
@@ -357,13 +375,161 @@ module EmassClient
|
|
357
375
|
# [Read-Only] Provide/upload the documentation that identifies or describes the components or aspects of the System that are public-facing (whitelisted).
|
358
376
|
attr_accessor :whitelist_inventory
|
359
377
|
|
378
|
+
# [Read-Only] Values include the following options (I,II,III)
|
379
|
+
attr_accessor :acquisition_category
|
380
|
+
|
381
|
+
# [Read-Only] Lists the software category.
|
382
|
+
attr_accessor :software_category
|
383
|
+
|
360
384
|
# [Read-Only] Name of the system's Cybersecurity Service Provider.
|
361
385
|
attr_accessor :cybersecurity_service_provider
|
362
386
|
|
363
387
|
# [Read-Only] If Not Applicable, provide the exception justification.
|
364
388
|
attr_accessor :cybersecurity_service_provider_exception_justification
|
365
389
|
|
366
|
-
|
390
|
+
# [Read-Only] MTD represents the total amount of time leaders/managers are willing to accept for a process outage or disruption.
|
391
|
+
attr_accessor :maximum_tolerable_downtime
|
392
|
+
|
393
|
+
# [Read-Only] RTO defines the maximum amount of time a system can remain unavailable before there is an unacceptable impact on other systems, supported business processes, and the MTD.
|
394
|
+
attr_accessor :recovery_time_objective
|
395
|
+
|
396
|
+
# [Read-Only] RPO represents the point in time, prior to a disruption or system outage, to which mission/business data can be recovered (given the most recent backup copy of the data) after an outage. The system data/information owner determines an acceptable RPO in terms of amount of tolerable data loss before unacceptable impact occurs.
|
397
|
+
attr_accessor :recovery_point_objective
|
398
|
+
|
399
|
+
# [Read-Only] Is a Business Impact Analysis in place that identifies critical business processes, MTD, RTO, and RPO?
|
400
|
+
attr_accessor :business_impact_analysis_required
|
401
|
+
|
402
|
+
# [Read-Only] Filename of the system's Business Impact Analysis artifact.
|
403
|
+
attr_accessor :business_impact_analysis_artifact
|
404
|
+
|
405
|
+
# [Read-Only] Is there a Incident Response Plan in place for this system that provides the roadmap for implementing the incident response capability?
|
406
|
+
attr_accessor :incident_response_plan_required
|
407
|
+
|
408
|
+
# [Read-Only] Filename of the system's Incident Response Plan artifact.
|
409
|
+
attr_accessor :incident_response_plan_artifact
|
410
|
+
|
411
|
+
# [Read-Only] Is there a Disaster Recovery Plan in place for this system that addresses information system disruptions that require relocation?
|
412
|
+
attr_accessor :disaster_recovery_plan_required
|
413
|
+
|
414
|
+
# [Read-Only] Filename of the system's Disaster Recovery Plan artifact.
|
415
|
+
attr_accessor :disaster_recovery_plan_artifact
|
416
|
+
|
417
|
+
# [Read-Only] Indicate whether a Privacy Threshold Analysis (PTA) has been performed for this IS.
|
418
|
+
attr_accessor :privacy_threshold_analysis_completed
|
419
|
+
|
420
|
+
# [Read-Only] Date in which this sytem's Privacy Threshold Analysis took place.
|
421
|
+
attr_accessor :privacy_threshold_analysis_date
|
422
|
+
|
423
|
+
# [Read-Only] Filename of the system's Privacy Threshold Analysis artifact.
|
424
|
+
attr_accessor :privacy_threshold_analysis_artifact
|
425
|
+
|
426
|
+
# [Read-Only] Does this system require a Privacy Act System of Record Notice per DoD 5400.11-R?
|
427
|
+
attr_accessor :privacy_act_system_of_records_notice_required
|
428
|
+
|
429
|
+
# [Read-Only] Indicate whether an E-Authentication Risk Assessment has been performed for the system in accordance with OMB M-04-04.
|
430
|
+
attr_accessor :e_authentication_risk_assessment_required
|
431
|
+
|
432
|
+
# [Read-Only] Date this system's EAuthentication Risk Assessment took place.
|
433
|
+
attr_accessor :e_authentication_risk_assessment_date
|
434
|
+
|
435
|
+
# [Read-Only] Filename of the system's Privacy Threshold Analysis artifact.
|
436
|
+
attr_accessor :e_authentication_risk_assessment_artifact
|
437
|
+
|
438
|
+
# [Read-Only] Identify the total number of assets associated with this boundary that are only on IPv4.
|
439
|
+
attr_accessor :ipv4_only_assets
|
440
|
+
|
441
|
+
# [Read-Only] Identify the total number of assets associated with this boundary that are only on IPv6.
|
442
|
+
attr_accessor :ipv6_only_assets
|
443
|
+
|
444
|
+
# [Read-Only] Identify the total number of assets associated with this boundary that are operating on IPv4/IPv6 dual-stack.
|
445
|
+
attr_accessor :ipv4_ipv6_dual_stack_assets
|
446
|
+
|
447
|
+
# [Read-Only] Total number of IPv4, IPv6, and dual-stack assets identified. Value calculated upon Save action
|
448
|
+
attr_accessor :total_ip_assets
|
449
|
+
|
450
|
+
# [Read-Only] Identify the organization that generated the existing authorization package, including (where applicable) individual points of contact.
|
451
|
+
attr_accessor :originating_organization
|
452
|
+
|
453
|
+
# [Read-Only] Provide a detailed justification as to why this system should be deployed and used within the requesting organization.
|
454
|
+
attr_accessor :system_use_justification
|
455
|
+
|
456
|
+
# [Read-Only] Filename of the System Use Justification Artifact, including the file extension.
|
457
|
+
attr_accessor :system_use_justification_artifact
|
458
|
+
|
459
|
+
# [Read-Only] The system's Authority to Use Status.
|
460
|
+
attr_accessor :authorization_to_use_status
|
461
|
+
|
462
|
+
# [Read-Only] The system's Reciprocity Acceptance Status. Army IC only.
|
463
|
+
attr_accessor :reciprocity_acceptance_status
|
464
|
+
|
465
|
+
# [Read-Only] The system's Use Authorization Date.
|
466
|
+
attr_accessor :use_authorization_date
|
467
|
+
|
468
|
+
# [Read-Only] The system's Reciprocity Acceptance Date. Army IC only.
|
469
|
+
attr_accessor :reciprocity_acceptance_date
|
470
|
+
|
471
|
+
# [Read-Only] The system's Use Authorization Termination Date.
|
472
|
+
attr_accessor :use_authorization_termination_date
|
473
|
+
|
474
|
+
# [Read-Only] The system's Reciprocity Acceptance Termination Date. Army IC only.
|
475
|
+
attr_accessor :reciprocity_acceptance_termination_date
|
476
|
+
|
477
|
+
# [Read-Only] The system's Terms / Conditions for Use Summary.
|
478
|
+
attr_accessor :terms_conditions_for_use_summary
|
479
|
+
|
480
|
+
# [Read-Only] The system's Terms / Conditions for Reciprocity Summary. Army IC only.
|
481
|
+
attr_accessor :terms_conditions_for_reciprocity_summary
|
482
|
+
|
483
|
+
# [Read-Only] Annotate 'Yes' if your system performs a Primary Mission Essential Function. VA only
|
484
|
+
attr_accessor :primary_mission_essential_function
|
485
|
+
|
486
|
+
# [Read-Only] The FIPS category \"Availability\" of this system must be marked \"High\" if the system is listed as a PMEF, and the RTO must be 12 hours or shorter. VA only
|
487
|
+
attr_accessor :pmef_description
|
488
|
+
|
489
|
+
# [Read-Only] Annotate \"Yes\" if your system performs a Mission Essential Function. VA only.
|
490
|
+
attr_accessor :mission_essential_function
|
491
|
+
|
492
|
+
# [Read-Only] MEFs are listed in the OIT Continuity Plan. VA Handbook 0322 will be updated with these MEFs. VA only.
|
493
|
+
attr_accessor :mef_description
|
494
|
+
|
495
|
+
# [Read-Only] Identify the administration that this information system supports. VA only.
|
496
|
+
attr_accessor :administration
|
497
|
+
|
498
|
+
# [Read-Only] If the Administration field is set to \"Other\", this free-text field becomes required. VA only.
|
499
|
+
attr_accessor :administration_other_justification
|
500
|
+
|
501
|
+
# [Read-Only] The date the Authority to Connect (ATC) or Interim Authority to Connect (IATC) was granted.
|
502
|
+
attr_accessor :atc_iatc_granted_date
|
503
|
+
|
504
|
+
# [Read-Only] The date the Authority to Connect (ATC) or Interim Authority to Connect (IATC) expires.
|
505
|
+
attr_accessor :atc_iatc_expiration_date
|
506
|
+
|
507
|
+
# [Read-Only] List of pending items required for the Authority to Connect (ATC) or Interim Authority to Connect (IATC).
|
508
|
+
attr_accessor :atc_iatc_pending_items
|
509
|
+
|
510
|
+
# [Read-Only] The date the pending items are due.
|
511
|
+
attr_accessor :pending_items_due_date
|
512
|
+
|
513
|
+
# [Read-Only] A DoDIN-N system is all encompassing for the following: Navy networks, systems, sites, corporate assets, centrally managed programs, programs of record, standalone, excepted, enterprise, non-enterprise, cloud, NIPRNET, SIPRNET, GENSER Classified, Defense Research Engineering Network (DREN), Secret DREN (SDREN), connected to the DoDIN or through commercial lines that are owned, operated, leased, contracted, maintained, managed, administered, house Navy data, house Navy personally identifiable information, house Navy protected health information, or controlled unclassified information. The DoDIN-N also includes commercial information technology, weapons systems/program manager/program of record/platform information technology, and operational technology. Navy only.
|
514
|
+
attr_accessor :dodinn_system_id
|
515
|
+
|
516
|
+
# [Read-Only] FCC CRMA/NAO approval for DoDIN-N operations. Navy only.
|
517
|
+
attr_accessor :authorization_to_use_connect_status
|
518
|
+
|
519
|
+
# [Read-Only] The Use/Connect Authorization Date. Navy only.
|
520
|
+
attr_accessor :use_connect_authorization_date
|
521
|
+
|
522
|
+
# [Read-Only] The Use/Connect Authorization Termination Date Navy only.
|
523
|
+
attr_accessor :use_connect_authorization_termination_date
|
524
|
+
|
525
|
+
# [Read-Only] Provide a description (if applicable) of any specific limitations or restrictions placed on the operation of the information system as part of the authorization to use/connect decision. Navy only.
|
526
|
+
attr_accessor :terms_conditions_for_use_connect_summary
|
527
|
+
|
528
|
+
# [Read-Only] Identify the number of System Workstations. This data will be used for the National Industrial Security System (NISS) facility categorization. If field is not applicable enter \"0\". NISP only.
|
529
|
+
attr_accessor :workstations
|
530
|
+
|
531
|
+
# [Read-Only] Identify the number of System Servers. This data will be used for the National Industrial Security System (NISS) facility categorization. If field is not applicable enter \"0\". NISP only.
|
532
|
+
attr_accessor :servers
|
367
533
|
|
368
534
|
attr_accessor :connectivity_ccsd
|
369
535
|
|
@@ -424,12 +590,14 @@ module EmassClient
|
|
424
590
|
:'authorization_date' => :'authorizationDate',
|
425
591
|
:'authorization_termination_date' => :'authorizationTerminationDate',
|
426
592
|
:'authorization_length' => :'authorizationLength',
|
593
|
+
:'security_controls_assessor_executive_summary' => :'securityControlsAssessorExecutiveSummary',
|
594
|
+
:'risk_review_executive_summary' => :'riskReviewExecutiveSummary',
|
427
595
|
:'terms_for_auth' => :'termsForAuth',
|
428
596
|
:'security_plan_approval_status' => :'securityPlanApprovalStatus',
|
429
597
|
:'security_plan_approval_date' => :'securityPlanApprovalDate',
|
430
598
|
:'mission_criticality' => :'missionCriticality',
|
431
599
|
:'geographical_association' => :'geographicalAssociation',
|
432
|
-
:'
|
600
|
+
:'system_ownership_controlled' => :'systemOwnershipControlled',
|
433
601
|
:'governing_mission_area' => :'governingMissionArea',
|
434
602
|
:'primary_functional_area' => :'primaryFunctionalArea',
|
435
603
|
:'secondary_functional_area' => :'secondaryFunctionalArea',
|
@@ -438,11 +606,14 @@ module EmassClient
|
|
438
606
|
:'integrity' => :'integrity',
|
439
607
|
:'availability' => :'availability',
|
440
608
|
:'applied_overlays' => :'appliedOverlays',
|
609
|
+
:'applied_stigs' => :'appliedStigs',
|
441
610
|
:'rmf_activity' => :'rmfActivity',
|
442
611
|
:'cross_domain_ticket' => :'crossDomainTicket',
|
443
612
|
:'ditpr_don_id' => :'ditprDonId',
|
444
613
|
:'mac' => :'mac',
|
445
614
|
:'dod_confidentiality' => :'dodConfidentiality',
|
615
|
+
:'contingency_plan_required' => :'contingencyPlanRequired',
|
616
|
+
:'contingency_plan_artifact' => :'contingencyPlanArtifact',
|
446
617
|
:'contingency_plan_tested' => :'contingencyPlanTested',
|
447
618
|
:'contingency_plan_test_date' => :'contingencyPlanTestDate',
|
448
619
|
:'security_review_required' => :'securityReviewRequired',
|
@@ -460,9 +631,10 @@ module EmassClient
|
|
460
631
|
:'ppsm_registry_number' => :'ppsmRegistryNumber',
|
461
632
|
:'ppsm_registration_exemption_justification' => :'ppsmRegistrationExemptionJustification',
|
462
633
|
:'interconnected_information_system_and_identifiers' => :'interconnectedInformationSystemAndIdentifiers',
|
463
|
-
:'
|
464
|
-
:'
|
465
|
-
:'
|
634
|
+
:'privacy_impact_assessment_required' => :'privacyImpactAssessmentRequired',
|
635
|
+
:'privacy_impact_assessment_status' => :'privacyImpactAssessmentStatus',
|
636
|
+
:'privacy_impact_assessment_date' => :'privacyImpactAssessmentDate',
|
637
|
+
:'privacy_impact_assessment_artifact' => :'privacyImpactAssessmentArtifact',
|
466
638
|
:'user_defined_field1' => :'userDefinedField1',
|
467
639
|
:'user_defined_field2' => :'userDefinedField2',
|
468
640
|
:'user_defined_field3' => :'userDefinedField3',
|
@@ -479,7 +651,7 @@ module EmassClient
|
|
479
651
|
:'reciprocity_exemption' => :'reciprocityExemption',
|
480
652
|
:'cloud_computing' => :'cloudComputing',
|
481
653
|
:'cloud_type' => :'cloudType',
|
482
|
-
:'
|
654
|
+
:'authorization_to_connect_status' => :'authorizationToConnectStatus',
|
483
655
|
:'is_saa_s' => :'isSaaS',
|
484
656
|
:'is_paa_s' => :'isPaaS',
|
485
657
|
:'is_iaa_s' => :'isIaaS',
|
@@ -487,8 +659,8 @@ module EmassClient
|
|
487
659
|
:'need_date' => :'needDate',
|
488
660
|
:'overall_risk_score' => :'overallRiskScore',
|
489
661
|
:'is_hrr' => :'isHRR',
|
490
|
-
:'
|
491
|
-
:'
|
662
|
+
:'connectivity_authorization_date' => :'connectivityAuthorizationDate',
|
663
|
+
:'connectivity_authorization_termination_date' => :'connectivityAuthorizationTerminationDate',
|
492
664
|
:'system_development_life_cycle' => :'systemDevelopmentLifeCycle',
|
493
665
|
:'is_fisma_reportable' => :'isFISMAReportable',
|
494
666
|
:'group_tagging' => :'groupTagging',
|
@@ -506,16 +678,70 @@ module EmassClient
|
|
506
678
|
:'enterprise_locations' => :'enterpriseLocations',
|
507
679
|
:'whitelist_id' => :'whitelistId',
|
508
680
|
:'whitelist_inventory' => :'whitelistInventory',
|
681
|
+
:'acquisition_category' => :'acquisitionCategory',
|
682
|
+
:'software_category' => :'softwareCategory',
|
509
683
|
:'cybersecurity_service_provider' => :'cybersecurityServiceProvider',
|
510
684
|
:'cybersecurity_service_provider_exception_justification' => :'cybersecurityServiceProviderExceptionJustification',
|
511
|
-
:'
|
685
|
+
:'maximum_tolerable_downtime' => :'maximumTolerableDowntime',
|
686
|
+
:'recovery_time_objective' => :'recoveryTimeObjective',
|
687
|
+
:'recovery_point_objective' => :'recoveryPointObjective',
|
688
|
+
:'business_impact_analysis_required' => :'businessImpactAnalysisRequired',
|
689
|
+
:'business_impact_analysis_artifact' => :'businessImpactAnalysisArtifact',
|
690
|
+
:'incident_response_plan_required' => :'incidentResponsePlanRequired',
|
691
|
+
:'incident_response_plan_artifact' => :'incidentResponsePlanArtifact',
|
692
|
+
:'disaster_recovery_plan_required' => :'disasterRecoveryPlanRequired',
|
693
|
+
:'disaster_recovery_plan_artifact' => :'disasterRecoveryPlanArtifact',
|
694
|
+
:'privacy_threshold_analysis_completed' => :'privacyThresholdAnalysisCompleted',
|
695
|
+
:'privacy_threshold_analysis_date' => :'privacyThresholdAnalysisDate',
|
696
|
+
:'privacy_threshold_analysis_artifact' => :'privacyThresholdAnalysisArtifact',
|
697
|
+
:'privacy_act_system_of_records_notice_required' => :'privacyActSystemOfRecordsNoticeRequired',
|
698
|
+
:'e_authentication_risk_assessment_required' => :'eAuthenticationRiskAssessmentRequired',
|
699
|
+
:'e_authentication_risk_assessment_date' => :'eAuthenticationRiskAssessmentDate',
|
700
|
+
:'e_authentication_risk_assessment_artifact' => :'eAuthenticationRiskAssessmentArtifact',
|
701
|
+
:'ipv4_only_assets' => :'ipv4OnlyAssets',
|
702
|
+
:'ipv6_only_assets' => :'ipv6OnlyAssets',
|
703
|
+
:'ipv4_ipv6_dual_stack_assets' => :'ipv4Ipv6DualStackAssets',
|
704
|
+
:'total_ip_assets' => :'totalIpAssets',
|
705
|
+
:'originating_organization' => :'originatingOrganization',
|
706
|
+
:'system_use_justification' => :'systemUseJustification',
|
707
|
+
:'system_use_justification_artifact' => :'systemUseJustificationArtifact',
|
708
|
+
:'authorization_to_use_status' => :'authorizationToUseStatus',
|
709
|
+
:'reciprocity_acceptance_status' => :'reciprocityAcceptanceStatus',
|
710
|
+
:'use_authorization_date' => :'useAuthorizationDate',
|
711
|
+
:'reciprocity_acceptance_date' => :'reciprocityAcceptanceDate',
|
712
|
+
:'use_authorization_termination_date' => :'useAuthorizationTerminationDate',
|
713
|
+
:'reciprocity_acceptance_termination_date' => :'reciprocityAcceptanceTerminationDate',
|
714
|
+
:'terms_conditions_for_use_summary' => :'termsConditionsForUseSummary',
|
715
|
+
:'terms_conditions_for_reciprocity_summary' => :'termsConditionsForReciprocitySummary',
|
716
|
+
:'primary_mission_essential_function' => :'primaryMissionEssentialFunction',
|
717
|
+
:'pmef_description' => :'pmefDescription',
|
718
|
+
:'mission_essential_function' => :'missionEssentialFunction',
|
719
|
+
:'mef_description' => :'mefDescription',
|
720
|
+
:'administration' => :'administration',
|
721
|
+
:'administration_other_justification' => :'administrationOtherJustification',
|
722
|
+
:'atc_iatc_granted_date' => :'atcIatcGrantedDate',
|
723
|
+
:'atc_iatc_expiration_date' => :'atcIatcExpirationDate',
|
724
|
+
:'atc_iatc_pending_items' => :'atcIatcPendingItems',
|
725
|
+
:'pending_items_due_date' => :'pendingItemsDueDate',
|
726
|
+
:'dodinn_system_id' => :'dodinnSystemId',
|
727
|
+
:'authorization_to_use_connect_status' => :'authorizationToUseConnectStatus',
|
728
|
+
:'use_connect_authorization_date' => :'useConnectAuthorizationDate',
|
729
|
+
:'use_connect_authorization_termination_date' => :'useConnectAuthorizationTerminationDate',
|
730
|
+
:'terms_conditions_for_use_connect_summary' => :'termsConditionsForUseConnectSummary',
|
731
|
+
:'workstations' => :'workstations',
|
732
|
+
:'servers' => :'servers',
|
512
733
|
:'connectivity_ccsd' => :'connectivityCcsd'
|
513
734
|
}
|
514
735
|
end
|
515
736
|
|
737
|
+
# Returns attribute mapping this model knows about
|
738
|
+
def self.acceptable_attribute_map
|
739
|
+
attribute_map
|
740
|
+
end
|
741
|
+
|
516
742
|
# Returns all the JSON keys this model knows about
|
517
743
|
def self.acceptable_attributes
|
518
|
-
|
744
|
+
acceptable_attribute_map.values
|
519
745
|
end
|
520
746
|
|
521
747
|
# Attribute type mapping.
|
@@ -553,12 +779,14 @@ module EmassClient
|
|
553
779
|
:'authorization_date' => :'Integer',
|
554
780
|
:'authorization_termination_date' => :'Integer',
|
555
781
|
:'authorization_length' => :'Integer',
|
782
|
+
:'security_controls_assessor_executive_summary' => :'String',
|
783
|
+
:'risk_review_executive_summary' => :'String',
|
556
784
|
:'terms_for_auth' => :'String',
|
557
785
|
:'security_plan_approval_status' => :'String',
|
558
786
|
:'security_plan_approval_date' => :'Integer',
|
559
787
|
:'mission_criticality' => :'String',
|
560
788
|
:'geographical_association' => :'String',
|
561
|
-
:'
|
789
|
+
:'system_ownership_controlled' => :'String',
|
562
790
|
:'governing_mission_area' => :'String',
|
563
791
|
:'primary_functional_area' => :'String',
|
564
792
|
:'secondary_functional_area' => :'String',
|
@@ -567,11 +795,14 @@ module EmassClient
|
|
567
795
|
:'integrity' => :'String',
|
568
796
|
:'availability' => :'String',
|
569
797
|
:'applied_overlays' => :'String',
|
798
|
+
:'applied_stigs' => :'String',
|
570
799
|
:'rmf_activity' => :'String',
|
571
800
|
:'cross_domain_ticket' => :'String',
|
572
801
|
:'ditpr_don_id' => :'String',
|
573
802
|
:'mac' => :'String',
|
574
803
|
:'dod_confidentiality' => :'String',
|
804
|
+
:'contingency_plan_required' => :'Boolean',
|
805
|
+
:'contingency_plan_artifact' => :'String',
|
575
806
|
:'contingency_plan_tested' => :'Boolean',
|
576
807
|
:'contingency_plan_test_date' => :'Integer',
|
577
808
|
:'security_review_required' => :'Boolean',
|
@@ -589,9 +820,10 @@ module EmassClient
|
|
589
820
|
:'ppsm_registry_number' => :'String',
|
590
821
|
:'ppsm_registration_exemption_justification' => :'String',
|
591
822
|
:'interconnected_information_system_and_identifiers' => :'String',
|
592
|
-
:'
|
593
|
-
:'
|
594
|
-
:'
|
823
|
+
:'privacy_impact_assessment_required' => :'Boolean',
|
824
|
+
:'privacy_impact_assessment_status' => :'String',
|
825
|
+
:'privacy_impact_assessment_date' => :'Integer',
|
826
|
+
:'privacy_impact_assessment_artifact' => :'String',
|
595
827
|
:'user_defined_field1' => :'String',
|
596
828
|
:'user_defined_field2' => :'String',
|
597
829
|
:'user_defined_field3' => :'String',
|
@@ -608,7 +840,7 @@ module EmassClient
|
|
608
840
|
:'reciprocity_exemption' => :'String',
|
609
841
|
:'cloud_computing' => :'Boolean',
|
610
842
|
:'cloud_type' => :'String',
|
611
|
-
:'
|
843
|
+
:'authorization_to_connect_status' => :'String',
|
612
844
|
:'is_saa_s' => :'Boolean',
|
613
845
|
:'is_paa_s' => :'Boolean',
|
614
846
|
:'is_iaa_s' => :'Boolean',
|
@@ -616,8 +848,8 @@ module EmassClient
|
|
616
848
|
:'need_date' => :'Integer',
|
617
849
|
:'overall_risk_score' => :'String',
|
618
850
|
:'is_hrr' => :'Boolean',
|
619
|
-
:'
|
620
|
-
:'
|
851
|
+
:'connectivity_authorization_date' => :'Integer',
|
852
|
+
:'connectivity_authorization_termination_date' => :'Integer',
|
621
853
|
:'system_development_life_cycle' => :'String',
|
622
854
|
:'is_fisma_reportable' => :'Boolean',
|
623
855
|
:'group_tagging' => :'String',
|
@@ -635,9 +867,58 @@ module EmassClient
|
|
635
867
|
:'enterprise_locations' => :'String',
|
636
868
|
:'whitelist_id' => :'String',
|
637
869
|
:'whitelist_inventory' => :'String',
|
870
|
+
:'acquisition_category' => :'String',
|
871
|
+
:'software_category' => :'String',
|
638
872
|
:'cybersecurity_service_provider' => :'String',
|
639
873
|
:'cybersecurity_service_provider_exception_justification' => :'String',
|
640
|
-
:'
|
874
|
+
:'maximum_tolerable_downtime' => :'String',
|
875
|
+
:'recovery_time_objective' => :'String',
|
876
|
+
:'recovery_point_objective' => :'String',
|
877
|
+
:'business_impact_analysis_required' => :'Boolean',
|
878
|
+
:'business_impact_analysis_artifact' => :'String',
|
879
|
+
:'incident_response_plan_required' => :'Boolean',
|
880
|
+
:'incident_response_plan_artifact' => :'String',
|
881
|
+
:'disaster_recovery_plan_required' => :'Boolean',
|
882
|
+
:'disaster_recovery_plan_artifact' => :'String',
|
883
|
+
:'privacy_threshold_analysis_completed' => :'Boolean',
|
884
|
+
:'privacy_threshold_analysis_date' => :'Integer',
|
885
|
+
:'privacy_threshold_analysis_artifact' => :'String',
|
886
|
+
:'privacy_act_system_of_records_notice_required' => :'Boolean',
|
887
|
+
:'e_authentication_risk_assessment_required' => :'Boolean',
|
888
|
+
:'e_authentication_risk_assessment_date' => :'Integer',
|
889
|
+
:'e_authentication_risk_assessment_artifact' => :'String',
|
890
|
+
:'ipv4_only_assets' => :'Integer',
|
891
|
+
:'ipv6_only_assets' => :'Integer',
|
892
|
+
:'ipv4_ipv6_dual_stack_assets' => :'Integer',
|
893
|
+
:'total_ip_assets' => :'Integer',
|
894
|
+
:'originating_organization' => :'String',
|
895
|
+
:'system_use_justification' => :'String',
|
896
|
+
:'system_use_justification_artifact' => :'String',
|
897
|
+
:'authorization_to_use_status' => :'String',
|
898
|
+
:'reciprocity_acceptance_status' => :'String',
|
899
|
+
:'use_authorization_date' => :'Integer',
|
900
|
+
:'reciprocity_acceptance_date' => :'Integer',
|
901
|
+
:'use_authorization_termination_date' => :'Integer',
|
902
|
+
:'reciprocity_acceptance_termination_date' => :'Integer',
|
903
|
+
:'terms_conditions_for_use_summary' => :'String',
|
904
|
+
:'terms_conditions_for_reciprocity_summary' => :'String',
|
905
|
+
:'primary_mission_essential_function' => :'Boolean',
|
906
|
+
:'pmef_description' => :'String',
|
907
|
+
:'mission_essential_function' => :'Boolean',
|
908
|
+
:'mef_description' => :'String',
|
909
|
+
:'administration' => :'String',
|
910
|
+
:'administration_other_justification' => :'String',
|
911
|
+
:'atc_iatc_granted_date' => :'Integer',
|
912
|
+
:'atc_iatc_expiration_date' => :'Integer',
|
913
|
+
:'atc_iatc_pending_items' => :'String',
|
914
|
+
:'pending_items_due_date' => :'Integer',
|
915
|
+
:'dodinn_system_id' => :'Boolean',
|
916
|
+
:'authorization_to_use_connect_status' => :'String',
|
917
|
+
:'use_connect_authorization_date' => :'Integer',
|
918
|
+
:'use_connect_authorization_termination_date' => :'Integer',
|
919
|
+
:'terms_conditions_for_use_connect_summary' => :'String',
|
920
|
+
:'workstations' => :'Integer',
|
921
|
+
:'servers' => :'Integer',
|
641
922
|
:'connectivity_ccsd' => :'Array<ConnectivityCcsd>'
|
642
923
|
}
|
643
924
|
end
|
@@ -675,12 +956,14 @@ module EmassClient
|
|
675
956
|
:'authorization_date',
|
676
957
|
:'authorization_termination_date',
|
677
958
|
:'authorization_length',
|
959
|
+
:'security_controls_assessor_executive_summary',
|
960
|
+
:'risk_review_executive_summary',
|
678
961
|
:'terms_for_auth',
|
679
962
|
:'security_plan_approval_status',
|
680
963
|
:'security_plan_approval_date',
|
681
964
|
:'mission_criticality',
|
682
965
|
:'geographical_association',
|
683
|
-
:'
|
966
|
+
:'system_ownership_controlled',
|
684
967
|
:'governing_mission_area',
|
685
968
|
:'primary_functional_area',
|
686
969
|
:'secondary_functional_area',
|
@@ -689,11 +972,14 @@ module EmassClient
|
|
689
972
|
:'integrity',
|
690
973
|
:'availability',
|
691
974
|
:'applied_overlays',
|
975
|
+
:'applied_stigs',
|
692
976
|
:'rmf_activity',
|
693
977
|
:'cross_domain_ticket',
|
694
978
|
:'ditpr_don_id',
|
695
979
|
:'mac',
|
696
980
|
:'dod_confidentiality',
|
981
|
+
:'contingency_plan_required',
|
982
|
+
:'contingency_plan_artifact',
|
697
983
|
:'contingency_plan_tested',
|
698
984
|
:'contingency_plan_test_date',
|
699
985
|
:'security_review_required',
|
@@ -711,9 +997,10 @@ module EmassClient
|
|
711
997
|
:'ppsm_registry_number',
|
712
998
|
:'ppsm_registration_exemption_justification',
|
713
999
|
:'interconnected_information_system_and_identifiers',
|
714
|
-
:'
|
715
|
-
:'
|
716
|
-
:'
|
1000
|
+
:'privacy_impact_assessment_required',
|
1001
|
+
:'privacy_impact_assessment_status',
|
1002
|
+
:'privacy_impact_assessment_date',
|
1003
|
+
:'privacy_impact_assessment_artifact',
|
717
1004
|
:'user_defined_field1',
|
718
1005
|
:'user_defined_field2',
|
719
1006
|
:'user_defined_field3',
|
@@ -730,7 +1017,7 @@ module EmassClient
|
|
730
1017
|
:'reciprocity_exemption',
|
731
1018
|
:'cloud_computing',
|
732
1019
|
:'cloud_type',
|
733
|
-
:'
|
1020
|
+
:'authorization_to_connect_status',
|
734
1021
|
:'is_saa_s',
|
735
1022
|
:'is_paa_s',
|
736
1023
|
:'is_iaa_s',
|
@@ -738,8 +1025,8 @@ module EmassClient
|
|
738
1025
|
:'need_date',
|
739
1026
|
:'overall_risk_score',
|
740
1027
|
:'is_hrr',
|
741
|
-
:'
|
742
|
-
:'
|
1028
|
+
:'connectivity_authorization_date',
|
1029
|
+
:'connectivity_authorization_termination_date',
|
743
1030
|
:'system_development_life_cycle',
|
744
1031
|
:'is_fisma_reportable',
|
745
1032
|
:'group_tagging',
|
@@ -757,9 +1044,58 @@ module EmassClient
|
|
757
1044
|
:'enterprise_locations',
|
758
1045
|
:'whitelist_id',
|
759
1046
|
:'whitelist_inventory',
|
1047
|
+
:'acquisition_category',
|
1048
|
+
:'software_category',
|
760
1049
|
:'cybersecurity_service_provider',
|
761
1050
|
:'cybersecurity_service_provider_exception_justification',
|
762
|
-
:'
|
1051
|
+
:'maximum_tolerable_downtime',
|
1052
|
+
:'recovery_time_objective',
|
1053
|
+
:'recovery_point_objective',
|
1054
|
+
:'business_impact_analysis_required',
|
1055
|
+
:'business_impact_analysis_artifact',
|
1056
|
+
:'incident_response_plan_required',
|
1057
|
+
:'incident_response_plan_artifact',
|
1058
|
+
:'disaster_recovery_plan_required',
|
1059
|
+
:'disaster_recovery_plan_artifact',
|
1060
|
+
:'privacy_threshold_analysis_completed',
|
1061
|
+
:'privacy_threshold_analysis_date',
|
1062
|
+
:'privacy_threshold_analysis_artifact',
|
1063
|
+
:'privacy_act_system_of_records_notice_required',
|
1064
|
+
:'e_authentication_risk_assessment_required',
|
1065
|
+
:'e_authentication_risk_assessment_date',
|
1066
|
+
:'e_authentication_risk_assessment_artifact',
|
1067
|
+
:'ipv4_only_assets',
|
1068
|
+
:'ipv6_only_assets',
|
1069
|
+
:'ipv4_ipv6_dual_stack_assets',
|
1070
|
+
:'total_ip_assets',
|
1071
|
+
:'originating_organization',
|
1072
|
+
:'system_use_justification',
|
1073
|
+
:'system_use_justification_artifact',
|
1074
|
+
:'authorization_to_use_status',
|
1075
|
+
:'reciprocity_acceptance_status',
|
1076
|
+
:'use_authorization_date',
|
1077
|
+
:'reciprocity_acceptance_date',
|
1078
|
+
:'use_authorization_termination_date',
|
1079
|
+
:'reciprocity_acceptance_termination_date',
|
1080
|
+
:'terms_conditions_for_use_summary',
|
1081
|
+
:'terms_conditions_for_reciprocity_summary',
|
1082
|
+
:'primary_mission_essential_function',
|
1083
|
+
:'pmef_description',
|
1084
|
+
:'mission_essential_function',
|
1085
|
+
:'mef_description',
|
1086
|
+
:'administration',
|
1087
|
+
:'administration_other_justification',
|
1088
|
+
:'atc_iatc_granted_date',
|
1089
|
+
:'atc_iatc_expiration_date',
|
1090
|
+
:'atc_iatc_pending_items',
|
1091
|
+
:'pending_items_due_date',
|
1092
|
+
:'dodinn_system_id',
|
1093
|
+
:'authorization_to_use_connect_status',
|
1094
|
+
:'use_connect_authorization_date',
|
1095
|
+
:'use_connect_authorization_termination_date',
|
1096
|
+
:'terms_conditions_for_use_connect_summary',
|
1097
|
+
:'workstations',
|
1098
|
+
:'servers',
|
763
1099
|
:'connectivity_ccsd'
|
764
1100
|
])
|
765
1101
|
end
|
@@ -772,9 +1108,10 @@ module EmassClient
|
|
772
1108
|
end
|
773
1109
|
|
774
1110
|
# check to see if the attribute exists and convert string to symbol for hash key
|
1111
|
+
acceptable_attribute_map = self.class.acceptable_attribute_map
|
775
1112
|
attributes = attributes.each_with_object({}) { |(k, v), h|
|
776
|
-
if (!
|
777
|
-
fail ArgumentError, "`#{k}` is not a valid attribute in `EmassClient::Systems`. Please check the name to make sure it's valid. List of attributes: " +
|
1113
|
+
if (!acceptable_attribute_map.key?(k.to_sym))
|
1114
|
+
fail ArgumentError, "`#{k}` is not a valid attribute in `EmassClient::Systems`. Please check the name to make sure it's valid. List of attributes: " + acceptable_attribute_map.keys.inspect
|
778
1115
|
end
|
779
1116
|
h[k.to_sym] = v
|
780
1117
|
}
|
@@ -907,6 +1244,14 @@ module EmassClient
|
|
907
1244
|
self.authorization_length = attributes[:'authorization_length']
|
908
1245
|
end
|
909
1246
|
|
1247
|
+
if attributes.key?(:'security_controls_assessor_executive_summary')
|
1248
|
+
self.security_controls_assessor_executive_summary = attributes[:'security_controls_assessor_executive_summary']
|
1249
|
+
end
|
1250
|
+
|
1251
|
+
if attributes.key?(:'risk_review_executive_summary')
|
1252
|
+
self.risk_review_executive_summary = attributes[:'risk_review_executive_summary']
|
1253
|
+
end
|
1254
|
+
|
910
1255
|
if attributes.key?(:'terms_for_auth')
|
911
1256
|
self.terms_for_auth = attributes[:'terms_for_auth']
|
912
1257
|
end
|
@@ -927,8 +1272,8 @@ module EmassClient
|
|
927
1272
|
self.geographical_association = attributes[:'geographical_association']
|
928
1273
|
end
|
929
1274
|
|
930
|
-
if attributes.key?(:'
|
931
|
-
self.
|
1275
|
+
if attributes.key?(:'system_ownership_controlled')
|
1276
|
+
self.system_ownership_controlled = attributes[:'system_ownership_controlled']
|
932
1277
|
end
|
933
1278
|
|
934
1279
|
if attributes.key?(:'governing_mission_area')
|
@@ -963,6 +1308,10 @@ module EmassClient
|
|
963
1308
|
self.applied_overlays = attributes[:'applied_overlays']
|
964
1309
|
end
|
965
1310
|
|
1311
|
+
if attributes.key?(:'applied_stigs')
|
1312
|
+
self.applied_stigs = attributes[:'applied_stigs']
|
1313
|
+
end
|
1314
|
+
|
966
1315
|
if attributes.key?(:'rmf_activity')
|
967
1316
|
self.rmf_activity = attributes[:'rmf_activity']
|
968
1317
|
end
|
@@ -983,6 +1332,14 @@ module EmassClient
|
|
983
1332
|
self.dod_confidentiality = attributes[:'dod_confidentiality']
|
984
1333
|
end
|
985
1334
|
|
1335
|
+
if attributes.key?(:'contingency_plan_required')
|
1336
|
+
self.contingency_plan_required = attributes[:'contingency_plan_required']
|
1337
|
+
end
|
1338
|
+
|
1339
|
+
if attributes.key?(:'contingency_plan_artifact')
|
1340
|
+
self.contingency_plan_artifact = attributes[:'contingency_plan_artifact']
|
1341
|
+
end
|
1342
|
+
|
986
1343
|
if attributes.key?(:'contingency_plan_tested')
|
987
1344
|
self.contingency_plan_tested = attributes[:'contingency_plan_tested']
|
988
1345
|
end
|
@@ -1051,16 +1408,20 @@ module EmassClient
|
|
1051
1408
|
self.interconnected_information_system_and_identifiers = attributes[:'interconnected_information_system_and_identifiers']
|
1052
1409
|
end
|
1053
1410
|
|
1054
|
-
if attributes.key?(:'
|
1055
|
-
self.
|
1411
|
+
if attributes.key?(:'privacy_impact_assessment_required')
|
1412
|
+
self.privacy_impact_assessment_required = attributes[:'privacy_impact_assessment_required']
|
1413
|
+
end
|
1414
|
+
|
1415
|
+
if attributes.key?(:'privacy_impact_assessment_status')
|
1416
|
+
self.privacy_impact_assessment_status = attributes[:'privacy_impact_assessment_status']
|
1056
1417
|
end
|
1057
1418
|
|
1058
|
-
if attributes.key?(:'
|
1059
|
-
self.
|
1419
|
+
if attributes.key?(:'privacy_impact_assessment_date')
|
1420
|
+
self.privacy_impact_assessment_date = attributes[:'privacy_impact_assessment_date']
|
1060
1421
|
end
|
1061
1422
|
|
1062
|
-
if attributes.key?(:'
|
1063
|
-
self.
|
1423
|
+
if attributes.key?(:'privacy_impact_assessment_artifact')
|
1424
|
+
self.privacy_impact_assessment_artifact = attributes[:'privacy_impact_assessment_artifact']
|
1064
1425
|
end
|
1065
1426
|
|
1066
1427
|
if attributes.key?(:'user_defined_field1')
|
@@ -1127,8 +1488,8 @@ module EmassClient
|
|
1127
1488
|
self.cloud_type = attributes[:'cloud_type']
|
1128
1489
|
end
|
1129
1490
|
|
1130
|
-
if attributes.key?(:'
|
1131
|
-
self.
|
1491
|
+
if attributes.key?(:'authorization_to_connect_status')
|
1492
|
+
self.authorization_to_connect_status = attributes[:'authorization_to_connect_status']
|
1132
1493
|
end
|
1133
1494
|
|
1134
1495
|
if attributes.key?(:'is_saa_s')
|
@@ -1159,12 +1520,12 @@ module EmassClient
|
|
1159
1520
|
self.is_hrr = attributes[:'is_hrr']
|
1160
1521
|
end
|
1161
1522
|
|
1162
|
-
if attributes.key?(:'
|
1163
|
-
self.
|
1523
|
+
if attributes.key?(:'connectivity_authorization_date')
|
1524
|
+
self.connectivity_authorization_date = attributes[:'connectivity_authorization_date']
|
1164
1525
|
end
|
1165
1526
|
|
1166
|
-
if attributes.key?(:'
|
1167
|
-
self.
|
1527
|
+
if attributes.key?(:'connectivity_authorization_termination_date')
|
1528
|
+
self.connectivity_authorization_termination_date = attributes[:'connectivity_authorization_termination_date']
|
1168
1529
|
end
|
1169
1530
|
|
1170
1531
|
if attributes.key?(:'system_development_life_cycle')
|
@@ -1235,6 +1596,14 @@ module EmassClient
|
|
1235
1596
|
self.whitelist_inventory = attributes[:'whitelist_inventory']
|
1236
1597
|
end
|
1237
1598
|
|
1599
|
+
if attributes.key?(:'acquisition_category')
|
1600
|
+
self.acquisition_category = attributes[:'acquisition_category']
|
1601
|
+
end
|
1602
|
+
|
1603
|
+
if attributes.key?(:'software_category')
|
1604
|
+
self.software_category = attributes[:'software_category']
|
1605
|
+
end
|
1606
|
+
|
1238
1607
|
if attributes.key?(:'cybersecurity_service_provider')
|
1239
1608
|
self.cybersecurity_service_provider = attributes[:'cybersecurity_service_provider']
|
1240
1609
|
end
|
@@ -1243,10 +1612,196 @@ module EmassClient
|
|
1243
1612
|
self.cybersecurity_service_provider_exception_justification = attributes[:'cybersecurity_service_provider_exception_justification']
|
1244
1613
|
end
|
1245
1614
|
|
1246
|
-
if attributes.key?(:'
|
1247
|
-
|
1248
|
-
|
1249
|
-
|
1615
|
+
if attributes.key?(:'maximum_tolerable_downtime')
|
1616
|
+
self.maximum_tolerable_downtime = attributes[:'maximum_tolerable_downtime']
|
1617
|
+
end
|
1618
|
+
|
1619
|
+
if attributes.key?(:'recovery_time_objective')
|
1620
|
+
self.recovery_time_objective = attributes[:'recovery_time_objective']
|
1621
|
+
end
|
1622
|
+
|
1623
|
+
if attributes.key?(:'recovery_point_objective')
|
1624
|
+
self.recovery_point_objective = attributes[:'recovery_point_objective']
|
1625
|
+
end
|
1626
|
+
|
1627
|
+
if attributes.key?(:'business_impact_analysis_required')
|
1628
|
+
self.business_impact_analysis_required = attributes[:'business_impact_analysis_required']
|
1629
|
+
end
|
1630
|
+
|
1631
|
+
if attributes.key?(:'business_impact_analysis_artifact')
|
1632
|
+
self.business_impact_analysis_artifact = attributes[:'business_impact_analysis_artifact']
|
1633
|
+
end
|
1634
|
+
|
1635
|
+
if attributes.key?(:'incident_response_plan_required')
|
1636
|
+
self.incident_response_plan_required = attributes[:'incident_response_plan_required']
|
1637
|
+
end
|
1638
|
+
|
1639
|
+
if attributes.key?(:'incident_response_plan_artifact')
|
1640
|
+
self.incident_response_plan_artifact = attributes[:'incident_response_plan_artifact']
|
1641
|
+
end
|
1642
|
+
|
1643
|
+
if attributes.key?(:'disaster_recovery_plan_required')
|
1644
|
+
self.disaster_recovery_plan_required = attributes[:'disaster_recovery_plan_required']
|
1645
|
+
end
|
1646
|
+
|
1647
|
+
if attributes.key?(:'disaster_recovery_plan_artifact')
|
1648
|
+
self.disaster_recovery_plan_artifact = attributes[:'disaster_recovery_plan_artifact']
|
1649
|
+
end
|
1650
|
+
|
1651
|
+
if attributes.key?(:'privacy_threshold_analysis_completed')
|
1652
|
+
self.privacy_threshold_analysis_completed = attributes[:'privacy_threshold_analysis_completed']
|
1653
|
+
end
|
1654
|
+
|
1655
|
+
if attributes.key?(:'privacy_threshold_analysis_date')
|
1656
|
+
self.privacy_threshold_analysis_date = attributes[:'privacy_threshold_analysis_date']
|
1657
|
+
end
|
1658
|
+
|
1659
|
+
if attributes.key?(:'privacy_threshold_analysis_artifact')
|
1660
|
+
self.privacy_threshold_analysis_artifact = attributes[:'privacy_threshold_analysis_artifact']
|
1661
|
+
end
|
1662
|
+
|
1663
|
+
if attributes.key?(:'privacy_act_system_of_records_notice_required')
|
1664
|
+
self.privacy_act_system_of_records_notice_required = attributes[:'privacy_act_system_of_records_notice_required']
|
1665
|
+
end
|
1666
|
+
|
1667
|
+
if attributes.key?(:'e_authentication_risk_assessment_required')
|
1668
|
+
self.e_authentication_risk_assessment_required = attributes[:'e_authentication_risk_assessment_required']
|
1669
|
+
end
|
1670
|
+
|
1671
|
+
if attributes.key?(:'e_authentication_risk_assessment_date')
|
1672
|
+
self.e_authentication_risk_assessment_date = attributes[:'e_authentication_risk_assessment_date']
|
1673
|
+
end
|
1674
|
+
|
1675
|
+
if attributes.key?(:'e_authentication_risk_assessment_artifact')
|
1676
|
+
self.e_authentication_risk_assessment_artifact = attributes[:'e_authentication_risk_assessment_artifact']
|
1677
|
+
end
|
1678
|
+
|
1679
|
+
if attributes.key?(:'ipv4_only_assets')
|
1680
|
+
self.ipv4_only_assets = attributes[:'ipv4_only_assets']
|
1681
|
+
end
|
1682
|
+
|
1683
|
+
if attributes.key?(:'ipv6_only_assets')
|
1684
|
+
self.ipv6_only_assets = attributes[:'ipv6_only_assets']
|
1685
|
+
end
|
1686
|
+
|
1687
|
+
if attributes.key?(:'ipv4_ipv6_dual_stack_assets')
|
1688
|
+
self.ipv4_ipv6_dual_stack_assets = attributes[:'ipv4_ipv6_dual_stack_assets']
|
1689
|
+
end
|
1690
|
+
|
1691
|
+
if attributes.key?(:'total_ip_assets')
|
1692
|
+
self.total_ip_assets = attributes[:'total_ip_assets']
|
1693
|
+
end
|
1694
|
+
|
1695
|
+
if attributes.key?(:'originating_organization')
|
1696
|
+
self.originating_organization = attributes[:'originating_organization']
|
1697
|
+
end
|
1698
|
+
|
1699
|
+
if attributes.key?(:'system_use_justification')
|
1700
|
+
self.system_use_justification = attributes[:'system_use_justification']
|
1701
|
+
end
|
1702
|
+
|
1703
|
+
if attributes.key?(:'system_use_justification_artifact')
|
1704
|
+
self.system_use_justification_artifact = attributes[:'system_use_justification_artifact']
|
1705
|
+
end
|
1706
|
+
|
1707
|
+
if attributes.key?(:'authorization_to_use_status')
|
1708
|
+
self.authorization_to_use_status = attributes[:'authorization_to_use_status']
|
1709
|
+
end
|
1710
|
+
|
1711
|
+
if attributes.key?(:'reciprocity_acceptance_status')
|
1712
|
+
self.reciprocity_acceptance_status = attributes[:'reciprocity_acceptance_status']
|
1713
|
+
end
|
1714
|
+
|
1715
|
+
if attributes.key?(:'use_authorization_date')
|
1716
|
+
self.use_authorization_date = attributes[:'use_authorization_date']
|
1717
|
+
end
|
1718
|
+
|
1719
|
+
if attributes.key?(:'reciprocity_acceptance_date')
|
1720
|
+
self.reciprocity_acceptance_date = attributes[:'reciprocity_acceptance_date']
|
1721
|
+
end
|
1722
|
+
|
1723
|
+
if attributes.key?(:'use_authorization_termination_date')
|
1724
|
+
self.use_authorization_termination_date = attributes[:'use_authorization_termination_date']
|
1725
|
+
end
|
1726
|
+
|
1727
|
+
if attributes.key?(:'reciprocity_acceptance_termination_date')
|
1728
|
+
self.reciprocity_acceptance_termination_date = attributes[:'reciprocity_acceptance_termination_date']
|
1729
|
+
end
|
1730
|
+
|
1731
|
+
if attributes.key?(:'terms_conditions_for_use_summary')
|
1732
|
+
self.terms_conditions_for_use_summary = attributes[:'terms_conditions_for_use_summary']
|
1733
|
+
end
|
1734
|
+
|
1735
|
+
if attributes.key?(:'terms_conditions_for_reciprocity_summary')
|
1736
|
+
self.terms_conditions_for_reciprocity_summary = attributes[:'terms_conditions_for_reciprocity_summary']
|
1737
|
+
end
|
1738
|
+
|
1739
|
+
if attributes.key?(:'primary_mission_essential_function')
|
1740
|
+
self.primary_mission_essential_function = attributes[:'primary_mission_essential_function']
|
1741
|
+
end
|
1742
|
+
|
1743
|
+
if attributes.key?(:'pmef_description')
|
1744
|
+
self.pmef_description = attributes[:'pmef_description']
|
1745
|
+
end
|
1746
|
+
|
1747
|
+
if attributes.key?(:'mission_essential_function')
|
1748
|
+
self.mission_essential_function = attributes[:'mission_essential_function']
|
1749
|
+
end
|
1750
|
+
|
1751
|
+
if attributes.key?(:'mef_description')
|
1752
|
+
self.mef_description = attributes[:'mef_description']
|
1753
|
+
end
|
1754
|
+
|
1755
|
+
if attributes.key?(:'administration')
|
1756
|
+
self.administration = attributes[:'administration']
|
1757
|
+
end
|
1758
|
+
|
1759
|
+
if attributes.key?(:'administration_other_justification')
|
1760
|
+
self.administration_other_justification = attributes[:'administration_other_justification']
|
1761
|
+
end
|
1762
|
+
|
1763
|
+
if attributes.key?(:'atc_iatc_granted_date')
|
1764
|
+
self.atc_iatc_granted_date = attributes[:'atc_iatc_granted_date']
|
1765
|
+
end
|
1766
|
+
|
1767
|
+
if attributes.key?(:'atc_iatc_expiration_date')
|
1768
|
+
self.atc_iatc_expiration_date = attributes[:'atc_iatc_expiration_date']
|
1769
|
+
end
|
1770
|
+
|
1771
|
+
if attributes.key?(:'atc_iatc_pending_items')
|
1772
|
+
self.atc_iatc_pending_items = attributes[:'atc_iatc_pending_items']
|
1773
|
+
end
|
1774
|
+
|
1775
|
+
if attributes.key?(:'pending_items_due_date')
|
1776
|
+
self.pending_items_due_date = attributes[:'pending_items_due_date']
|
1777
|
+
end
|
1778
|
+
|
1779
|
+
if attributes.key?(:'dodinn_system_id')
|
1780
|
+
self.dodinn_system_id = attributes[:'dodinn_system_id']
|
1781
|
+
end
|
1782
|
+
|
1783
|
+
if attributes.key?(:'authorization_to_use_connect_status')
|
1784
|
+
self.authorization_to_use_connect_status = attributes[:'authorization_to_use_connect_status']
|
1785
|
+
end
|
1786
|
+
|
1787
|
+
if attributes.key?(:'use_connect_authorization_date')
|
1788
|
+
self.use_connect_authorization_date = attributes[:'use_connect_authorization_date']
|
1789
|
+
end
|
1790
|
+
|
1791
|
+
if attributes.key?(:'use_connect_authorization_termination_date')
|
1792
|
+
self.use_connect_authorization_termination_date = attributes[:'use_connect_authorization_termination_date']
|
1793
|
+
end
|
1794
|
+
|
1795
|
+
if attributes.key?(:'terms_conditions_for_use_connect_summary')
|
1796
|
+
self.terms_conditions_for_use_connect_summary = attributes[:'terms_conditions_for_use_connect_summary']
|
1797
|
+
end
|
1798
|
+
|
1799
|
+
if attributes.key?(:'workstations')
|
1800
|
+
self.workstations = attributes[:'workstations']
|
1801
|
+
end
|
1802
|
+
|
1803
|
+
if attributes.key?(:'servers')
|
1804
|
+
self.servers = attributes[:'servers']
|
1250
1805
|
end
|
1251
1806
|
|
1252
1807
|
if attributes.key?(:'connectivity_ccsd')
|
@@ -1278,7 +1833,7 @@ module EmassClient
|
|
1278
1833
|
warn '[DEPRECATED] the `valid?` method is obsolete'
|
1279
1834
|
policy_validator = EnumAttributeValidator.new('String', ["RMF", "DIACAP", "unknown_default_open_api"])
|
1280
1835
|
return false unless policy_validator.valid?(@policy)
|
1281
|
-
registration_type_validator = EnumAttributeValidator.new('String', ["Assess and Authorize", "Assess Only", "Guest", "Regular", "Functional", "Cloud Service Provider", "unknown_default_open_api"])
|
1836
|
+
registration_type_validator = EnumAttributeValidator.new('String', ["Assess and Authorize", "Assess Only", "Guest", "Regular", "Functional", "Cloud Service Provider", "Authorization To Use", "unknown_default_open_api"])
|
1282
1837
|
return false unless registration_type_validator.valid?(@registration_type)
|
1283
1838
|
system_type_validator = EnumAttributeValidator.new('String', ["IS Major Application", "IS Enclave", "Platform IT", "Platform IT System", "Platform IT Interconnection", "AIS Application", "Outsourced IT-Based Process (DoD-controlled)", "Enclave", "Outsourced IT-Based Process (service provider shared)", "unknown_default_open_api"])
|
1284
1839
|
return false unless system_type_validator.valid?(@system_type)
|
@@ -1300,14 +1855,16 @@ module EmassClient
|
|
1300
1855
|
return false unless dod_confidentiality_validator.valid?(@dod_confidentiality)
|
1301
1856
|
impact_validator = EnumAttributeValidator.new('String', ["Low", "Moderate", "High", "unknown_default_open_api"])
|
1302
1857
|
return false unless impact_validator.valid?(@impact)
|
1303
|
-
|
1304
|
-
return false unless
|
1858
|
+
privacy_impact_assessment_status_validator = EnumAttributeValidator.new('String', ["Not Started", "In Progress", "Completed", "unknown_default_open_api"])
|
1859
|
+
return false unless privacy_impact_assessment_status_validator.valid?(@privacy_impact_assessment_status)
|
1305
1860
|
current_rmf_lifecycle_step_validator = EnumAttributeValidator.new('String', ["1 - Categorize", "2 - Select", "3 - Implement", "4 - Assess", "5 - Authorize", "6 - Monitor", "unknown_default_open_api"])
|
1306
1861
|
return false unless current_rmf_lifecycle_step_validator.valid?(@current_rmf_lifecycle_step)
|
1307
1862
|
cloud_type_validator = EnumAttributeValidator.new('String', ["Hybrid", "Private", "Public", "unknown_default_open_api"])
|
1308
1863
|
return false unless cloud_type_validator.valid?(@cloud_type)
|
1309
|
-
|
1310
|
-
return false unless
|
1864
|
+
authorization_to_connect_status_validator = EnumAttributeValidator.new('String', ["Authority to Connect (ATC)", "Denial of Authority to Connect (DATC)", "Not Yet Connected", "Decommissioned", "unknown_default_open_api"])
|
1865
|
+
return false unless authorization_to_connect_status_validator.valid?(@authorization_to_connect_status)
|
1866
|
+
maximum_tolerable_downtime_validator = EnumAttributeValidator.new('String', ["Immediate", "Less than 2 hours", "Less than 4 hours", "Less than 6 hours", "unknown_default_open_api"])
|
1867
|
+
return false unless maximum_tolerable_downtime_validator.valid?(@maximum_tolerable_downtime)
|
1311
1868
|
true
|
1312
1869
|
end
|
1313
1870
|
|
@@ -1324,7 +1881,7 @@ module EmassClient
|
|
1324
1881
|
# Custom attribute writer method checking allowed values (enum).
|
1325
1882
|
# @param [Object] registration_type Object to be assigned
|
1326
1883
|
def registration_type=(registration_type)
|
1327
|
-
validator = EnumAttributeValidator.new('String', ["Assess and Authorize", "Assess Only", "Guest", "Regular", "Functional", "Cloud Service Provider", "unknown_default_open_api"])
|
1884
|
+
validator = EnumAttributeValidator.new('String', ["Assess and Authorize", "Assess Only", "Guest", "Regular", "Functional", "Cloud Service Provider", "Authorization To Use", "unknown_default_open_api"])
|
1328
1885
|
unless validator.valid?(registration_type)
|
1329
1886
|
fail ArgumentError, "invalid value for \"registration_type\", must be one of #{validator.allowable_values}."
|
1330
1887
|
end
|
@@ -1436,13 +1993,13 @@ module EmassClient
|
|
1436
1993
|
end
|
1437
1994
|
|
1438
1995
|
# Custom attribute writer method checking allowed values (enum).
|
1439
|
-
# @param [Object]
|
1440
|
-
def
|
1996
|
+
# @param [Object] privacy_impact_assessment_status Object to be assigned
|
1997
|
+
def privacy_impact_assessment_status=(privacy_impact_assessment_status)
|
1441
1998
|
validator = EnumAttributeValidator.new('String', ["Not Started", "In Progress", "Completed", "unknown_default_open_api"])
|
1442
|
-
unless validator.valid?(
|
1443
|
-
fail ArgumentError, "invalid value for \"
|
1999
|
+
unless validator.valid?(privacy_impact_assessment_status)
|
2000
|
+
fail ArgumentError, "invalid value for \"privacy_impact_assessment_status\", must be one of #{validator.allowable_values}."
|
1444
2001
|
end
|
1445
|
-
@
|
2002
|
+
@privacy_impact_assessment_status = privacy_impact_assessment_status
|
1446
2003
|
end
|
1447
2004
|
|
1448
2005
|
# Custom attribute writer method checking allowed values (enum).
|
@@ -1466,13 +2023,23 @@ module EmassClient
|
|
1466
2023
|
end
|
1467
2024
|
|
1468
2025
|
# Custom attribute writer method checking allowed values (enum).
|
1469
|
-
# @param [Object]
|
1470
|
-
def
|
2026
|
+
# @param [Object] authorization_to_connect_status Object to be assigned
|
2027
|
+
def authorization_to_connect_status=(authorization_to_connect_status)
|
1471
2028
|
validator = EnumAttributeValidator.new('String', ["Authority to Connect (ATC)", "Denial of Authority to Connect (DATC)", "Not Yet Connected", "Decommissioned", "unknown_default_open_api"])
|
1472
|
-
unless validator.valid?(
|
1473
|
-
fail ArgumentError, "invalid value for \"
|
2029
|
+
unless validator.valid?(authorization_to_connect_status)
|
2030
|
+
fail ArgumentError, "invalid value for \"authorization_to_connect_status\", must be one of #{validator.allowable_values}."
|
2031
|
+
end
|
2032
|
+
@authorization_to_connect_status = authorization_to_connect_status
|
2033
|
+
end
|
2034
|
+
|
2035
|
+
# Custom attribute writer method checking allowed values (enum).
|
2036
|
+
# @param [Object] maximum_tolerable_downtime Object to be assigned
|
2037
|
+
def maximum_tolerable_downtime=(maximum_tolerable_downtime)
|
2038
|
+
validator = EnumAttributeValidator.new('String', ["Immediate", "Less than 2 hours", "Less than 4 hours", "Less than 6 hours", "unknown_default_open_api"])
|
2039
|
+
unless validator.valid?(maximum_tolerable_downtime)
|
2040
|
+
fail ArgumentError, "invalid value for \"maximum_tolerable_downtime\", must be one of #{validator.allowable_values}."
|
1474
2041
|
end
|
1475
|
-
@
|
2042
|
+
@maximum_tolerable_downtime = maximum_tolerable_downtime
|
1476
2043
|
end
|
1477
2044
|
|
1478
2045
|
# Checks equality by comparing each attribute.
|
@@ -1512,12 +2079,14 @@ module EmassClient
|
|
1512
2079
|
authorization_date == o.authorization_date &&
|
1513
2080
|
authorization_termination_date == o.authorization_termination_date &&
|
1514
2081
|
authorization_length == o.authorization_length &&
|
2082
|
+
security_controls_assessor_executive_summary == o.security_controls_assessor_executive_summary &&
|
2083
|
+
risk_review_executive_summary == o.risk_review_executive_summary &&
|
1515
2084
|
terms_for_auth == o.terms_for_auth &&
|
1516
2085
|
security_plan_approval_status == o.security_plan_approval_status &&
|
1517
2086
|
security_plan_approval_date == o.security_plan_approval_date &&
|
1518
2087
|
mission_criticality == o.mission_criticality &&
|
1519
2088
|
geographical_association == o.geographical_association &&
|
1520
|
-
|
2089
|
+
system_ownership_controlled == o.system_ownership_controlled &&
|
1521
2090
|
governing_mission_area == o.governing_mission_area &&
|
1522
2091
|
primary_functional_area == o.primary_functional_area &&
|
1523
2092
|
secondary_functional_area == o.secondary_functional_area &&
|
@@ -1526,11 +2095,14 @@ module EmassClient
|
|
1526
2095
|
integrity == o.integrity &&
|
1527
2096
|
availability == o.availability &&
|
1528
2097
|
applied_overlays == o.applied_overlays &&
|
2098
|
+
applied_stigs == o.applied_stigs &&
|
1529
2099
|
rmf_activity == o.rmf_activity &&
|
1530
2100
|
cross_domain_ticket == o.cross_domain_ticket &&
|
1531
2101
|
ditpr_don_id == o.ditpr_don_id &&
|
1532
2102
|
mac == o.mac &&
|
1533
2103
|
dod_confidentiality == o.dod_confidentiality &&
|
2104
|
+
contingency_plan_required == o.contingency_plan_required &&
|
2105
|
+
contingency_plan_artifact == o.contingency_plan_artifact &&
|
1534
2106
|
contingency_plan_tested == o.contingency_plan_tested &&
|
1535
2107
|
contingency_plan_test_date == o.contingency_plan_test_date &&
|
1536
2108
|
security_review_required == o.security_review_required &&
|
@@ -1548,9 +2120,10 @@ module EmassClient
|
|
1548
2120
|
ppsm_registry_number == o.ppsm_registry_number &&
|
1549
2121
|
ppsm_registration_exemption_justification == o.ppsm_registration_exemption_justification &&
|
1550
2122
|
interconnected_information_system_and_identifiers == o.interconnected_information_system_and_identifiers &&
|
1551
|
-
|
1552
|
-
|
1553
|
-
|
2123
|
+
privacy_impact_assessment_required == o.privacy_impact_assessment_required &&
|
2124
|
+
privacy_impact_assessment_status == o.privacy_impact_assessment_status &&
|
2125
|
+
privacy_impact_assessment_date == o.privacy_impact_assessment_date &&
|
2126
|
+
privacy_impact_assessment_artifact == o.privacy_impact_assessment_artifact &&
|
1554
2127
|
user_defined_field1 == o.user_defined_field1 &&
|
1555
2128
|
user_defined_field2 == o.user_defined_field2 &&
|
1556
2129
|
user_defined_field3 == o.user_defined_field3 &&
|
@@ -1567,7 +2140,7 @@ module EmassClient
|
|
1567
2140
|
reciprocity_exemption == o.reciprocity_exemption &&
|
1568
2141
|
cloud_computing == o.cloud_computing &&
|
1569
2142
|
cloud_type == o.cloud_type &&
|
1570
|
-
|
2143
|
+
authorization_to_connect_status == o.authorization_to_connect_status &&
|
1571
2144
|
is_saa_s == o.is_saa_s &&
|
1572
2145
|
is_paa_s == o.is_paa_s &&
|
1573
2146
|
is_iaa_s == o.is_iaa_s &&
|
@@ -1575,8 +2148,8 @@ module EmassClient
|
|
1575
2148
|
need_date == o.need_date &&
|
1576
2149
|
overall_risk_score == o.overall_risk_score &&
|
1577
2150
|
is_hrr == o.is_hrr &&
|
1578
|
-
|
1579
|
-
|
2151
|
+
connectivity_authorization_date == o.connectivity_authorization_date &&
|
2152
|
+
connectivity_authorization_termination_date == o.connectivity_authorization_termination_date &&
|
1580
2153
|
system_development_life_cycle == o.system_development_life_cycle &&
|
1581
2154
|
is_fisma_reportable == o.is_fisma_reportable &&
|
1582
2155
|
group_tagging == o.group_tagging &&
|
@@ -1594,9 +2167,58 @@ module EmassClient
|
|
1594
2167
|
enterprise_locations == o.enterprise_locations &&
|
1595
2168
|
whitelist_id == o.whitelist_id &&
|
1596
2169
|
whitelist_inventory == o.whitelist_inventory &&
|
2170
|
+
acquisition_category == o.acquisition_category &&
|
2171
|
+
software_category == o.software_category &&
|
1597
2172
|
cybersecurity_service_provider == o.cybersecurity_service_provider &&
|
1598
2173
|
cybersecurity_service_provider_exception_justification == o.cybersecurity_service_provider_exception_justification &&
|
1599
|
-
|
2174
|
+
maximum_tolerable_downtime == o.maximum_tolerable_downtime &&
|
2175
|
+
recovery_time_objective == o.recovery_time_objective &&
|
2176
|
+
recovery_point_objective == o.recovery_point_objective &&
|
2177
|
+
business_impact_analysis_required == o.business_impact_analysis_required &&
|
2178
|
+
business_impact_analysis_artifact == o.business_impact_analysis_artifact &&
|
2179
|
+
incident_response_plan_required == o.incident_response_plan_required &&
|
2180
|
+
incident_response_plan_artifact == o.incident_response_plan_artifact &&
|
2181
|
+
disaster_recovery_plan_required == o.disaster_recovery_plan_required &&
|
2182
|
+
disaster_recovery_plan_artifact == o.disaster_recovery_plan_artifact &&
|
2183
|
+
privacy_threshold_analysis_completed == o.privacy_threshold_analysis_completed &&
|
2184
|
+
privacy_threshold_analysis_date == o.privacy_threshold_analysis_date &&
|
2185
|
+
privacy_threshold_analysis_artifact == o.privacy_threshold_analysis_artifact &&
|
2186
|
+
privacy_act_system_of_records_notice_required == o.privacy_act_system_of_records_notice_required &&
|
2187
|
+
e_authentication_risk_assessment_required == o.e_authentication_risk_assessment_required &&
|
2188
|
+
e_authentication_risk_assessment_date == o.e_authentication_risk_assessment_date &&
|
2189
|
+
e_authentication_risk_assessment_artifact == o.e_authentication_risk_assessment_artifact &&
|
2190
|
+
ipv4_only_assets == o.ipv4_only_assets &&
|
2191
|
+
ipv6_only_assets == o.ipv6_only_assets &&
|
2192
|
+
ipv4_ipv6_dual_stack_assets == o.ipv4_ipv6_dual_stack_assets &&
|
2193
|
+
total_ip_assets == o.total_ip_assets &&
|
2194
|
+
originating_organization == o.originating_organization &&
|
2195
|
+
system_use_justification == o.system_use_justification &&
|
2196
|
+
system_use_justification_artifact == o.system_use_justification_artifact &&
|
2197
|
+
authorization_to_use_status == o.authorization_to_use_status &&
|
2198
|
+
reciprocity_acceptance_status == o.reciprocity_acceptance_status &&
|
2199
|
+
use_authorization_date == o.use_authorization_date &&
|
2200
|
+
reciprocity_acceptance_date == o.reciprocity_acceptance_date &&
|
2201
|
+
use_authorization_termination_date == o.use_authorization_termination_date &&
|
2202
|
+
reciprocity_acceptance_termination_date == o.reciprocity_acceptance_termination_date &&
|
2203
|
+
terms_conditions_for_use_summary == o.terms_conditions_for_use_summary &&
|
2204
|
+
terms_conditions_for_reciprocity_summary == o.terms_conditions_for_reciprocity_summary &&
|
2205
|
+
primary_mission_essential_function == o.primary_mission_essential_function &&
|
2206
|
+
pmef_description == o.pmef_description &&
|
2207
|
+
mission_essential_function == o.mission_essential_function &&
|
2208
|
+
mef_description == o.mef_description &&
|
2209
|
+
administration == o.administration &&
|
2210
|
+
administration_other_justification == o.administration_other_justification &&
|
2211
|
+
atc_iatc_granted_date == o.atc_iatc_granted_date &&
|
2212
|
+
atc_iatc_expiration_date == o.atc_iatc_expiration_date &&
|
2213
|
+
atc_iatc_pending_items == o.atc_iatc_pending_items &&
|
2214
|
+
pending_items_due_date == o.pending_items_due_date &&
|
2215
|
+
dodinn_system_id == o.dodinn_system_id &&
|
2216
|
+
authorization_to_use_connect_status == o.authorization_to_use_connect_status &&
|
2217
|
+
use_connect_authorization_date == o.use_connect_authorization_date &&
|
2218
|
+
use_connect_authorization_termination_date == o.use_connect_authorization_termination_date &&
|
2219
|
+
terms_conditions_for_use_connect_summary == o.terms_conditions_for_use_connect_summary &&
|
2220
|
+
workstations == o.workstations &&
|
2221
|
+
servers == o.servers &&
|
1600
2222
|
connectivity_ccsd == o.connectivity_ccsd
|
1601
2223
|
end
|
1602
2224
|
|
@@ -1609,7 +2231,7 @@ module EmassClient
|
|
1609
2231
|
# Calculates hash code according to all attributes.
|
1610
2232
|
# @return [Integer] Hash code
|
1611
2233
|
def hash
|
1612
|
-
[registration_completion_date, system_life_cycle_acquisition_phase, special_type, special_type_description, mission_portfolio, is_nnpi, is_rbc, is_waiver, program_office, vram_id, system_id, policy, registration_type, name, acronym, description, instance, owning_organization, secondary_organization, version_release_no, system_type, is_nss, is_public_facing, coams_id, is_type_authorization, ditpr_id, apms_id, vasi_id, authorization_status, authorization_date, authorization_termination_date, authorization_length, terms_for_auth, security_plan_approval_status, security_plan_approval_date, mission_criticality, geographical_association,
|
2234
|
+
[registration_completion_date, system_life_cycle_acquisition_phase, special_type, special_type_description, mission_portfolio, is_nnpi, is_rbc, is_waiver, program_office, vram_id, system_id, policy, registration_type, name, acronym, description, instance, owning_organization, secondary_organization, version_release_no, system_type, is_nss, is_public_facing, coams_id, is_type_authorization, ditpr_id, apms_id, vasi_id, authorization_status, authorization_date, authorization_termination_date, authorization_length, security_controls_assessor_executive_summary, risk_review_executive_summary, terms_for_auth, security_plan_approval_status, security_plan_approval_date, mission_criticality, geographical_association, system_ownership_controlled, governing_mission_area, primary_functional_area, secondary_functional_area, primary_control_set, confidentiality, integrity, availability, applied_overlays, applied_stigs, rmf_activity, cross_domain_ticket, ditpr_don_id, mac, dod_confidentiality, contingency_plan_required, contingency_plan_artifact, contingency_plan_tested, contingency_plan_test_date, security_review_required, security_review_completed, security_review_completion_date, next_security_review_due_date, has_open_poam_item, has_open_poam_item90to120_past_scheduled_completion_date, has_open_poam_item120_plus_past_scheudled_completion_date, impact, has_cui, has_pii, has_phi, ppsm_registration_required, ppsm_registry_number, ppsm_registration_exemption_justification, interconnected_information_system_and_identifiers, privacy_impact_assessment_required, privacy_impact_assessment_status, privacy_impact_assessment_date, privacy_impact_assessment_artifact, user_defined_field1, user_defined_field2, user_defined_field3, user_defined_field4, user_defined_field5, current_rmf_lifecycle_step, other_information, reports_for_scorecard, highest_system_data_classification, overall_classification, is_hva, is_financial_management, is_reciprocity, reciprocity_exemption, cloud_computing, cloud_type, authorization_to_connect_status, is_saa_s, is_paa_s, is_iaa_s, other_service_models, need_date, overall_risk_score, is_hrr, connectivity_authorization_date, connectivity_authorization_termination_date, system_development_life_cycle, is_fisma_reportable, group_tagging, group_tag_descriptions, dadms_id, dadms_expiration_date, enclave_connectivity, environment_type, navy_common_control_provider, navy_cloud_broker, cloud_broker_emass_id, cloud_broker_provisional_authorization_atd, navy_joint_authorization, nmci_ngen_clins, enterprise_locations, whitelist_id, whitelist_inventory, acquisition_category, software_category, cybersecurity_service_provider, cybersecurity_service_provider_exception_justification, maximum_tolerable_downtime, recovery_time_objective, recovery_point_objective, business_impact_analysis_required, business_impact_analysis_artifact, incident_response_plan_required, incident_response_plan_artifact, disaster_recovery_plan_required, disaster_recovery_plan_artifact, privacy_threshold_analysis_completed, privacy_threshold_analysis_date, privacy_threshold_analysis_artifact, privacy_act_system_of_records_notice_required, e_authentication_risk_assessment_required, e_authentication_risk_assessment_date, e_authentication_risk_assessment_artifact, ipv4_only_assets, ipv6_only_assets, ipv4_ipv6_dual_stack_assets, total_ip_assets, originating_organization, system_use_justification, system_use_justification_artifact, authorization_to_use_status, reciprocity_acceptance_status, use_authorization_date, reciprocity_acceptance_date, use_authorization_termination_date, reciprocity_acceptance_termination_date, terms_conditions_for_use_summary, terms_conditions_for_reciprocity_summary, primary_mission_essential_function, pmef_description, mission_essential_function, mef_description, administration, administration_other_justification, atc_iatc_granted_date, atc_iatc_expiration_date, atc_iatc_pending_items, pending_items_due_date, dodinn_system_id, authorization_to_use_connect_status, use_connect_authorization_date, use_connect_authorization_termination_date, terms_conditions_for_use_connect_summary, workstations, servers, connectivity_ccsd].hash
|
1613
2235
|
end
|
1614
2236
|
|
1615
2237
|
# Builds the object from hash
|
@@ -1674,7 +2296,7 @@ module EmassClient
|
|
1674
2296
|
else # model
|
1675
2297
|
# models (e.g. Pet) or oneOf
|
1676
2298
|
klass = EmassClient.const_get(type)
|
1677
|
-
klass.respond_to?(:openapi_one_of) ? klass.build(value) : klass.build_from_hash(value)
|
2299
|
+
klass.respond_to?(:openapi_any_of) || klass.respond_to?(:openapi_one_of) ? klass.build(value) : klass.build_from_hash(value)
|
1678
2300
|
end
|
1679
2301
|
end
|
1680
2302
|
|