-
Notifications
You must be signed in to change notification settings - Fork 19
/
Copy pathmapping.json
190 lines (190 loc) · 5.94 KB
/
mapping.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
[{"object_name": "Providers",
"conditionals": [{"column_name":"Leverage ATO-YN", "acceptable_values":["No", "TBD"]}, {"column_name":"Include In MarketplaceYN?", "acceptable_values":["Y"]}],
"from_sheet": "New ATO PATO Log",
"fields":[
{"name": "Cloud_Service_Provider_Name",
"from_field": "CSP",
"type": "String"},
{"name": "Cloud_Service_Provider_Package",
"from_field": "CSO",
"type":"String"},
{"name":"Path",
"from_field": "Path",
"type": "String"},
{"name":"Designation",
"from_field": "Designation",
"type": "String"},
{"name":"Package_ID",
"from_field": "PackageID",
"type": "String"},
{"name":"Service_Model",
"from_field": "Service Model",
"type": "Array",
"note": "Parse Service Model by '&'"},
{"name":"Deployment_Model",
"from_field": "Deployment Model",
"type": "String"},
{"name":"Impact_Level",
"from_field": "Impact Level",
"type": "String"},
{"name":"Original_Authorization_Date",
"from_field": "Authorization Date",
"type": "UTCString"},
{"name":"Original_Expiration_Date",
"from_field": "Expiration",
"type": "UTCString"},
{"name":"Sponsoring_Agency",
"from_field": "Sponsoring Agency",
"type": "String"},
{"name":"Sponsoring_Agency_Logo",
"from_field": "Agency Logo URL",
"type": "String"},
{"name": "Authorizing_Agency",
"from_field": "Authorizing Agency",
"type": "String"},
{"name": "Authorizing_Subagency",
"from_field": "Authorizing Subagency",
"type": "String"},
{"name": "CSP_URL",
"from_field": "Logo File URL",
"type": "String"},
{"name": "Stage",
"from_field": "Stage",
"type": "String"},
{"name": "Independent_Assessor",
"from_field": "Independent Assessor",
"type": "String"},
{"name": "Underlying_CSP_Package_ID",
"from_field": "Underlying CSPs",
"type": "commaArray"},
{"name": "FedRAMP_Website_URL",
"from_field": "FedRAMP Website URL",
"type": "String"},
{"name": "CSP_Website",
"from_field": "CSP Website",
"type": "String"},
{"name": "CSO_Description",
"from_field": "Package Service Description",
"type": "String"},
{"name": "Expected_Compliance_Date",
"from_field": "Expected Compliance Date",
"type": "UTCString"},
{"name": "Announcement_Date",
"from_field": "Announcement Date",
"type": "UTCString"},
{"name": "CSP_POC_Name",
"from_field": "CSP POC",
"type": "String"},
{"name": "CSP_POC_Email",
"from_field": "CSP POC Email",
"type": "String"},
{"name":"Fedramp_Ready_Date",
"from_field": "FedRAMP Ready Date",
"type": "UTCString"},
{"name":"FedRAMP_In-Process_Date",
"from_field": "FedRAMP In-Process Date",
"type": "UTCString"},
{"name": "Agency_POC",
"from_field": "Agency POC",
"type": "String"},
{"name": "Agency_POC_email",
"from_field": "Agency POC Email",
"type": "String"},
{"name":"Leveraged_ATO_Letters",
"type": "Array of Objects",
"key": "Package_ID",
"from_key_value": "PackageID",
"notes": "Package ID is the key roll up all letters for all leveraged ATOs",
"conditionals": [{"column_name":"Leverage ATO-YN", "acceptable_values":["Yes"]}, {"column_name":"Include In MarketplaceYN?", "acceptable_values":["Y"]}],
"subfields": [
{"name": "Letter_Date",
"from_field": "Authorizing Letter Date",
"type": "UTCString"},
{"name": "Authorization_Date",
"from_field": "Authorizing Date",
"type": "UTCString"},
{"name": "Letter_Expiration_Date",
"from_field": "Expiration",
"type": "UTCString"},
{"name": "Authorizing_Letter_Last_Sign_Date",
"from_field": "Authorizing Letter Last Sign Date",
"type": "UTCString"},
{"name": "Authorizing_Agency",
"from_field": "Authorizing Agency",
"type": "String"},
{"name": "Authorizing_Subagency",
"from_field": "Authorizing Subagency",
"type": "String"},
{"name": "Agency_POC",
"from_field": "Agency POC",
"type": "String"},
{"name": "Agency_POC_email",
"from_field": "Agency POC Email",
"type": "String"
},
{"name": "Agency_Logo",
"from_field": "Agency Logo URL",
"type": "String"
},
{"name": "Include_In_Marketplace",
"from_field": "Include In MarketplaceYN?",
"type": "String"},
{"name": "Independent_Assessor",
"from_field": "Independent Assessor",
"type": "String"},
{"name": "Announcement_Date",
"from_field": "Announcement Date",
"type": "UTCString"}
]}
]},
{"object_name": "Assessors",
"from_sheet": "3PAO Master List",
"fields":[
{"name": "Name",
"from_field": "Company",
"type": "String"},
{"name": "Accreditation_Date",
"from_field": "A2LA Accreditation Date",
"type": "String"},
{"name": "Logo",
"from_field": "Logo",
"type": "String"},
{"name": "Description",
"from_field": "Description of 3PAO Services",
"type": "String"},
{"name": "POC_Name",
"from_field": "POC Name",
"type": "String"},
{"name": "POC_Email",
"from_field": "POC Email",
"type": "String"},
{"name": "website",
"from_field": "Website URL",
"type": "String"},
{"name": "Remediation",
"from_field": "In Remediation Status (Y/N)",
"type": "String"},
{"name": "Founded",
"from_field": "Year Company Founded",
"type": "String"},
{"name": "Primary_Office_Locations",
"from_field": "Primary Office Locations",
"type": "String"},
{"name": "FedRAMP_Assessed",
"from_field": "CSPs Assessed Through FedRAMP",
"type": "String"},
{"name": "Provide_Consulting_Services",
"from_field": "Does Your Company Provide FedRAMP Consulting Services (Y/N)",
"type": "String"},
{"name": "Description_of_Consulting_Services",
"from_field": "Description of Consulting Services",
"type": "String"},
{"name": "Consulting_Services_To",
"from_field": "CSPs You've Provided Consulting Services To",
"type": "String"},
{"name": "Additional_Cyber_Frameworks",
"from_field": "Additional Cyber Frameworks Your Company Is Accredited to Perform",
"type": "String"}
]
}
]