emass_client 3.10.1 → 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 +174 -131
- data/lib/emass_client/api/artifacts_api.rb +47 -52
- data/lib/emass_client/api/artifacts_export_api.rb +5 -5
- data/lib/emass_client/api/cac_api.rb +12 -12
- data/lib/emass_client/api/cloud_resource_results_api.rb +83 -9
- 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 +83 -9
- 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 +18 -18
- data/lib/emass_client/api/organization_migration_status_dashboard_api.rb +95 -0
- data/lib/emass_client/api/pac_api.rb +16 -16
- data/lib/emass_client/api/poam_api.rb +47 -44
- 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/system_artifacts_dashboards_api.rb +168 -0
- data/lib/emass_client/api/system_associations_dashboard_api.rb +95 -0
- data/lib/emass_client/api/system_atciatc_dashboard_api.rb +95 -0
- data/lib/emass_client/api/system_conmon_integration_status_dashboard_api.rb +95 -0
- 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/system_hardware_dashboards_api.rb +168 -0
- data/lib/emass_client/api/system_migration_status_dashboard_api.rb +95 -0
- data/lib/emass_client/api/system_poam_dashboards_api.rb +168 -0
- data/lib/emass_client/api/system_ports_protocols_dashboards_api.rb +168 -0
- 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 -16
- data/lib/emass_client/api/system_security_controls_dashboards_api.rb +241 -0
- data/lib/emass_client/api/system_sensor_hardware_dashboards_api.rb +168 -0
- data/lib/emass_client/api/system_sensor_software_dashboards_api.rb +241 -0
- data/lib/emass_client/api/system_software_dashboards_api.rb +168 -0
- data/lib/emass_client/api/system_status_dashboard_api.rb +95 -0
- data/lib/emass_client/api/system_terms_conditions_dashboards_api.rb +168 -0
- data/lib/emass_client/api/system_vulnerability_dashboard_api.rb +95 -0
- data/lib/emass_client/api/system_workflows_dashboards_api.rb +241 -0
- data/lib/emass_client/api/systems_api.rb +22 -28
- data/lib/emass_client/api/test_api.rb +5 -5
- data/lib/emass_client/api/test_results_api.rb +19 -16
- data/lib/emass_client/api/user_system_assignments_dashboard_api.rb +95 -0
- 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 +17 -14
- data/lib/emass_client/api_client.rb +46 -32
- 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} +29 -28
- data/lib/emass_client/models/{response490_meta.rb → api_rule_failed_meta.rb} +34 -29
- 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 +26 -25
- data/lib/emass_client/models/artifacts_required_fields.rb +252 -0
- data/lib/emass_client/models/artifacts_response_del.rb +26 -25
- data/lib/emass_client/models/artifacts_response_del_data_inner.rb +26 -25
- data/lib/emass_client/models/artifacts_response_get.rb +27 -26
- data/lib/emass_client/models/{artifacts_get.rb → artifacts_response_get_data_inner.rb} +91 -70
- data/lib/emass_client/models/artifacts_response_put_post.rb +26 -25
- data/lib/emass_client/models/artifacts_response_put_post_data_inner.rb +40 -30
- data/lib/emass_client/models/{response403.rb → bad_request.rb} +29 -28
- data/lib/emass_client/models/{response400_meta.rb → bad_request_meta.rb} +34 -29
- data/lib/emass_client/models/cac_get.rb +26 -25
- data/lib/emass_client/models/cac_response_get.rb +26 -25
- data/lib/emass_client/models/cac_response_post.rb +26 -25
- data/lib/emass_client/models/cac_response_post_data_inner.rb +40 -30
- data/lib/emass_client/models/{poam_response_post.rb → cloud_resources_delete.rb} +29 -28
- data/lib/emass_client/models/cloud_resources_delete_body_inner.rb +221 -0
- data/lib/emass_client/models/{cloud_resources_post.rb → cloud_resources_post_delete.rb} +42 -32
- data/lib/emass_client/models/cloud_resources_response_post.rb +27 -26
- data/lib/emass_client/models/cmmc_get.rb +96 -140
- data/lib/emass_client/models/cmmc_response_get.rb +26 -25
- data/lib/emass_client/models/connectivity_ccsd.rb +26 -25
- data/lib/emass_client/models/container_resources_delete_body_inner.rb +221 -0
- data/lib/emass_client/models/{containers_resources_post.rb → containers_resources_post_delete.rb} +42 -32
- data/lib/emass_client/models/{poam_response_delete.rb → containers_response_delete.rb} +29 -28
- data/lib/emass_client/models/containers_response_post.rb +27 -26
- 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 +40 -30
- 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 +27 -26
- data/lib/emass_client/models/{controls_get.rb → controls_response_get_data_inner.rb} +210 -166
- data/lib/emass_client/models/controls_response_put.rb +26 -25
- data/lib/emass_client/models/{response400.rb → created.rb} +29 -28
- data/lib/emass_client/models/{response201_meta.rb → created_meta.rb} +34 -29
- data/lib/emass_client/models/definition_transitions.rb +26 -25
- data/lib/emass_client/models/{success200_response.rb → device_scan_results_response_post.rb} +29 -28
- data/lib/emass_client/models/{success200_response_data_inner.rb → device_scan_results_response_post_data_inner.rb} +72 -33
- data/lib/emass_client/models/{response401.rb → forbidden.rb} +29 -28
- data/lib/emass_client/models/{response403_meta.rb → forbidden_meta.rb} +34 -29
- 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/hw_baseline_response_delete.rb +231 -0
- 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} +30 -29
- data/lib/emass_client/models/hw_baseline_response_get_data_inner.rb +429 -0
- data/lib/emass_client/models/hw_baseline_response_post_put.rb +231 -0
- 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} +28 -27
- data/lib/emass_client/models/internal_server_error.rb +220 -0
- data/lib/emass_client/models/{response500_meta.rb → internal_server_error_meta.rb} +34 -29
- data/lib/emass_client/models/length_required.rb +220 -0
- data/lib/emass_client/models/{response411_meta.rb → length_required_meta.rb} +34 -29
- data/lib/emass_client/models/method_not_allowed.rb +220 -0
- data/lib/emass_client/models/{response405_meta.rb → method_not_allowed_meta.rb} +34 -29
- data/lib/emass_client/models/milestone_response_delete.rb +231 -0
- data/lib/emass_client/models/milestone_response_get.rb +26 -25
- data/lib/emass_client/models/milestone_response_get_milestone.rb +26 -25
- data/lib/emass_client/models/milestone_response_post.rb +26 -25
- data/lib/emass_client/models/milestone_response_put.rb +26 -25
- data/lib/emass_client/models/milestones_fields.rb +222 -0
- data/lib/emass_client/models/milestones_get.rb +55 -32
- data/lib/emass_client/models/milestones_put_post_delete.rb +40 -30
- data/lib/emass_client/models/milestones_request_delete_body_inner.rb +26 -25
- data/lib/emass_client/models/milestones_required_post.rb +35 -53
- data/lib/emass_client/models/milestones_required_post_milestones_inner.rb +265 -0
- data/lib/emass_client/models/milestones_required_put.rb +35 -68
- data/lib/emass_client/models/{ssps.rb → milestones_required_put_milestones_inner.rb} +101 -52
- data/lib/emass_client/models/{response404.rb → not_found.rb} +34 -29
- data/lib/emass_client/models/pac_get.rb +29 -37
- data/lib/emass_client/models/pac_post.rb +40 -30
- data/lib/emass_client/models/pac_response_get.rb +26 -25
- data/lib/emass_client/models/pac_response_post.rb +26 -25
- data/lib/emass_client/models/{dashboard_mock_response_pagination.rb → pagination.rb} +47 -46
- 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 +40 -30
- data/lib/emass_client/models/poam_read_only_fields.rb +332 -0
- data/lib/emass_client/models/poam_request_delete_body_inner.rb +26 -25
- data/lib/emass_client/models/poam_required_fields.rb +305 -0
- data/lib/emass_client/models/poam_response_get_poams.rb +27 -26
- data/lib/emass_client/models/poam_response_get_poams_data.rb +824 -0
- data/lib/emass_client/models/poam_response_get_systems.rb +27 -26
- data/lib/emass_client/models/poam_response_get_systems_data_inner.rb +824 -0
- data/lib/emass_client/models/{poam_response_put.rb → poam_response_post_put_delete.rb} +28 -27
- data/lib/emass_client/models/register.rb +26 -25
- data/lib/emass_client/models/register_data.rb +26 -25
- data/lib/emass_client/models/register_user_request_post_body.rb +38 -25
- data/lib/emass_client/models/response200.rb +32 -27
- data/lib/emass_client/models/role_category.rb +26 -25
- data/lib/emass_client/models/roles.rb +26 -25
- data/lib/emass_client/models/stage.rb +26 -25
- data/lib/emass_client/models/{static_code_application.rb → static_code_application_post.rb} +28 -27
- data/lib/emass_client/models/static_code_post.rb +40 -30
- data/lib/emass_client/models/static_code_request_post_body.rb +27 -26
- data/lib/emass_client/models/static_code_request_post_body_application.rb +26 -25
- data/lib/emass_client/models/static_code_response_post.rb +26 -25
- 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 +26 -25
- data/lib/emass_client/models/system_roles_category_response.rb +26 -25
- data/lib/emass_client/models/system_roles_response.rb +26 -25
- data/lib/emass_client/models/system_roles_response_data_inner.rb +26 -25
- data/lib/emass_client/models/systems.rb +950 -113
- data/lib/emass_client/models/systems_response.rb +26 -25
- data/lib/emass_client/models/test.rb +26 -25
- data/lib/emass_client/models/test_data.rb +26 -25
- data/lib/emass_client/models/test_results_get.rb +37 -26
- data/lib/emass_client/models/test_results_post.rb +40 -30
- data/lib/emass_client/models/test_results_response_get.rb +26 -25
- data/lib/emass_client/models/test_results_response_post.rb +26 -25
- data/lib/emass_client/models/unauthorized.rb +220 -0
- data/lib/emass_client/models/{response401_meta.rb → unauthorized_meta.rb} +34 -29
- data/lib/emass_client/models/users.rb +26 -25
- data/lib/emass_client/models/workflow_definition_get.rb +26 -25
- data/lib/emass_client/models/workflow_definition_response_get.rb +26 -25
- data/lib/emass_client/models/workflow_instance_get.rb +40 -28
- data/lib/emass_client/models/workflow_instance_response_get.rb +26 -25
- data/lib/emass_client/models/workflow_instances_response_get.rb +27 -26
- data/lib/emass_client/models/workflow_instances_response_get_pagination.rb +26 -25
- data/lib/emass_client/version.rb +5 -5
- data/lib/emass_client.rb +112 -39
- metadata +116 -43
- data/lib/emass_client/api/dashboards_api.rb +0 -2139
- data/lib/emass_client/models/mock_object.rb +0 -343
- data/lib/emass_client/models/poam_get.rb +0 -683
- data/lib/emass_client/models/response405.rb +0 -219
- data/lib/emass_client/models/response411.rb +0 -219
- data/lib/emass_client/models/response490.rb +0 -219
- data/lib/emass_client/models/response500.rb +0 -219
- data/lib/emass_client/models/workflow_instances_get.rb +0 -342
@@ -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
|
|
@@ -51,7 +51,7 @@ module EmassClient
|
|
51
51
|
# [Read-only] RMF/DIACAP Policy identifier for the system record.
|
52
52
|
attr_accessor :policy
|
53
53
|
|
54
|
-
# [Read-Only] Registration
|
54
|
+
# [Read-Only] Registration type of the system record. Values include (assessAndAuthorize, assessOnly, guest, regular, functional, cloudServiceProvider.)
|
55
55
|
attr_accessor :registration_type
|
56
56
|
|
57
57
|
# [Read-only] Name of the system record.
|
@@ -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,14 +177,29 @@ 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
|
|
174
189
|
# [Read-only] Date the system record's Contingency Plan was tested.
|
175
190
|
attr_accessor :contingency_plan_test_date
|
176
191
|
|
177
|
-
# [Read-
|
178
|
-
attr_accessor :
|
192
|
+
# [Read-Only] Is the system required to complete a Security Review?
|
193
|
+
attr_accessor :security_review_required
|
194
|
+
|
195
|
+
# [Read-Only] Has a Security Review been completed for this system?
|
196
|
+
attr_accessor :security_review_completed
|
197
|
+
|
198
|
+
# [Read-Only] Date of the system's latest security review or annual assessment.
|
199
|
+
attr_accessor :security_review_completion_date
|
200
|
+
|
201
|
+
# [Read-Only] Date when the system's next security review or annual assessment is due by.
|
202
|
+
attr_accessor :next_security_review_due_date
|
179
203
|
|
180
204
|
# [Read-Only] Does the system record have an Ongoing or Risk Accepted POA&M Item?
|
181
205
|
attr_accessor :has_open_poam_item
|
@@ -198,20 +222,29 @@ module EmassClient
|
|
198
222
|
# [Read-only] Does the system record contain and/or process Personal Health Information?
|
199
223
|
attr_accessor :has_phi
|
200
224
|
|
201
|
-
# [Read-
|
225
|
+
# [Read-Only] Determine if a PPSM registration is required.
|
226
|
+
attr_accessor :ppsm_registration_required
|
227
|
+
|
228
|
+
# [Read-only] Unique identifier for the DoD's Ports, Protocols, and Services Management Registry system.
|
202
229
|
attr_accessor :ppsm_registry_number
|
203
230
|
|
231
|
+
# [Read-Only] Clarify why a PPSM registraiton is not necessary.
|
232
|
+
attr_accessor :ppsm_registration_exemption_justification
|
233
|
+
|
204
234
|
# [Read-only] Identify the interconnected information systems and corresponding identifiers within control CA-3.
|
205
235
|
attr_accessor :interconnected_information_system_and_identifiers
|
206
236
|
|
207
237
|
# [Read-only] Does the system require a Privacy Impact Assessment?
|
208
|
-
attr_accessor :
|
238
|
+
attr_accessor :privacy_impact_assessment_required
|
209
239
|
|
210
240
|
# [Read-only] Status of the PIA, availability values include the following options (Not Started, In Progress, Completed)
|
211
|
-
attr_accessor :
|
241
|
+
attr_accessor :privacy_impact_assessment_status
|
212
242
|
|
213
243
|
# [Read-only] Date in which the system's PIA took place.
|
214
|
-
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
|
215
248
|
|
216
249
|
# [Read-only] User-defined field to augment Ad Hoc Reporting.
|
217
250
|
attr_accessor :user_defined_field1
|
@@ -246,7 +279,7 @@ module EmassClient
|
|
246
279
|
# [Read-Only] Indicates if the system contains High Value Assets. Does not display if value is null
|
247
280
|
attr_accessor :is_hva
|
248
281
|
|
249
|
-
# [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.
|
250
283
|
attr_accessor :is_financial_management
|
251
284
|
|
252
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.
|
@@ -261,8 +294,8 @@ module EmassClient
|
|
261
294
|
# [Read-Only] Values include the following: (Hybrid, Private, Public)
|
262
295
|
attr_accessor :cloud_type
|
263
296
|
|
264
|
-
# [Read-Only] The Authority to Connect decision. Values include the following:
|
265
|
-
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
|
266
299
|
|
267
300
|
# [Read-Only] Software as a Service (SaaS) cloud service model.
|
268
301
|
attr_accessor :is_saa_s
|
@@ -286,10 +319,10 @@ module EmassClient
|
|
286
319
|
attr_accessor :is_hrr
|
287
320
|
|
288
321
|
# [Read-Only] The Connectivity Authorization Date.
|
289
|
-
attr_accessor :
|
322
|
+
attr_accessor :connectivity_authorization_date
|
290
323
|
|
291
324
|
# [Read-Only] The Connectivity Authorization Termination Date.
|
292
|
-
attr_accessor :
|
325
|
+
attr_accessor :connectivity_authorization_termination_date
|
293
326
|
|
294
327
|
# [Read-Only] Indicate the date by which the System needs to be deployed to a production environment. VA only.
|
295
328
|
attr_accessor :system_development_life_cycle
|
@@ -303,7 +336,200 @@ module EmassClient
|
|
303
336
|
# [Read-Only] System Tag explanation(s) for enterprise level, to include CIO and CISO, tracking efforts. VA only.
|
304
337
|
attr_accessor :group_tag_descriptions
|
305
338
|
|
306
|
-
|
339
|
+
# [Read-Only] The system's DADMS ID. USMC only.
|
340
|
+
attr_accessor :dadms_id
|
341
|
+
|
342
|
+
# [Read-Only] Date the system expires in DADMS. USMC only.
|
343
|
+
attr_accessor :dadms_expiration_date
|
344
|
+
|
345
|
+
# [Read-Only] Identify the type of connectivity for the network/enclave, e.g., DISA circuit (NIPR, SIPR) or HPCMP circuit (DREN, SDREN, Outreach). Navy only.
|
346
|
+
attr_accessor :enclave_connectivity
|
347
|
+
|
348
|
+
# [Read-Only] Identify the primary computing environment for where the information system is deployed. Navy only.
|
349
|
+
attr_accessor :environment_type
|
350
|
+
|
351
|
+
# [Read-Only] Indicate whether the information system provides inheritable controls. Navy only
|
352
|
+
attr_accessor :navy_common_control_provider
|
353
|
+
|
354
|
+
# [Read-Only] Identify the broker responsible for the delivery of commercial cloud services and capabilities. Refer to Navy Commercial Cloud Brokerage Policy. Navy Only
|
355
|
+
attr_accessor :navy_cloud_broker
|
356
|
+
|
357
|
+
# [Read-Only] The eMASS ID of the identified cloud broker. Navy only.
|
358
|
+
attr_accessor :cloud_broker_emass_id
|
359
|
+
|
360
|
+
# [Read-Only] The provisional authorization termination date of the identified cloud broker. Navy only
|
361
|
+
attr_accessor :cloud_broker_provisional_authorization_atd
|
362
|
+
|
363
|
+
# [Read-Only] Indicate whether this is a joint authorization being issued by two or more Authorizing Officials. Navy only
|
364
|
+
attr_accessor :navy_joint_authorization
|
365
|
+
|
366
|
+
# [Read-Only] Provide all NMCI CLINs associated to the system/services within the authorization boundary. Navy only
|
367
|
+
attr_accessor :nmci_ngen_clins
|
368
|
+
|
369
|
+
# [Read-Only] Identify the Navy enterprise network where the information system is deployed. Navy only
|
370
|
+
attr_accessor :enterprise_locations
|
371
|
+
|
372
|
+
# [Read-Only] Systems that have public-facing components/presences are typically required to be documented and registered as part of Organzationally-approved whitelisting processes.
|
373
|
+
attr_accessor :whitelist_id
|
374
|
+
|
375
|
+
# [Read-Only] Provide/upload the documentation that identifies or describes the components or aspects of the System that are public-facing (whitelisted).
|
376
|
+
attr_accessor :whitelist_inventory
|
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
|
+
|
384
|
+
# [Read-Only] Name of the system's Cybersecurity Service Provider.
|
385
|
+
attr_accessor :cybersecurity_service_provider
|
386
|
+
|
387
|
+
# [Read-Only] If Not Applicable, provide the exception justification.
|
388
|
+
attr_accessor :cybersecurity_service_provider_exception_justification
|
389
|
+
|
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
|
307
533
|
|
308
534
|
attr_accessor :connectivity_ccsd
|
309
535
|
|
@@ -364,12 +590,14 @@ module EmassClient
|
|
364
590
|
:'authorization_date' => :'authorizationDate',
|
365
591
|
:'authorization_termination_date' => :'authorizationTerminationDate',
|
366
592
|
:'authorization_length' => :'authorizationLength',
|
593
|
+
:'security_controls_assessor_executive_summary' => :'securityControlsAssessorExecutiveSummary',
|
594
|
+
:'risk_review_executive_summary' => :'riskReviewExecutiveSummary',
|
367
595
|
:'terms_for_auth' => :'termsForAuth',
|
368
596
|
:'security_plan_approval_status' => :'securityPlanApprovalStatus',
|
369
597
|
:'security_plan_approval_date' => :'securityPlanApprovalDate',
|
370
598
|
:'mission_criticality' => :'missionCriticality',
|
371
599
|
:'geographical_association' => :'geographicalAssociation',
|
372
|
-
:'
|
600
|
+
:'system_ownership_controlled' => :'systemOwnershipControlled',
|
373
601
|
:'governing_mission_area' => :'governingMissionArea',
|
374
602
|
:'primary_functional_area' => :'primaryFunctionalArea',
|
375
603
|
:'secondary_functional_area' => :'secondaryFunctionalArea',
|
@@ -378,14 +606,20 @@ module EmassClient
|
|
378
606
|
:'integrity' => :'integrity',
|
379
607
|
:'availability' => :'availability',
|
380
608
|
:'applied_overlays' => :'appliedOverlays',
|
609
|
+
:'applied_stigs' => :'appliedStigs',
|
381
610
|
:'rmf_activity' => :'rmfActivity',
|
382
611
|
:'cross_domain_ticket' => :'crossDomainTicket',
|
383
612
|
:'ditpr_don_id' => :'ditprDonId',
|
384
613
|
:'mac' => :'mac',
|
385
614
|
:'dod_confidentiality' => :'dodConfidentiality',
|
615
|
+
:'contingency_plan_required' => :'contingencyPlanRequired',
|
616
|
+
:'contingency_plan_artifact' => :'contingencyPlanArtifact',
|
386
617
|
:'contingency_plan_tested' => :'contingencyPlanTested',
|
387
618
|
:'contingency_plan_test_date' => :'contingencyPlanTestDate',
|
388
|
-
:'
|
619
|
+
:'security_review_required' => :'securityReviewRequired',
|
620
|
+
:'security_review_completed' => :'securityReviewCompleted',
|
621
|
+
:'security_review_completion_date' => :'securityReviewCompletionDate',
|
622
|
+
:'next_security_review_due_date' => :'nextSecurityReviewDueDate',
|
389
623
|
:'has_open_poam_item' => :'hasOpenPoamItem',
|
390
624
|
:'has_open_poam_item90to120_past_scheduled_completion_date' => :'hasOpenPoamItem90to120PastScheduledCompletionDate',
|
391
625
|
:'has_open_poam_item120_plus_past_scheudled_completion_date' => :'hasOpenPoamItem120PlusPastScheudledCompletionDate',
|
@@ -393,11 +627,14 @@ module EmassClient
|
|
393
627
|
:'has_cui' => :'hasCUI',
|
394
628
|
:'has_pii' => :'hasPII',
|
395
629
|
:'has_phi' => :'hasPHI',
|
630
|
+
:'ppsm_registration_required' => :'ppsmRegistrationRequired',
|
396
631
|
:'ppsm_registry_number' => :'ppsmRegistryNumber',
|
632
|
+
:'ppsm_registration_exemption_justification' => :'ppsmRegistrationExemptionJustification',
|
397
633
|
:'interconnected_information_system_and_identifiers' => :'interconnectedInformationSystemAndIdentifiers',
|
398
|
-
:'
|
399
|
-
:'
|
400
|
-
:'
|
634
|
+
:'privacy_impact_assessment_required' => :'privacyImpactAssessmentRequired',
|
635
|
+
:'privacy_impact_assessment_status' => :'privacyImpactAssessmentStatus',
|
636
|
+
:'privacy_impact_assessment_date' => :'privacyImpactAssessmentDate',
|
637
|
+
:'privacy_impact_assessment_artifact' => :'privacyImpactAssessmentArtifact',
|
401
638
|
:'user_defined_field1' => :'userDefinedField1',
|
402
639
|
:'user_defined_field2' => :'userDefinedField2',
|
403
640
|
:'user_defined_field3' => :'userDefinedField3',
|
@@ -414,7 +651,7 @@ module EmassClient
|
|
414
651
|
:'reciprocity_exemption' => :'reciprocityExemption',
|
415
652
|
:'cloud_computing' => :'cloudComputing',
|
416
653
|
:'cloud_type' => :'cloudType',
|
417
|
-
:'
|
654
|
+
:'authorization_to_connect_status' => :'authorizationToConnectStatus',
|
418
655
|
:'is_saa_s' => :'isSaaS',
|
419
656
|
:'is_paa_s' => :'isPaaS',
|
420
657
|
:'is_iaa_s' => :'isIaaS',
|
@@ -422,20 +659,89 @@ module EmassClient
|
|
422
659
|
:'need_date' => :'needDate',
|
423
660
|
:'overall_risk_score' => :'overallRiskScore',
|
424
661
|
:'is_hrr' => :'isHRR',
|
425
|
-
:'
|
426
|
-
:'
|
662
|
+
:'connectivity_authorization_date' => :'connectivityAuthorizationDate',
|
663
|
+
:'connectivity_authorization_termination_date' => :'connectivityAuthorizationTerminationDate',
|
427
664
|
:'system_development_life_cycle' => :'systemDevelopmentLifeCycle',
|
428
665
|
:'is_fisma_reportable' => :'isFISMAReportable',
|
429
666
|
:'group_tagging' => :'groupTagging',
|
430
667
|
:'group_tag_descriptions' => :'groupTagDescriptions',
|
431
|
-
:'
|
668
|
+
:'dadms_id' => :'dadmsId',
|
669
|
+
:'dadms_expiration_date' => :'dadmsExpirationDate',
|
670
|
+
:'enclave_connectivity' => :'enclaveConnectivity',
|
671
|
+
:'environment_type' => :'environmentType',
|
672
|
+
:'navy_common_control_provider' => :'navyCommonControlProvider',
|
673
|
+
:'navy_cloud_broker' => :'navyCloudBroker',
|
674
|
+
:'cloud_broker_emass_id' => :'cloudBrokerEmassId',
|
675
|
+
:'cloud_broker_provisional_authorization_atd' => :'cloudBrokerProvisionalAuthorizationAtd',
|
676
|
+
:'navy_joint_authorization' => :'navyJointAuthorization',
|
677
|
+
:'nmci_ngen_clins' => :'nmciNgenClins',
|
678
|
+
:'enterprise_locations' => :'enterpriseLocations',
|
679
|
+
:'whitelist_id' => :'whitelistId',
|
680
|
+
:'whitelist_inventory' => :'whitelistInventory',
|
681
|
+
:'acquisition_category' => :'acquisitionCategory',
|
682
|
+
:'software_category' => :'softwareCategory',
|
683
|
+
:'cybersecurity_service_provider' => :'cybersecurityServiceProvider',
|
684
|
+
:'cybersecurity_service_provider_exception_justification' => :'cybersecurityServiceProviderExceptionJustification',
|
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',
|
432
733
|
:'connectivity_ccsd' => :'connectivityCcsd'
|
433
734
|
}
|
434
735
|
end
|
435
736
|
|
737
|
+
# Returns attribute mapping this model knows about
|
738
|
+
def self.acceptable_attribute_map
|
739
|
+
attribute_map
|
740
|
+
end
|
741
|
+
|
436
742
|
# Returns all the JSON keys this model knows about
|
437
743
|
def self.acceptable_attributes
|
438
|
-
|
744
|
+
acceptable_attribute_map.values
|
439
745
|
end
|
440
746
|
|
441
747
|
# Attribute type mapping.
|
@@ -473,12 +779,14 @@ module EmassClient
|
|
473
779
|
:'authorization_date' => :'Integer',
|
474
780
|
:'authorization_termination_date' => :'Integer',
|
475
781
|
:'authorization_length' => :'Integer',
|
782
|
+
:'security_controls_assessor_executive_summary' => :'String',
|
783
|
+
:'risk_review_executive_summary' => :'String',
|
476
784
|
:'terms_for_auth' => :'String',
|
477
785
|
:'security_plan_approval_status' => :'String',
|
478
786
|
:'security_plan_approval_date' => :'Integer',
|
479
787
|
:'mission_criticality' => :'String',
|
480
788
|
:'geographical_association' => :'String',
|
481
|
-
:'
|
789
|
+
:'system_ownership_controlled' => :'String',
|
482
790
|
:'governing_mission_area' => :'String',
|
483
791
|
:'primary_functional_area' => :'String',
|
484
792
|
:'secondary_functional_area' => :'String',
|
@@ -487,14 +795,20 @@ module EmassClient
|
|
487
795
|
:'integrity' => :'String',
|
488
796
|
:'availability' => :'String',
|
489
797
|
:'applied_overlays' => :'String',
|
798
|
+
:'applied_stigs' => :'String',
|
490
799
|
:'rmf_activity' => :'String',
|
491
800
|
:'cross_domain_ticket' => :'String',
|
492
801
|
:'ditpr_don_id' => :'String',
|
493
802
|
:'mac' => :'String',
|
494
803
|
:'dod_confidentiality' => :'String',
|
804
|
+
:'contingency_plan_required' => :'Boolean',
|
805
|
+
:'contingency_plan_artifact' => :'String',
|
495
806
|
:'contingency_plan_tested' => :'Boolean',
|
496
807
|
:'contingency_plan_test_date' => :'Integer',
|
497
|
-
:'
|
808
|
+
:'security_review_required' => :'Boolean',
|
809
|
+
:'security_review_completed' => :'Boolean',
|
810
|
+
:'security_review_completion_date' => :'Integer',
|
811
|
+
:'next_security_review_due_date' => :'Integer',
|
498
812
|
:'has_open_poam_item' => :'Boolean',
|
499
813
|
:'has_open_poam_item90to120_past_scheduled_completion_date' => :'Boolean',
|
500
814
|
:'has_open_poam_item120_plus_past_scheudled_completion_date' => :'Boolean',
|
@@ -502,11 +816,14 @@ module EmassClient
|
|
502
816
|
:'has_cui' => :'Boolean',
|
503
817
|
:'has_pii' => :'Boolean',
|
504
818
|
:'has_phi' => :'Boolean',
|
819
|
+
:'ppsm_registration_required' => :'String',
|
505
820
|
:'ppsm_registry_number' => :'String',
|
821
|
+
:'ppsm_registration_exemption_justification' => :'String',
|
506
822
|
:'interconnected_information_system_and_identifiers' => :'String',
|
507
|
-
:'
|
508
|
-
:'
|
509
|
-
:'
|
823
|
+
:'privacy_impact_assessment_required' => :'Boolean',
|
824
|
+
:'privacy_impact_assessment_status' => :'String',
|
825
|
+
:'privacy_impact_assessment_date' => :'Integer',
|
826
|
+
:'privacy_impact_assessment_artifact' => :'String',
|
510
827
|
:'user_defined_field1' => :'String',
|
511
828
|
:'user_defined_field2' => :'String',
|
512
829
|
:'user_defined_field3' => :'String',
|
@@ -523,7 +840,7 @@ module EmassClient
|
|
523
840
|
:'reciprocity_exemption' => :'String',
|
524
841
|
:'cloud_computing' => :'Boolean',
|
525
842
|
:'cloud_type' => :'String',
|
526
|
-
:'
|
843
|
+
:'authorization_to_connect_status' => :'String',
|
527
844
|
:'is_saa_s' => :'Boolean',
|
528
845
|
:'is_paa_s' => :'Boolean',
|
529
846
|
:'is_iaa_s' => :'Boolean',
|
@@ -531,13 +848,77 @@ module EmassClient
|
|
531
848
|
:'need_date' => :'Integer',
|
532
849
|
:'overall_risk_score' => :'String',
|
533
850
|
:'is_hrr' => :'Boolean',
|
534
|
-
:'
|
535
|
-
:'
|
851
|
+
:'connectivity_authorization_date' => :'Integer',
|
852
|
+
:'connectivity_authorization_termination_date' => :'Integer',
|
536
853
|
:'system_development_life_cycle' => :'String',
|
537
854
|
:'is_fisma_reportable' => :'Boolean',
|
538
855
|
:'group_tagging' => :'String',
|
539
856
|
:'group_tag_descriptions' => :'String',
|
540
|
-
:'
|
857
|
+
:'dadms_id' => :'String',
|
858
|
+
:'dadms_expiration_date' => :'Integer',
|
859
|
+
:'enclave_connectivity' => :'String',
|
860
|
+
:'environment_type' => :'String',
|
861
|
+
:'navy_common_control_provider' => :'Boolean',
|
862
|
+
:'navy_cloud_broker' => :'String',
|
863
|
+
:'cloud_broker_emass_id' => :'Integer',
|
864
|
+
:'cloud_broker_provisional_authorization_atd' => :'Integer',
|
865
|
+
:'navy_joint_authorization' => :'Boolean',
|
866
|
+
:'nmci_ngen_clins' => :'String',
|
867
|
+
:'enterprise_locations' => :'String',
|
868
|
+
:'whitelist_id' => :'String',
|
869
|
+
:'whitelist_inventory' => :'String',
|
870
|
+
:'acquisition_category' => :'String',
|
871
|
+
:'software_category' => :'String',
|
872
|
+
:'cybersecurity_service_provider' => :'String',
|
873
|
+
:'cybersecurity_service_provider_exception_justification' => :'String',
|
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',
|
541
922
|
:'connectivity_ccsd' => :'Array<ConnectivityCcsd>'
|
542
923
|
}
|
543
924
|
end
|
@@ -575,12 +956,14 @@ module EmassClient
|
|
575
956
|
:'authorization_date',
|
576
957
|
:'authorization_termination_date',
|
577
958
|
:'authorization_length',
|
959
|
+
:'security_controls_assessor_executive_summary',
|
960
|
+
:'risk_review_executive_summary',
|
578
961
|
:'terms_for_auth',
|
579
962
|
:'security_plan_approval_status',
|
580
963
|
:'security_plan_approval_date',
|
581
964
|
:'mission_criticality',
|
582
965
|
:'geographical_association',
|
583
|
-
:'
|
966
|
+
:'system_ownership_controlled',
|
584
967
|
:'governing_mission_area',
|
585
968
|
:'primary_functional_area',
|
586
969
|
:'secondary_functional_area',
|
@@ -589,14 +972,20 @@ module EmassClient
|
|
589
972
|
:'integrity',
|
590
973
|
:'availability',
|
591
974
|
:'applied_overlays',
|
975
|
+
:'applied_stigs',
|
592
976
|
:'rmf_activity',
|
593
977
|
:'cross_domain_ticket',
|
594
978
|
:'ditpr_don_id',
|
595
979
|
:'mac',
|
596
980
|
:'dod_confidentiality',
|
981
|
+
:'contingency_plan_required',
|
982
|
+
:'contingency_plan_artifact',
|
597
983
|
:'contingency_plan_tested',
|
598
984
|
:'contingency_plan_test_date',
|
599
|
-
:'
|
985
|
+
:'security_review_required',
|
986
|
+
:'security_review_completed',
|
987
|
+
:'security_review_completion_date',
|
988
|
+
:'next_security_review_due_date',
|
600
989
|
:'has_open_poam_item',
|
601
990
|
:'has_open_poam_item90to120_past_scheduled_completion_date',
|
602
991
|
:'has_open_poam_item120_plus_past_scheudled_completion_date',
|
@@ -604,11 +993,14 @@ module EmassClient
|
|
604
993
|
:'has_cui',
|
605
994
|
:'has_pii',
|
606
995
|
:'has_phi',
|
996
|
+
:'ppsm_registration_required',
|
607
997
|
:'ppsm_registry_number',
|
998
|
+
:'ppsm_registration_exemption_justification',
|
608
999
|
:'interconnected_information_system_and_identifiers',
|
609
|
-
:'
|
610
|
-
:'
|
611
|
-
:'
|
1000
|
+
:'privacy_impact_assessment_required',
|
1001
|
+
:'privacy_impact_assessment_status',
|
1002
|
+
:'privacy_impact_assessment_date',
|
1003
|
+
:'privacy_impact_assessment_artifact',
|
612
1004
|
:'user_defined_field1',
|
613
1005
|
:'user_defined_field2',
|
614
1006
|
:'user_defined_field3',
|
@@ -625,7 +1017,7 @@ module EmassClient
|
|
625
1017
|
:'reciprocity_exemption',
|
626
1018
|
:'cloud_computing',
|
627
1019
|
:'cloud_type',
|
628
|
-
:'
|
1020
|
+
:'authorization_to_connect_status',
|
629
1021
|
:'is_saa_s',
|
630
1022
|
:'is_paa_s',
|
631
1023
|
:'is_iaa_s',
|
@@ -633,13 +1025,77 @@ module EmassClient
|
|
633
1025
|
:'need_date',
|
634
1026
|
:'overall_risk_score',
|
635
1027
|
:'is_hrr',
|
636
|
-
:'
|
637
|
-
:'
|
1028
|
+
:'connectivity_authorization_date',
|
1029
|
+
:'connectivity_authorization_termination_date',
|
638
1030
|
:'system_development_life_cycle',
|
639
1031
|
:'is_fisma_reportable',
|
640
1032
|
:'group_tagging',
|
641
1033
|
:'group_tag_descriptions',
|
642
|
-
:'
|
1034
|
+
:'dadms_id',
|
1035
|
+
:'dadms_expiration_date',
|
1036
|
+
:'enclave_connectivity',
|
1037
|
+
:'environment_type',
|
1038
|
+
:'navy_common_control_provider',
|
1039
|
+
:'navy_cloud_broker',
|
1040
|
+
:'cloud_broker_emass_id',
|
1041
|
+
:'cloud_broker_provisional_authorization_atd',
|
1042
|
+
:'navy_joint_authorization',
|
1043
|
+
:'nmci_ngen_clins',
|
1044
|
+
:'enterprise_locations',
|
1045
|
+
:'whitelist_id',
|
1046
|
+
:'whitelist_inventory',
|
1047
|
+
:'acquisition_category',
|
1048
|
+
:'software_category',
|
1049
|
+
:'cybersecurity_service_provider',
|
1050
|
+
:'cybersecurity_service_provider_exception_justification',
|
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',
|
643
1099
|
:'connectivity_ccsd'
|
644
1100
|
])
|
645
1101
|
end
|
@@ -652,9 +1108,10 @@ module EmassClient
|
|
652
1108
|
end
|
653
1109
|
|
654
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
|
655
1112
|
attributes = attributes.each_with_object({}) { |(k, v), h|
|
656
|
-
if (!
|
657
|
-
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
|
658
1115
|
end
|
659
1116
|
h[k.to_sym] = v
|
660
1117
|
}
|
@@ -787,6 +1244,14 @@ module EmassClient
|
|
787
1244
|
self.authorization_length = attributes[:'authorization_length']
|
788
1245
|
end
|
789
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
|
+
|
790
1255
|
if attributes.key?(:'terms_for_auth')
|
791
1256
|
self.terms_for_auth = attributes[:'terms_for_auth']
|
792
1257
|
end
|
@@ -807,8 +1272,8 @@ module EmassClient
|
|
807
1272
|
self.geographical_association = attributes[:'geographical_association']
|
808
1273
|
end
|
809
1274
|
|
810
|
-
if attributes.key?(:'
|
811
|
-
self.
|
1275
|
+
if attributes.key?(:'system_ownership_controlled')
|
1276
|
+
self.system_ownership_controlled = attributes[:'system_ownership_controlled']
|
812
1277
|
end
|
813
1278
|
|
814
1279
|
if attributes.key?(:'governing_mission_area')
|
@@ -843,6 +1308,10 @@ module EmassClient
|
|
843
1308
|
self.applied_overlays = attributes[:'applied_overlays']
|
844
1309
|
end
|
845
1310
|
|
1311
|
+
if attributes.key?(:'applied_stigs')
|
1312
|
+
self.applied_stigs = attributes[:'applied_stigs']
|
1313
|
+
end
|
1314
|
+
|
846
1315
|
if attributes.key?(:'rmf_activity')
|
847
1316
|
self.rmf_activity = attributes[:'rmf_activity']
|
848
1317
|
end
|
@@ -863,6 +1332,14 @@ module EmassClient
|
|
863
1332
|
self.dod_confidentiality = attributes[:'dod_confidentiality']
|
864
1333
|
end
|
865
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
|
+
|
866
1343
|
if attributes.key?(:'contingency_plan_tested')
|
867
1344
|
self.contingency_plan_tested = attributes[:'contingency_plan_tested']
|
868
1345
|
end
|
@@ -871,8 +1348,20 @@ module EmassClient
|
|
871
1348
|
self.contingency_plan_test_date = attributes[:'contingency_plan_test_date']
|
872
1349
|
end
|
873
1350
|
|
874
|
-
if attributes.key?(:'
|
875
|
-
self.
|
1351
|
+
if attributes.key?(:'security_review_required')
|
1352
|
+
self.security_review_required = attributes[:'security_review_required']
|
1353
|
+
end
|
1354
|
+
|
1355
|
+
if attributes.key?(:'security_review_completed')
|
1356
|
+
self.security_review_completed = attributes[:'security_review_completed']
|
1357
|
+
end
|
1358
|
+
|
1359
|
+
if attributes.key?(:'security_review_completion_date')
|
1360
|
+
self.security_review_completion_date = attributes[:'security_review_completion_date']
|
1361
|
+
end
|
1362
|
+
|
1363
|
+
if attributes.key?(:'next_security_review_due_date')
|
1364
|
+
self.next_security_review_due_date = attributes[:'next_security_review_due_date']
|
876
1365
|
end
|
877
1366
|
|
878
1367
|
if attributes.key?(:'has_open_poam_item')
|
@@ -903,24 +1392,36 @@ module EmassClient
|
|
903
1392
|
self.has_phi = attributes[:'has_phi']
|
904
1393
|
end
|
905
1394
|
|
1395
|
+
if attributes.key?(:'ppsm_registration_required')
|
1396
|
+
self.ppsm_registration_required = attributes[:'ppsm_registration_required']
|
1397
|
+
end
|
1398
|
+
|
906
1399
|
if attributes.key?(:'ppsm_registry_number')
|
907
1400
|
self.ppsm_registry_number = attributes[:'ppsm_registry_number']
|
908
1401
|
end
|
909
1402
|
|
1403
|
+
if attributes.key?(:'ppsm_registration_exemption_justification')
|
1404
|
+
self.ppsm_registration_exemption_justification = attributes[:'ppsm_registration_exemption_justification']
|
1405
|
+
end
|
1406
|
+
|
910
1407
|
if attributes.key?(:'interconnected_information_system_and_identifiers')
|
911
1408
|
self.interconnected_information_system_and_identifiers = attributes[:'interconnected_information_system_and_identifiers']
|
912
1409
|
end
|
913
1410
|
|
914
|
-
if attributes.key?(:'
|
915
|
-
self.
|
1411
|
+
if attributes.key?(:'privacy_impact_assessment_required')
|
1412
|
+
self.privacy_impact_assessment_required = attributes[:'privacy_impact_assessment_required']
|
916
1413
|
end
|
917
1414
|
|
918
|
-
if attributes.key?(:'
|
919
|
-
self.
|
1415
|
+
if attributes.key?(:'privacy_impact_assessment_status')
|
1416
|
+
self.privacy_impact_assessment_status = attributes[:'privacy_impact_assessment_status']
|
920
1417
|
end
|
921
1418
|
|
922
|
-
if attributes.key?(:'
|
923
|
-
self.
|
1419
|
+
if attributes.key?(:'privacy_impact_assessment_date')
|
1420
|
+
self.privacy_impact_assessment_date = attributes[:'privacy_impact_assessment_date']
|
1421
|
+
end
|
1422
|
+
|
1423
|
+
if attributes.key?(:'privacy_impact_assessment_artifact')
|
1424
|
+
self.privacy_impact_assessment_artifact = attributes[:'privacy_impact_assessment_artifact']
|
924
1425
|
end
|
925
1426
|
|
926
1427
|
if attributes.key?(:'user_defined_field1')
|
@@ -987,8 +1488,8 @@ module EmassClient
|
|
987
1488
|
self.cloud_type = attributes[:'cloud_type']
|
988
1489
|
end
|
989
1490
|
|
990
|
-
if attributes.key?(:'
|
991
|
-
self.
|
1491
|
+
if attributes.key?(:'authorization_to_connect_status')
|
1492
|
+
self.authorization_to_connect_status = attributes[:'authorization_to_connect_status']
|
992
1493
|
end
|
993
1494
|
|
994
1495
|
if attributes.key?(:'is_saa_s')
|
@@ -1019,12 +1520,12 @@ module EmassClient
|
|
1019
1520
|
self.is_hrr = attributes[:'is_hrr']
|
1020
1521
|
end
|
1021
1522
|
|
1022
|
-
if attributes.key?(:'
|
1023
|
-
self.
|
1523
|
+
if attributes.key?(:'connectivity_authorization_date')
|
1524
|
+
self.connectivity_authorization_date = attributes[:'connectivity_authorization_date']
|
1024
1525
|
end
|
1025
1526
|
|
1026
|
-
if attributes.key?(:'
|
1027
|
-
self.
|
1527
|
+
if attributes.key?(:'connectivity_authorization_termination_date')
|
1528
|
+
self.connectivity_authorization_termination_date = attributes[:'connectivity_authorization_termination_date']
|
1028
1529
|
end
|
1029
1530
|
|
1030
1531
|
if attributes.key?(:'system_development_life_cycle')
|
@@ -1043,10 +1544,264 @@ module EmassClient
|
|
1043
1544
|
self.group_tag_descriptions = attributes[:'group_tag_descriptions']
|
1044
1545
|
end
|
1045
1546
|
|
1046
|
-
if attributes.key?(:'
|
1047
|
-
|
1048
|
-
|
1049
|
-
|
1547
|
+
if attributes.key?(:'dadms_id')
|
1548
|
+
self.dadms_id = attributes[:'dadms_id']
|
1549
|
+
end
|
1550
|
+
|
1551
|
+
if attributes.key?(:'dadms_expiration_date')
|
1552
|
+
self.dadms_expiration_date = attributes[:'dadms_expiration_date']
|
1553
|
+
end
|
1554
|
+
|
1555
|
+
if attributes.key?(:'enclave_connectivity')
|
1556
|
+
self.enclave_connectivity = attributes[:'enclave_connectivity']
|
1557
|
+
end
|
1558
|
+
|
1559
|
+
if attributes.key?(:'environment_type')
|
1560
|
+
self.environment_type = attributes[:'environment_type']
|
1561
|
+
end
|
1562
|
+
|
1563
|
+
if attributes.key?(:'navy_common_control_provider')
|
1564
|
+
self.navy_common_control_provider = attributes[:'navy_common_control_provider']
|
1565
|
+
end
|
1566
|
+
|
1567
|
+
if attributes.key?(:'navy_cloud_broker')
|
1568
|
+
self.navy_cloud_broker = attributes[:'navy_cloud_broker']
|
1569
|
+
end
|
1570
|
+
|
1571
|
+
if attributes.key?(:'cloud_broker_emass_id')
|
1572
|
+
self.cloud_broker_emass_id = attributes[:'cloud_broker_emass_id']
|
1573
|
+
end
|
1574
|
+
|
1575
|
+
if attributes.key?(:'cloud_broker_provisional_authorization_atd')
|
1576
|
+
self.cloud_broker_provisional_authorization_atd = attributes[:'cloud_broker_provisional_authorization_atd']
|
1577
|
+
end
|
1578
|
+
|
1579
|
+
if attributes.key?(:'navy_joint_authorization')
|
1580
|
+
self.navy_joint_authorization = attributes[:'navy_joint_authorization']
|
1581
|
+
end
|
1582
|
+
|
1583
|
+
if attributes.key?(:'nmci_ngen_clins')
|
1584
|
+
self.nmci_ngen_clins = attributes[:'nmci_ngen_clins']
|
1585
|
+
end
|
1586
|
+
|
1587
|
+
if attributes.key?(:'enterprise_locations')
|
1588
|
+
self.enterprise_locations = attributes[:'enterprise_locations']
|
1589
|
+
end
|
1590
|
+
|
1591
|
+
if attributes.key?(:'whitelist_id')
|
1592
|
+
self.whitelist_id = attributes[:'whitelist_id']
|
1593
|
+
end
|
1594
|
+
|
1595
|
+
if attributes.key?(:'whitelist_inventory')
|
1596
|
+
self.whitelist_inventory = attributes[:'whitelist_inventory']
|
1597
|
+
end
|
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
|
+
|
1607
|
+
if attributes.key?(:'cybersecurity_service_provider')
|
1608
|
+
self.cybersecurity_service_provider = attributes[:'cybersecurity_service_provider']
|
1609
|
+
end
|
1610
|
+
|
1611
|
+
if attributes.key?(:'cybersecurity_service_provider_exception_justification')
|
1612
|
+
self.cybersecurity_service_provider_exception_justification = attributes[:'cybersecurity_service_provider_exception_justification']
|
1613
|
+
end
|
1614
|
+
|
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']
|
1050
1805
|
end
|
1051
1806
|
|
1052
1807
|
if attributes.key?(:'connectivity_ccsd')
|
@@ -1059,6 +1814,7 @@ module EmassClient
|
|
1059
1814
|
# Show invalid properties with the reasons. Usually used together with valid?
|
1060
1815
|
# @return Array for valid properties with the reasons
|
1061
1816
|
def list_invalid_properties
|
1817
|
+
warn '[DEPRECATED] the `list_invalid_properties` method is obsolete'
|
1062
1818
|
invalid_properties = Array.new
|
1063
1819
|
if !@authorization_length.nil? && @authorization_length > 1825
|
1064
1820
|
invalid_properties.push('invalid value for "authorization_length", must be smaller than or equal to 1825.')
|
@@ -1074,9 +1830,10 @@ module EmassClient
|
|
1074
1830
|
# Check to see if the all the properties in the model are valid
|
1075
1831
|
# @return true if the model is valid
|
1076
1832
|
def valid?
|
1833
|
+
warn '[DEPRECATED] the `valid?` method is obsolete'
|
1077
1834
|
policy_validator = EnumAttributeValidator.new('String', ["RMF", "DIACAP", "unknown_default_open_api"])
|
1078
1835
|
return false unless policy_validator.valid?(@policy)
|
1079
|
-
registration_type_validator = EnumAttributeValidator.new('String', ["Assess and Authorize", "Assess Only", "Guest", "Regular", "Functional", "Cloud Service Provider", "
|
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"])
|
1080
1837
|
return false unless registration_type_validator.valid?(@registration_type)
|
1081
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"])
|
1082
1839
|
return false unless system_type_validator.valid?(@system_type)
|
@@ -1098,14 +1855,16 @@ module EmassClient
|
|
1098
1855
|
return false unless dod_confidentiality_validator.valid?(@dod_confidentiality)
|
1099
1856
|
impact_validator = EnumAttributeValidator.new('String', ["Low", "Moderate", "High", "unknown_default_open_api"])
|
1100
1857
|
return false unless impact_validator.valid?(@impact)
|
1101
|
-
|
1102
|
-
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)
|
1103
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"])
|
1104
1861
|
return false unless current_rmf_lifecycle_step_validator.valid?(@current_rmf_lifecycle_step)
|
1105
1862
|
cloud_type_validator = EnumAttributeValidator.new('String', ["Hybrid", "Private", "Public", "unknown_default_open_api"])
|
1106
1863
|
return false unless cloud_type_validator.valid?(@cloud_type)
|
1107
|
-
|
1108
|
-
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)
|
1109
1868
|
true
|
1110
1869
|
end
|
1111
1870
|
|
@@ -1122,7 +1881,7 @@ module EmassClient
|
|
1122
1881
|
# Custom attribute writer method checking allowed values (enum).
|
1123
1882
|
# @param [Object] registration_type Object to be assigned
|
1124
1883
|
def registration_type=(registration_type)
|
1125
|
-
validator = EnumAttributeValidator.new('String', ["Assess and Authorize", "Assess Only", "Guest", "Regular", "Functional", "Cloud Service Provider", "
|
1884
|
+
validator = EnumAttributeValidator.new('String', ["Assess and Authorize", "Assess Only", "Guest", "Regular", "Functional", "Cloud Service Provider", "Authorization To Use", "unknown_default_open_api"])
|
1126
1885
|
unless validator.valid?(registration_type)
|
1127
1886
|
fail ArgumentError, "invalid value for \"registration_type\", must be one of #{validator.allowable_values}."
|
1128
1887
|
end
|
@@ -1234,13 +1993,13 @@ module EmassClient
|
|
1234
1993
|
end
|
1235
1994
|
|
1236
1995
|
# Custom attribute writer method checking allowed values (enum).
|
1237
|
-
# @param [Object]
|
1238
|
-
def
|
1996
|
+
# @param [Object] privacy_impact_assessment_status Object to be assigned
|
1997
|
+
def privacy_impact_assessment_status=(privacy_impact_assessment_status)
|
1239
1998
|
validator = EnumAttributeValidator.new('String', ["Not Started", "In Progress", "Completed", "unknown_default_open_api"])
|
1240
|
-
unless validator.valid?(
|
1241
|
-
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}."
|
1242
2001
|
end
|
1243
|
-
@
|
2002
|
+
@privacy_impact_assessment_status = privacy_impact_assessment_status
|
1244
2003
|
end
|
1245
2004
|
|
1246
2005
|
# Custom attribute writer method checking allowed values (enum).
|
@@ -1264,13 +2023,23 @@ module EmassClient
|
|
1264
2023
|
end
|
1265
2024
|
|
1266
2025
|
# Custom attribute writer method checking allowed values (enum).
|
1267
|
-
# @param [Object]
|
1268
|
-
def
|
2026
|
+
# @param [Object] authorization_to_connect_status Object to be assigned
|
2027
|
+
def authorization_to_connect_status=(authorization_to_connect_status)
|
1269
2028
|
validator = EnumAttributeValidator.new('String', ["Authority to Connect (ATC)", "Denial of Authority to Connect (DATC)", "Not Yet Connected", "Decommissioned", "unknown_default_open_api"])
|
1270
|
-
unless validator.valid?(
|
1271
|
-
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}."
|
1272
2041
|
end
|
1273
|
-
@
|
2042
|
+
@maximum_tolerable_downtime = maximum_tolerable_downtime
|
1274
2043
|
end
|
1275
2044
|
|
1276
2045
|
# Checks equality by comparing each attribute.
|
@@ -1310,12 +2079,14 @@ module EmassClient
|
|
1310
2079
|
authorization_date == o.authorization_date &&
|
1311
2080
|
authorization_termination_date == o.authorization_termination_date &&
|
1312
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 &&
|
1313
2084
|
terms_for_auth == o.terms_for_auth &&
|
1314
2085
|
security_plan_approval_status == o.security_plan_approval_status &&
|
1315
2086
|
security_plan_approval_date == o.security_plan_approval_date &&
|
1316
2087
|
mission_criticality == o.mission_criticality &&
|
1317
2088
|
geographical_association == o.geographical_association &&
|
1318
|
-
|
2089
|
+
system_ownership_controlled == o.system_ownership_controlled &&
|
1319
2090
|
governing_mission_area == o.governing_mission_area &&
|
1320
2091
|
primary_functional_area == o.primary_functional_area &&
|
1321
2092
|
secondary_functional_area == o.secondary_functional_area &&
|
@@ -1324,14 +2095,20 @@ module EmassClient
|
|
1324
2095
|
integrity == o.integrity &&
|
1325
2096
|
availability == o.availability &&
|
1326
2097
|
applied_overlays == o.applied_overlays &&
|
2098
|
+
applied_stigs == o.applied_stigs &&
|
1327
2099
|
rmf_activity == o.rmf_activity &&
|
1328
2100
|
cross_domain_ticket == o.cross_domain_ticket &&
|
1329
2101
|
ditpr_don_id == o.ditpr_don_id &&
|
1330
2102
|
mac == o.mac &&
|
1331
2103
|
dod_confidentiality == o.dod_confidentiality &&
|
2104
|
+
contingency_plan_required == o.contingency_plan_required &&
|
2105
|
+
contingency_plan_artifact == o.contingency_plan_artifact &&
|
1332
2106
|
contingency_plan_tested == o.contingency_plan_tested &&
|
1333
2107
|
contingency_plan_test_date == o.contingency_plan_test_date &&
|
1334
|
-
|
2108
|
+
security_review_required == o.security_review_required &&
|
2109
|
+
security_review_completed == o.security_review_completed &&
|
2110
|
+
security_review_completion_date == o.security_review_completion_date &&
|
2111
|
+
next_security_review_due_date == o.next_security_review_due_date &&
|
1335
2112
|
has_open_poam_item == o.has_open_poam_item &&
|
1336
2113
|
has_open_poam_item90to120_past_scheduled_completion_date == o.has_open_poam_item90to120_past_scheduled_completion_date &&
|
1337
2114
|
has_open_poam_item120_plus_past_scheudled_completion_date == o.has_open_poam_item120_plus_past_scheudled_completion_date &&
|
@@ -1339,11 +2116,14 @@ module EmassClient
|
|
1339
2116
|
has_cui == o.has_cui &&
|
1340
2117
|
has_pii == o.has_pii &&
|
1341
2118
|
has_phi == o.has_phi &&
|
2119
|
+
ppsm_registration_required == o.ppsm_registration_required &&
|
1342
2120
|
ppsm_registry_number == o.ppsm_registry_number &&
|
2121
|
+
ppsm_registration_exemption_justification == o.ppsm_registration_exemption_justification &&
|
1343
2122
|
interconnected_information_system_and_identifiers == o.interconnected_information_system_and_identifiers &&
|
1344
|
-
|
1345
|
-
|
1346
|
-
|
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 &&
|
1347
2127
|
user_defined_field1 == o.user_defined_field1 &&
|
1348
2128
|
user_defined_field2 == o.user_defined_field2 &&
|
1349
2129
|
user_defined_field3 == o.user_defined_field3 &&
|
@@ -1360,7 +2140,7 @@ module EmassClient
|
|
1360
2140
|
reciprocity_exemption == o.reciprocity_exemption &&
|
1361
2141
|
cloud_computing == o.cloud_computing &&
|
1362
2142
|
cloud_type == o.cloud_type &&
|
1363
|
-
|
2143
|
+
authorization_to_connect_status == o.authorization_to_connect_status &&
|
1364
2144
|
is_saa_s == o.is_saa_s &&
|
1365
2145
|
is_paa_s == o.is_paa_s &&
|
1366
2146
|
is_iaa_s == o.is_iaa_s &&
|
@@ -1368,13 +2148,77 @@ module EmassClient
|
|
1368
2148
|
need_date == o.need_date &&
|
1369
2149
|
overall_risk_score == o.overall_risk_score &&
|
1370
2150
|
is_hrr == o.is_hrr &&
|
1371
|
-
|
1372
|
-
|
2151
|
+
connectivity_authorization_date == o.connectivity_authorization_date &&
|
2152
|
+
connectivity_authorization_termination_date == o.connectivity_authorization_termination_date &&
|
1373
2153
|
system_development_life_cycle == o.system_development_life_cycle &&
|
1374
2154
|
is_fisma_reportable == o.is_fisma_reportable &&
|
1375
2155
|
group_tagging == o.group_tagging &&
|
1376
2156
|
group_tag_descriptions == o.group_tag_descriptions &&
|
1377
|
-
|
2157
|
+
dadms_id == o.dadms_id &&
|
2158
|
+
dadms_expiration_date == o.dadms_expiration_date &&
|
2159
|
+
enclave_connectivity == o.enclave_connectivity &&
|
2160
|
+
environment_type == o.environment_type &&
|
2161
|
+
navy_common_control_provider == o.navy_common_control_provider &&
|
2162
|
+
navy_cloud_broker == o.navy_cloud_broker &&
|
2163
|
+
cloud_broker_emass_id == o.cloud_broker_emass_id &&
|
2164
|
+
cloud_broker_provisional_authorization_atd == o.cloud_broker_provisional_authorization_atd &&
|
2165
|
+
navy_joint_authorization == o.navy_joint_authorization &&
|
2166
|
+
nmci_ngen_clins == o.nmci_ngen_clins &&
|
2167
|
+
enterprise_locations == o.enterprise_locations &&
|
2168
|
+
whitelist_id == o.whitelist_id &&
|
2169
|
+
whitelist_inventory == o.whitelist_inventory &&
|
2170
|
+
acquisition_category == o.acquisition_category &&
|
2171
|
+
software_category == o.software_category &&
|
2172
|
+
cybersecurity_service_provider == o.cybersecurity_service_provider &&
|
2173
|
+
cybersecurity_service_provider_exception_justification == o.cybersecurity_service_provider_exception_justification &&
|
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 &&
|
1378
2222
|
connectivity_ccsd == o.connectivity_ccsd
|
1379
2223
|
end
|
1380
2224
|
|
@@ -1387,44 +2231,37 @@ module EmassClient
|
|
1387
2231
|
# Calculates hash code according to all attributes.
|
1388
2232
|
# @return [Integer] Hash code
|
1389
2233
|
def hash
|
1390
|
-
[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
|
1391
2235
|
end
|
1392
2236
|
|
1393
2237
|
# Builds the object from hash
|
1394
2238
|
# @param [Hash] attributes Model attributes in the form of hash
|
1395
2239
|
# @return [Object] Returns the model itself
|
1396
2240
|
def self.build_from_hash(attributes)
|
1397
|
-
new.build_from_hash(attributes)
|
1398
|
-
end
|
1399
|
-
|
1400
|
-
# Builds the object from hash
|
1401
|
-
# @param [Hash] attributes Model attributes in the form of hash
|
1402
|
-
# @return [Object] Returns the model itself
|
1403
|
-
def build_from_hash(attributes)
|
1404
2241
|
return nil unless attributes.is_a?(Hash)
|
1405
2242
|
attributes = attributes.transform_keys(&:to_sym)
|
1406
|
-
|
1407
|
-
|
1408
|
-
|
2243
|
+
transformed_hash = {}
|
2244
|
+
openapi_types.each_pair do |key, type|
|
2245
|
+
if attributes.key?(attribute_map[key]) && attributes[attribute_map[key]].nil?
|
2246
|
+
transformed_hash["#{key}"] = nil
|
1409
2247
|
elsif type =~ /\AArray<(.*)>/i
|
1410
2248
|
# check to ensure the input is an array given that the attribute
|
1411
2249
|
# is documented as an array but the input is not
|
1412
|
-
if attributes[
|
1413
|
-
|
2250
|
+
if attributes[attribute_map[key]].is_a?(Array)
|
2251
|
+
transformed_hash["#{key}"] = attributes[attribute_map[key]].map { |v| _deserialize($1, v) }
|
1414
2252
|
end
|
1415
|
-
elsif !attributes[
|
1416
|
-
|
2253
|
+
elsif !attributes[attribute_map[key]].nil?
|
2254
|
+
transformed_hash["#{key}"] = _deserialize(type, attributes[attribute_map[key]])
|
1417
2255
|
end
|
1418
2256
|
end
|
1419
|
-
|
1420
|
-
self
|
2257
|
+
new(transformed_hash)
|
1421
2258
|
end
|
1422
2259
|
|
1423
2260
|
# Deserializes the data based on type
|
1424
2261
|
# @param string type Data type
|
1425
2262
|
# @param string value Value to be deserialized
|
1426
2263
|
# @return [Object] Deserialized data
|
1427
|
-
def _deserialize(type, value)
|
2264
|
+
def self._deserialize(type, value)
|
1428
2265
|
case type.to_sym
|
1429
2266
|
when :Time
|
1430
2267
|
Time.parse(value)
|
@@ -1459,7 +2296,7 @@ module EmassClient
|
|
1459
2296
|
else # model
|
1460
2297
|
# models (e.g. Pet) or oneOf
|
1461
2298
|
klass = EmassClient.const_get(type)
|
1462
|
-
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)
|
1463
2300
|
end
|
1464
2301
|
end
|
1465
2302
|
|