strongdm 3.6.1 → 3.8.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/.git/ORIG_HEAD +1 -1
- data/.git/index +0 -0
- data/.git/logs/HEAD +3 -3
- data/.git/logs/refs/heads/master +2 -2
- data/.git/logs/refs/remotes/origin/HEAD +1 -1
- data/.git/objects/pack/{pack-c0eff6575c38c9865988c2b59ce4060fff518355.idx → pack-2d53a487ade528ef84cbb5c91cde76bf875d9e95.idx} +0 -0
- data/.git/objects/pack/{pack-c0eff6575c38c9865988c2b59ce4060fff518355.pack → pack-2d53a487ade528ef84cbb5c91cde76bf875d9e95.pack} +0 -0
- data/.git/packed-refs +4 -2
- data/.git/refs/heads/master +1 -1
- data/lib/constants.rb +311 -0
- data/lib/errors/errors.rb +1 -1
- data/lib/grpc/account_attachments_history_pb.rb +48 -0
- data/lib/grpc/account_attachments_history_services_pb.rb +37 -0
- data/lib/grpc/account_grants_history_pb.rb +48 -0
- data/lib/grpc/account_grants_history_services_pb.rb +37 -0
- data/lib/grpc/account_permissions_pb.rb +48 -0
- data/lib/grpc/account_permissions_services_pb.rb +38 -0
- data/lib/grpc/account_resources_pb.rb +49 -0
- data/lib/grpc/account_resources_services_pb.rb +38 -0
- data/lib/grpc/accounts_history_pb.rb +48 -0
- data/lib/grpc/accounts_history_services_pb.rb +37 -0
- data/lib/grpc/activities_pb.rb +77 -0
- data/lib/grpc/activities_services_pb.rb +41 -0
- data/lib/grpc/drivers_pb.rb +66 -0
- data/lib/grpc/nodes_history_pb.rb +48 -0
- data/lib/grpc/nodes_history_services_pb.rb +37 -0
- data/lib/grpc/organization_history_pb.rb +74 -0
- data/lib/grpc/organization_history_services_pb.rb +37 -0
- data/lib/grpc/plumbing.rb +1106 -1
- data/lib/grpc/queries_pb.rb +67 -0
- data/lib/grpc/queries_services_pb.rb +39 -0
- data/lib/grpc/remote_identities_history_pb.rb +48 -0
- data/lib/grpc/remote_identities_history_services_pb.rb +37 -0
- data/lib/grpc/remote_identity_groups_history_pb.rb +48 -0
- data/lib/grpc/remote_identity_groups_history_services_pb.rb +37 -0
- data/lib/grpc/replays_pb.rb +50 -0
- data/lib/grpc/replays_services_pb.rb +38 -0
- data/lib/grpc/resources_history_pb.rb +48 -0
- data/lib/grpc/resources_history_services_pb.rb +37 -0
- data/lib/grpc/role_resources_history_pb.rb +48 -0
- data/lib/grpc/role_resources_history_services_pb.rb +37 -0
- data/lib/grpc/role_resources_pb.rb +46 -0
- data/lib/grpc/role_resources_services_pb.rb +38 -0
- data/lib/grpc/roles_history_pb.rb +48 -0
- data/lib/grpc/roles_history_services_pb.rb +37 -0
- data/lib/grpc/secret_stores_history_pb.rb +48 -0
- data/lib/grpc/secret_stores_history_services_pb.rb +37 -0
- data/lib/models/porcelain.rb +1177 -1
- data/lib/strongdm.rb +220 -2
- data/lib/svc.rb +1556 -121
- data/lib/version +1 -1
- data/lib/version.rb +1 -1
- metadata +38 -4
data/lib/grpc/plumbing.rb
CHANGED
@@ -13,7 +13,7 @@
|
|
13
13
|
# limitations under the License.
|
14
14
|
#
|
15
15
|
|
16
|
-
# @internal
|
16
|
+
# @internal Code generated by protogen. DO NOT EDIT.
|
17
17
|
|
18
18
|
require "grpc"
|
19
19
|
require "google/protobuf/well_known_types"
|
@@ -21,18 +21,35 @@ require "json"
|
|
21
21
|
require_relative "./options_pb"
|
22
22
|
require_relative "./spec_pb"
|
23
23
|
require_relative "./account_attachments_pb"
|
24
|
+
require_relative "./account_attachments_history_pb"
|
24
25
|
require_relative "./account_grants_pb"
|
26
|
+
require_relative "./account_grants_history_pb"
|
27
|
+
require_relative "./account_permissions_pb"
|
28
|
+
require_relative "./account_resources_pb"
|
25
29
|
require_relative "./tags_pb"
|
26
30
|
require_relative "./accounts_pb"
|
31
|
+
require_relative "./accounts_history_pb"
|
32
|
+
require_relative "./activities_pb"
|
27
33
|
require_relative "./control_panel_pb"
|
28
34
|
require_relative "./drivers_pb"
|
29
35
|
require_relative "./nodes_pb"
|
36
|
+
require_relative "./nodes_history_pb"
|
37
|
+
require_relative "./organization_history_pb"
|
38
|
+
require_relative "./queries_pb"
|
30
39
|
require_relative "./remote_identities_pb"
|
40
|
+
require_relative "./remote_identities_history_pb"
|
31
41
|
require_relative "./remote_identity_groups_pb"
|
42
|
+
require_relative "./remote_identity_groups_history_pb"
|
43
|
+
require_relative "./replays_pb"
|
32
44
|
require_relative "./resources_pb"
|
45
|
+
require_relative "./resources_history_pb"
|
46
|
+
require_relative "./role_resources_pb"
|
47
|
+
require_relative "./role_resources_history_pb"
|
33
48
|
require_relative "./roles_pb"
|
49
|
+
require_relative "./roles_history_pb"
|
34
50
|
require_relative "./secret_store_types_pb"
|
35
51
|
require_relative "./secret_stores_pb"
|
52
|
+
require_relative "./secret_stores_history_pb"
|
36
53
|
require_relative "../models/porcelain"
|
37
54
|
require_relative "../errors/errors"
|
38
55
|
require_relative "../constants"
|
@@ -145,6 +162,7 @@ module SDM
|
|
145
162
|
porcelain.remote_identity_group_id = (plumbing.remote_identity_group_id)
|
146
163
|
porcelain.remote_identity_healthcheck_username = (plumbing.remote_identity_healthcheck_username)
|
147
164
|
porcelain.secret_store_id = (plumbing.secret_store_id)
|
165
|
+
porcelain.subdomain = (plumbing.subdomain)
|
148
166
|
porcelain.tags = convert_tags_to_porcelain(plumbing.tags)
|
149
167
|
porcelain
|
150
168
|
end
|
@@ -169,6 +187,7 @@ module SDM
|
|
169
187
|
plumbing.remote_identity_group_id = (porcelain.remote_identity_group_id)
|
170
188
|
plumbing.remote_identity_healthcheck_username = (porcelain.remote_identity_healthcheck_username)
|
171
189
|
plumbing.secret_store_id = (porcelain.secret_store_id)
|
190
|
+
plumbing.subdomain = (porcelain.subdomain)
|
172
191
|
plumbing.tags = convert_tags_to_plumbing(porcelain.tags)
|
173
192
|
plumbing
|
174
193
|
end
|
@@ -205,6 +224,7 @@ module SDM
|
|
205
224
|
porcelain.port = (plumbing.port)
|
206
225
|
porcelain.port_override = (plumbing.port_override)
|
207
226
|
porcelain.secret_store_id = (plumbing.secret_store_id)
|
227
|
+
porcelain.subdomain = (plumbing.subdomain)
|
208
228
|
porcelain.tags = convert_tags_to_porcelain(plumbing.tags)
|
209
229
|
porcelain.username = (plumbing.username)
|
210
230
|
porcelain
|
@@ -226,6 +246,7 @@ module SDM
|
|
226
246
|
plumbing.port = (porcelain.port)
|
227
247
|
plumbing.port_override = (porcelain.port_override)
|
228
248
|
plumbing.secret_store_id = (porcelain.secret_store_id)
|
249
|
+
plumbing.subdomain = (porcelain.subdomain)
|
229
250
|
plumbing.tags = convert_tags_to_plumbing(porcelain.tags)
|
230
251
|
plumbing.username = (porcelain.username)
|
231
252
|
plumbing
|
@@ -264,6 +285,7 @@ module SDM
|
|
264
285
|
porcelain.remote_identity_group_id = (plumbing.remote_identity_group_id)
|
265
286
|
porcelain.remote_identity_healthcheck_username = (plumbing.remote_identity_healthcheck_username)
|
266
287
|
porcelain.secret_store_id = (plumbing.secret_store_id)
|
288
|
+
porcelain.subdomain = (plumbing.subdomain)
|
267
289
|
porcelain.tags = convert_tags_to_porcelain(plumbing.tags)
|
268
290
|
porcelain.token = (plumbing.token)
|
269
291
|
porcelain
|
@@ -286,6 +308,7 @@ module SDM
|
|
286
308
|
plumbing.remote_identity_group_id = (porcelain.remote_identity_group_id)
|
287
309
|
plumbing.remote_identity_healthcheck_username = (porcelain.remote_identity_healthcheck_username)
|
288
310
|
plumbing.secret_store_id = (porcelain.secret_store_id)
|
311
|
+
plumbing.subdomain = (porcelain.subdomain)
|
289
312
|
plumbing.tags = convert_tags_to_plumbing(porcelain.tags)
|
290
313
|
plumbing.token = (porcelain.token)
|
291
314
|
plumbing
|
@@ -322,6 +345,7 @@ module SDM
|
|
322
345
|
porcelain.port = (plumbing.port)
|
323
346
|
porcelain.port_override = (plumbing.port_override)
|
324
347
|
porcelain.secret_store_id = (plumbing.secret_store_id)
|
348
|
+
porcelain.subdomain = (plumbing.subdomain)
|
325
349
|
porcelain.tags = convert_tags_to_porcelain(plumbing.tags)
|
326
350
|
porcelain.token = (plumbing.token)
|
327
351
|
porcelain
|
@@ -342,6 +366,7 @@ module SDM
|
|
342
366
|
plumbing.port = (porcelain.port)
|
343
367
|
plumbing.port_override = (porcelain.port_override)
|
344
368
|
plumbing.secret_store_id = (porcelain.secret_store_id)
|
369
|
+
plumbing.subdomain = (porcelain.subdomain)
|
345
370
|
plumbing.tags = convert_tags_to_plumbing(porcelain.tags)
|
346
371
|
plumbing.token = (porcelain.token)
|
347
372
|
plumbing
|
@@ -381,6 +406,7 @@ module SDM
|
|
381
406
|
porcelain.port = (plumbing.port)
|
382
407
|
porcelain.port_override = (plumbing.port_override)
|
383
408
|
porcelain.secret_store_id = (plumbing.secret_store_id)
|
409
|
+
porcelain.subdomain = (plumbing.subdomain)
|
384
410
|
porcelain.tags = convert_tags_to_porcelain(plumbing.tags)
|
385
411
|
porcelain
|
386
412
|
end
|
@@ -403,6 +429,7 @@ module SDM
|
|
403
429
|
plumbing.port = (porcelain.port)
|
404
430
|
plumbing.port_override = (porcelain.port_override)
|
405
431
|
plumbing.secret_store_id = (porcelain.secret_store_id)
|
432
|
+
plumbing.subdomain = (porcelain.subdomain)
|
406
433
|
plumbing.tags = convert_tags_to_plumbing(porcelain.tags)
|
407
434
|
plumbing
|
408
435
|
end
|
@@ -842,6 +869,46 @@ module SDM
|
|
842
869
|
end
|
843
870
|
items
|
844
871
|
end
|
872
|
+
def self.convert_account_attachment_history_to_porcelain(plumbing)
|
873
|
+
if plumbing == nil
|
874
|
+
return nil
|
875
|
+
end
|
876
|
+
porcelain = AccountAttachmentHistory.new()
|
877
|
+
porcelain.account_attachment = convert_account_attachment_to_porcelain(plumbing.account_attachment)
|
878
|
+
porcelain.activity_id = (plumbing.activity_id)
|
879
|
+
porcelain.deleted_at = convert_timestamp_to_porcelain(plumbing.deleted_at)
|
880
|
+
porcelain.timestamp = convert_timestamp_to_porcelain(plumbing.timestamp)
|
881
|
+
porcelain
|
882
|
+
end
|
883
|
+
|
884
|
+
def self.convert_account_attachment_history_to_plumbing(porcelain)
|
885
|
+
if porcelain == nil
|
886
|
+
return nil
|
887
|
+
end
|
888
|
+
plumbing = V1::AccountAttachmentHistory.new()
|
889
|
+
plumbing.account_attachment = convert_account_attachment_to_plumbing(porcelain.account_attachment)
|
890
|
+
plumbing.activity_id = (porcelain.activity_id)
|
891
|
+
plumbing.deleted_at = convert_timestamp_to_plumbing(porcelain.deleted_at)
|
892
|
+
plumbing.timestamp = convert_timestamp_to_plumbing(porcelain.timestamp)
|
893
|
+
plumbing
|
894
|
+
end
|
895
|
+
def self.convert_repeated_account_attachment_history_to_plumbing(porcelains)
|
896
|
+
items = Array.new
|
897
|
+
porcelains.each do |porcelain|
|
898
|
+
plumbing = convert_account_attachment_history_to_plumbing(porcelain)
|
899
|
+
items.append(plumbing)
|
900
|
+
end
|
901
|
+
items
|
902
|
+
end
|
903
|
+
|
904
|
+
def self.convert_repeated_account_attachment_history_to_porcelain(plumbings)
|
905
|
+
items = Array.new
|
906
|
+
plumbings.each do |plumbing|
|
907
|
+
porcelain = convert_account_attachment_history_to_porcelain(plumbing)
|
908
|
+
items.append(porcelain)
|
909
|
+
end
|
910
|
+
items
|
911
|
+
end
|
845
912
|
def self.convert_account_create_response_to_porcelain(plumbing)
|
846
913
|
if plumbing == nil
|
847
914
|
return nil
|
@@ -1110,6 +1177,172 @@ module SDM
|
|
1110
1177
|
end
|
1111
1178
|
items
|
1112
1179
|
end
|
1180
|
+
def self.convert_account_grant_history_to_porcelain(plumbing)
|
1181
|
+
if plumbing == nil
|
1182
|
+
return nil
|
1183
|
+
end
|
1184
|
+
porcelain = AccountGrantHistory.new()
|
1185
|
+
porcelain.account_grant = convert_account_grant_to_porcelain(plumbing.account_grant)
|
1186
|
+
porcelain.activity_id = (plumbing.activity_id)
|
1187
|
+
porcelain.deleted_at = convert_timestamp_to_porcelain(plumbing.deleted_at)
|
1188
|
+
porcelain.timestamp = convert_timestamp_to_porcelain(plumbing.timestamp)
|
1189
|
+
porcelain
|
1190
|
+
end
|
1191
|
+
|
1192
|
+
def self.convert_account_grant_history_to_plumbing(porcelain)
|
1193
|
+
if porcelain == nil
|
1194
|
+
return nil
|
1195
|
+
end
|
1196
|
+
plumbing = V1::AccountGrantHistory.new()
|
1197
|
+
plumbing.account_grant = convert_account_grant_to_plumbing(porcelain.account_grant)
|
1198
|
+
plumbing.activity_id = (porcelain.activity_id)
|
1199
|
+
plumbing.deleted_at = convert_timestamp_to_plumbing(porcelain.deleted_at)
|
1200
|
+
plumbing.timestamp = convert_timestamp_to_plumbing(porcelain.timestamp)
|
1201
|
+
plumbing
|
1202
|
+
end
|
1203
|
+
def self.convert_repeated_account_grant_history_to_plumbing(porcelains)
|
1204
|
+
items = Array.new
|
1205
|
+
porcelains.each do |porcelain|
|
1206
|
+
plumbing = convert_account_grant_history_to_plumbing(porcelain)
|
1207
|
+
items.append(plumbing)
|
1208
|
+
end
|
1209
|
+
items
|
1210
|
+
end
|
1211
|
+
|
1212
|
+
def self.convert_repeated_account_grant_history_to_porcelain(plumbings)
|
1213
|
+
items = Array.new
|
1214
|
+
plumbings.each do |plumbing|
|
1215
|
+
porcelain = convert_account_grant_history_to_porcelain(plumbing)
|
1216
|
+
items.append(porcelain)
|
1217
|
+
end
|
1218
|
+
items
|
1219
|
+
end
|
1220
|
+
def self.convert_account_history_to_porcelain(plumbing)
|
1221
|
+
if plumbing == nil
|
1222
|
+
return nil
|
1223
|
+
end
|
1224
|
+
porcelain = AccountHistory.new()
|
1225
|
+
porcelain.account = convert_account_to_porcelain(plumbing.account)
|
1226
|
+
porcelain.activity_id = (plumbing.activity_id)
|
1227
|
+
porcelain.deleted_at = convert_timestamp_to_porcelain(plumbing.deleted_at)
|
1228
|
+
porcelain.timestamp = convert_timestamp_to_porcelain(plumbing.timestamp)
|
1229
|
+
porcelain
|
1230
|
+
end
|
1231
|
+
|
1232
|
+
def self.convert_account_history_to_plumbing(porcelain)
|
1233
|
+
if porcelain == nil
|
1234
|
+
return nil
|
1235
|
+
end
|
1236
|
+
plumbing = V1::AccountHistory.new()
|
1237
|
+
plumbing.account = convert_account_to_plumbing(porcelain.account)
|
1238
|
+
plumbing.activity_id = (porcelain.activity_id)
|
1239
|
+
plumbing.deleted_at = convert_timestamp_to_plumbing(porcelain.deleted_at)
|
1240
|
+
plumbing.timestamp = convert_timestamp_to_plumbing(porcelain.timestamp)
|
1241
|
+
plumbing
|
1242
|
+
end
|
1243
|
+
def self.convert_repeated_account_history_to_plumbing(porcelains)
|
1244
|
+
items = Array.new
|
1245
|
+
porcelains.each do |porcelain|
|
1246
|
+
plumbing = convert_account_history_to_plumbing(porcelain)
|
1247
|
+
items.append(plumbing)
|
1248
|
+
end
|
1249
|
+
items
|
1250
|
+
end
|
1251
|
+
|
1252
|
+
def self.convert_repeated_account_history_to_porcelain(plumbings)
|
1253
|
+
items = Array.new
|
1254
|
+
plumbings.each do |plumbing|
|
1255
|
+
porcelain = convert_account_history_to_porcelain(plumbing)
|
1256
|
+
items.append(porcelain)
|
1257
|
+
end
|
1258
|
+
items
|
1259
|
+
end
|
1260
|
+
def self.convert_account_permission_to_porcelain(plumbing)
|
1261
|
+
if plumbing == nil
|
1262
|
+
return nil
|
1263
|
+
end
|
1264
|
+
porcelain = AccountPermission.new()
|
1265
|
+
porcelain.account_id = (plumbing.account_id)
|
1266
|
+
porcelain.granted_at = convert_timestamp_to_porcelain(plumbing.granted_at)
|
1267
|
+
porcelain.permission = (plumbing.permission)
|
1268
|
+
porcelain.scope = (plumbing.scope)
|
1269
|
+
porcelain.scoped_id = (plumbing.scoped_id)
|
1270
|
+
porcelain
|
1271
|
+
end
|
1272
|
+
|
1273
|
+
def self.convert_account_permission_to_plumbing(porcelain)
|
1274
|
+
if porcelain == nil
|
1275
|
+
return nil
|
1276
|
+
end
|
1277
|
+
plumbing = V1::AccountPermission.new()
|
1278
|
+
plumbing.account_id = (porcelain.account_id)
|
1279
|
+
plumbing.granted_at = convert_timestamp_to_plumbing(porcelain.granted_at)
|
1280
|
+
plumbing.permission = (porcelain.permission)
|
1281
|
+
plumbing.scope = (porcelain.scope)
|
1282
|
+
plumbing.scoped_id = (porcelain.scoped_id)
|
1283
|
+
plumbing
|
1284
|
+
end
|
1285
|
+
def self.convert_repeated_account_permission_to_plumbing(porcelains)
|
1286
|
+
items = Array.new
|
1287
|
+
porcelains.each do |porcelain|
|
1288
|
+
plumbing = convert_account_permission_to_plumbing(porcelain)
|
1289
|
+
items.append(plumbing)
|
1290
|
+
end
|
1291
|
+
items
|
1292
|
+
end
|
1293
|
+
|
1294
|
+
def self.convert_repeated_account_permission_to_porcelain(plumbings)
|
1295
|
+
items = Array.new
|
1296
|
+
plumbings.each do |plumbing|
|
1297
|
+
porcelain = convert_account_permission_to_porcelain(plumbing)
|
1298
|
+
items.append(porcelain)
|
1299
|
+
end
|
1300
|
+
items
|
1301
|
+
end
|
1302
|
+
def self.convert_account_resource_to_porcelain(plumbing)
|
1303
|
+
if plumbing == nil
|
1304
|
+
return nil
|
1305
|
+
end
|
1306
|
+
porcelain = AccountResource.new()
|
1307
|
+
porcelain.account_grant_id = (plumbing.account_grant_id)
|
1308
|
+
porcelain.account_id = (plumbing.account_id)
|
1309
|
+
porcelain.expires_at = convert_timestamp_to_porcelain(plumbing.expires_at)
|
1310
|
+
porcelain.granted_at = convert_timestamp_to_porcelain(plumbing.granted_at)
|
1311
|
+
porcelain.resource_id = (plumbing.resource_id)
|
1312
|
+
porcelain.role_id = (plumbing.role_id)
|
1313
|
+
porcelain
|
1314
|
+
end
|
1315
|
+
|
1316
|
+
def self.convert_account_resource_to_plumbing(porcelain)
|
1317
|
+
if porcelain == nil
|
1318
|
+
return nil
|
1319
|
+
end
|
1320
|
+
plumbing = V1::AccountResource.new()
|
1321
|
+
plumbing.account_grant_id = (porcelain.account_grant_id)
|
1322
|
+
plumbing.account_id = (porcelain.account_id)
|
1323
|
+
plumbing.expires_at = convert_timestamp_to_plumbing(porcelain.expires_at)
|
1324
|
+
plumbing.granted_at = convert_timestamp_to_plumbing(porcelain.granted_at)
|
1325
|
+
plumbing.resource_id = (porcelain.resource_id)
|
1326
|
+
plumbing.role_id = (porcelain.role_id)
|
1327
|
+
plumbing
|
1328
|
+
end
|
1329
|
+
def self.convert_repeated_account_resource_to_plumbing(porcelains)
|
1330
|
+
items = Array.new
|
1331
|
+
porcelains.each do |porcelain|
|
1332
|
+
plumbing = convert_account_resource_to_plumbing(porcelain)
|
1333
|
+
items.append(plumbing)
|
1334
|
+
end
|
1335
|
+
items
|
1336
|
+
end
|
1337
|
+
|
1338
|
+
def self.convert_repeated_account_resource_to_porcelain(plumbings)
|
1339
|
+
items = Array.new
|
1340
|
+
plumbings.each do |plumbing|
|
1341
|
+
porcelain = convert_account_resource_to_porcelain(plumbing)
|
1342
|
+
items.append(porcelain)
|
1343
|
+
end
|
1344
|
+
items
|
1345
|
+
end
|
1113
1346
|
def self.convert_account_update_response_to_porcelain(plumbing)
|
1114
1347
|
if plumbing == nil
|
1115
1348
|
return nil
|
@@ -1148,6 +1381,174 @@ module SDM
|
|
1148
1381
|
end
|
1149
1382
|
items
|
1150
1383
|
end
|
1384
|
+
def self.convert_activity_to_porcelain(plumbing)
|
1385
|
+
if plumbing == nil
|
1386
|
+
return nil
|
1387
|
+
end
|
1388
|
+
porcelain = Activity.new()
|
1389
|
+
porcelain.actor = convert_activity_actor_to_porcelain(plumbing.actor)
|
1390
|
+
porcelain.completed_at = convert_timestamp_to_porcelain(plumbing.completed_at)
|
1391
|
+
porcelain.description = (plumbing.description)
|
1392
|
+
porcelain.entities = convert_repeated_activity_entity_to_porcelain(plumbing.entities)
|
1393
|
+
porcelain.id = (plumbing.id)
|
1394
|
+
porcelain.ip_address = (plumbing.ip_address)
|
1395
|
+
porcelain.verb = (plumbing.verb)
|
1396
|
+
porcelain
|
1397
|
+
end
|
1398
|
+
|
1399
|
+
def self.convert_activity_to_plumbing(porcelain)
|
1400
|
+
if porcelain == nil
|
1401
|
+
return nil
|
1402
|
+
end
|
1403
|
+
plumbing = V1::Activity.new()
|
1404
|
+
plumbing.actor = convert_activity_actor_to_plumbing(porcelain.actor)
|
1405
|
+
plumbing.completed_at = convert_timestamp_to_plumbing(porcelain.completed_at)
|
1406
|
+
plumbing.description = (porcelain.description)
|
1407
|
+
plumbing.entities += convert_repeated_activity_entity_to_plumbing(porcelain.entities)
|
1408
|
+
plumbing.id = (porcelain.id)
|
1409
|
+
plumbing.ip_address = (porcelain.ip_address)
|
1410
|
+
plumbing.verb = (porcelain.verb)
|
1411
|
+
plumbing
|
1412
|
+
end
|
1413
|
+
def self.convert_repeated_activity_to_plumbing(porcelains)
|
1414
|
+
items = Array.new
|
1415
|
+
porcelains.each do |porcelain|
|
1416
|
+
plumbing = convert_activity_to_plumbing(porcelain)
|
1417
|
+
items.append(plumbing)
|
1418
|
+
end
|
1419
|
+
items
|
1420
|
+
end
|
1421
|
+
|
1422
|
+
def self.convert_repeated_activity_to_porcelain(plumbings)
|
1423
|
+
items = Array.new
|
1424
|
+
plumbings.each do |plumbing|
|
1425
|
+
porcelain = convert_activity_to_porcelain(plumbing)
|
1426
|
+
items.append(porcelain)
|
1427
|
+
end
|
1428
|
+
items
|
1429
|
+
end
|
1430
|
+
def self.convert_activity_actor_to_porcelain(plumbing)
|
1431
|
+
if plumbing == nil
|
1432
|
+
return nil
|
1433
|
+
end
|
1434
|
+
porcelain = ActivityActor.new()
|
1435
|
+
porcelain.activity_external_id = (plumbing.activity_external_id)
|
1436
|
+
porcelain.email = (plumbing.email)
|
1437
|
+
porcelain.first_name = (plumbing.first_name)
|
1438
|
+
porcelain.id = (plumbing.id)
|
1439
|
+
porcelain.last_name = (plumbing.last_name)
|
1440
|
+
porcelain
|
1441
|
+
end
|
1442
|
+
|
1443
|
+
def self.convert_activity_actor_to_plumbing(porcelain)
|
1444
|
+
if porcelain == nil
|
1445
|
+
return nil
|
1446
|
+
end
|
1447
|
+
plumbing = V1::ActivityActor.new()
|
1448
|
+
plumbing.activity_external_id = (porcelain.activity_external_id)
|
1449
|
+
plumbing.email = (porcelain.email)
|
1450
|
+
plumbing.first_name = (porcelain.first_name)
|
1451
|
+
plumbing.id = (porcelain.id)
|
1452
|
+
plumbing.last_name = (porcelain.last_name)
|
1453
|
+
plumbing
|
1454
|
+
end
|
1455
|
+
def self.convert_repeated_activity_actor_to_plumbing(porcelains)
|
1456
|
+
items = Array.new
|
1457
|
+
porcelains.each do |porcelain|
|
1458
|
+
plumbing = convert_activity_actor_to_plumbing(porcelain)
|
1459
|
+
items.append(plumbing)
|
1460
|
+
end
|
1461
|
+
items
|
1462
|
+
end
|
1463
|
+
|
1464
|
+
def self.convert_repeated_activity_actor_to_porcelain(plumbings)
|
1465
|
+
items = Array.new
|
1466
|
+
plumbings.each do |plumbing|
|
1467
|
+
porcelain = convert_activity_actor_to_porcelain(plumbing)
|
1468
|
+
items.append(porcelain)
|
1469
|
+
end
|
1470
|
+
items
|
1471
|
+
end
|
1472
|
+
def self.convert_activity_entity_to_porcelain(plumbing)
|
1473
|
+
if plumbing == nil
|
1474
|
+
return nil
|
1475
|
+
end
|
1476
|
+
porcelain = ActivityEntity.new()
|
1477
|
+
porcelain.email = (plumbing.email)
|
1478
|
+
porcelain.external_id = (plumbing.external_id)
|
1479
|
+
porcelain.id = (plumbing.id)
|
1480
|
+
porcelain.name = (plumbing.name)
|
1481
|
+
porcelain.type = (plumbing.type)
|
1482
|
+
porcelain
|
1483
|
+
end
|
1484
|
+
|
1485
|
+
def self.convert_activity_entity_to_plumbing(porcelain)
|
1486
|
+
if porcelain == nil
|
1487
|
+
return nil
|
1488
|
+
end
|
1489
|
+
plumbing = V1::ActivityEntity.new()
|
1490
|
+
plumbing.email = (porcelain.email)
|
1491
|
+
plumbing.external_id = (porcelain.external_id)
|
1492
|
+
plumbing.id = (porcelain.id)
|
1493
|
+
plumbing.name = (porcelain.name)
|
1494
|
+
plumbing.type = (porcelain.type)
|
1495
|
+
plumbing
|
1496
|
+
end
|
1497
|
+
def self.convert_repeated_activity_entity_to_plumbing(porcelains)
|
1498
|
+
items = Array.new
|
1499
|
+
porcelains.each do |porcelain|
|
1500
|
+
plumbing = convert_activity_entity_to_plumbing(porcelain)
|
1501
|
+
items.append(plumbing)
|
1502
|
+
end
|
1503
|
+
items
|
1504
|
+
end
|
1505
|
+
|
1506
|
+
def self.convert_repeated_activity_entity_to_porcelain(plumbings)
|
1507
|
+
items = Array.new
|
1508
|
+
plumbings.each do |plumbing|
|
1509
|
+
porcelain = convert_activity_entity_to_porcelain(plumbing)
|
1510
|
+
items.append(porcelain)
|
1511
|
+
end
|
1512
|
+
items
|
1513
|
+
end
|
1514
|
+
def self.convert_activity_get_response_to_porcelain(plumbing)
|
1515
|
+
if plumbing == nil
|
1516
|
+
return nil
|
1517
|
+
end
|
1518
|
+
porcelain = ActivityGetResponse.new()
|
1519
|
+
porcelain.activity = convert_activity_to_porcelain(plumbing.activity)
|
1520
|
+
porcelain.meta = convert_get_response_metadata_to_porcelain(plumbing.meta)
|
1521
|
+
porcelain.rate_limit = convert_rate_limit_metadata_to_porcelain(plumbing.rate_limit)
|
1522
|
+
porcelain
|
1523
|
+
end
|
1524
|
+
|
1525
|
+
def self.convert_activity_get_response_to_plumbing(porcelain)
|
1526
|
+
if porcelain == nil
|
1527
|
+
return nil
|
1528
|
+
end
|
1529
|
+
plumbing = V1::ActivityGetResponse.new()
|
1530
|
+
plumbing.activity = convert_activity_to_plumbing(porcelain.activity)
|
1531
|
+
plumbing.meta = convert_get_response_metadata_to_plumbing(porcelain.meta)
|
1532
|
+
plumbing.rate_limit = convert_rate_limit_metadata_to_plumbing(porcelain.rate_limit)
|
1533
|
+
plumbing
|
1534
|
+
end
|
1535
|
+
def self.convert_repeated_activity_get_response_to_plumbing(porcelains)
|
1536
|
+
items = Array.new
|
1537
|
+
porcelains.each do |porcelain|
|
1538
|
+
plumbing = convert_activity_get_response_to_plumbing(porcelain)
|
1539
|
+
items.append(plumbing)
|
1540
|
+
end
|
1541
|
+
items
|
1542
|
+
end
|
1543
|
+
|
1544
|
+
def self.convert_repeated_activity_get_response_to_porcelain(plumbings)
|
1545
|
+
items = Array.new
|
1546
|
+
plumbings.each do |plumbing|
|
1547
|
+
porcelain = convert_activity_get_response_to_porcelain(plumbing)
|
1548
|
+
items.append(porcelain)
|
1549
|
+
end
|
1550
|
+
items
|
1551
|
+
end
|
1151
1552
|
def self.convert_amazon_eks_to_porcelain(plumbing)
|
1152
1553
|
if plumbing == nil
|
1153
1554
|
return nil
|
@@ -1170,6 +1571,7 @@ module SDM
|
|
1170
1571
|
porcelain.role_external_id = (plumbing.role_external_id)
|
1171
1572
|
porcelain.secret_access_key = (plumbing.secret_access_key)
|
1172
1573
|
porcelain.secret_store_id = (plumbing.secret_store_id)
|
1574
|
+
porcelain.subdomain = (plumbing.subdomain)
|
1173
1575
|
porcelain.tags = convert_tags_to_porcelain(plumbing.tags)
|
1174
1576
|
porcelain
|
1175
1577
|
end
|
@@ -1196,6 +1598,7 @@ module SDM
|
|
1196
1598
|
plumbing.role_external_id = (porcelain.role_external_id)
|
1197
1599
|
plumbing.secret_access_key = (porcelain.secret_access_key)
|
1198
1600
|
plumbing.secret_store_id = (porcelain.secret_store_id)
|
1601
|
+
plumbing.subdomain = (porcelain.subdomain)
|
1199
1602
|
plumbing.tags = convert_tags_to_plumbing(porcelain.tags)
|
1200
1603
|
plumbing
|
1201
1604
|
end
|
@@ -1236,6 +1639,7 @@ module SDM
|
|
1236
1639
|
porcelain.role_arn = (plumbing.role_arn)
|
1237
1640
|
porcelain.role_external_id = (plumbing.role_external_id)
|
1238
1641
|
porcelain.secret_store_id = (plumbing.secret_store_id)
|
1642
|
+
porcelain.subdomain = (plumbing.subdomain)
|
1239
1643
|
porcelain.tags = convert_tags_to_porcelain(plumbing.tags)
|
1240
1644
|
porcelain
|
1241
1645
|
end
|
@@ -1260,6 +1664,7 @@ module SDM
|
|
1260
1664
|
plumbing.role_arn = (porcelain.role_arn)
|
1261
1665
|
plumbing.role_external_id = (porcelain.role_external_id)
|
1262
1666
|
plumbing.secret_store_id = (porcelain.secret_store_id)
|
1667
|
+
plumbing.subdomain = (porcelain.subdomain)
|
1263
1668
|
plumbing.tags = convert_tags_to_plumbing(porcelain.tags)
|
1264
1669
|
plumbing
|
1265
1670
|
end
|
@@ -1300,6 +1705,7 @@ module SDM
|
|
1300
1705
|
porcelain.role_external_id = (plumbing.role_external_id)
|
1301
1706
|
porcelain.secret_access_key = (plumbing.secret_access_key)
|
1302
1707
|
porcelain.secret_store_id = (plumbing.secret_store_id)
|
1708
|
+
porcelain.subdomain = (plumbing.subdomain)
|
1303
1709
|
porcelain.tags = convert_tags_to_porcelain(plumbing.tags)
|
1304
1710
|
porcelain
|
1305
1711
|
end
|
@@ -1324,6 +1730,7 @@ module SDM
|
|
1324
1730
|
plumbing.role_external_id = (porcelain.role_external_id)
|
1325
1731
|
plumbing.secret_access_key = (porcelain.secret_access_key)
|
1326
1732
|
plumbing.secret_store_id = (porcelain.secret_store_id)
|
1733
|
+
plumbing.subdomain = (porcelain.subdomain)
|
1327
1734
|
plumbing.tags = convert_tags_to_plumbing(porcelain.tags)
|
1328
1735
|
plumbing
|
1329
1736
|
end
|
@@ -1362,6 +1769,7 @@ module SDM
|
|
1362
1769
|
porcelain.role_external_id = (plumbing.role_external_id)
|
1363
1770
|
porcelain.secret_access_key = (plumbing.secret_access_key)
|
1364
1771
|
porcelain.secret_store_id = (plumbing.secret_store_id)
|
1772
|
+
porcelain.subdomain = (plumbing.subdomain)
|
1365
1773
|
porcelain.tags = convert_tags_to_porcelain(plumbing.tags)
|
1366
1774
|
porcelain
|
1367
1775
|
end
|
@@ -1384,6 +1792,7 @@ module SDM
|
|
1384
1792
|
plumbing.role_external_id = (porcelain.role_external_id)
|
1385
1793
|
plumbing.secret_access_key = (porcelain.secret_access_key)
|
1386
1794
|
plumbing.secret_store_id = (porcelain.secret_store_id)
|
1795
|
+
plumbing.subdomain = (porcelain.subdomain)
|
1387
1796
|
plumbing.tags = convert_tags_to_plumbing(porcelain.tags)
|
1388
1797
|
plumbing
|
1389
1798
|
end
|
@@ -1419,6 +1828,7 @@ module SDM
|
|
1419
1828
|
porcelain.port = (plumbing.port)
|
1420
1829
|
porcelain.port_override = (plumbing.port_override)
|
1421
1830
|
porcelain.secret_store_id = (plumbing.secret_store_id)
|
1831
|
+
porcelain.subdomain = (plumbing.subdomain)
|
1422
1832
|
porcelain.tags = convert_tags_to_porcelain(plumbing.tags)
|
1423
1833
|
porcelain.tls_required = (plumbing.tls_required)
|
1424
1834
|
porcelain.username = (plumbing.username)
|
@@ -1440,6 +1850,7 @@ module SDM
|
|
1440
1850
|
plumbing.port = (porcelain.port)
|
1441
1851
|
plumbing.port_override = (porcelain.port_override)
|
1442
1852
|
plumbing.secret_store_id = (porcelain.secret_store_id)
|
1853
|
+
plumbing.subdomain = (porcelain.subdomain)
|
1443
1854
|
plumbing.tags = convert_tags_to_plumbing(porcelain.tags)
|
1444
1855
|
plumbing.tls_required = (porcelain.tls_required)
|
1445
1856
|
plumbing.username = (porcelain.username)
|
@@ -1480,6 +1891,7 @@ module SDM
|
|
1480
1891
|
porcelain.role_external_id = (plumbing.role_external_id)
|
1481
1892
|
porcelain.secret_access_key = (plumbing.secret_access_key)
|
1482
1893
|
porcelain.secret_store_id = (plumbing.secret_store_id)
|
1894
|
+
porcelain.subdomain = (plumbing.subdomain)
|
1483
1895
|
porcelain.tags = convert_tags_to_porcelain(plumbing.tags)
|
1484
1896
|
porcelain
|
1485
1897
|
end
|
@@ -1502,6 +1914,7 @@ module SDM
|
|
1502
1914
|
plumbing.role_external_id = (porcelain.role_external_id)
|
1503
1915
|
plumbing.secret_access_key = (porcelain.secret_access_key)
|
1504
1916
|
plumbing.secret_store_id = (porcelain.secret_store_id)
|
1917
|
+
plumbing.subdomain = (porcelain.subdomain)
|
1505
1918
|
plumbing.tags = convert_tags_to_plumbing(porcelain.tags)
|
1506
1919
|
plumbing
|
1507
1920
|
end
|
@@ -1538,6 +1951,7 @@ module SDM
|
|
1538
1951
|
porcelain.port = (plumbing.port)
|
1539
1952
|
porcelain.port_override = (plumbing.port_override)
|
1540
1953
|
porcelain.secret_store_id = (plumbing.secret_store_id)
|
1954
|
+
porcelain.subdomain = (plumbing.subdomain)
|
1541
1955
|
porcelain.tags = convert_tags_to_porcelain(plumbing.tags)
|
1542
1956
|
porcelain.username = (plumbing.username)
|
1543
1957
|
porcelain
|
@@ -1559,6 +1973,7 @@ module SDM
|
|
1559
1973
|
plumbing.port = (porcelain.port)
|
1560
1974
|
plumbing.port_override = (porcelain.port_override)
|
1561
1975
|
plumbing.secret_store_id = (porcelain.secret_store_id)
|
1976
|
+
plumbing.subdomain = (porcelain.subdomain)
|
1562
1977
|
plumbing.tags = convert_tags_to_plumbing(porcelain.tags)
|
1563
1978
|
plumbing.username = (porcelain.username)
|
1564
1979
|
plumbing
|
@@ -1597,6 +2012,7 @@ module SDM
|
|
1597
2012
|
porcelain.port = (plumbing.port)
|
1598
2013
|
porcelain.port_override = (plumbing.port_override)
|
1599
2014
|
porcelain.secret_store_id = (plumbing.secret_store_id)
|
2015
|
+
porcelain.subdomain = (plumbing.subdomain)
|
1600
2016
|
porcelain.tags = convert_tags_to_porcelain(plumbing.tags)
|
1601
2017
|
porcelain.username = (plumbing.username)
|
1602
2018
|
porcelain
|
@@ -1619,6 +2035,7 @@ module SDM
|
|
1619
2035
|
plumbing.port = (porcelain.port)
|
1620
2036
|
plumbing.port_override = (porcelain.port_override)
|
1621
2037
|
plumbing.secret_store_id = (porcelain.secret_store_id)
|
2038
|
+
plumbing.subdomain = (porcelain.subdomain)
|
1622
2039
|
plumbing.tags = convert_tags_to_plumbing(porcelain.tags)
|
1623
2040
|
plumbing.username = (porcelain.username)
|
1624
2041
|
plumbing
|
@@ -1760,6 +2177,7 @@ module SDM
|
|
1760
2177
|
porcelain.port = (plumbing.port)
|
1761
2178
|
porcelain.port_override = (plumbing.port_override)
|
1762
2179
|
porcelain.secret_store_id = (plumbing.secret_store_id)
|
2180
|
+
porcelain.subdomain = (plumbing.subdomain)
|
1763
2181
|
porcelain.tags = convert_tags_to_porcelain(plumbing.tags)
|
1764
2182
|
porcelain.username = (plumbing.username)
|
1765
2183
|
porcelain
|
@@ -1781,6 +2199,7 @@ module SDM
|
|
1781
2199
|
plumbing.port = (porcelain.port)
|
1782
2200
|
plumbing.port_override = (porcelain.port_override)
|
1783
2201
|
plumbing.secret_store_id = (porcelain.secret_store_id)
|
2202
|
+
plumbing.subdomain = (porcelain.subdomain)
|
1784
2203
|
plumbing.tags = convert_tags_to_plumbing(porcelain.tags)
|
1785
2204
|
plumbing.username = (porcelain.username)
|
1786
2205
|
plumbing
|
@@ -1819,6 +2238,7 @@ module SDM
|
|
1819
2238
|
porcelain.port = (plumbing.port)
|
1820
2239
|
porcelain.port_override = (plumbing.port_override)
|
1821
2240
|
porcelain.secret_store_id = (plumbing.secret_store_id)
|
2241
|
+
porcelain.subdomain = (plumbing.subdomain)
|
1822
2242
|
porcelain.tags = convert_tags_to_porcelain(plumbing.tags)
|
1823
2243
|
porcelain.username = (plumbing.username)
|
1824
2244
|
porcelain
|
@@ -1841,6 +2261,7 @@ module SDM
|
|
1841
2261
|
plumbing.port = (porcelain.port)
|
1842
2262
|
plumbing.port_override = (porcelain.port_override)
|
1843
2263
|
plumbing.secret_store_id = (porcelain.secret_store_id)
|
2264
|
+
plumbing.subdomain = (porcelain.subdomain)
|
1844
2265
|
plumbing.tags = convert_tags_to_plumbing(porcelain.tags)
|
1845
2266
|
plumbing.username = (porcelain.username)
|
1846
2267
|
plumbing
|
@@ -1917,6 +2338,7 @@ module SDM
|
|
1917
2338
|
porcelain.private_key = (plumbing.private_key)
|
1918
2339
|
porcelain.project = (plumbing.project)
|
1919
2340
|
porcelain.secret_store_id = (plumbing.secret_store_id)
|
2341
|
+
porcelain.subdomain = (plumbing.subdomain)
|
1920
2342
|
porcelain.tags = convert_tags_to_porcelain(plumbing.tags)
|
1921
2343
|
porcelain.username = (plumbing.username)
|
1922
2344
|
porcelain
|
@@ -1937,6 +2359,7 @@ module SDM
|
|
1937
2359
|
plumbing.private_key = (porcelain.private_key)
|
1938
2360
|
plumbing.project = (porcelain.project)
|
1939
2361
|
plumbing.secret_store_id = (porcelain.secret_store_id)
|
2362
|
+
plumbing.subdomain = (porcelain.subdomain)
|
1940
2363
|
plumbing.tags = convert_tags_to_plumbing(porcelain.tags)
|
1941
2364
|
plumbing.username = (porcelain.username)
|
1942
2365
|
plumbing
|
@@ -1973,6 +2396,7 @@ module SDM
|
|
1973
2396
|
porcelain.port = (plumbing.port)
|
1974
2397
|
porcelain.port_override = (plumbing.port_override)
|
1975
2398
|
porcelain.secret_store_id = (plumbing.secret_store_id)
|
2399
|
+
porcelain.subdomain = (plumbing.subdomain)
|
1976
2400
|
porcelain.tags = convert_tags_to_porcelain(plumbing.tags)
|
1977
2401
|
porcelain.tls_required = (plumbing.tls_required)
|
1978
2402
|
porcelain.username = (plumbing.username)
|
@@ -1994,6 +2418,7 @@ module SDM
|
|
1994
2418
|
plumbing.port = (porcelain.port)
|
1995
2419
|
plumbing.port_override = (porcelain.port_override)
|
1996
2420
|
plumbing.secret_store_id = (porcelain.secret_store_id)
|
2421
|
+
plumbing.subdomain = (porcelain.subdomain)
|
1997
2422
|
plumbing.tags = convert_tags_to_plumbing(porcelain.tags)
|
1998
2423
|
plumbing.tls_required = (porcelain.tls_required)
|
1999
2424
|
plumbing.username = (porcelain.username)
|
@@ -2033,6 +2458,7 @@ module SDM
|
|
2033
2458
|
porcelain.port = (plumbing.port)
|
2034
2459
|
porcelain.port_override = (plumbing.port_override)
|
2035
2460
|
porcelain.secret_store_id = (plumbing.secret_store_id)
|
2461
|
+
porcelain.subdomain = (plumbing.subdomain)
|
2036
2462
|
porcelain.tags = convert_tags_to_porcelain(plumbing.tags)
|
2037
2463
|
porcelain.username = (plumbing.username)
|
2038
2464
|
porcelain
|
@@ -2055,6 +2481,7 @@ module SDM
|
|
2055
2481
|
plumbing.port = (porcelain.port)
|
2056
2482
|
plumbing.port_override = (porcelain.port_override)
|
2057
2483
|
plumbing.secret_store_id = (porcelain.secret_store_id)
|
2484
|
+
plumbing.subdomain = (porcelain.subdomain)
|
2058
2485
|
plumbing.tags = convert_tags_to_plumbing(porcelain.tags)
|
2059
2486
|
plumbing.username = (porcelain.username)
|
2060
2487
|
plumbing
|
@@ -2092,6 +2519,7 @@ module SDM
|
|
2092
2519
|
porcelain.port = (plumbing.port)
|
2093
2520
|
porcelain.port_override = (plumbing.port_override)
|
2094
2521
|
porcelain.secret_store_id = (plumbing.secret_store_id)
|
2522
|
+
porcelain.subdomain = (plumbing.subdomain)
|
2095
2523
|
porcelain.tags = convert_tags_to_porcelain(plumbing.tags)
|
2096
2524
|
porcelain.username = (plumbing.username)
|
2097
2525
|
porcelain
|
@@ -2113,6 +2541,7 @@ module SDM
|
|
2113
2541
|
plumbing.port = (porcelain.port)
|
2114
2542
|
plumbing.port_override = (porcelain.port_override)
|
2115
2543
|
plumbing.secret_store_id = (porcelain.secret_store_id)
|
2544
|
+
plumbing.subdomain = (porcelain.subdomain)
|
2116
2545
|
plumbing.tags = convert_tags_to_plumbing(porcelain.tags)
|
2117
2546
|
plumbing.username = (porcelain.username)
|
2118
2547
|
plumbing
|
@@ -2151,6 +2580,7 @@ module SDM
|
|
2151
2580
|
porcelain.port = (plumbing.port)
|
2152
2581
|
porcelain.port_override = (plumbing.port_override)
|
2153
2582
|
porcelain.secret_store_id = (plumbing.secret_store_id)
|
2583
|
+
porcelain.subdomain = (plumbing.subdomain)
|
2154
2584
|
porcelain.tags = convert_tags_to_porcelain(plumbing.tags)
|
2155
2585
|
porcelain.username = (plumbing.username)
|
2156
2586
|
porcelain
|
@@ -2173,6 +2603,7 @@ module SDM
|
|
2173
2603
|
plumbing.port = (porcelain.port)
|
2174
2604
|
plumbing.port_override = (porcelain.port_override)
|
2175
2605
|
plumbing.secret_store_id = (porcelain.secret_store_id)
|
2606
|
+
plumbing.subdomain = (porcelain.subdomain)
|
2176
2607
|
plumbing.tags = convert_tags_to_plumbing(porcelain.tags)
|
2177
2608
|
plumbing.username = (porcelain.username)
|
2178
2609
|
plumbing
|
@@ -2437,6 +2868,7 @@ module SDM
|
|
2437
2868
|
porcelain.port = (plumbing.port)
|
2438
2869
|
porcelain.port_override = (plumbing.port_override)
|
2439
2870
|
porcelain.secret_store_id = (plumbing.secret_store_id)
|
2871
|
+
porcelain.subdomain = (plumbing.subdomain)
|
2440
2872
|
porcelain.tags = convert_tags_to_porcelain(plumbing.tags)
|
2441
2873
|
porcelain.tls_required = (plumbing.tls_required)
|
2442
2874
|
porcelain.username = (plumbing.username)
|
@@ -2458,6 +2890,7 @@ module SDM
|
|
2458
2890
|
plumbing.port = (porcelain.port)
|
2459
2891
|
plumbing.port_override = (porcelain.port_override)
|
2460
2892
|
plumbing.secret_store_id = (porcelain.secret_store_id)
|
2893
|
+
plumbing.subdomain = (porcelain.subdomain)
|
2461
2894
|
plumbing.tags = convert_tags_to_plumbing(porcelain.tags)
|
2462
2895
|
plumbing.tls_required = (porcelain.tls_required)
|
2463
2896
|
plumbing.username = (porcelain.username)
|
@@ -2496,6 +2929,7 @@ module SDM
|
|
2496
2929
|
porcelain.port = (plumbing.port)
|
2497
2930
|
porcelain.port_override = (plumbing.port_override)
|
2498
2931
|
porcelain.secret_store_id = (plumbing.secret_store_id)
|
2932
|
+
porcelain.subdomain = (plumbing.subdomain)
|
2499
2933
|
porcelain.tags = convert_tags_to_porcelain(plumbing.tags)
|
2500
2934
|
porcelain.username = (plumbing.username)
|
2501
2935
|
porcelain
|
@@ -2517,6 +2951,7 @@ module SDM
|
|
2517
2951
|
plumbing.port = (porcelain.port)
|
2518
2952
|
plumbing.port_override = (porcelain.port_override)
|
2519
2953
|
plumbing.secret_store_id = (porcelain.secret_store_id)
|
2954
|
+
plumbing.subdomain = (porcelain.subdomain)
|
2520
2955
|
plumbing.tags = convert_tags_to_plumbing(porcelain.tags)
|
2521
2956
|
plumbing.username = (porcelain.username)
|
2522
2957
|
plumbing
|
@@ -2628,6 +3063,7 @@ module SDM
|
|
2628
3063
|
porcelain.port = (plumbing.port)
|
2629
3064
|
porcelain.port_override = (plumbing.port_override)
|
2630
3065
|
porcelain.secret_store_id = (plumbing.secret_store_id)
|
3066
|
+
porcelain.subdomain = (plumbing.subdomain)
|
2631
3067
|
porcelain.tags = convert_tags_to_porcelain(plumbing.tags)
|
2632
3068
|
porcelain.username = (plumbing.username)
|
2633
3069
|
porcelain
|
@@ -2649,6 +3085,7 @@ module SDM
|
|
2649
3085
|
plumbing.port = (porcelain.port)
|
2650
3086
|
plumbing.port_override = (porcelain.port_override)
|
2651
3087
|
plumbing.secret_store_id = (porcelain.secret_store_id)
|
3088
|
+
plumbing.subdomain = (porcelain.subdomain)
|
2652
3089
|
plumbing.tags = convert_tags_to_plumbing(porcelain.tags)
|
2653
3090
|
plumbing.username = (porcelain.username)
|
2654
3091
|
plumbing
|
@@ -2687,6 +3124,7 @@ module SDM
|
|
2687
3124
|
porcelain.port_override = (plumbing.port_override)
|
2688
3125
|
porcelain.replica_set = (plumbing.replica_set)
|
2689
3126
|
porcelain.secret_store_id = (plumbing.secret_store_id)
|
3127
|
+
porcelain.subdomain = (plumbing.subdomain)
|
2690
3128
|
porcelain.tags = convert_tags_to_porcelain(plumbing.tags)
|
2691
3129
|
porcelain.username = (plumbing.username)
|
2692
3130
|
porcelain
|
@@ -2709,6 +3147,7 @@ module SDM
|
|
2709
3147
|
plumbing.port_override = (porcelain.port_override)
|
2710
3148
|
plumbing.replica_set = (porcelain.replica_set)
|
2711
3149
|
plumbing.secret_store_id = (porcelain.secret_store_id)
|
3150
|
+
plumbing.subdomain = (porcelain.subdomain)
|
2712
3151
|
plumbing.tags = convert_tags_to_plumbing(porcelain.tags)
|
2713
3152
|
plumbing.username = (porcelain.username)
|
2714
3153
|
plumbing
|
@@ -2745,6 +3184,7 @@ module SDM
|
|
2745
3184
|
porcelain.port = (plumbing.port)
|
2746
3185
|
porcelain.port_override = (plumbing.port_override)
|
2747
3186
|
porcelain.secret_store_id = (plumbing.secret_store_id)
|
3187
|
+
porcelain.subdomain = (plumbing.subdomain)
|
2748
3188
|
porcelain.tags = convert_tags_to_porcelain(plumbing.tags)
|
2749
3189
|
porcelain.username = (plumbing.username)
|
2750
3190
|
porcelain
|
@@ -2765,6 +3205,7 @@ module SDM
|
|
2765
3205
|
plumbing.port = (porcelain.port)
|
2766
3206
|
plumbing.port_override = (porcelain.port_override)
|
2767
3207
|
plumbing.secret_store_id = (porcelain.secret_store_id)
|
3208
|
+
plumbing.subdomain = (porcelain.subdomain)
|
2768
3209
|
plumbing.tags = convert_tags_to_plumbing(porcelain.tags)
|
2769
3210
|
plumbing.username = (porcelain.username)
|
2770
3211
|
plumbing
|
@@ -2804,6 +3245,7 @@ module SDM
|
|
2804
3245
|
porcelain.role_external_id = (plumbing.role_external_id)
|
2805
3246
|
porcelain.secret_access_key = (plumbing.secret_access_key)
|
2806
3247
|
porcelain.secret_store_id = (plumbing.secret_store_id)
|
3248
|
+
porcelain.subdomain = (plumbing.subdomain)
|
2807
3249
|
porcelain.tags = convert_tags_to_porcelain(plumbing.tags)
|
2808
3250
|
porcelain
|
2809
3251
|
end
|
@@ -2826,6 +3268,7 @@ module SDM
|
|
2826
3268
|
plumbing.role_external_id = (porcelain.role_external_id)
|
2827
3269
|
plumbing.secret_access_key = (porcelain.secret_access_key)
|
2828
3270
|
plumbing.secret_store_id = (porcelain.secret_store_id)
|
3271
|
+
plumbing.subdomain = (porcelain.subdomain)
|
2829
3272
|
plumbing.tags = convert_tags_to_plumbing(porcelain.tags)
|
2830
3273
|
plumbing
|
2831
3274
|
end
|
@@ -2861,6 +3304,7 @@ module SDM
|
|
2861
3304
|
porcelain.port = (plumbing.port)
|
2862
3305
|
porcelain.port_override = (plumbing.port_override)
|
2863
3306
|
porcelain.secret_store_id = (plumbing.secret_store_id)
|
3307
|
+
porcelain.subdomain = (plumbing.subdomain)
|
2864
3308
|
porcelain.tags = convert_tags_to_porcelain(plumbing.tags)
|
2865
3309
|
porcelain.tls_required = (plumbing.tls_required)
|
2866
3310
|
porcelain.username = (plumbing.username)
|
@@ -2882,6 +3326,7 @@ module SDM
|
|
2882
3326
|
plumbing.port = (porcelain.port)
|
2883
3327
|
plumbing.port_override = (porcelain.port_override)
|
2884
3328
|
plumbing.secret_store_id = (porcelain.secret_store_id)
|
3329
|
+
plumbing.subdomain = (porcelain.subdomain)
|
2885
3330
|
plumbing.tags = convert_tags_to_plumbing(porcelain.tags)
|
2886
3331
|
plumbing.tls_required = (porcelain.tls_required)
|
2887
3332
|
plumbing.username = (porcelain.username)
|
@@ -2919,6 +3364,7 @@ module SDM
|
|
2919
3364
|
porcelain.port = (plumbing.port)
|
2920
3365
|
porcelain.port_override = (plumbing.port_override)
|
2921
3366
|
porcelain.secret_store_id = (plumbing.secret_store_id)
|
3367
|
+
porcelain.subdomain = (plumbing.subdomain)
|
2922
3368
|
porcelain.tags = convert_tags_to_porcelain(plumbing.tags)
|
2923
3369
|
porcelain.tls_required = (plumbing.tls_required)
|
2924
3370
|
porcelain.username = (plumbing.username)
|
@@ -2940,6 +3386,7 @@ module SDM
|
|
2940
3386
|
plumbing.port = (porcelain.port)
|
2941
3387
|
plumbing.port_override = (porcelain.port_override)
|
2942
3388
|
plumbing.secret_store_id = (porcelain.secret_store_id)
|
3389
|
+
plumbing.subdomain = (porcelain.subdomain)
|
2943
3390
|
plumbing.tags = convert_tags_to_plumbing(porcelain.tags)
|
2944
3391
|
plumbing.tls_required = (porcelain.tls_required)
|
2945
3392
|
plumbing.username = (porcelain.username)
|
@@ -3153,6 +3600,7 @@ module SDM
|
|
3153
3600
|
porcelain.remote_identity_healthcheck_username = (plumbing.remote_identity_healthcheck_username)
|
3154
3601
|
porcelain.secret_store_id = (plumbing.secret_store_id)
|
3155
3602
|
porcelain.service_account_key = (plumbing.service_account_key)
|
3603
|
+
porcelain.subdomain = (plumbing.subdomain)
|
3156
3604
|
porcelain.tags = convert_tags_to_porcelain(plumbing.tags)
|
3157
3605
|
porcelain
|
3158
3606
|
end
|
@@ -3174,6 +3622,7 @@ module SDM
|
|
3174
3622
|
plumbing.remote_identity_healthcheck_username = (porcelain.remote_identity_healthcheck_username)
|
3175
3623
|
plumbing.secret_store_id = (porcelain.secret_store_id)
|
3176
3624
|
plumbing.service_account_key = (porcelain.service_account_key)
|
3625
|
+
plumbing.subdomain = (porcelain.subdomain)
|
3177
3626
|
plumbing.tags = convert_tags_to_plumbing(porcelain.tags)
|
3178
3627
|
plumbing
|
3179
3628
|
end
|
@@ -3209,6 +3658,7 @@ module SDM
|
|
3209
3658
|
porcelain.name = (plumbing.name)
|
3210
3659
|
porcelain.secret_store_id = (plumbing.secret_store_id)
|
3211
3660
|
porcelain.service_account_key = (plumbing.service_account_key)
|
3661
|
+
porcelain.subdomain = (plumbing.subdomain)
|
3212
3662
|
porcelain.tags = convert_tags_to_porcelain(plumbing.tags)
|
3213
3663
|
porcelain
|
3214
3664
|
end
|
@@ -3228,6 +3678,7 @@ module SDM
|
|
3228
3678
|
plumbing.name = (porcelain.name)
|
3229
3679
|
plumbing.secret_store_id = (porcelain.secret_store_id)
|
3230
3680
|
plumbing.service_account_key = (porcelain.service_account_key)
|
3681
|
+
plumbing.subdomain = (porcelain.subdomain)
|
3231
3682
|
plumbing.tags = convert_tags_to_plumbing(porcelain.tags)
|
3232
3683
|
plumbing
|
3233
3684
|
end
|
@@ -3265,6 +3716,7 @@ module SDM
|
|
3265
3716
|
porcelain.port = (plumbing.port)
|
3266
3717
|
porcelain.port_override = (plumbing.port_override)
|
3267
3718
|
porcelain.secret_store_id = (plumbing.secret_store_id)
|
3719
|
+
porcelain.subdomain = (plumbing.subdomain)
|
3268
3720
|
porcelain.tags = convert_tags_to_porcelain(plumbing.tags)
|
3269
3721
|
porcelain.username = (plumbing.username)
|
3270
3722
|
porcelain
|
@@ -3287,6 +3739,7 @@ module SDM
|
|
3287
3739
|
plumbing.port = (porcelain.port)
|
3288
3740
|
plumbing.port_override = (porcelain.port_override)
|
3289
3741
|
plumbing.secret_store_id = (porcelain.secret_store_id)
|
3742
|
+
plumbing.subdomain = (porcelain.subdomain)
|
3290
3743
|
plumbing.tags = convert_tags_to_plumbing(porcelain.tags)
|
3291
3744
|
plumbing.username = (porcelain.username)
|
3292
3745
|
plumbing
|
@@ -3508,6 +3961,7 @@ module SDM
|
|
3508
3961
|
porcelain.remote_identity_group_id = (plumbing.remote_identity_group_id)
|
3509
3962
|
porcelain.remote_identity_healthcheck_username = (plumbing.remote_identity_healthcheck_username)
|
3510
3963
|
porcelain.secret_store_id = (plumbing.secret_store_id)
|
3964
|
+
porcelain.subdomain = (plumbing.subdomain)
|
3511
3965
|
porcelain.tags = convert_tags_to_porcelain(plumbing.tags)
|
3512
3966
|
porcelain
|
3513
3967
|
end
|
@@ -3532,6 +3986,7 @@ module SDM
|
|
3532
3986
|
plumbing.remote_identity_group_id = (porcelain.remote_identity_group_id)
|
3533
3987
|
plumbing.remote_identity_healthcheck_username = (porcelain.remote_identity_healthcheck_username)
|
3534
3988
|
plumbing.secret_store_id = (porcelain.secret_store_id)
|
3989
|
+
plumbing.subdomain = (porcelain.subdomain)
|
3535
3990
|
plumbing.tags = convert_tags_to_plumbing(porcelain.tags)
|
3536
3991
|
plumbing
|
3537
3992
|
end
|
@@ -3568,6 +4023,7 @@ module SDM
|
|
3568
4023
|
porcelain.port = (plumbing.port)
|
3569
4024
|
porcelain.port_override = (plumbing.port_override)
|
3570
4025
|
porcelain.secret_store_id = (plumbing.secret_store_id)
|
4026
|
+
porcelain.subdomain = (plumbing.subdomain)
|
3571
4027
|
porcelain.tags = convert_tags_to_porcelain(plumbing.tags)
|
3572
4028
|
porcelain.username = (plumbing.username)
|
3573
4029
|
porcelain
|
@@ -3589,6 +4045,7 @@ module SDM
|
|
3589
4045
|
plumbing.port = (porcelain.port)
|
3590
4046
|
plumbing.port_override = (porcelain.port_override)
|
3591
4047
|
plumbing.secret_store_id = (porcelain.secret_store_id)
|
4048
|
+
plumbing.subdomain = (porcelain.subdomain)
|
3592
4049
|
plumbing.tags = convert_tags_to_plumbing(porcelain.tags)
|
3593
4050
|
plumbing.username = (porcelain.username)
|
3594
4051
|
plumbing
|
@@ -3627,6 +4084,7 @@ module SDM
|
|
3627
4084
|
porcelain.remote_identity_group_id = (plumbing.remote_identity_group_id)
|
3628
4085
|
porcelain.remote_identity_healthcheck_username = (plumbing.remote_identity_healthcheck_username)
|
3629
4086
|
porcelain.secret_store_id = (plumbing.secret_store_id)
|
4087
|
+
porcelain.subdomain = (plumbing.subdomain)
|
3630
4088
|
porcelain.tags = convert_tags_to_porcelain(plumbing.tags)
|
3631
4089
|
porcelain.token = (plumbing.token)
|
3632
4090
|
porcelain
|
@@ -3649,6 +4107,7 @@ module SDM
|
|
3649
4107
|
plumbing.remote_identity_group_id = (porcelain.remote_identity_group_id)
|
3650
4108
|
plumbing.remote_identity_healthcheck_username = (porcelain.remote_identity_healthcheck_username)
|
3651
4109
|
plumbing.secret_store_id = (porcelain.secret_store_id)
|
4110
|
+
plumbing.subdomain = (porcelain.subdomain)
|
3652
4111
|
plumbing.tags = convert_tags_to_plumbing(porcelain.tags)
|
3653
4112
|
plumbing.token = (porcelain.token)
|
3654
4113
|
plumbing
|
@@ -3685,6 +4144,7 @@ module SDM
|
|
3685
4144
|
porcelain.port = (plumbing.port)
|
3686
4145
|
porcelain.port_override = (plumbing.port_override)
|
3687
4146
|
porcelain.secret_store_id = (plumbing.secret_store_id)
|
4147
|
+
porcelain.subdomain = (plumbing.subdomain)
|
3688
4148
|
porcelain.tags = convert_tags_to_porcelain(plumbing.tags)
|
3689
4149
|
porcelain.token = (plumbing.token)
|
3690
4150
|
porcelain
|
@@ -3705,6 +4165,7 @@ module SDM
|
|
3705
4165
|
plumbing.port = (porcelain.port)
|
3706
4166
|
plumbing.port_override = (porcelain.port_override)
|
3707
4167
|
plumbing.secret_store_id = (porcelain.secret_store_id)
|
4168
|
+
plumbing.subdomain = (porcelain.subdomain)
|
3708
4169
|
plumbing.tags = convert_tags_to_plumbing(porcelain.tags)
|
3709
4170
|
plumbing.token = (porcelain.token)
|
3710
4171
|
plumbing
|
@@ -3744,6 +4205,7 @@ module SDM
|
|
3744
4205
|
porcelain.port = (plumbing.port)
|
3745
4206
|
porcelain.port_override = (plumbing.port_override)
|
3746
4207
|
porcelain.secret_store_id = (plumbing.secret_store_id)
|
4208
|
+
porcelain.subdomain = (plumbing.subdomain)
|
3747
4209
|
porcelain.tags = convert_tags_to_porcelain(plumbing.tags)
|
3748
4210
|
porcelain
|
3749
4211
|
end
|
@@ -3766,6 +4228,7 @@ module SDM
|
|
3766
4228
|
plumbing.port = (porcelain.port)
|
3767
4229
|
plumbing.port_override = (porcelain.port_override)
|
3768
4230
|
plumbing.secret_store_id = (porcelain.secret_store_id)
|
4231
|
+
plumbing.subdomain = (porcelain.subdomain)
|
3769
4232
|
plumbing.tags = convert_tags_to_plumbing(porcelain.tags)
|
3770
4233
|
plumbing
|
3771
4234
|
end
|
@@ -3806,6 +4269,7 @@ module SDM
|
|
3806
4269
|
porcelain.port_override = (plumbing.port_override)
|
3807
4270
|
porcelain.secret_store_id = (plumbing.secret_store_id)
|
3808
4271
|
porcelain.server_name = (plumbing.server_name)
|
4272
|
+
porcelain.subdomain = (plumbing.subdomain)
|
3809
4273
|
porcelain.tags = convert_tags_to_porcelain(plumbing.tags)
|
3810
4274
|
porcelain.username = (plumbing.username)
|
3811
4275
|
porcelain
|
@@ -3831,6 +4295,7 @@ module SDM
|
|
3831
4295
|
plumbing.port_override = (porcelain.port_override)
|
3832
4296
|
plumbing.secret_store_id = (porcelain.secret_store_id)
|
3833
4297
|
plumbing.server_name = (porcelain.server_name)
|
4298
|
+
plumbing.subdomain = (porcelain.subdomain)
|
3834
4299
|
plumbing.tags = convert_tags_to_plumbing(porcelain.tags)
|
3835
4300
|
plumbing.username = (porcelain.username)
|
3836
4301
|
plumbing
|
@@ -3873,6 +4338,7 @@ module SDM
|
|
3873
4338
|
porcelain.port_override = (plumbing.port_override)
|
3874
4339
|
porcelain.secret_store_id = (plumbing.secret_store_id)
|
3875
4340
|
porcelain.server_name = (plumbing.server_name)
|
4341
|
+
porcelain.subdomain = (plumbing.subdomain)
|
3876
4342
|
porcelain.tags = convert_tags_to_porcelain(plumbing.tags)
|
3877
4343
|
porcelain.username = (plumbing.username)
|
3878
4344
|
porcelain
|
@@ -3899,6 +4365,7 @@ module SDM
|
|
3899
4365
|
plumbing.port_override = (porcelain.port_override)
|
3900
4366
|
plumbing.secret_store_id = (porcelain.secret_store_id)
|
3901
4367
|
plumbing.server_name = (porcelain.server_name)
|
4368
|
+
plumbing.subdomain = (porcelain.subdomain)
|
3902
4369
|
plumbing.tags = convert_tags_to_plumbing(porcelain.tags)
|
3903
4370
|
plumbing.username = (porcelain.username)
|
3904
4371
|
plumbing
|
@@ -3936,6 +4403,7 @@ module SDM
|
|
3936
4403
|
porcelain.port = (plumbing.port)
|
3937
4404
|
porcelain.port_override = (plumbing.port_override)
|
3938
4405
|
porcelain.secret_store_id = (plumbing.secret_store_id)
|
4406
|
+
porcelain.subdomain = (plumbing.subdomain)
|
3939
4407
|
porcelain.tags = convert_tags_to_porcelain(plumbing.tags)
|
3940
4408
|
porcelain.username = (plumbing.username)
|
3941
4409
|
porcelain
|
@@ -3957,6 +4425,7 @@ module SDM
|
|
3957
4425
|
plumbing.port = (porcelain.port)
|
3958
4426
|
plumbing.port_override = (porcelain.port_override)
|
3959
4427
|
plumbing.secret_store_id = (porcelain.secret_store_id)
|
4428
|
+
plumbing.subdomain = (porcelain.subdomain)
|
3960
4429
|
plumbing.tags = convert_tags_to_plumbing(porcelain.tags)
|
3961
4430
|
plumbing.username = (porcelain.username)
|
3962
4431
|
plumbing
|
@@ -3992,6 +4461,7 @@ module SDM
|
|
3992
4461
|
porcelain.port = (plumbing.port)
|
3993
4462
|
porcelain.port_override = (plumbing.port_override)
|
3994
4463
|
porcelain.secret_store_id = (plumbing.secret_store_id)
|
4464
|
+
porcelain.subdomain = (plumbing.subdomain)
|
3995
4465
|
porcelain.tags = convert_tags_to_porcelain(plumbing.tags)
|
3996
4466
|
porcelain
|
3997
4467
|
end
|
@@ -4010,6 +4480,7 @@ module SDM
|
|
4010
4480
|
plumbing.port = (porcelain.port)
|
4011
4481
|
plumbing.port_override = (porcelain.port_override)
|
4012
4482
|
plumbing.secret_store_id = (porcelain.secret_store_id)
|
4483
|
+
plumbing.subdomain = (porcelain.subdomain)
|
4013
4484
|
plumbing.tags = convert_tags_to_plumbing(porcelain.tags)
|
4014
4485
|
plumbing
|
4015
4486
|
end
|
@@ -4046,6 +4517,7 @@ module SDM
|
|
4046
4517
|
porcelain.port = (plumbing.port)
|
4047
4518
|
porcelain.port_override = (plumbing.port_override)
|
4048
4519
|
porcelain.secret_store_id = (plumbing.secret_store_id)
|
4520
|
+
porcelain.subdomain = (plumbing.subdomain)
|
4049
4521
|
porcelain.tags = convert_tags_to_porcelain(plumbing.tags)
|
4050
4522
|
porcelain.username = (plumbing.username)
|
4051
4523
|
porcelain
|
@@ -4067,6 +4539,7 @@ module SDM
|
|
4067
4539
|
plumbing.port = (porcelain.port)
|
4068
4540
|
plumbing.port_override = (porcelain.port_override)
|
4069
4541
|
plumbing.secret_store_id = (porcelain.secret_store_id)
|
4542
|
+
plumbing.subdomain = (porcelain.subdomain)
|
4070
4543
|
plumbing.tags = convert_tags_to_plumbing(porcelain.tags)
|
4071
4544
|
plumbing.username = (porcelain.username)
|
4072
4545
|
plumbing
|
@@ -4104,6 +4577,7 @@ module SDM
|
|
4104
4577
|
porcelain.port = (plumbing.port)
|
4105
4578
|
porcelain.port_override = (plumbing.port_override)
|
4106
4579
|
porcelain.secret_store_id = (plumbing.secret_store_id)
|
4580
|
+
porcelain.subdomain = (plumbing.subdomain)
|
4107
4581
|
porcelain.tags = convert_tags_to_porcelain(plumbing.tags)
|
4108
4582
|
porcelain.tls_required = (plumbing.tls_required)
|
4109
4583
|
porcelain.username = (plumbing.username)
|
@@ -4126,6 +4600,7 @@ module SDM
|
|
4126
4600
|
plumbing.port = (porcelain.port)
|
4127
4601
|
plumbing.port_override = (porcelain.port_override)
|
4128
4602
|
plumbing.secret_store_id = (porcelain.secret_store_id)
|
4603
|
+
plumbing.subdomain = (porcelain.subdomain)
|
4129
4604
|
plumbing.tags = convert_tags_to_plumbing(porcelain.tags)
|
4130
4605
|
plumbing.tls_required = (porcelain.tls_required)
|
4131
4606
|
plumbing.username = (porcelain.username)
|
@@ -4165,6 +4640,7 @@ module SDM
|
|
4165
4640
|
porcelain.port_override = (plumbing.port_override)
|
4166
4641
|
porcelain.replica_set = (plumbing.replica_set)
|
4167
4642
|
porcelain.secret_store_id = (plumbing.secret_store_id)
|
4643
|
+
porcelain.subdomain = (plumbing.subdomain)
|
4168
4644
|
porcelain.tags = convert_tags_to_porcelain(plumbing.tags)
|
4169
4645
|
porcelain.tls_required = (plumbing.tls_required)
|
4170
4646
|
porcelain.username = (plumbing.username)
|
@@ -4188,6 +4664,7 @@ module SDM
|
|
4188
4664
|
plumbing.port_override = (porcelain.port_override)
|
4189
4665
|
plumbing.replica_set = (porcelain.replica_set)
|
4190
4666
|
plumbing.secret_store_id = (porcelain.secret_store_id)
|
4667
|
+
plumbing.subdomain = (porcelain.subdomain)
|
4191
4668
|
plumbing.tags = convert_tags_to_plumbing(porcelain.tags)
|
4192
4669
|
plumbing.tls_required = (porcelain.tls_required)
|
4193
4670
|
plumbing.username = (porcelain.username)
|
@@ -4228,6 +4705,7 @@ module SDM
|
|
4228
4705
|
porcelain.port_override = (plumbing.port_override)
|
4229
4706
|
porcelain.replica_set = (plumbing.replica_set)
|
4230
4707
|
porcelain.secret_store_id = (plumbing.secret_store_id)
|
4708
|
+
porcelain.subdomain = (plumbing.subdomain)
|
4231
4709
|
porcelain.tags = convert_tags_to_porcelain(plumbing.tags)
|
4232
4710
|
porcelain.tls_required = (plumbing.tls_required)
|
4233
4711
|
porcelain.username = (plumbing.username)
|
@@ -4252,6 +4730,7 @@ module SDM
|
|
4252
4730
|
plumbing.port_override = (porcelain.port_override)
|
4253
4731
|
plumbing.replica_set = (porcelain.replica_set)
|
4254
4732
|
plumbing.secret_store_id = (porcelain.secret_store_id)
|
4733
|
+
plumbing.subdomain = (porcelain.subdomain)
|
4255
4734
|
plumbing.tags = convert_tags_to_plumbing(porcelain.tags)
|
4256
4735
|
plumbing.tls_required = (porcelain.tls_required)
|
4257
4736
|
plumbing.username = (porcelain.username)
|
@@ -4292,6 +4771,7 @@ module SDM
|
|
4292
4771
|
porcelain.port_override = (plumbing.port_override)
|
4293
4772
|
porcelain.replica_set = (plumbing.replica_set)
|
4294
4773
|
porcelain.secret_store_id = (plumbing.secret_store_id)
|
4774
|
+
porcelain.subdomain = (plumbing.subdomain)
|
4295
4775
|
porcelain.tags = convert_tags_to_porcelain(plumbing.tags)
|
4296
4776
|
porcelain.tls_required = (plumbing.tls_required)
|
4297
4777
|
porcelain.username = (plumbing.username)
|
@@ -4316,6 +4796,7 @@ module SDM
|
|
4316
4796
|
plumbing.port_override = (porcelain.port_override)
|
4317
4797
|
plumbing.replica_set = (porcelain.replica_set)
|
4318
4798
|
plumbing.secret_store_id = (porcelain.secret_store_id)
|
4799
|
+
plumbing.subdomain = (porcelain.subdomain)
|
4319
4800
|
plumbing.tags = convert_tags_to_plumbing(porcelain.tags)
|
4320
4801
|
plumbing.tls_required = (porcelain.tls_required)
|
4321
4802
|
plumbing.username = (porcelain.username)
|
@@ -4353,6 +4834,7 @@ module SDM
|
|
4353
4834
|
porcelain.password = (plumbing.password)
|
4354
4835
|
porcelain.port_override = (plumbing.port_override)
|
4355
4836
|
porcelain.secret_store_id = (plumbing.secret_store_id)
|
4837
|
+
porcelain.subdomain = (plumbing.subdomain)
|
4356
4838
|
porcelain.tags = convert_tags_to_porcelain(plumbing.tags)
|
4357
4839
|
porcelain.tls_required = (plumbing.tls_required)
|
4358
4840
|
porcelain.username = (plumbing.username)
|
@@ -4374,6 +4856,7 @@ module SDM
|
|
4374
4856
|
plumbing.password = (porcelain.password)
|
4375
4857
|
plumbing.port_override = (porcelain.port_override)
|
4376
4858
|
plumbing.secret_store_id = (porcelain.secret_store_id)
|
4859
|
+
plumbing.subdomain = (porcelain.subdomain)
|
4377
4860
|
plumbing.tags = convert_tags_to_plumbing(porcelain.tags)
|
4378
4861
|
plumbing.tls_required = (porcelain.tls_required)
|
4379
4862
|
plumbing.username = (porcelain.username)
|
@@ -4412,6 +4895,7 @@ module SDM
|
|
4412
4895
|
porcelain.port = (plumbing.port)
|
4413
4896
|
porcelain.port_override = (plumbing.port_override)
|
4414
4897
|
porcelain.secret_store_id = (plumbing.secret_store_id)
|
4898
|
+
porcelain.subdomain = (plumbing.subdomain)
|
4415
4899
|
porcelain.tags = convert_tags_to_porcelain(plumbing.tags)
|
4416
4900
|
porcelain.username = (plumbing.username)
|
4417
4901
|
porcelain
|
@@ -4433,6 +4917,7 @@ module SDM
|
|
4433
4917
|
plumbing.port = (porcelain.port)
|
4434
4918
|
plumbing.port_override = (porcelain.port_override)
|
4435
4919
|
plumbing.secret_store_id = (porcelain.secret_store_id)
|
4920
|
+
plumbing.subdomain = (porcelain.subdomain)
|
4436
4921
|
plumbing.tags = convert_tags_to_plumbing(porcelain.tags)
|
4437
4922
|
plumbing.username = (porcelain.username)
|
4438
4923
|
plumbing
|
@@ -4468,6 +4953,7 @@ module SDM
|
|
4468
4953
|
porcelain.port = (plumbing.port)
|
4469
4954
|
porcelain.port_override = (plumbing.port_override)
|
4470
4955
|
porcelain.secret_store_id = (plumbing.secret_store_id)
|
4956
|
+
porcelain.subdomain = (plumbing.subdomain)
|
4471
4957
|
porcelain.tags = convert_tags_to_porcelain(plumbing.tags)
|
4472
4958
|
porcelain
|
4473
4959
|
end
|
@@ -4486,6 +4972,7 @@ module SDM
|
|
4486
4972
|
plumbing.port = (porcelain.port)
|
4487
4973
|
plumbing.port_override = (porcelain.port_override)
|
4488
4974
|
plumbing.secret_store_id = (porcelain.secret_store_id)
|
4975
|
+
plumbing.subdomain = (porcelain.subdomain)
|
4489
4976
|
plumbing.tags = convert_tags_to_plumbing(porcelain.tags)
|
4490
4977
|
plumbing
|
4491
4978
|
end
|
@@ -4525,6 +5012,7 @@ module SDM
|
|
4525
5012
|
porcelain.role_external_id = (plumbing.role_external_id)
|
4526
5013
|
porcelain.secret_access_key = (plumbing.secret_access_key)
|
4527
5014
|
porcelain.secret_store_id = (plumbing.secret_store_id)
|
5015
|
+
porcelain.subdomain = (plumbing.subdomain)
|
4528
5016
|
porcelain.tags = convert_tags_to_porcelain(plumbing.tags)
|
4529
5017
|
porcelain
|
4530
5018
|
end
|
@@ -4548,6 +5036,7 @@ module SDM
|
|
4548
5036
|
plumbing.role_external_id = (porcelain.role_external_id)
|
4549
5037
|
plumbing.secret_access_key = (porcelain.secret_access_key)
|
4550
5038
|
plumbing.secret_store_id = (porcelain.secret_store_id)
|
5039
|
+
plumbing.subdomain = (porcelain.subdomain)
|
4551
5040
|
plumbing.tags = convert_tags_to_plumbing(porcelain.tags)
|
4552
5041
|
plumbing
|
4553
5042
|
end
|
@@ -4725,6 +5214,46 @@ module SDM
|
|
4725
5214
|
end
|
4726
5215
|
items
|
4727
5216
|
end
|
5217
|
+
def self.convert_node_history_to_porcelain(plumbing)
|
5218
|
+
if plumbing == nil
|
5219
|
+
return nil
|
5220
|
+
end
|
5221
|
+
porcelain = NodeHistory.new()
|
5222
|
+
porcelain.activity_id = (plumbing.activity_id)
|
5223
|
+
porcelain.deleted_at = convert_timestamp_to_porcelain(plumbing.deleted_at)
|
5224
|
+
porcelain.node = convert_node_to_porcelain(plumbing.node)
|
5225
|
+
porcelain.timestamp = convert_timestamp_to_porcelain(plumbing.timestamp)
|
5226
|
+
porcelain
|
5227
|
+
end
|
5228
|
+
|
5229
|
+
def self.convert_node_history_to_plumbing(porcelain)
|
5230
|
+
if porcelain == nil
|
5231
|
+
return nil
|
5232
|
+
end
|
5233
|
+
plumbing = V1::NodeHistory.new()
|
5234
|
+
plumbing.activity_id = (porcelain.activity_id)
|
5235
|
+
plumbing.deleted_at = convert_timestamp_to_plumbing(porcelain.deleted_at)
|
5236
|
+
plumbing.node = convert_node_to_plumbing(porcelain.node)
|
5237
|
+
plumbing.timestamp = convert_timestamp_to_plumbing(porcelain.timestamp)
|
5238
|
+
plumbing
|
5239
|
+
end
|
5240
|
+
def self.convert_repeated_node_history_to_plumbing(porcelains)
|
5241
|
+
items = Array.new
|
5242
|
+
porcelains.each do |porcelain|
|
5243
|
+
plumbing = convert_node_history_to_plumbing(porcelain)
|
5244
|
+
items.append(plumbing)
|
5245
|
+
end
|
5246
|
+
items
|
5247
|
+
end
|
5248
|
+
|
5249
|
+
def self.convert_repeated_node_history_to_porcelain(plumbings)
|
5250
|
+
items = Array.new
|
5251
|
+
plumbings.each do |plumbing|
|
5252
|
+
porcelain = convert_node_history_to_porcelain(plumbing)
|
5253
|
+
items.append(porcelain)
|
5254
|
+
end
|
5255
|
+
items
|
5256
|
+
end
|
4728
5257
|
def self.convert_node_update_response_to_porcelain(plumbing)
|
4729
5258
|
if plumbing == nil
|
4730
5259
|
return nil
|
@@ -4779,6 +5308,7 @@ module SDM
|
|
4779
5308
|
porcelain.port = (plumbing.port)
|
4780
5309
|
porcelain.port_override = (plumbing.port_override)
|
4781
5310
|
porcelain.secret_store_id = (plumbing.secret_store_id)
|
5311
|
+
porcelain.subdomain = (plumbing.subdomain)
|
4782
5312
|
porcelain.tags = convert_tags_to_porcelain(plumbing.tags)
|
4783
5313
|
porcelain.tls_required = (plumbing.tls_required)
|
4784
5314
|
porcelain.username = (plumbing.username)
|
@@ -4801,6 +5331,7 @@ module SDM
|
|
4801
5331
|
plumbing.port = (porcelain.port)
|
4802
5332
|
plumbing.port_override = (porcelain.port_override)
|
4803
5333
|
plumbing.secret_store_id = (porcelain.secret_store_id)
|
5334
|
+
plumbing.subdomain = (porcelain.subdomain)
|
4804
5335
|
plumbing.tags = convert_tags_to_plumbing(porcelain.tags)
|
4805
5336
|
plumbing.tls_required = (porcelain.tls_required)
|
4806
5337
|
plumbing.username = (porcelain.username)
|
@@ -4823,6 +5354,124 @@ module SDM
|
|
4823
5354
|
end
|
4824
5355
|
items
|
4825
5356
|
end
|
5357
|
+
def self.convert_organization_to_porcelain(plumbing)
|
5358
|
+
if plumbing == nil
|
5359
|
+
return nil
|
5360
|
+
end
|
5361
|
+
porcelain = Organization.new()
|
5362
|
+
porcelain.auth_provider = (plumbing.auth_provider)
|
5363
|
+
porcelain.created_at = convert_timestamp_to_porcelain(plumbing.created_at)
|
5364
|
+
porcelain.idle_timeout = convert_duration_to_porcelain(plumbing.idle_timeout)
|
5365
|
+
porcelain.idle_timeout_enabled = (plumbing.idle_timeout_enabled)
|
5366
|
+
porcelain.kind = (plumbing.kind)
|
5367
|
+
porcelain.log_local_encoder = (plumbing.log_local_encoder)
|
5368
|
+
porcelain.log_local_format = (plumbing.log_local_format)
|
5369
|
+
porcelain.log_local_storage = (plumbing.log_local_storage)
|
5370
|
+
porcelain.log_remote_encoder = (plumbing.log_remote_encoder)
|
5371
|
+
porcelain.log_socket_path = (plumbing.log_socket_path)
|
5372
|
+
porcelain.log_tcp_address = (plumbing.log_tcp_address)
|
5373
|
+
porcelain.mfa_enabled = (plumbing.mfa_enabled)
|
5374
|
+
porcelain.mfa_provider = (plumbing.mfa_provider)
|
5375
|
+
porcelain.name = (plumbing.name)
|
5376
|
+
porcelain.require_secret_store = (plumbing.require_secret_store)
|
5377
|
+
porcelain.saml_metadata_url = (plumbing.saml_metadata_url)
|
5378
|
+
porcelain.scim_provider = (plumbing.scim_provider)
|
5379
|
+
porcelain.sensitive_label = (plumbing.sensitive_label)
|
5380
|
+
porcelain.session_timeout = convert_duration_to_porcelain(plumbing.session_timeout)
|
5381
|
+
porcelain.session_timeout_enabled = (plumbing.session_timeout_enabled)
|
5382
|
+
porcelain.ssh_certificate_authority_public_key = (plumbing.ssh_certificate_authority_public_key)
|
5383
|
+
porcelain.ssh_certificate_authority_updated_at = convert_timestamp_to_porcelain(plumbing.ssh_certificate_authority_updated_at)
|
5384
|
+
porcelain.updated_at = convert_timestamp_to_porcelain(plumbing.updated_at)
|
5385
|
+
porcelain.websites_subdomain = (plumbing.websites_subdomain)
|
5386
|
+
porcelain
|
5387
|
+
end
|
5388
|
+
|
5389
|
+
def self.convert_organization_to_plumbing(porcelain)
|
5390
|
+
if porcelain == nil
|
5391
|
+
return nil
|
5392
|
+
end
|
5393
|
+
plumbing = V1::Organization.new()
|
5394
|
+
plumbing.auth_provider = (porcelain.auth_provider)
|
5395
|
+
plumbing.created_at = convert_timestamp_to_plumbing(porcelain.created_at)
|
5396
|
+
plumbing.idle_timeout = convert_duration_to_plumbing(porcelain.idle_timeout)
|
5397
|
+
plumbing.idle_timeout_enabled = (porcelain.idle_timeout_enabled)
|
5398
|
+
plumbing.kind = (porcelain.kind)
|
5399
|
+
plumbing.log_local_encoder = (porcelain.log_local_encoder)
|
5400
|
+
plumbing.log_local_format = (porcelain.log_local_format)
|
5401
|
+
plumbing.log_local_storage = (porcelain.log_local_storage)
|
5402
|
+
plumbing.log_remote_encoder = (porcelain.log_remote_encoder)
|
5403
|
+
plumbing.log_socket_path = (porcelain.log_socket_path)
|
5404
|
+
plumbing.log_tcp_address = (porcelain.log_tcp_address)
|
5405
|
+
plumbing.mfa_enabled = (porcelain.mfa_enabled)
|
5406
|
+
plumbing.mfa_provider = (porcelain.mfa_provider)
|
5407
|
+
plumbing.name = (porcelain.name)
|
5408
|
+
plumbing.require_secret_store = (porcelain.require_secret_store)
|
5409
|
+
plumbing.saml_metadata_url = (porcelain.saml_metadata_url)
|
5410
|
+
plumbing.scim_provider = (porcelain.scim_provider)
|
5411
|
+
plumbing.sensitive_label = (porcelain.sensitive_label)
|
5412
|
+
plumbing.session_timeout = convert_duration_to_plumbing(porcelain.session_timeout)
|
5413
|
+
plumbing.session_timeout_enabled = (porcelain.session_timeout_enabled)
|
5414
|
+
plumbing.ssh_certificate_authority_public_key = (porcelain.ssh_certificate_authority_public_key)
|
5415
|
+
plumbing.ssh_certificate_authority_updated_at = convert_timestamp_to_plumbing(porcelain.ssh_certificate_authority_updated_at)
|
5416
|
+
plumbing.updated_at = convert_timestamp_to_plumbing(porcelain.updated_at)
|
5417
|
+
plumbing.websites_subdomain = (porcelain.websites_subdomain)
|
5418
|
+
plumbing
|
5419
|
+
end
|
5420
|
+
def self.convert_repeated_organization_to_plumbing(porcelains)
|
5421
|
+
items = Array.new
|
5422
|
+
porcelains.each do |porcelain|
|
5423
|
+
plumbing = convert_organization_to_plumbing(porcelain)
|
5424
|
+
items.append(plumbing)
|
5425
|
+
end
|
5426
|
+
items
|
5427
|
+
end
|
5428
|
+
|
5429
|
+
def self.convert_repeated_organization_to_porcelain(plumbings)
|
5430
|
+
items = Array.new
|
5431
|
+
plumbings.each do |plumbing|
|
5432
|
+
porcelain = convert_organization_to_porcelain(plumbing)
|
5433
|
+
items.append(porcelain)
|
5434
|
+
end
|
5435
|
+
items
|
5436
|
+
end
|
5437
|
+
def self.convert_organization_history_record_to_porcelain(plumbing)
|
5438
|
+
if plumbing == nil
|
5439
|
+
return nil
|
5440
|
+
end
|
5441
|
+
porcelain = OrganizationHistoryRecord.new()
|
5442
|
+
porcelain.activity_id = (plumbing.activity_id)
|
5443
|
+
porcelain.organization = convert_organization_to_porcelain(plumbing.organization)
|
5444
|
+
porcelain.timestamp = convert_timestamp_to_porcelain(plumbing.timestamp)
|
5445
|
+
porcelain
|
5446
|
+
end
|
5447
|
+
|
5448
|
+
def self.convert_organization_history_record_to_plumbing(porcelain)
|
5449
|
+
if porcelain == nil
|
5450
|
+
return nil
|
5451
|
+
end
|
5452
|
+
plumbing = V1::OrganizationHistoryRecord.new()
|
5453
|
+
plumbing.activity_id = (porcelain.activity_id)
|
5454
|
+
plumbing.organization = convert_organization_to_plumbing(porcelain.organization)
|
5455
|
+
plumbing.timestamp = convert_timestamp_to_plumbing(porcelain.timestamp)
|
5456
|
+
plumbing
|
5457
|
+
end
|
5458
|
+
def self.convert_repeated_organization_history_record_to_plumbing(porcelains)
|
5459
|
+
items = Array.new
|
5460
|
+
porcelains.each do |porcelain|
|
5461
|
+
plumbing = convert_organization_history_record_to_plumbing(porcelain)
|
5462
|
+
items.append(plumbing)
|
5463
|
+
end
|
5464
|
+
items
|
5465
|
+
end
|
5466
|
+
|
5467
|
+
def self.convert_repeated_organization_history_record_to_porcelain(plumbings)
|
5468
|
+
items = Array.new
|
5469
|
+
plumbings.each do |plumbing|
|
5470
|
+
porcelain = convert_organization_history_record_to_porcelain(plumbing)
|
5471
|
+
items.append(porcelain)
|
5472
|
+
end
|
5473
|
+
items
|
5474
|
+
end
|
4826
5475
|
def self.convert_postgres_to_porcelain(plumbing)
|
4827
5476
|
if plumbing == nil
|
4828
5477
|
return nil
|
@@ -4840,6 +5489,7 @@ module SDM
|
|
4840
5489
|
porcelain.port = (plumbing.port)
|
4841
5490
|
porcelain.port_override = (plumbing.port_override)
|
4842
5491
|
porcelain.secret_store_id = (plumbing.secret_store_id)
|
5492
|
+
porcelain.subdomain = (plumbing.subdomain)
|
4843
5493
|
porcelain.tags = convert_tags_to_porcelain(plumbing.tags)
|
4844
5494
|
porcelain.username = (plumbing.username)
|
4845
5495
|
porcelain
|
@@ -4862,6 +5512,7 @@ module SDM
|
|
4862
5512
|
plumbing.port = (porcelain.port)
|
4863
5513
|
plumbing.port_override = (porcelain.port_override)
|
4864
5514
|
plumbing.secret_store_id = (porcelain.secret_store_id)
|
5515
|
+
plumbing.subdomain = (porcelain.subdomain)
|
4865
5516
|
plumbing.tags = convert_tags_to_plumbing(porcelain.tags)
|
4866
5517
|
plumbing.username = (porcelain.username)
|
4867
5518
|
plumbing
|
@@ -4899,6 +5550,7 @@ module SDM
|
|
4899
5550
|
porcelain.port = (plumbing.port)
|
4900
5551
|
porcelain.port_override = (plumbing.port_override)
|
4901
5552
|
porcelain.secret_store_id = (plumbing.secret_store_id)
|
5553
|
+
porcelain.subdomain = (plumbing.subdomain)
|
4902
5554
|
porcelain.tags = convert_tags_to_porcelain(plumbing.tags)
|
4903
5555
|
porcelain.tls_required = (plumbing.tls_required)
|
4904
5556
|
porcelain.username = (plumbing.username)
|
@@ -4921,6 +5573,7 @@ module SDM
|
|
4921
5573
|
plumbing.port = (porcelain.port)
|
4922
5574
|
plumbing.port_override = (porcelain.port_override)
|
4923
5575
|
plumbing.secret_store_id = (porcelain.secret_store_id)
|
5576
|
+
plumbing.subdomain = (porcelain.subdomain)
|
4924
5577
|
plumbing.tags = convert_tags_to_plumbing(porcelain.tags)
|
4925
5578
|
plumbing.tls_required = (porcelain.tls_required)
|
4926
5579
|
plumbing.username = (porcelain.username)
|
@@ -4943,6 +5596,80 @@ module SDM
|
|
4943
5596
|
end
|
4944
5597
|
items
|
4945
5598
|
end
|
5599
|
+
def self.convert_query_to_porcelain(plumbing)
|
5600
|
+
if plumbing == nil
|
5601
|
+
return nil
|
5602
|
+
end
|
5603
|
+
porcelain = Query.new()
|
5604
|
+
porcelain.account_email = (plumbing.account_email)
|
5605
|
+
porcelain.account_first_name = (plumbing.account_first_name)
|
5606
|
+
porcelain.account_id = (plumbing.account_id)
|
5607
|
+
porcelain.account_last_name = (plumbing.account_last_name)
|
5608
|
+
porcelain.account_tags = convert_tags_to_porcelain(plumbing.account_tags)
|
5609
|
+
porcelain.duration = convert_duration_to_porcelain(plumbing.duration)
|
5610
|
+
porcelain.egress_node_id = (plumbing.egress_node_id)
|
5611
|
+
porcelain.encrypted = (plumbing.encrypted)
|
5612
|
+
porcelain.id = (plumbing.id)
|
5613
|
+
porcelain.query_body = (plumbing.query_body)
|
5614
|
+
porcelain.query_category = (plumbing.query_category)
|
5615
|
+
porcelain.query_hash = (plumbing.query_hash)
|
5616
|
+
porcelain.query_key = (plumbing.query_key)
|
5617
|
+
porcelain.record_count = (plumbing.record_count)
|
5618
|
+
porcelain.remote_identity_username = (plumbing.remote_identity_username)
|
5619
|
+
porcelain.replayable = (plumbing.replayable)
|
5620
|
+
porcelain.resource_id = (plumbing.resource_id)
|
5621
|
+
porcelain.resource_name = (plumbing.resource_name)
|
5622
|
+
porcelain.resource_tags = convert_tags_to_porcelain(plumbing.resource_tags)
|
5623
|
+
porcelain.resource_type = (plumbing.resource_type)
|
5624
|
+
porcelain.timestamp = convert_timestamp_to_porcelain(plumbing.timestamp)
|
5625
|
+
porcelain
|
5626
|
+
end
|
5627
|
+
|
5628
|
+
def self.convert_query_to_plumbing(porcelain)
|
5629
|
+
if porcelain == nil
|
5630
|
+
return nil
|
5631
|
+
end
|
5632
|
+
plumbing = V1::Query.new()
|
5633
|
+
plumbing.account_email = (porcelain.account_email)
|
5634
|
+
plumbing.account_first_name = (porcelain.account_first_name)
|
5635
|
+
plumbing.account_id = (porcelain.account_id)
|
5636
|
+
plumbing.account_last_name = (porcelain.account_last_name)
|
5637
|
+
plumbing.account_tags = convert_tags_to_plumbing(porcelain.account_tags)
|
5638
|
+
plumbing.duration = convert_duration_to_plumbing(porcelain.duration)
|
5639
|
+
plumbing.egress_node_id = (porcelain.egress_node_id)
|
5640
|
+
plumbing.encrypted = (porcelain.encrypted)
|
5641
|
+
plumbing.id = (porcelain.id)
|
5642
|
+
plumbing.query_body = (porcelain.query_body)
|
5643
|
+
plumbing.query_category = (porcelain.query_category)
|
5644
|
+
plumbing.query_hash = (porcelain.query_hash)
|
5645
|
+
plumbing.query_key = (porcelain.query_key)
|
5646
|
+
plumbing.record_count = (porcelain.record_count)
|
5647
|
+
plumbing.remote_identity_username = (porcelain.remote_identity_username)
|
5648
|
+
plumbing.replayable = (porcelain.replayable)
|
5649
|
+
plumbing.resource_id = (porcelain.resource_id)
|
5650
|
+
plumbing.resource_name = (porcelain.resource_name)
|
5651
|
+
plumbing.resource_tags = convert_tags_to_plumbing(porcelain.resource_tags)
|
5652
|
+
plumbing.resource_type = (porcelain.resource_type)
|
5653
|
+
plumbing.timestamp = convert_timestamp_to_plumbing(porcelain.timestamp)
|
5654
|
+
plumbing
|
5655
|
+
end
|
5656
|
+
def self.convert_repeated_query_to_plumbing(porcelains)
|
5657
|
+
items = Array.new
|
5658
|
+
porcelains.each do |porcelain|
|
5659
|
+
plumbing = convert_query_to_plumbing(porcelain)
|
5660
|
+
items.append(plumbing)
|
5661
|
+
end
|
5662
|
+
items
|
5663
|
+
end
|
5664
|
+
|
5665
|
+
def self.convert_repeated_query_to_porcelain(plumbings)
|
5666
|
+
items = Array.new
|
5667
|
+
plumbings.each do |plumbing|
|
5668
|
+
porcelain = convert_query_to_porcelain(plumbing)
|
5669
|
+
items.append(porcelain)
|
5670
|
+
end
|
5671
|
+
items
|
5672
|
+
end
|
4946
5673
|
def self.convert_rdp_to_porcelain(plumbing)
|
4947
5674
|
if plumbing == nil
|
4948
5675
|
return nil
|
@@ -4959,6 +5686,7 @@ module SDM
|
|
4959
5686
|
porcelain.port = (plumbing.port)
|
4960
5687
|
porcelain.port_override = (plumbing.port_override)
|
4961
5688
|
porcelain.secret_store_id = (plumbing.secret_store_id)
|
5689
|
+
porcelain.subdomain = (plumbing.subdomain)
|
4962
5690
|
porcelain.tags = convert_tags_to_porcelain(plumbing.tags)
|
4963
5691
|
porcelain.username = (plumbing.username)
|
4964
5692
|
porcelain
|
@@ -4980,6 +5708,7 @@ module SDM
|
|
4980
5708
|
plumbing.port = (porcelain.port)
|
4981
5709
|
plumbing.port_override = (porcelain.port_override)
|
4982
5710
|
plumbing.secret_store_id = (porcelain.secret_store_id)
|
5711
|
+
plumbing.subdomain = (porcelain.subdomain)
|
4983
5712
|
plumbing.tags = convert_tags_to_plumbing(porcelain.tags)
|
4984
5713
|
plumbing.username = (porcelain.username)
|
4985
5714
|
plumbing
|
@@ -5016,6 +5745,7 @@ module SDM
|
|
5016
5745
|
porcelain.port = (plumbing.port)
|
5017
5746
|
porcelain.port_override = (plumbing.port_override)
|
5018
5747
|
porcelain.secret_store_id = (plumbing.secret_store_id)
|
5748
|
+
porcelain.subdomain = (plumbing.subdomain)
|
5019
5749
|
porcelain.tags = convert_tags_to_porcelain(plumbing.tags)
|
5020
5750
|
porcelain.tls_required = (plumbing.tls_required)
|
5021
5751
|
porcelain.username = (plumbing.username)
|
@@ -5037,6 +5767,7 @@ module SDM
|
|
5037
5767
|
plumbing.port = (porcelain.port)
|
5038
5768
|
plumbing.port_override = (porcelain.port_override)
|
5039
5769
|
plumbing.secret_store_id = (porcelain.secret_store_id)
|
5770
|
+
plumbing.subdomain = (porcelain.subdomain)
|
5040
5771
|
plumbing.tags = convert_tags_to_plumbing(porcelain.tags)
|
5041
5772
|
plumbing.tls_required = (porcelain.tls_required)
|
5042
5773
|
plumbing.username = (porcelain.username)
|
@@ -5113,6 +5844,7 @@ module SDM
|
|
5113
5844
|
porcelain.port = (plumbing.port)
|
5114
5845
|
porcelain.port_override = (plumbing.port_override)
|
5115
5846
|
porcelain.secret_store_id = (plumbing.secret_store_id)
|
5847
|
+
porcelain.subdomain = (plumbing.subdomain)
|
5116
5848
|
porcelain.tags = convert_tags_to_porcelain(plumbing.tags)
|
5117
5849
|
porcelain
|
5118
5850
|
end
|
@@ -5131,6 +5863,7 @@ module SDM
|
|
5131
5863
|
plumbing.port = (porcelain.port)
|
5132
5864
|
plumbing.port_override = (porcelain.port_override)
|
5133
5865
|
plumbing.secret_store_id = (porcelain.secret_store_id)
|
5866
|
+
plumbing.subdomain = (porcelain.subdomain)
|
5134
5867
|
plumbing.tags = convert_tags_to_plumbing(porcelain.tags)
|
5135
5868
|
plumbing
|
5136
5869
|
end
|
@@ -5166,6 +5899,7 @@ module SDM
|
|
5166
5899
|
porcelain.port = (plumbing.port)
|
5167
5900
|
porcelain.port_override = (plumbing.port_override)
|
5168
5901
|
porcelain.secret_store_id = (plumbing.secret_store_id)
|
5902
|
+
porcelain.subdomain = (plumbing.subdomain)
|
5169
5903
|
porcelain.tags = convert_tags_to_porcelain(plumbing.tags)
|
5170
5904
|
porcelain.tls_required = (plumbing.tls_required)
|
5171
5905
|
porcelain.username = (plumbing.username)
|
@@ -5187,6 +5921,7 @@ module SDM
|
|
5187
5921
|
plumbing.port = (porcelain.port)
|
5188
5922
|
plumbing.port_override = (porcelain.port_override)
|
5189
5923
|
plumbing.secret_store_id = (porcelain.secret_store_id)
|
5924
|
+
plumbing.subdomain = (porcelain.subdomain)
|
5190
5925
|
plumbing.tags = convert_tags_to_plumbing(porcelain.tags)
|
5191
5926
|
plumbing.tls_required = (porcelain.tls_required)
|
5192
5927
|
plumbing.username = (porcelain.username)
|
@@ -5226,6 +5961,7 @@ module SDM
|
|
5226
5961
|
porcelain.port = (plumbing.port)
|
5227
5962
|
porcelain.port_override = (plumbing.port_override)
|
5228
5963
|
porcelain.secret_store_id = (plumbing.secret_store_id)
|
5964
|
+
porcelain.subdomain = (plumbing.subdomain)
|
5229
5965
|
porcelain.tags = convert_tags_to_porcelain(plumbing.tags)
|
5230
5966
|
porcelain.username = (plumbing.username)
|
5231
5967
|
porcelain
|
@@ -5248,6 +5984,7 @@ module SDM
|
|
5248
5984
|
plumbing.port = (porcelain.port)
|
5249
5985
|
plumbing.port_override = (porcelain.port_override)
|
5250
5986
|
plumbing.secret_store_id = (porcelain.secret_store_id)
|
5987
|
+
plumbing.subdomain = (porcelain.subdomain)
|
5251
5988
|
plumbing.tags = convert_tags_to_plumbing(porcelain.tags)
|
5252
5989
|
plumbing.username = (porcelain.username)
|
5253
5990
|
plumbing
|
@@ -5543,6 +6280,86 @@ module SDM
|
|
5543
6280
|
end
|
5544
6281
|
items
|
5545
6282
|
end
|
6283
|
+
def self.convert_remote_identity_group_history_to_porcelain(plumbing)
|
6284
|
+
if plumbing == nil
|
6285
|
+
return nil
|
6286
|
+
end
|
6287
|
+
porcelain = RemoteIdentityGroupHistory.new()
|
6288
|
+
porcelain.activity_id = (plumbing.activity_id)
|
6289
|
+
porcelain.deleted_at = convert_timestamp_to_porcelain(plumbing.deleted_at)
|
6290
|
+
porcelain.remote_identity_group = convert_remote_identity_group_to_porcelain(plumbing.remote_identity_group)
|
6291
|
+
porcelain.timestamp = convert_timestamp_to_porcelain(plumbing.timestamp)
|
6292
|
+
porcelain
|
6293
|
+
end
|
6294
|
+
|
6295
|
+
def self.convert_remote_identity_group_history_to_plumbing(porcelain)
|
6296
|
+
if porcelain == nil
|
6297
|
+
return nil
|
6298
|
+
end
|
6299
|
+
plumbing = V1::RemoteIdentityGroupHistory.new()
|
6300
|
+
plumbing.activity_id = (porcelain.activity_id)
|
6301
|
+
plumbing.deleted_at = convert_timestamp_to_plumbing(porcelain.deleted_at)
|
6302
|
+
plumbing.remote_identity_group = convert_remote_identity_group_to_plumbing(porcelain.remote_identity_group)
|
6303
|
+
plumbing.timestamp = convert_timestamp_to_plumbing(porcelain.timestamp)
|
6304
|
+
plumbing
|
6305
|
+
end
|
6306
|
+
def self.convert_repeated_remote_identity_group_history_to_plumbing(porcelains)
|
6307
|
+
items = Array.new
|
6308
|
+
porcelains.each do |porcelain|
|
6309
|
+
plumbing = convert_remote_identity_group_history_to_plumbing(porcelain)
|
6310
|
+
items.append(plumbing)
|
6311
|
+
end
|
6312
|
+
items
|
6313
|
+
end
|
6314
|
+
|
6315
|
+
def self.convert_repeated_remote_identity_group_history_to_porcelain(plumbings)
|
6316
|
+
items = Array.new
|
6317
|
+
plumbings.each do |plumbing|
|
6318
|
+
porcelain = convert_remote_identity_group_history_to_porcelain(plumbing)
|
6319
|
+
items.append(porcelain)
|
6320
|
+
end
|
6321
|
+
items
|
6322
|
+
end
|
6323
|
+
def self.convert_remote_identity_history_to_porcelain(plumbing)
|
6324
|
+
if plumbing == nil
|
6325
|
+
return nil
|
6326
|
+
end
|
6327
|
+
porcelain = RemoteIdentityHistory.new()
|
6328
|
+
porcelain.activity_id = (plumbing.activity_id)
|
6329
|
+
porcelain.deleted_at = convert_timestamp_to_porcelain(plumbing.deleted_at)
|
6330
|
+
porcelain.remote_identity = convert_remote_identity_to_porcelain(plumbing.remote_identity)
|
6331
|
+
porcelain.timestamp = convert_timestamp_to_porcelain(plumbing.timestamp)
|
6332
|
+
porcelain
|
6333
|
+
end
|
6334
|
+
|
6335
|
+
def self.convert_remote_identity_history_to_plumbing(porcelain)
|
6336
|
+
if porcelain == nil
|
6337
|
+
return nil
|
6338
|
+
end
|
6339
|
+
plumbing = V1::RemoteIdentityHistory.new()
|
6340
|
+
plumbing.activity_id = (porcelain.activity_id)
|
6341
|
+
plumbing.deleted_at = convert_timestamp_to_plumbing(porcelain.deleted_at)
|
6342
|
+
plumbing.remote_identity = convert_remote_identity_to_plumbing(porcelain.remote_identity)
|
6343
|
+
plumbing.timestamp = convert_timestamp_to_plumbing(porcelain.timestamp)
|
6344
|
+
plumbing
|
6345
|
+
end
|
6346
|
+
def self.convert_repeated_remote_identity_history_to_plumbing(porcelains)
|
6347
|
+
items = Array.new
|
6348
|
+
porcelains.each do |porcelain|
|
6349
|
+
plumbing = convert_remote_identity_history_to_plumbing(porcelain)
|
6350
|
+
items.append(plumbing)
|
6351
|
+
end
|
6352
|
+
items
|
6353
|
+
end
|
6354
|
+
|
6355
|
+
def self.convert_repeated_remote_identity_history_to_porcelain(plumbings)
|
6356
|
+
items = Array.new
|
6357
|
+
plumbings.each do |plumbing|
|
6358
|
+
porcelain = convert_remote_identity_history_to_porcelain(plumbing)
|
6359
|
+
items.append(porcelain)
|
6360
|
+
end
|
6361
|
+
items
|
6362
|
+
end
|
5546
6363
|
def self.convert_remote_identity_update_response_to_porcelain(plumbing)
|
5547
6364
|
if plumbing == nil
|
5548
6365
|
return nil
|
@@ -5581,6 +6398,78 @@ module SDM
|
|
5581
6398
|
end
|
5582
6399
|
items
|
5583
6400
|
end
|
6401
|
+
def self.convert_replay_chunk_to_porcelain(plumbing)
|
6402
|
+
if plumbing == nil
|
6403
|
+
return nil
|
6404
|
+
end
|
6405
|
+
porcelain = ReplayChunk.new()
|
6406
|
+
porcelain.data = (plumbing.data)
|
6407
|
+
porcelain.events = convert_repeated_replay_chunk_event_to_porcelain(plumbing.events)
|
6408
|
+
porcelain
|
6409
|
+
end
|
6410
|
+
|
6411
|
+
def self.convert_replay_chunk_to_plumbing(porcelain)
|
6412
|
+
if porcelain == nil
|
6413
|
+
return nil
|
6414
|
+
end
|
6415
|
+
plumbing = V1::ReplayChunk.new()
|
6416
|
+
plumbing.data = (porcelain.data)
|
6417
|
+
plumbing.events += convert_repeated_replay_chunk_event_to_plumbing(porcelain.events)
|
6418
|
+
plumbing
|
6419
|
+
end
|
6420
|
+
def self.convert_repeated_replay_chunk_to_plumbing(porcelains)
|
6421
|
+
items = Array.new
|
6422
|
+
porcelains.each do |porcelain|
|
6423
|
+
plumbing = convert_replay_chunk_to_plumbing(porcelain)
|
6424
|
+
items.append(plumbing)
|
6425
|
+
end
|
6426
|
+
items
|
6427
|
+
end
|
6428
|
+
|
6429
|
+
def self.convert_repeated_replay_chunk_to_porcelain(plumbings)
|
6430
|
+
items = Array.new
|
6431
|
+
plumbings.each do |plumbing|
|
6432
|
+
porcelain = convert_replay_chunk_to_porcelain(plumbing)
|
6433
|
+
items.append(porcelain)
|
6434
|
+
end
|
6435
|
+
items
|
6436
|
+
end
|
6437
|
+
def self.convert_replay_chunk_event_to_porcelain(plumbing)
|
6438
|
+
if plumbing == nil
|
6439
|
+
return nil
|
6440
|
+
end
|
6441
|
+
porcelain = ReplayChunkEvent.new()
|
6442
|
+
porcelain.data = (plumbing.data)
|
6443
|
+
porcelain.duration = convert_duration_to_porcelain(plumbing.duration)
|
6444
|
+
porcelain
|
6445
|
+
end
|
6446
|
+
|
6447
|
+
def self.convert_replay_chunk_event_to_plumbing(porcelain)
|
6448
|
+
if porcelain == nil
|
6449
|
+
return nil
|
6450
|
+
end
|
6451
|
+
plumbing = V1::ReplayChunkEvent.new()
|
6452
|
+
plumbing.data = (porcelain.data)
|
6453
|
+
plumbing.duration = convert_duration_to_plumbing(porcelain.duration)
|
6454
|
+
plumbing
|
6455
|
+
end
|
6456
|
+
def self.convert_repeated_replay_chunk_event_to_plumbing(porcelains)
|
6457
|
+
items = Array.new
|
6458
|
+
porcelains.each do |porcelain|
|
6459
|
+
plumbing = convert_replay_chunk_event_to_plumbing(porcelain)
|
6460
|
+
items.append(plumbing)
|
6461
|
+
end
|
6462
|
+
items
|
6463
|
+
end
|
6464
|
+
|
6465
|
+
def self.convert_repeated_replay_chunk_event_to_porcelain(plumbings)
|
6466
|
+
items = Array.new
|
6467
|
+
plumbings.each do |plumbing|
|
6468
|
+
porcelain = convert_replay_chunk_event_to_porcelain(plumbing)
|
6469
|
+
items.append(porcelain)
|
6470
|
+
end
|
6471
|
+
items
|
6472
|
+
end
|
5584
6473
|
def self.convert_resource_to_plumbing(porcelain)
|
5585
6474
|
if porcelain == nil
|
5586
6475
|
return nil
|
@@ -6180,6 +7069,46 @@ module SDM
|
|
6180
7069
|
end
|
6181
7070
|
items
|
6182
7071
|
end
|
7072
|
+
def self.convert_resource_history_to_porcelain(plumbing)
|
7073
|
+
if plumbing == nil
|
7074
|
+
return nil
|
7075
|
+
end
|
7076
|
+
porcelain = ResourceHistory.new()
|
7077
|
+
porcelain.activity_id = (plumbing.activity_id)
|
7078
|
+
porcelain.deleted_at = convert_timestamp_to_porcelain(plumbing.deleted_at)
|
7079
|
+
porcelain.resource = convert_resource_to_porcelain(plumbing.resource)
|
7080
|
+
porcelain.timestamp = convert_timestamp_to_porcelain(plumbing.timestamp)
|
7081
|
+
porcelain
|
7082
|
+
end
|
7083
|
+
|
7084
|
+
def self.convert_resource_history_to_plumbing(porcelain)
|
7085
|
+
if porcelain == nil
|
7086
|
+
return nil
|
7087
|
+
end
|
7088
|
+
plumbing = V1::ResourceHistory.new()
|
7089
|
+
plumbing.activity_id = (porcelain.activity_id)
|
7090
|
+
plumbing.deleted_at = convert_timestamp_to_plumbing(porcelain.deleted_at)
|
7091
|
+
plumbing.resource = convert_resource_to_plumbing(porcelain.resource)
|
7092
|
+
plumbing.timestamp = convert_timestamp_to_plumbing(porcelain.timestamp)
|
7093
|
+
plumbing
|
7094
|
+
end
|
7095
|
+
def self.convert_repeated_resource_history_to_plumbing(porcelains)
|
7096
|
+
items = Array.new
|
7097
|
+
porcelains.each do |porcelain|
|
7098
|
+
plumbing = convert_resource_history_to_plumbing(porcelain)
|
7099
|
+
items.append(plumbing)
|
7100
|
+
end
|
7101
|
+
items
|
7102
|
+
end
|
7103
|
+
|
7104
|
+
def self.convert_repeated_resource_history_to_porcelain(plumbings)
|
7105
|
+
items = Array.new
|
7106
|
+
plumbings.each do |plumbing|
|
7107
|
+
porcelain = convert_resource_history_to_porcelain(plumbing)
|
7108
|
+
items.append(porcelain)
|
7109
|
+
end
|
7110
|
+
items
|
7111
|
+
end
|
6183
7112
|
def self.convert_resource_update_response_to_porcelain(plumbing)
|
6184
7113
|
if plumbing == nil
|
6185
7114
|
return nil
|
@@ -6372,6 +7301,124 @@ module SDM
|
|
6372
7301
|
end
|
6373
7302
|
items
|
6374
7303
|
end
|
7304
|
+
def self.convert_role_history_to_porcelain(plumbing)
|
7305
|
+
if plumbing == nil
|
7306
|
+
return nil
|
7307
|
+
end
|
7308
|
+
porcelain = RoleHistory.new()
|
7309
|
+
porcelain.activity_id = (plumbing.activity_id)
|
7310
|
+
porcelain.deleted_at = convert_timestamp_to_porcelain(plumbing.deleted_at)
|
7311
|
+
porcelain.role = convert_role_to_porcelain(plumbing.role)
|
7312
|
+
porcelain.timestamp = convert_timestamp_to_porcelain(plumbing.timestamp)
|
7313
|
+
porcelain
|
7314
|
+
end
|
7315
|
+
|
7316
|
+
def self.convert_role_history_to_plumbing(porcelain)
|
7317
|
+
if porcelain == nil
|
7318
|
+
return nil
|
7319
|
+
end
|
7320
|
+
plumbing = V1::RoleHistory.new()
|
7321
|
+
plumbing.activity_id = (porcelain.activity_id)
|
7322
|
+
plumbing.deleted_at = convert_timestamp_to_plumbing(porcelain.deleted_at)
|
7323
|
+
plumbing.role = convert_role_to_plumbing(porcelain.role)
|
7324
|
+
plumbing.timestamp = convert_timestamp_to_plumbing(porcelain.timestamp)
|
7325
|
+
plumbing
|
7326
|
+
end
|
7327
|
+
def self.convert_repeated_role_history_to_plumbing(porcelains)
|
7328
|
+
items = Array.new
|
7329
|
+
porcelains.each do |porcelain|
|
7330
|
+
plumbing = convert_role_history_to_plumbing(porcelain)
|
7331
|
+
items.append(plumbing)
|
7332
|
+
end
|
7333
|
+
items
|
7334
|
+
end
|
7335
|
+
|
7336
|
+
def self.convert_repeated_role_history_to_porcelain(plumbings)
|
7337
|
+
items = Array.new
|
7338
|
+
plumbings.each do |plumbing|
|
7339
|
+
porcelain = convert_role_history_to_porcelain(plumbing)
|
7340
|
+
items.append(porcelain)
|
7341
|
+
end
|
7342
|
+
items
|
7343
|
+
end
|
7344
|
+
def self.convert_role_resource_to_porcelain(plumbing)
|
7345
|
+
if plumbing == nil
|
7346
|
+
return nil
|
7347
|
+
end
|
7348
|
+
porcelain = RoleResource.new()
|
7349
|
+
porcelain.granted_at = convert_timestamp_to_porcelain(plumbing.granted_at)
|
7350
|
+
porcelain.resource_id = (plumbing.resource_id)
|
7351
|
+
porcelain.role_id = (plumbing.role_id)
|
7352
|
+
porcelain
|
7353
|
+
end
|
7354
|
+
|
7355
|
+
def self.convert_role_resource_to_plumbing(porcelain)
|
7356
|
+
if porcelain == nil
|
7357
|
+
return nil
|
7358
|
+
end
|
7359
|
+
plumbing = V1::RoleResource.new()
|
7360
|
+
plumbing.granted_at = convert_timestamp_to_plumbing(porcelain.granted_at)
|
7361
|
+
plumbing.resource_id = (porcelain.resource_id)
|
7362
|
+
plumbing.role_id = (porcelain.role_id)
|
7363
|
+
plumbing
|
7364
|
+
end
|
7365
|
+
def self.convert_repeated_role_resource_to_plumbing(porcelains)
|
7366
|
+
items = Array.new
|
7367
|
+
porcelains.each do |porcelain|
|
7368
|
+
plumbing = convert_role_resource_to_plumbing(porcelain)
|
7369
|
+
items.append(plumbing)
|
7370
|
+
end
|
7371
|
+
items
|
7372
|
+
end
|
7373
|
+
|
7374
|
+
def self.convert_repeated_role_resource_to_porcelain(plumbings)
|
7375
|
+
items = Array.new
|
7376
|
+
plumbings.each do |plumbing|
|
7377
|
+
porcelain = convert_role_resource_to_porcelain(plumbing)
|
7378
|
+
items.append(porcelain)
|
7379
|
+
end
|
7380
|
+
items
|
7381
|
+
end
|
7382
|
+
def self.convert_role_resource_history_to_porcelain(plumbing)
|
7383
|
+
if plumbing == nil
|
7384
|
+
return nil
|
7385
|
+
end
|
7386
|
+
porcelain = RoleResourceHistory.new()
|
7387
|
+
porcelain.activity_id = (plumbing.activity_id)
|
7388
|
+
porcelain.deleted_at = convert_timestamp_to_porcelain(plumbing.deleted_at)
|
7389
|
+
porcelain.role_resource = convert_role_resource_to_porcelain(plumbing.role_resource)
|
7390
|
+
porcelain.timestamp = convert_timestamp_to_porcelain(plumbing.timestamp)
|
7391
|
+
porcelain
|
7392
|
+
end
|
7393
|
+
|
7394
|
+
def self.convert_role_resource_history_to_plumbing(porcelain)
|
7395
|
+
if porcelain == nil
|
7396
|
+
return nil
|
7397
|
+
end
|
7398
|
+
plumbing = V1::RoleResourceHistory.new()
|
7399
|
+
plumbing.activity_id = (porcelain.activity_id)
|
7400
|
+
plumbing.deleted_at = convert_timestamp_to_plumbing(porcelain.deleted_at)
|
7401
|
+
plumbing.role_resource = convert_role_resource_to_plumbing(porcelain.role_resource)
|
7402
|
+
plumbing.timestamp = convert_timestamp_to_plumbing(porcelain.timestamp)
|
7403
|
+
plumbing
|
7404
|
+
end
|
7405
|
+
def self.convert_repeated_role_resource_history_to_plumbing(porcelains)
|
7406
|
+
items = Array.new
|
7407
|
+
porcelains.each do |porcelain|
|
7408
|
+
plumbing = convert_role_resource_history_to_plumbing(porcelain)
|
7409
|
+
items.append(plumbing)
|
7410
|
+
end
|
7411
|
+
items
|
7412
|
+
end
|
7413
|
+
|
7414
|
+
def self.convert_repeated_role_resource_history_to_porcelain(plumbings)
|
7415
|
+
items = Array.new
|
7416
|
+
plumbings.each do |plumbing|
|
7417
|
+
porcelain = convert_role_resource_history_to_porcelain(plumbing)
|
7418
|
+
items.append(porcelain)
|
7419
|
+
end
|
7420
|
+
items
|
7421
|
+
end
|
6375
7422
|
def self.convert_role_update_response_to_porcelain(plumbing)
|
6376
7423
|
if plumbing == nil
|
6377
7424
|
return nil
|
@@ -6428,6 +7475,7 @@ module SDM
|
|
6428
7475
|
porcelain.port_override = (plumbing.port_override)
|
6429
7476
|
porcelain.schema = (plumbing.schema)
|
6430
7477
|
porcelain.secret_store_id = (plumbing.secret_store_id)
|
7478
|
+
porcelain.subdomain = (plumbing.subdomain)
|
6431
7479
|
porcelain.tags = convert_tags_to_porcelain(plumbing.tags)
|
6432
7480
|
porcelain.username = (plumbing.username)
|
6433
7481
|
porcelain
|
@@ -6451,6 +7499,7 @@ module SDM
|
|
6451
7499
|
plumbing.port_override = (porcelain.port_override)
|
6452
7500
|
plumbing.schema = (porcelain.schema)
|
6453
7501
|
plumbing.secret_store_id = (porcelain.secret_store_id)
|
7502
|
+
plumbing.subdomain = (porcelain.subdomain)
|
6454
7503
|
plumbing.tags = convert_tags_to_plumbing(porcelain.tags)
|
6455
7504
|
plumbing.username = (porcelain.username)
|
6456
7505
|
plumbing
|
@@ -6490,6 +7539,7 @@ module SDM
|
|
6490
7539
|
porcelain.port_override = (plumbing.port_override)
|
6491
7540
|
porcelain.public_key = (plumbing.public_key)
|
6492
7541
|
porcelain.secret_store_id = (plumbing.secret_store_id)
|
7542
|
+
porcelain.subdomain = (plumbing.subdomain)
|
6493
7543
|
porcelain.tags = convert_tags_to_porcelain(plumbing.tags)
|
6494
7544
|
porcelain.username = (plumbing.username)
|
6495
7545
|
porcelain
|
@@ -6513,6 +7563,7 @@ module SDM
|
|
6513
7563
|
plumbing.port_override = (porcelain.port_override)
|
6514
7564
|
plumbing.public_key = (porcelain.public_key)
|
6515
7565
|
plumbing.secret_store_id = (porcelain.secret_store_id)
|
7566
|
+
plumbing.subdomain = (porcelain.subdomain)
|
6516
7567
|
plumbing.tags = convert_tags_to_plumbing(porcelain.tags)
|
6517
7568
|
plumbing.username = (porcelain.username)
|
6518
7569
|
plumbing
|
@@ -6553,6 +7604,7 @@ module SDM
|
|
6553
7604
|
porcelain.remote_identity_group_id = (plumbing.remote_identity_group_id)
|
6554
7605
|
porcelain.remote_identity_healthcheck_username = (plumbing.remote_identity_healthcheck_username)
|
6555
7606
|
porcelain.secret_store_id = (plumbing.secret_store_id)
|
7607
|
+
porcelain.subdomain = (plumbing.subdomain)
|
6556
7608
|
porcelain.tags = convert_tags_to_porcelain(plumbing.tags)
|
6557
7609
|
porcelain.username = (plumbing.username)
|
6558
7610
|
porcelain
|
@@ -6577,6 +7629,7 @@ module SDM
|
|
6577
7629
|
plumbing.remote_identity_group_id = (porcelain.remote_identity_group_id)
|
6578
7630
|
plumbing.remote_identity_healthcheck_username = (porcelain.remote_identity_healthcheck_username)
|
6579
7631
|
plumbing.secret_store_id = (porcelain.secret_store_id)
|
7632
|
+
plumbing.subdomain = (porcelain.subdomain)
|
6580
7633
|
plumbing.tags = convert_tags_to_plumbing(porcelain.tags)
|
6581
7634
|
plumbing.username = (porcelain.username)
|
6582
7635
|
plumbing
|
@@ -6615,6 +7668,7 @@ module SDM
|
|
6615
7668
|
porcelain.port_override = (plumbing.port_override)
|
6616
7669
|
porcelain.private_key = (plumbing.private_key)
|
6617
7670
|
porcelain.secret_store_id = (plumbing.secret_store_id)
|
7671
|
+
porcelain.subdomain = (plumbing.subdomain)
|
6618
7672
|
porcelain.tags = convert_tags_to_porcelain(plumbing.tags)
|
6619
7673
|
porcelain.username = (plumbing.username)
|
6620
7674
|
porcelain
|
@@ -6637,6 +7691,7 @@ module SDM
|
|
6637
7691
|
plumbing.port_override = (porcelain.port_override)
|
6638
7692
|
plumbing.private_key = (porcelain.private_key)
|
6639
7693
|
plumbing.secret_store_id = (porcelain.secret_store_id)
|
7694
|
+
plumbing.subdomain = (porcelain.subdomain)
|
6640
7695
|
plumbing.tags = convert_tags_to_plumbing(porcelain.tags)
|
6641
7696
|
plumbing.username = (porcelain.username)
|
6642
7697
|
plumbing
|
@@ -6861,6 +7916,46 @@ module SDM
|
|
6861
7916
|
end
|
6862
7917
|
items
|
6863
7918
|
end
|
7919
|
+
def self.convert_secret_store_history_to_porcelain(plumbing)
|
7920
|
+
if plumbing == nil
|
7921
|
+
return nil
|
7922
|
+
end
|
7923
|
+
porcelain = SecretStoreHistory.new()
|
7924
|
+
porcelain.activity_id = (plumbing.activity_id)
|
7925
|
+
porcelain.deleted_at = convert_timestamp_to_porcelain(plumbing.deleted_at)
|
7926
|
+
porcelain.secret_store = convert_secret_store_to_porcelain(plumbing.secret_store)
|
7927
|
+
porcelain.timestamp = convert_timestamp_to_porcelain(plumbing.timestamp)
|
7928
|
+
porcelain
|
7929
|
+
end
|
7930
|
+
|
7931
|
+
def self.convert_secret_store_history_to_plumbing(porcelain)
|
7932
|
+
if porcelain == nil
|
7933
|
+
return nil
|
7934
|
+
end
|
7935
|
+
plumbing = V1::SecretStoreHistory.new()
|
7936
|
+
plumbing.activity_id = (porcelain.activity_id)
|
7937
|
+
plumbing.deleted_at = convert_timestamp_to_plumbing(porcelain.deleted_at)
|
7938
|
+
plumbing.secret_store = convert_secret_store_to_plumbing(porcelain.secret_store)
|
7939
|
+
plumbing.timestamp = convert_timestamp_to_plumbing(porcelain.timestamp)
|
7940
|
+
plumbing
|
7941
|
+
end
|
7942
|
+
def self.convert_repeated_secret_store_history_to_plumbing(porcelains)
|
7943
|
+
items = Array.new
|
7944
|
+
porcelains.each do |porcelain|
|
7945
|
+
plumbing = convert_secret_store_history_to_plumbing(porcelain)
|
7946
|
+
items.append(plumbing)
|
7947
|
+
end
|
7948
|
+
items
|
7949
|
+
end
|
7950
|
+
|
7951
|
+
def self.convert_repeated_secret_store_history_to_porcelain(plumbings)
|
7952
|
+
items = Array.new
|
7953
|
+
plumbings.each do |plumbing|
|
7954
|
+
porcelain = convert_secret_store_history_to_porcelain(plumbing)
|
7955
|
+
items.append(porcelain)
|
7956
|
+
end
|
7957
|
+
items
|
7958
|
+
end
|
6864
7959
|
def self.convert_secret_store_update_response_to_porcelain(plumbing)
|
6865
7960
|
if plumbing == nil
|
6866
7961
|
return nil
|
@@ -6955,6 +8050,7 @@ module SDM
|
|
6955
8050
|
porcelain.port = (plumbing.port)
|
6956
8051
|
porcelain.port_override = (plumbing.port_override)
|
6957
8052
|
porcelain.secret_store_id = (plumbing.secret_store_id)
|
8053
|
+
porcelain.subdomain = (plumbing.subdomain)
|
6958
8054
|
porcelain.tags = convert_tags_to_porcelain(plumbing.tags)
|
6959
8055
|
porcelain.username = (plumbing.username)
|
6960
8056
|
porcelain
|
@@ -6976,6 +8072,7 @@ module SDM
|
|
6976
8072
|
plumbing.port = (porcelain.port)
|
6977
8073
|
plumbing.port_override = (porcelain.port_override)
|
6978
8074
|
plumbing.secret_store_id = (porcelain.secret_store_id)
|
8075
|
+
plumbing.subdomain = (porcelain.subdomain)
|
6979
8076
|
plumbing.tags = convert_tags_to_plumbing(porcelain.tags)
|
6980
8077
|
plumbing.username = (porcelain.username)
|
6981
8078
|
plumbing
|
@@ -7013,6 +8110,7 @@ module SDM
|
|
7013
8110
|
porcelain.port_override = (plumbing.port_override)
|
7014
8111
|
porcelain.schema = (plumbing.schema)
|
7015
8112
|
porcelain.secret_store_id = (plumbing.secret_store_id)
|
8113
|
+
porcelain.subdomain = (plumbing.subdomain)
|
7016
8114
|
porcelain.tags = convert_tags_to_porcelain(plumbing.tags)
|
7017
8115
|
porcelain.username = (plumbing.username)
|
7018
8116
|
porcelain
|
@@ -7034,6 +8132,7 @@ module SDM
|
|
7034
8132
|
plumbing.port_override = (porcelain.port_override)
|
7035
8133
|
plumbing.schema = (porcelain.schema)
|
7036
8134
|
plumbing.secret_store_id = (porcelain.secret_store_id)
|
8135
|
+
plumbing.subdomain = (porcelain.subdomain)
|
7037
8136
|
plumbing.tags = convert_tags_to_plumbing(porcelain.tags)
|
7038
8137
|
plumbing.username = (porcelain.username)
|
7039
8138
|
plumbing
|
@@ -7124,6 +8223,7 @@ module SDM
|
|
7124
8223
|
porcelain.port = (plumbing.port)
|
7125
8224
|
porcelain.port_override = (plumbing.port_override)
|
7126
8225
|
porcelain.secret_store_id = (plumbing.secret_store_id)
|
8226
|
+
porcelain.subdomain = (plumbing.subdomain)
|
7127
8227
|
porcelain.tags = convert_tags_to_porcelain(plumbing.tags)
|
7128
8228
|
porcelain.username = (plumbing.username)
|
7129
8229
|
porcelain
|
@@ -7144,6 +8244,7 @@ module SDM
|
|
7144
8244
|
plumbing.port = (porcelain.port)
|
7145
8245
|
plumbing.port_override = (porcelain.port_override)
|
7146
8246
|
plumbing.secret_store_id = (porcelain.secret_store_id)
|
8247
|
+
plumbing.subdomain = (porcelain.subdomain)
|
7147
8248
|
plumbing.tags = convert_tags_to_plumbing(porcelain.tags)
|
7148
8249
|
plumbing.username = (porcelain.username)
|
7149
8250
|
plumbing
|
@@ -7180,6 +8281,7 @@ module SDM
|
|
7180
8281
|
porcelain.port = (plumbing.port)
|
7181
8282
|
porcelain.port_override = (plumbing.port_override)
|
7182
8283
|
porcelain.secret_store_id = (plumbing.secret_store_id)
|
8284
|
+
porcelain.subdomain = (plumbing.subdomain)
|
7183
8285
|
porcelain.tags = convert_tags_to_porcelain(plumbing.tags)
|
7184
8286
|
porcelain.username = (plumbing.username)
|
7185
8287
|
porcelain
|
@@ -7200,6 +8302,7 @@ module SDM
|
|
7200
8302
|
plumbing.port = (porcelain.port)
|
7201
8303
|
plumbing.port_override = (porcelain.port_override)
|
7202
8304
|
plumbing.secret_store_id = (porcelain.secret_store_id)
|
8305
|
+
plumbing.subdomain = (porcelain.subdomain)
|
7203
8306
|
plumbing.tags = convert_tags_to_plumbing(porcelain.tags)
|
7204
8307
|
plumbing.username = (porcelain.username)
|
7205
8308
|
plumbing
|
@@ -7272,6 +8375,7 @@ module SDM
|
|
7272
8375
|
porcelain.port = (plumbing.port)
|
7273
8376
|
porcelain.port_override = (plumbing.port_override)
|
7274
8377
|
porcelain.secret_store_id = (plumbing.secret_store_id)
|
8378
|
+
porcelain.subdomain = (plumbing.subdomain)
|
7275
8379
|
porcelain.tags = convert_tags_to_porcelain(plumbing.tags)
|
7276
8380
|
porcelain.username = (plumbing.username)
|
7277
8381
|
porcelain
|
@@ -7292,6 +8396,7 @@ module SDM
|
|
7292
8396
|
plumbing.port = (porcelain.port)
|
7293
8397
|
plumbing.port_override = (porcelain.port_override)
|
7294
8398
|
plumbing.secret_store_id = (porcelain.secret_store_id)
|
8399
|
+
plumbing.subdomain = (porcelain.subdomain)
|
7295
8400
|
plumbing.tags = convert_tags_to_plumbing(porcelain.tags)
|
7296
8401
|
plumbing.username = (porcelain.username)
|
7297
8402
|
plumbing
|