strongdm 8.4.0__zip → 9.0.0__zip
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.
- {strongdm-8.4.0 → strongdm-9.0.0}/PKG-INFO +2 -2
- {strongdm-8.4.0 → strongdm-9.0.0}/setup.py +2 -2
- {strongdm-8.4.0 → strongdm-9.0.0}/strongdm/client.py +45 -1
- {strongdm-8.4.0 → strongdm-9.0.0}/strongdm/drivers_pb2.py +212 -216
- strongdm-9.0.0/strongdm/identity_aliases_history_pb2.py +100 -0
- strongdm-9.0.0/strongdm/identity_aliases_history_pb2_grpc.py +84 -0
- strongdm-9.0.0/strongdm/identity_aliases_pb2.py +220 -0
- strongdm-9.0.0/strongdm/identity_aliases_pb2_grpc.py +223 -0
- strongdm-9.0.0/strongdm/identity_sets_history_pb2.py +100 -0
- strongdm-9.0.0/strongdm/identity_sets_history_pb2_grpc.py +84 -0
- strongdm-9.0.0/strongdm/identity_sets_pb2.py +122 -0
- strongdm-9.0.0/strongdm/identity_sets_pb2_grpc.py +139 -0
- {strongdm-8.4.0 → strongdm-9.0.0}/strongdm/models.py +835 -370
- {strongdm-8.4.0 → strongdm-9.0.0}/strongdm/plumbing.py +409 -72
- {strongdm-8.4.0 → strongdm-9.0.0}/strongdm/remote_identities_history_pb2.py +3 -3
- {strongdm-8.4.0 → strongdm-9.0.0}/strongdm/remote_identities_pb2.py +3 -3
- {strongdm-8.4.0 → strongdm-9.0.0}/strongdm/remote_identity_groups_history_pb2.py +3 -3
- {strongdm-8.4.0 → strongdm-9.0.0}/strongdm/remote_identity_groups_pb2.py +3 -3
- {strongdm-8.4.0 → strongdm-9.0.0}/strongdm/svc.py +416 -0
- {strongdm-8.4.0 → strongdm-9.0.0}/strongdm.egg-info/PKG-INFO +2 -2
- {strongdm-8.4.0 → strongdm-9.0.0}/strongdm.egg-info/SOURCES.txt +8 -0
- {strongdm-8.4.0 → strongdm-9.0.0}/LICENSE +0 -0
- {strongdm-8.4.0 → strongdm-9.0.0}/README.md +0 -0
- {strongdm-8.4.0 → strongdm-9.0.0}/setup.cfg +0 -0
- {strongdm-8.4.0 → strongdm-9.0.0}/strongdm/__init__.py +0 -0
- {strongdm-8.4.0 → strongdm-9.0.0}/strongdm/access_request_events_history_pb2.py +0 -0
- {strongdm-8.4.0 → strongdm-9.0.0}/strongdm/access_request_events_history_pb2_grpc.py +0 -0
- {strongdm-8.4.0 → strongdm-9.0.0}/strongdm/access_requests_history_pb2.py +0 -0
- {strongdm-8.4.0 → strongdm-9.0.0}/strongdm/access_requests_history_pb2_grpc.py +0 -0
- {strongdm-8.4.0 → strongdm-9.0.0}/strongdm/access_requests_pb2.py +0 -0
- {strongdm-8.4.0 → strongdm-9.0.0}/strongdm/access_requests_pb2_grpc.py +0 -0
- {strongdm-8.4.0 → strongdm-9.0.0}/strongdm/account_attachments_history_pb2.py +0 -0
- {strongdm-8.4.0 → strongdm-9.0.0}/strongdm/account_attachments_history_pb2_grpc.py +0 -0
- {strongdm-8.4.0 → strongdm-9.0.0}/strongdm/account_attachments_pb2.py +0 -0
- {strongdm-8.4.0 → strongdm-9.0.0}/strongdm/account_attachments_pb2_grpc.py +0 -0
- {strongdm-8.4.0 → strongdm-9.0.0}/strongdm/account_grants_history_pb2.py +0 -0
- {strongdm-8.4.0 → strongdm-9.0.0}/strongdm/account_grants_history_pb2_grpc.py +0 -0
- {strongdm-8.4.0 → strongdm-9.0.0}/strongdm/account_grants_pb2.py +0 -0
- {strongdm-8.4.0 → strongdm-9.0.0}/strongdm/account_grants_pb2_grpc.py +0 -0
- {strongdm-8.4.0 → strongdm-9.0.0}/strongdm/account_permissions_pb2.py +0 -0
- {strongdm-8.4.0 → strongdm-9.0.0}/strongdm/account_permissions_pb2_grpc.py +0 -0
- {strongdm-8.4.0 → strongdm-9.0.0}/strongdm/account_resources_history_pb2.py +0 -0
- {strongdm-8.4.0 → strongdm-9.0.0}/strongdm/account_resources_history_pb2_grpc.py +0 -0
- {strongdm-8.4.0 → strongdm-9.0.0}/strongdm/account_resources_pb2.py +0 -0
- {strongdm-8.4.0 → strongdm-9.0.0}/strongdm/account_resources_pb2_grpc.py +0 -0
- {strongdm-8.4.0 → strongdm-9.0.0}/strongdm/accounts_history_pb2.py +0 -0
- {strongdm-8.4.0 → strongdm-9.0.0}/strongdm/accounts_history_pb2_grpc.py +0 -0
- {strongdm-8.4.0 → strongdm-9.0.0}/strongdm/accounts_pb2.py +0 -0
- {strongdm-8.4.0 → strongdm-9.0.0}/strongdm/accounts_pb2_grpc.py +0 -0
- {strongdm-8.4.0 → strongdm-9.0.0}/strongdm/activities_pb2.py +0 -0
- {strongdm-8.4.0 → strongdm-9.0.0}/strongdm/activities_pb2_grpc.py +0 -0
- {strongdm-8.4.0 → strongdm-9.0.0}/strongdm/approval_workflow_approvers_history_pb2.py +0 -0
- {strongdm-8.4.0 → strongdm-9.0.0}/strongdm/approval_workflow_approvers_history_pb2_grpc.py +0 -0
- {strongdm-8.4.0 → strongdm-9.0.0}/strongdm/approval_workflow_approvers_pb2.py +0 -0
- {strongdm-8.4.0 → strongdm-9.0.0}/strongdm/approval_workflow_approvers_pb2_grpc.py +0 -0
- {strongdm-8.4.0 → strongdm-9.0.0}/strongdm/approval_workflow_steps_history_pb2.py +0 -0
- {strongdm-8.4.0 → strongdm-9.0.0}/strongdm/approval_workflow_steps_history_pb2_grpc.py +0 -0
- {strongdm-8.4.0 → strongdm-9.0.0}/strongdm/approval_workflow_steps_pb2.py +0 -0
- {strongdm-8.4.0 → strongdm-9.0.0}/strongdm/approval_workflow_steps_pb2_grpc.py +0 -0
- {strongdm-8.4.0 → strongdm-9.0.0}/strongdm/approval_workflows_history_pb2.py +0 -0
- {strongdm-8.4.0 → strongdm-9.0.0}/strongdm/approval_workflows_history_pb2_grpc.py +0 -0
- {strongdm-8.4.0 → strongdm-9.0.0}/strongdm/approval_workflows_pb2.py +0 -0
- {strongdm-8.4.0 → strongdm-9.0.0}/strongdm/approval_workflows_pb2_grpc.py +0 -0
- {strongdm-8.4.0 → strongdm-9.0.0}/strongdm/constants.py +0 -0
- {strongdm-8.4.0 → strongdm-9.0.0}/strongdm/control_panel_pb2.py +0 -0
- {strongdm-8.4.0 → strongdm-9.0.0}/strongdm/control_panel_pb2_grpc.py +0 -0
- {strongdm-8.4.0 → strongdm-9.0.0}/strongdm/drivers_pb2_grpc.py +0 -0
- {strongdm-8.4.0 → strongdm-9.0.0}/strongdm/errors.py +0 -0
- {strongdm-8.4.0 → strongdm-9.0.0}/strongdm/nodes_history_pb2.py +0 -0
- {strongdm-8.4.0 → strongdm-9.0.0}/strongdm/nodes_history_pb2_grpc.py +0 -0
- {strongdm-8.4.0 → strongdm-9.0.0}/strongdm/nodes_pb2.py +0 -0
- {strongdm-8.4.0 → strongdm-9.0.0}/strongdm/nodes_pb2_grpc.py +0 -0
- {strongdm-8.4.0 → strongdm-9.0.0}/strongdm/options_pb2.py +0 -0
- {strongdm-8.4.0 → strongdm-9.0.0}/strongdm/options_pb2_grpc.py +0 -0
- {strongdm-8.4.0 → strongdm-9.0.0}/strongdm/organization_history_pb2.py +0 -0
- {strongdm-8.4.0 → strongdm-9.0.0}/strongdm/organization_history_pb2_grpc.py +0 -0
- {strongdm-8.4.0 → strongdm-9.0.0}/strongdm/peering_group_nodes_pb2.py +0 -0
- {strongdm-8.4.0 → strongdm-9.0.0}/strongdm/peering_group_nodes_pb2_grpc.py +0 -0
- {strongdm-8.4.0 → strongdm-9.0.0}/strongdm/peering_group_peers_pb2.py +0 -0
- {strongdm-8.4.0 → strongdm-9.0.0}/strongdm/peering_group_peers_pb2_grpc.py +0 -0
- {strongdm-8.4.0 → strongdm-9.0.0}/strongdm/peering_group_resources_pb2.py +0 -0
- {strongdm-8.4.0 → strongdm-9.0.0}/strongdm/peering_group_resources_pb2_grpc.py +0 -0
- {strongdm-8.4.0 → strongdm-9.0.0}/strongdm/peering_groups_pb2.py +0 -0
- {strongdm-8.4.0 → strongdm-9.0.0}/strongdm/peering_groups_pb2_grpc.py +0 -0
- {strongdm-8.4.0 → strongdm-9.0.0}/strongdm/queries_pb2.py +0 -0
- {strongdm-8.4.0 → strongdm-9.0.0}/strongdm/queries_pb2_grpc.py +0 -0
- {strongdm-8.4.0 → strongdm-9.0.0}/strongdm/remote_identities_history_pb2_grpc.py +0 -0
- {strongdm-8.4.0 → strongdm-9.0.0}/strongdm/remote_identities_pb2_grpc.py +0 -0
- {strongdm-8.4.0 → strongdm-9.0.0}/strongdm/remote_identity_groups_history_pb2_grpc.py +0 -0
- {strongdm-8.4.0 → strongdm-9.0.0}/strongdm/remote_identity_groups_pb2_grpc.py +0 -0
- {strongdm-8.4.0 → strongdm-9.0.0}/strongdm/replays_pb2.py +0 -0
- {strongdm-8.4.0 → strongdm-9.0.0}/strongdm/replays_pb2_grpc.py +0 -0
- {strongdm-8.4.0 → strongdm-9.0.0}/strongdm/resources_history_pb2.py +0 -0
- {strongdm-8.4.0 → strongdm-9.0.0}/strongdm/resources_history_pb2_grpc.py +0 -0
- {strongdm-8.4.0 → strongdm-9.0.0}/strongdm/resources_pb2.py +0 -0
- {strongdm-8.4.0 → strongdm-9.0.0}/strongdm/resources_pb2_grpc.py +0 -0
- {strongdm-8.4.0 → strongdm-9.0.0}/strongdm/role_resources_history_pb2.py +0 -0
- {strongdm-8.4.0 → strongdm-9.0.0}/strongdm/role_resources_history_pb2_grpc.py +0 -0
- {strongdm-8.4.0 → strongdm-9.0.0}/strongdm/role_resources_pb2.py +0 -0
- {strongdm-8.4.0 → strongdm-9.0.0}/strongdm/role_resources_pb2_grpc.py +0 -0
- {strongdm-8.4.0 → strongdm-9.0.0}/strongdm/roles_history_pb2.py +0 -0
- {strongdm-8.4.0 → strongdm-9.0.0}/strongdm/roles_history_pb2_grpc.py +0 -0
- {strongdm-8.4.0 → strongdm-9.0.0}/strongdm/roles_pb2.py +0 -0
- {strongdm-8.4.0 → strongdm-9.0.0}/strongdm/roles_pb2_grpc.py +0 -0
- {strongdm-8.4.0 → strongdm-9.0.0}/strongdm/secret_store_healths_pb2.py +0 -0
- {strongdm-8.4.0 → strongdm-9.0.0}/strongdm/secret_store_healths_pb2_grpc.py +0 -0
- {strongdm-8.4.0 → strongdm-9.0.0}/strongdm/secret_store_types_pb2.py +0 -0
- {strongdm-8.4.0 → strongdm-9.0.0}/strongdm/secret_store_types_pb2_grpc.py +0 -0
- {strongdm-8.4.0 → strongdm-9.0.0}/strongdm/secret_stores_history_pb2.py +0 -0
- {strongdm-8.4.0 → strongdm-9.0.0}/strongdm/secret_stores_history_pb2_grpc.py +0 -0
- {strongdm-8.4.0 → strongdm-9.0.0}/strongdm/secret_stores_pb2.py +0 -0
- {strongdm-8.4.0 → strongdm-9.0.0}/strongdm/secret_stores_pb2_grpc.py +0 -0
- {strongdm-8.4.0 → strongdm-9.0.0}/strongdm/spec_pb2.py +0 -0
- {strongdm-8.4.0 → strongdm-9.0.0}/strongdm/spec_pb2_grpc.py +0 -0
- {strongdm-8.4.0 → strongdm-9.0.0}/strongdm/tags_pb2.py +0 -0
- {strongdm-8.4.0 → strongdm-9.0.0}/strongdm/tags_pb2_grpc.py +0 -0
- {strongdm-8.4.0 → strongdm-9.0.0}/strongdm/workflow_approvers_history_pb2.py +0 -0
- {strongdm-8.4.0 → strongdm-9.0.0}/strongdm/workflow_approvers_history_pb2_grpc.py +0 -0
- {strongdm-8.4.0 → strongdm-9.0.0}/strongdm/workflow_approvers_pb2.py +0 -0
- {strongdm-8.4.0 → strongdm-9.0.0}/strongdm/workflow_approvers_pb2_grpc.py +0 -0
- {strongdm-8.4.0 → strongdm-9.0.0}/strongdm/workflow_assignments_history_pb2.py +0 -0
- {strongdm-8.4.0 → strongdm-9.0.0}/strongdm/workflow_assignments_history_pb2_grpc.py +0 -0
- {strongdm-8.4.0 → strongdm-9.0.0}/strongdm/workflow_assignments_pb2.py +0 -0
- {strongdm-8.4.0 → strongdm-9.0.0}/strongdm/workflow_assignments_pb2_grpc.py +0 -0
- {strongdm-8.4.0 → strongdm-9.0.0}/strongdm/workflow_roles_history_pb2.py +0 -0
- {strongdm-8.4.0 → strongdm-9.0.0}/strongdm/workflow_roles_history_pb2_grpc.py +0 -0
- {strongdm-8.4.0 → strongdm-9.0.0}/strongdm/workflow_roles_pb2.py +0 -0
- {strongdm-8.4.0 → strongdm-9.0.0}/strongdm/workflow_roles_pb2_grpc.py +0 -0
- {strongdm-8.4.0 → strongdm-9.0.0}/strongdm/workflows_history_pb2.py +0 -0
- {strongdm-8.4.0 → strongdm-9.0.0}/strongdm/workflows_history_pb2_grpc.py +0 -0
- {strongdm-8.4.0 → strongdm-9.0.0}/strongdm/workflows_pb2.py +0 -0
- {strongdm-8.4.0 → strongdm-9.0.0}/strongdm/workflows_pb2_grpc.py +0 -0
- {strongdm-8.4.0 → strongdm-9.0.0}/strongdm.egg-info/dependency_links.txt +0 -0
- {strongdm-8.4.0 → strongdm-9.0.0}/strongdm.egg-info/requires.txt +0 -0
- {strongdm-8.4.0 → strongdm-9.0.0}/strongdm.egg-info/top_level.txt +0 -0
@@ -48,6 +48,10 @@ from .approval_workflows_pb2 import *
|
|
48
48
|
from .approval_workflows_history_pb2 import *
|
49
49
|
from .control_panel_pb2 import *
|
50
50
|
from .drivers_pb2 import *
|
51
|
+
from .identity_aliases_pb2 import *
|
52
|
+
from .identity_aliases_history_pb2 import *
|
53
|
+
from .identity_sets_pb2 import *
|
54
|
+
from .identity_sets_history_pb2 import *
|
51
55
|
from .nodes_pb2 import *
|
52
56
|
from .nodes_history_pb2 import *
|
53
57
|
from .organization_history_pb2 import *
|
@@ -165,12 +169,12 @@ def convert_aks_to_porcelain(plumbing):
|
|
165
169
|
porcelain.healthy = (plumbing.healthy)
|
166
170
|
porcelain.hostname = (plumbing.hostname)
|
167
171
|
porcelain.id = (plumbing.id)
|
172
|
+
porcelain.identity_alias_healthcheck_username = (
|
173
|
+
plumbing.identity_alias_healthcheck_username)
|
174
|
+
porcelain.identity_set_id = (plumbing.identity_set_id)
|
168
175
|
porcelain.name = (plumbing.name)
|
169
176
|
porcelain.port = (plumbing.port)
|
170
177
|
porcelain.port_override = (plumbing.port_override)
|
171
|
-
porcelain.remote_identity_group_id = (plumbing.remote_identity_group_id)
|
172
|
-
porcelain.remote_identity_healthcheck_username = (
|
173
|
-
plumbing.remote_identity_healthcheck_username)
|
174
178
|
porcelain.secret_store_id = (plumbing.secret_store_id)
|
175
179
|
porcelain.subdomain = (plumbing.subdomain)
|
176
180
|
porcelain.tags = convert_tags_to_porcelain(plumbing.tags)
|
@@ -190,12 +194,12 @@ def convert_aks_to_plumbing(porcelain):
|
|
190
194
|
plumbing.healthy = (porcelain.healthy)
|
191
195
|
plumbing.hostname = (porcelain.hostname)
|
192
196
|
plumbing.id = (porcelain.id)
|
197
|
+
plumbing.identity_alias_healthcheck_username = (
|
198
|
+
porcelain.identity_alias_healthcheck_username)
|
199
|
+
plumbing.identity_set_id = (porcelain.identity_set_id)
|
193
200
|
plumbing.name = (porcelain.name)
|
194
201
|
plumbing.port = (porcelain.port)
|
195
202
|
plumbing.port_override = (porcelain.port_override)
|
196
|
-
plumbing.remote_identity_group_id = (porcelain.remote_identity_group_id)
|
197
|
-
plumbing.remote_identity_healthcheck_username = (
|
198
|
-
porcelain.remote_identity_healthcheck_username)
|
199
203
|
plumbing.secret_store_id = (porcelain.secret_store_id)
|
200
204
|
plumbing.subdomain = (porcelain.subdomain)
|
201
205
|
plumbing.tags.CopyFrom(convert_tags_to_plumbing(porcelain.tags))
|
@@ -275,12 +279,12 @@ def convert_aks_service_account_to_porcelain(plumbing):
|
|
275
279
|
porcelain.healthy = (plumbing.healthy)
|
276
280
|
porcelain.hostname = (plumbing.hostname)
|
277
281
|
porcelain.id = (plumbing.id)
|
282
|
+
porcelain.identity_alias_healthcheck_username = (
|
283
|
+
plumbing.identity_alias_healthcheck_username)
|
284
|
+
porcelain.identity_set_id = (plumbing.identity_set_id)
|
278
285
|
porcelain.name = (plumbing.name)
|
279
286
|
porcelain.port = (plumbing.port)
|
280
287
|
porcelain.port_override = (plumbing.port_override)
|
281
|
-
porcelain.remote_identity_group_id = (plumbing.remote_identity_group_id)
|
282
|
-
porcelain.remote_identity_healthcheck_username = (
|
283
|
-
plumbing.remote_identity_healthcheck_username)
|
284
288
|
porcelain.secret_store_id = (plumbing.secret_store_id)
|
285
289
|
porcelain.subdomain = (plumbing.subdomain)
|
286
290
|
porcelain.tags = convert_tags_to_porcelain(plumbing.tags)
|
@@ -298,12 +302,12 @@ def convert_aks_service_account_to_plumbing(porcelain):
|
|
298
302
|
plumbing.healthy = (porcelain.healthy)
|
299
303
|
plumbing.hostname = (porcelain.hostname)
|
300
304
|
plumbing.id = (porcelain.id)
|
305
|
+
plumbing.identity_alias_healthcheck_username = (
|
306
|
+
porcelain.identity_alias_healthcheck_username)
|
307
|
+
plumbing.identity_set_id = (porcelain.identity_set_id)
|
301
308
|
plumbing.name = (porcelain.name)
|
302
309
|
plumbing.port = (porcelain.port)
|
303
310
|
plumbing.port_override = (porcelain.port_override)
|
304
|
-
plumbing.remote_identity_group_id = (porcelain.remote_identity_group_id)
|
305
|
-
plumbing.remote_identity_healthcheck_username = (
|
306
|
-
porcelain.remote_identity_healthcheck_username)
|
307
311
|
plumbing.secret_store_id = (porcelain.secret_store_id)
|
308
312
|
plumbing.subdomain = (porcelain.subdomain)
|
309
313
|
plumbing.tags.CopyFrom(convert_tags_to_plumbing(porcelain.tags))
|
@@ -542,12 +546,12 @@ def convert_aws_console_to_porcelain(plumbing):
|
|
542
546
|
porcelain.enable_env_variables = (plumbing.enable_env_variables)
|
543
547
|
porcelain.healthy = (plumbing.healthy)
|
544
548
|
porcelain.id = (plumbing.id)
|
549
|
+
porcelain.identity_alias_healthcheck_username = (
|
550
|
+
plumbing.identity_alias_healthcheck_username)
|
551
|
+
porcelain.identity_set_id = (plumbing.identity_set_id)
|
545
552
|
porcelain.name = (plumbing.name)
|
546
553
|
porcelain.port_override = (plumbing.port_override)
|
547
554
|
porcelain.region = (plumbing.region)
|
548
|
-
porcelain.remote_identity_group_id = (plumbing.remote_identity_group_id)
|
549
|
-
porcelain.remote_identity_healthcheck_username = (
|
550
|
-
plumbing.remote_identity_healthcheck_username)
|
551
555
|
porcelain.role_arn = (plumbing.role_arn)
|
552
556
|
porcelain.role_external_id = (plumbing.role_external_id)
|
553
557
|
porcelain.secret_store_id = (plumbing.secret_store_id)
|
@@ -566,12 +570,12 @@ def convert_aws_console_to_plumbing(porcelain):
|
|
566
570
|
plumbing.enable_env_variables = (porcelain.enable_env_variables)
|
567
571
|
plumbing.healthy = (porcelain.healthy)
|
568
572
|
plumbing.id = (porcelain.id)
|
573
|
+
plumbing.identity_alias_healthcheck_username = (
|
574
|
+
porcelain.identity_alias_healthcheck_username)
|
575
|
+
plumbing.identity_set_id = (porcelain.identity_set_id)
|
569
576
|
plumbing.name = (porcelain.name)
|
570
577
|
plumbing.port_override = (porcelain.port_override)
|
571
578
|
plumbing.region = (porcelain.region)
|
572
|
-
plumbing.remote_identity_group_id = (porcelain.remote_identity_group_id)
|
573
|
-
plumbing.remote_identity_healthcheck_username = (
|
574
|
-
porcelain.remote_identity_healthcheck_username)
|
575
579
|
plumbing.role_arn = (porcelain.role_arn)
|
576
580
|
plumbing.role_external_id = (porcelain.role_external_id)
|
577
581
|
plumbing.secret_store_id = (porcelain.secret_store_id)
|
@@ -602,12 +606,12 @@ def convert_aws_console_static_key_pair_to_porcelain(plumbing):
|
|
602
606
|
porcelain.egress_filter = (plumbing.egress_filter)
|
603
607
|
porcelain.healthy = (plumbing.healthy)
|
604
608
|
porcelain.id = (plumbing.id)
|
609
|
+
porcelain.identity_alias_healthcheck_username = (
|
610
|
+
plumbing.identity_alias_healthcheck_username)
|
611
|
+
porcelain.identity_set_id = (plumbing.identity_set_id)
|
605
612
|
porcelain.name = (plumbing.name)
|
606
613
|
porcelain.port_override = (plumbing.port_override)
|
607
614
|
porcelain.region = (plumbing.region)
|
608
|
-
porcelain.remote_identity_group_id = (plumbing.remote_identity_group_id)
|
609
|
-
porcelain.remote_identity_healthcheck_username = (
|
610
|
-
plumbing.remote_identity_healthcheck_username)
|
611
615
|
porcelain.role_arn = (plumbing.role_arn)
|
612
616
|
porcelain.role_external_id = (plumbing.role_external_id)
|
613
617
|
porcelain.secret_access_key = (plumbing.secret_access_key)
|
@@ -627,12 +631,12 @@ def convert_aws_console_static_key_pair_to_plumbing(porcelain):
|
|
627
631
|
plumbing.egress_filter = (porcelain.egress_filter)
|
628
632
|
plumbing.healthy = (porcelain.healthy)
|
629
633
|
plumbing.id = (porcelain.id)
|
634
|
+
plumbing.identity_alias_healthcheck_username = (
|
635
|
+
porcelain.identity_alias_healthcheck_username)
|
636
|
+
plumbing.identity_set_id = (porcelain.identity_set_id)
|
630
637
|
plumbing.name = (porcelain.name)
|
631
638
|
plumbing.port_override = (porcelain.port_override)
|
632
639
|
plumbing.region = (porcelain.region)
|
633
|
-
plumbing.remote_identity_group_id = (porcelain.remote_identity_group_id)
|
634
|
-
plumbing.remote_identity_healthcheck_username = (
|
635
|
-
porcelain.remote_identity_healthcheck_username)
|
636
640
|
plumbing.role_arn = (porcelain.role_arn)
|
637
641
|
plumbing.role_external_id = (porcelain.role_external_id)
|
638
642
|
plumbing.secret_access_key = (porcelain.secret_access_key)
|
@@ -1905,12 +1909,12 @@ def convert_amazon_eks_to_porcelain(plumbing):
|
|
1905
1909
|
porcelain.healthcheck_namespace = (plumbing.healthcheck_namespace)
|
1906
1910
|
porcelain.healthy = (plumbing.healthy)
|
1907
1911
|
porcelain.id = (plumbing.id)
|
1912
|
+
porcelain.identity_alias_healthcheck_username = (
|
1913
|
+
plumbing.identity_alias_healthcheck_username)
|
1914
|
+
porcelain.identity_set_id = (plumbing.identity_set_id)
|
1908
1915
|
porcelain.name = (plumbing.name)
|
1909
1916
|
porcelain.port_override = (plumbing.port_override)
|
1910
1917
|
porcelain.region = (plumbing.region)
|
1911
|
-
porcelain.remote_identity_group_id = (plumbing.remote_identity_group_id)
|
1912
|
-
porcelain.remote_identity_healthcheck_username = (
|
1913
|
-
plumbing.remote_identity_healthcheck_username)
|
1914
1918
|
porcelain.role_arn = (plumbing.role_arn)
|
1915
1919
|
porcelain.role_external_id = (plumbing.role_external_id)
|
1916
1920
|
porcelain.secret_access_key = (plumbing.secret_access_key)
|
@@ -1933,12 +1937,12 @@ def convert_amazon_eks_to_plumbing(porcelain):
|
|
1933
1937
|
plumbing.healthcheck_namespace = (porcelain.healthcheck_namespace)
|
1934
1938
|
plumbing.healthy = (porcelain.healthy)
|
1935
1939
|
plumbing.id = (porcelain.id)
|
1940
|
+
plumbing.identity_alias_healthcheck_username = (
|
1941
|
+
porcelain.identity_alias_healthcheck_username)
|
1942
|
+
plumbing.identity_set_id = (porcelain.identity_set_id)
|
1936
1943
|
plumbing.name = (porcelain.name)
|
1937
1944
|
plumbing.port_override = (porcelain.port_override)
|
1938
1945
|
plumbing.region = (porcelain.region)
|
1939
|
-
plumbing.remote_identity_group_id = (porcelain.remote_identity_group_id)
|
1940
|
-
plumbing.remote_identity_healthcheck_username = (
|
1941
|
-
porcelain.remote_identity_healthcheck_username)
|
1942
1946
|
plumbing.role_arn = (porcelain.role_arn)
|
1943
1947
|
plumbing.role_external_id = (porcelain.role_external_id)
|
1944
1948
|
plumbing.secret_access_key = (porcelain.secret_access_key)
|
@@ -1972,12 +1976,12 @@ def convert_amazon_eks_instance_profile_to_porcelain(plumbing):
|
|
1972
1976
|
porcelain.healthcheck_namespace = (plumbing.healthcheck_namespace)
|
1973
1977
|
porcelain.healthy = (plumbing.healthy)
|
1974
1978
|
porcelain.id = (plumbing.id)
|
1979
|
+
porcelain.identity_alias_healthcheck_username = (
|
1980
|
+
plumbing.identity_alias_healthcheck_username)
|
1981
|
+
porcelain.identity_set_id = (plumbing.identity_set_id)
|
1975
1982
|
porcelain.name = (plumbing.name)
|
1976
1983
|
porcelain.port_override = (plumbing.port_override)
|
1977
1984
|
porcelain.region = (plumbing.region)
|
1978
|
-
porcelain.remote_identity_group_id = (plumbing.remote_identity_group_id)
|
1979
|
-
porcelain.remote_identity_healthcheck_username = (
|
1980
|
-
plumbing.remote_identity_healthcheck_username)
|
1981
1985
|
porcelain.role_arn = (plumbing.role_arn)
|
1982
1986
|
porcelain.role_external_id = (plumbing.role_external_id)
|
1983
1987
|
porcelain.secret_store_id = (plumbing.secret_store_id)
|
@@ -1998,12 +2002,12 @@ def convert_amazon_eks_instance_profile_to_plumbing(porcelain):
|
|
1998
2002
|
plumbing.healthcheck_namespace = (porcelain.healthcheck_namespace)
|
1999
2003
|
plumbing.healthy = (porcelain.healthy)
|
2000
2004
|
plumbing.id = (porcelain.id)
|
2005
|
+
plumbing.identity_alias_healthcheck_username = (
|
2006
|
+
porcelain.identity_alias_healthcheck_username)
|
2007
|
+
plumbing.identity_set_id = (porcelain.identity_set_id)
|
2001
2008
|
plumbing.name = (porcelain.name)
|
2002
2009
|
plumbing.port_override = (porcelain.port_override)
|
2003
2010
|
plumbing.region = (porcelain.region)
|
2004
|
-
plumbing.remote_identity_group_id = (porcelain.remote_identity_group_id)
|
2005
|
-
plumbing.remote_identity_healthcheck_username = (
|
2006
|
-
porcelain.remote_identity_healthcheck_username)
|
2007
2011
|
plumbing.role_arn = (porcelain.role_arn)
|
2008
2012
|
plumbing.role_external_id = (porcelain.role_external_id)
|
2009
2013
|
plumbing.secret_store_id = (porcelain.secret_store_id)
|
@@ -2042,9 +2046,6 @@ def convert_amazon_eks_instance_profile_user_impersonation_to_porcelain(
|
|
2042
2046
|
porcelain.name = (plumbing.name)
|
2043
2047
|
porcelain.port_override = (plumbing.port_override)
|
2044
2048
|
porcelain.region = (plumbing.region)
|
2045
|
-
porcelain.remote_identity_group_id = (plumbing.remote_identity_group_id)
|
2046
|
-
porcelain.remote_identity_healthcheck_username = (
|
2047
|
-
plumbing.remote_identity_healthcheck_username)
|
2048
2049
|
porcelain.role_arn = (plumbing.role_arn)
|
2049
2050
|
porcelain.role_external_id = (plumbing.role_external_id)
|
2050
2051
|
porcelain.secret_store_id = (plumbing.secret_store_id)
|
@@ -2069,9 +2070,6 @@ def convert_amazon_eks_instance_profile_user_impersonation_to_plumbing(
|
|
2069
2070
|
plumbing.name = (porcelain.name)
|
2070
2071
|
plumbing.port_override = (porcelain.port_override)
|
2071
2072
|
plumbing.region = (porcelain.region)
|
2072
|
-
plumbing.remote_identity_group_id = (porcelain.remote_identity_group_id)
|
2073
|
-
plumbing.remote_identity_healthcheck_username = (
|
2074
|
-
porcelain.remote_identity_healthcheck_username)
|
2075
2073
|
plumbing.role_arn = (porcelain.role_arn)
|
2076
2074
|
plumbing.role_external_id = (porcelain.role_external_id)
|
2077
2075
|
plumbing.secret_store_id = (porcelain.secret_store_id)
|
@@ -4733,11 +4731,11 @@ def convert_google_gke_to_porcelain(plumbing):
|
|
4733
4731
|
porcelain.healthcheck_namespace = (plumbing.healthcheck_namespace)
|
4734
4732
|
porcelain.healthy = (plumbing.healthy)
|
4735
4733
|
porcelain.id = (plumbing.id)
|
4734
|
+
porcelain.identity_alias_healthcheck_username = (
|
4735
|
+
plumbing.identity_alias_healthcheck_username)
|
4736
|
+
porcelain.identity_set_id = (plumbing.identity_set_id)
|
4736
4737
|
porcelain.name = (plumbing.name)
|
4737
4738
|
porcelain.port_override = (plumbing.port_override)
|
4738
|
-
porcelain.remote_identity_group_id = (plumbing.remote_identity_group_id)
|
4739
|
-
porcelain.remote_identity_healthcheck_username = (
|
4740
|
-
plumbing.remote_identity_healthcheck_username)
|
4741
4739
|
porcelain.secret_store_id = (plumbing.secret_store_id)
|
4742
4740
|
porcelain.service_account_key = (plumbing.service_account_key)
|
4743
4741
|
porcelain.subdomain = (plumbing.subdomain)
|
@@ -4756,11 +4754,11 @@ def convert_google_gke_to_plumbing(porcelain):
|
|
4756
4754
|
plumbing.healthcheck_namespace = (porcelain.healthcheck_namespace)
|
4757
4755
|
plumbing.healthy = (porcelain.healthy)
|
4758
4756
|
plumbing.id = (porcelain.id)
|
4757
|
+
plumbing.identity_alias_healthcheck_username = (
|
4758
|
+
porcelain.identity_alias_healthcheck_username)
|
4759
|
+
plumbing.identity_set_id = (porcelain.identity_set_id)
|
4759
4760
|
plumbing.name = (porcelain.name)
|
4760
4761
|
plumbing.port_override = (porcelain.port_override)
|
4761
|
-
plumbing.remote_identity_group_id = (porcelain.remote_identity_group_id)
|
4762
|
-
plumbing.remote_identity_healthcheck_username = (
|
4763
|
-
porcelain.remote_identity_healthcheck_username)
|
4764
4762
|
plumbing.secret_store_id = (porcelain.secret_store_id)
|
4765
4763
|
plumbing.service_account_key = (porcelain.service_account_key)
|
4766
4764
|
plumbing.subdomain = (porcelain.subdomain)
|
@@ -5050,6 +5048,345 @@ def convert_repeated_http_no_auth_to_porcelain(plumbings):
|
|
5050
5048
|
]
|
5051
5049
|
|
5052
5050
|
|
5051
|
+
def convert_identity_alias_to_porcelain(plumbing):
|
5052
|
+
if plumbing is None:
|
5053
|
+
return None
|
5054
|
+
porcelain = models.IdentityAlias()
|
5055
|
+
porcelain.account_id = (plumbing.account_id)
|
5056
|
+
porcelain.id = (plumbing.id)
|
5057
|
+
porcelain.identity_set_id = (plumbing.identity_set_id)
|
5058
|
+
porcelain.username = (plumbing.username)
|
5059
|
+
return porcelain
|
5060
|
+
|
5061
|
+
|
5062
|
+
def convert_identity_alias_to_plumbing(porcelain):
|
5063
|
+
plumbing = IdentityAlias()
|
5064
|
+
if porcelain is None:
|
5065
|
+
return plumbing
|
5066
|
+
plumbing.account_id = (porcelain.account_id)
|
5067
|
+
plumbing.id = (porcelain.id)
|
5068
|
+
plumbing.identity_set_id = (porcelain.identity_set_id)
|
5069
|
+
plumbing.username = (porcelain.username)
|
5070
|
+
return plumbing
|
5071
|
+
|
5072
|
+
|
5073
|
+
def convert_repeated_identity_alias_to_plumbing(porcelains):
|
5074
|
+
return [
|
5075
|
+
convert_identity_alias_to_plumbing(porcelain)
|
5076
|
+
for porcelain in porcelains
|
5077
|
+
]
|
5078
|
+
|
5079
|
+
|
5080
|
+
def convert_repeated_identity_alias_to_porcelain(plumbings):
|
5081
|
+
return [
|
5082
|
+
convert_identity_alias_to_porcelain(plumbing) for plumbing in plumbings
|
5083
|
+
]
|
5084
|
+
|
5085
|
+
|
5086
|
+
def convert_identity_alias_create_response_to_porcelain(plumbing):
|
5087
|
+
if plumbing is None:
|
5088
|
+
return None
|
5089
|
+
porcelain = models.IdentityAliasCreateResponse()
|
5090
|
+
porcelain.identity_alias = convert_identity_alias_to_porcelain(
|
5091
|
+
plumbing.identity_alias)
|
5092
|
+
porcelain.meta = convert_create_response_metadata_to_porcelain(
|
5093
|
+
plumbing.meta)
|
5094
|
+
porcelain.rate_limit = convert_rate_limit_metadata_to_porcelain(
|
5095
|
+
plumbing.rate_limit)
|
5096
|
+
return porcelain
|
5097
|
+
|
5098
|
+
|
5099
|
+
def convert_identity_alias_create_response_to_plumbing(porcelain):
|
5100
|
+
plumbing = IdentityAliasCreateResponse()
|
5101
|
+
if porcelain is None:
|
5102
|
+
return plumbing
|
5103
|
+
plumbing.identity_alias.CopyFrom(
|
5104
|
+
convert_identity_alias_to_plumbing(porcelain.identity_alias))
|
5105
|
+
plumbing.meta.CopyFrom(
|
5106
|
+
convert_create_response_metadata_to_plumbing(porcelain.meta))
|
5107
|
+
plumbing.rate_limit.CopyFrom(
|
5108
|
+
convert_rate_limit_metadata_to_plumbing(porcelain.rate_limit))
|
5109
|
+
return plumbing
|
5110
|
+
|
5111
|
+
|
5112
|
+
def convert_repeated_identity_alias_create_response_to_plumbing(porcelains):
|
5113
|
+
return [
|
5114
|
+
convert_identity_alias_create_response_to_plumbing(porcelain)
|
5115
|
+
for porcelain in porcelains
|
5116
|
+
]
|
5117
|
+
|
5118
|
+
|
5119
|
+
def convert_repeated_identity_alias_create_response_to_porcelain(plumbings):
|
5120
|
+
return [
|
5121
|
+
convert_identity_alias_create_response_to_porcelain(plumbing)
|
5122
|
+
for plumbing in plumbings
|
5123
|
+
]
|
5124
|
+
|
5125
|
+
|
5126
|
+
def convert_identity_alias_delete_response_to_porcelain(plumbing):
|
5127
|
+
if plumbing is None:
|
5128
|
+
return None
|
5129
|
+
porcelain = models.IdentityAliasDeleteResponse()
|
5130
|
+
porcelain.meta = convert_delete_response_metadata_to_porcelain(
|
5131
|
+
plumbing.meta)
|
5132
|
+
porcelain.rate_limit = convert_rate_limit_metadata_to_porcelain(
|
5133
|
+
plumbing.rate_limit)
|
5134
|
+
return porcelain
|
5135
|
+
|
5136
|
+
|
5137
|
+
def convert_identity_alias_delete_response_to_plumbing(porcelain):
|
5138
|
+
plumbing = IdentityAliasDeleteResponse()
|
5139
|
+
if porcelain is None:
|
5140
|
+
return plumbing
|
5141
|
+
plumbing.meta.CopyFrom(
|
5142
|
+
convert_delete_response_metadata_to_plumbing(porcelain.meta))
|
5143
|
+
plumbing.rate_limit.CopyFrom(
|
5144
|
+
convert_rate_limit_metadata_to_plumbing(porcelain.rate_limit))
|
5145
|
+
return plumbing
|
5146
|
+
|
5147
|
+
|
5148
|
+
def convert_repeated_identity_alias_delete_response_to_plumbing(porcelains):
|
5149
|
+
return [
|
5150
|
+
convert_identity_alias_delete_response_to_plumbing(porcelain)
|
5151
|
+
for porcelain in porcelains
|
5152
|
+
]
|
5153
|
+
|
5154
|
+
|
5155
|
+
def convert_repeated_identity_alias_delete_response_to_porcelain(plumbings):
|
5156
|
+
return [
|
5157
|
+
convert_identity_alias_delete_response_to_porcelain(plumbing)
|
5158
|
+
for plumbing in plumbings
|
5159
|
+
]
|
5160
|
+
|
5161
|
+
|
5162
|
+
def convert_identity_alias_get_response_to_porcelain(plumbing):
|
5163
|
+
if plumbing is None:
|
5164
|
+
return None
|
5165
|
+
porcelain = models.IdentityAliasGetResponse()
|
5166
|
+
porcelain.identity_alias = convert_identity_alias_to_porcelain(
|
5167
|
+
plumbing.identity_alias)
|
5168
|
+
porcelain.meta = convert_get_response_metadata_to_porcelain(plumbing.meta)
|
5169
|
+
porcelain.rate_limit = convert_rate_limit_metadata_to_porcelain(
|
5170
|
+
plumbing.rate_limit)
|
5171
|
+
return porcelain
|
5172
|
+
|
5173
|
+
|
5174
|
+
def convert_identity_alias_get_response_to_plumbing(porcelain):
|
5175
|
+
plumbing = IdentityAliasGetResponse()
|
5176
|
+
if porcelain is None:
|
5177
|
+
return plumbing
|
5178
|
+
plumbing.identity_alias.CopyFrom(
|
5179
|
+
convert_identity_alias_to_plumbing(porcelain.identity_alias))
|
5180
|
+
plumbing.meta.CopyFrom(
|
5181
|
+
convert_get_response_metadata_to_plumbing(porcelain.meta))
|
5182
|
+
plumbing.rate_limit.CopyFrom(
|
5183
|
+
convert_rate_limit_metadata_to_plumbing(porcelain.rate_limit))
|
5184
|
+
return plumbing
|
5185
|
+
|
5186
|
+
|
5187
|
+
def convert_repeated_identity_alias_get_response_to_plumbing(porcelains):
|
5188
|
+
return [
|
5189
|
+
convert_identity_alias_get_response_to_plumbing(porcelain)
|
5190
|
+
for porcelain in porcelains
|
5191
|
+
]
|
5192
|
+
|
5193
|
+
|
5194
|
+
def convert_repeated_identity_alias_get_response_to_porcelain(plumbings):
|
5195
|
+
return [
|
5196
|
+
convert_identity_alias_get_response_to_porcelain(plumbing)
|
5197
|
+
for plumbing in plumbings
|
5198
|
+
]
|
5199
|
+
|
5200
|
+
|
5201
|
+
def convert_identity_alias_history_to_porcelain(plumbing):
|
5202
|
+
if plumbing is None:
|
5203
|
+
return None
|
5204
|
+
porcelain = models.IdentityAliasHistory()
|
5205
|
+
porcelain.activity_id = (plumbing.activity_id)
|
5206
|
+
porcelain.deleted_at = convert_timestamp_to_porcelain(plumbing.deleted_at)
|
5207
|
+
porcelain.identity_alias = convert_identity_alias_to_porcelain(
|
5208
|
+
plumbing.identity_alias)
|
5209
|
+
porcelain.timestamp = convert_timestamp_to_porcelain(plumbing.timestamp)
|
5210
|
+
return porcelain
|
5211
|
+
|
5212
|
+
|
5213
|
+
def convert_identity_alias_history_to_plumbing(porcelain):
|
5214
|
+
plumbing = IdentityAliasHistory()
|
5215
|
+
if porcelain is None:
|
5216
|
+
return plumbing
|
5217
|
+
plumbing.activity_id = (porcelain.activity_id)
|
5218
|
+
plumbing.deleted_at.CopyFrom(
|
5219
|
+
convert_timestamp_to_plumbing(porcelain.deleted_at))
|
5220
|
+
plumbing.identity_alias.CopyFrom(
|
5221
|
+
convert_identity_alias_to_plumbing(porcelain.identity_alias))
|
5222
|
+
plumbing.timestamp.CopyFrom(
|
5223
|
+
convert_timestamp_to_plumbing(porcelain.timestamp))
|
5224
|
+
return plumbing
|
5225
|
+
|
5226
|
+
|
5227
|
+
def convert_repeated_identity_alias_history_to_plumbing(porcelains):
|
5228
|
+
return [
|
5229
|
+
convert_identity_alias_history_to_plumbing(porcelain)
|
5230
|
+
for porcelain in porcelains
|
5231
|
+
]
|
5232
|
+
|
5233
|
+
|
5234
|
+
def convert_repeated_identity_alias_history_to_porcelain(plumbings):
|
5235
|
+
return [
|
5236
|
+
convert_identity_alias_history_to_porcelain(plumbing)
|
5237
|
+
for plumbing in plumbings
|
5238
|
+
]
|
5239
|
+
|
5240
|
+
|
5241
|
+
def convert_identity_alias_update_response_to_porcelain(plumbing):
|
5242
|
+
if plumbing is None:
|
5243
|
+
return None
|
5244
|
+
porcelain = models.IdentityAliasUpdateResponse()
|
5245
|
+
porcelain.identity_alias = convert_identity_alias_to_porcelain(
|
5246
|
+
plumbing.identity_alias)
|
5247
|
+
porcelain.meta = convert_update_response_metadata_to_porcelain(
|
5248
|
+
plumbing.meta)
|
5249
|
+
porcelain.rate_limit = convert_rate_limit_metadata_to_porcelain(
|
5250
|
+
plumbing.rate_limit)
|
5251
|
+
return porcelain
|
5252
|
+
|
5253
|
+
|
5254
|
+
def convert_identity_alias_update_response_to_plumbing(porcelain):
|
5255
|
+
plumbing = IdentityAliasUpdateResponse()
|
5256
|
+
if porcelain is None:
|
5257
|
+
return plumbing
|
5258
|
+
plumbing.identity_alias.CopyFrom(
|
5259
|
+
convert_identity_alias_to_plumbing(porcelain.identity_alias))
|
5260
|
+
plumbing.meta.CopyFrom(
|
5261
|
+
convert_update_response_metadata_to_plumbing(porcelain.meta))
|
5262
|
+
plumbing.rate_limit.CopyFrom(
|
5263
|
+
convert_rate_limit_metadata_to_plumbing(porcelain.rate_limit))
|
5264
|
+
return plumbing
|
5265
|
+
|
5266
|
+
|
5267
|
+
def convert_repeated_identity_alias_update_response_to_plumbing(porcelains):
|
5268
|
+
return [
|
5269
|
+
convert_identity_alias_update_response_to_plumbing(porcelain)
|
5270
|
+
for porcelain in porcelains
|
5271
|
+
]
|
5272
|
+
|
5273
|
+
|
5274
|
+
def convert_repeated_identity_alias_update_response_to_porcelain(plumbings):
|
5275
|
+
return [
|
5276
|
+
convert_identity_alias_update_response_to_porcelain(plumbing)
|
5277
|
+
for plumbing in plumbings
|
5278
|
+
]
|
5279
|
+
|
5280
|
+
|
5281
|
+
def convert_identity_set_to_porcelain(plumbing):
|
5282
|
+
if plumbing is None:
|
5283
|
+
return None
|
5284
|
+
porcelain = models.IdentitySet()
|
5285
|
+
porcelain.id = (plumbing.id)
|
5286
|
+
porcelain.name = (plumbing.name)
|
5287
|
+
return porcelain
|
5288
|
+
|
5289
|
+
|
5290
|
+
def convert_identity_set_to_plumbing(porcelain):
|
5291
|
+
plumbing = IdentitySet()
|
5292
|
+
if porcelain is None:
|
5293
|
+
return plumbing
|
5294
|
+
plumbing.id = (porcelain.id)
|
5295
|
+
plumbing.name = (porcelain.name)
|
5296
|
+
return plumbing
|
5297
|
+
|
5298
|
+
|
5299
|
+
def convert_repeated_identity_set_to_plumbing(porcelains):
|
5300
|
+
return [
|
5301
|
+
convert_identity_set_to_plumbing(porcelain) for porcelain in porcelains
|
5302
|
+
]
|
5303
|
+
|
5304
|
+
|
5305
|
+
def convert_repeated_identity_set_to_porcelain(plumbings):
|
5306
|
+
return [
|
5307
|
+
convert_identity_set_to_porcelain(plumbing) for plumbing in plumbings
|
5308
|
+
]
|
5309
|
+
|
5310
|
+
|
5311
|
+
def convert_identity_set_get_response_to_porcelain(plumbing):
|
5312
|
+
if plumbing is None:
|
5313
|
+
return None
|
5314
|
+
porcelain = models.IdentitySetGetResponse()
|
5315
|
+
porcelain.identity_set = convert_identity_set_to_porcelain(
|
5316
|
+
plumbing.identity_set)
|
5317
|
+
porcelain.meta = convert_get_response_metadata_to_porcelain(plumbing.meta)
|
5318
|
+
porcelain.rate_limit = convert_rate_limit_metadata_to_porcelain(
|
5319
|
+
plumbing.rate_limit)
|
5320
|
+
return porcelain
|
5321
|
+
|
5322
|
+
|
5323
|
+
def convert_identity_set_get_response_to_plumbing(porcelain):
|
5324
|
+
plumbing = IdentitySetGetResponse()
|
5325
|
+
if porcelain is None:
|
5326
|
+
return plumbing
|
5327
|
+
plumbing.identity_set.CopyFrom(
|
5328
|
+
convert_identity_set_to_plumbing(porcelain.identity_set))
|
5329
|
+
plumbing.meta.CopyFrom(
|
5330
|
+
convert_get_response_metadata_to_plumbing(porcelain.meta))
|
5331
|
+
plumbing.rate_limit.CopyFrom(
|
5332
|
+
convert_rate_limit_metadata_to_plumbing(porcelain.rate_limit))
|
5333
|
+
return plumbing
|
5334
|
+
|
5335
|
+
|
5336
|
+
def convert_repeated_identity_set_get_response_to_plumbing(porcelains):
|
5337
|
+
return [
|
5338
|
+
convert_identity_set_get_response_to_plumbing(porcelain)
|
5339
|
+
for porcelain in porcelains
|
5340
|
+
]
|
5341
|
+
|
5342
|
+
|
5343
|
+
def convert_repeated_identity_set_get_response_to_porcelain(plumbings):
|
5344
|
+
return [
|
5345
|
+
convert_identity_set_get_response_to_porcelain(plumbing)
|
5346
|
+
for plumbing in plumbings
|
5347
|
+
]
|
5348
|
+
|
5349
|
+
|
5350
|
+
def convert_identity_set_history_to_porcelain(plumbing):
|
5351
|
+
if plumbing is None:
|
5352
|
+
return None
|
5353
|
+
porcelain = models.IdentitySetHistory()
|
5354
|
+
porcelain.activity_id = (plumbing.activity_id)
|
5355
|
+
porcelain.deleted_at = convert_timestamp_to_porcelain(plumbing.deleted_at)
|
5356
|
+
porcelain.identity_set = convert_identity_set_to_porcelain(
|
5357
|
+
plumbing.identity_set)
|
5358
|
+
porcelain.timestamp = convert_timestamp_to_porcelain(plumbing.timestamp)
|
5359
|
+
return porcelain
|
5360
|
+
|
5361
|
+
|
5362
|
+
def convert_identity_set_history_to_plumbing(porcelain):
|
5363
|
+
plumbing = IdentitySetHistory()
|
5364
|
+
if porcelain is None:
|
5365
|
+
return plumbing
|
5366
|
+
plumbing.activity_id = (porcelain.activity_id)
|
5367
|
+
plumbing.deleted_at.CopyFrom(
|
5368
|
+
convert_timestamp_to_plumbing(porcelain.deleted_at))
|
5369
|
+
plumbing.identity_set.CopyFrom(
|
5370
|
+
convert_identity_set_to_plumbing(porcelain.identity_set))
|
5371
|
+
plumbing.timestamp.CopyFrom(
|
5372
|
+
convert_timestamp_to_plumbing(porcelain.timestamp))
|
5373
|
+
return plumbing
|
5374
|
+
|
5375
|
+
|
5376
|
+
def convert_repeated_identity_set_history_to_plumbing(porcelains):
|
5377
|
+
return [
|
5378
|
+
convert_identity_set_history_to_plumbing(porcelain)
|
5379
|
+
for porcelain in porcelains
|
5380
|
+
]
|
5381
|
+
|
5382
|
+
|
5383
|
+
def convert_repeated_identity_set_history_to_porcelain(plumbings):
|
5384
|
+
return [
|
5385
|
+
convert_identity_set_history_to_porcelain(plumbing)
|
5386
|
+
for plumbing in plumbings
|
5387
|
+
]
|
5388
|
+
|
5389
|
+
|
5053
5390
|
def convert_keyfactor_ssh_store_to_porcelain(plumbing):
|
5054
5391
|
if plumbing is None:
|
5055
5392
|
return None
|
@@ -5183,12 +5520,12 @@ def convert_kubernetes_to_porcelain(plumbing):
|
|
5183
5520
|
porcelain.healthy = (plumbing.healthy)
|
5184
5521
|
porcelain.hostname = (plumbing.hostname)
|
5185
5522
|
porcelain.id = (plumbing.id)
|
5523
|
+
porcelain.identity_alias_healthcheck_username = (
|
5524
|
+
plumbing.identity_alias_healthcheck_username)
|
5525
|
+
porcelain.identity_set_id = (plumbing.identity_set_id)
|
5186
5526
|
porcelain.name = (plumbing.name)
|
5187
5527
|
porcelain.port = (plumbing.port)
|
5188
5528
|
porcelain.port_override = (plumbing.port_override)
|
5189
|
-
porcelain.remote_identity_group_id = (plumbing.remote_identity_group_id)
|
5190
|
-
porcelain.remote_identity_healthcheck_username = (
|
5191
|
-
plumbing.remote_identity_healthcheck_username)
|
5192
5529
|
porcelain.secret_store_id = (plumbing.secret_store_id)
|
5193
5530
|
porcelain.subdomain = (plumbing.subdomain)
|
5194
5531
|
porcelain.tags = convert_tags_to_porcelain(plumbing.tags)
|
@@ -5208,12 +5545,12 @@ def convert_kubernetes_to_plumbing(porcelain):
|
|
5208
5545
|
plumbing.healthy = (porcelain.healthy)
|
5209
5546
|
plumbing.hostname = (porcelain.hostname)
|
5210
5547
|
plumbing.id = (porcelain.id)
|
5548
|
+
plumbing.identity_alias_healthcheck_username = (
|
5549
|
+
porcelain.identity_alias_healthcheck_username)
|
5550
|
+
plumbing.identity_set_id = (porcelain.identity_set_id)
|
5211
5551
|
plumbing.name = (porcelain.name)
|
5212
5552
|
plumbing.port = (porcelain.port)
|
5213
5553
|
plumbing.port_override = (porcelain.port_override)
|
5214
|
-
plumbing.remote_identity_group_id = (porcelain.remote_identity_group_id)
|
5215
|
-
plumbing.remote_identity_healthcheck_username = (
|
5216
|
-
porcelain.remote_identity_healthcheck_username)
|
5217
5554
|
plumbing.secret_store_id = (porcelain.secret_store_id)
|
5218
5555
|
plumbing.subdomain = (porcelain.subdomain)
|
5219
5556
|
plumbing.tags.CopyFrom(convert_tags_to_plumbing(porcelain.tags))
|
@@ -5298,12 +5635,12 @@ def convert_kubernetes_service_account_to_porcelain(plumbing):
|
|
5298
5635
|
porcelain.healthy = (plumbing.healthy)
|
5299
5636
|
porcelain.hostname = (plumbing.hostname)
|
5300
5637
|
porcelain.id = (plumbing.id)
|
5638
|
+
porcelain.identity_alias_healthcheck_username = (
|
5639
|
+
plumbing.identity_alias_healthcheck_username)
|
5640
|
+
porcelain.identity_set_id = (plumbing.identity_set_id)
|
5301
5641
|
porcelain.name = (plumbing.name)
|
5302
5642
|
porcelain.port = (plumbing.port)
|
5303
5643
|
porcelain.port_override = (plumbing.port_override)
|
5304
|
-
porcelain.remote_identity_group_id = (plumbing.remote_identity_group_id)
|
5305
|
-
porcelain.remote_identity_healthcheck_username = (
|
5306
|
-
plumbing.remote_identity_healthcheck_username)
|
5307
5644
|
porcelain.secret_store_id = (plumbing.secret_store_id)
|
5308
5645
|
porcelain.subdomain = (plumbing.subdomain)
|
5309
5646
|
porcelain.tags = convert_tags_to_porcelain(plumbing.tags)
|
@@ -5321,12 +5658,12 @@ def convert_kubernetes_service_account_to_plumbing(porcelain):
|
|
5321
5658
|
plumbing.healthy = (porcelain.healthy)
|
5322
5659
|
plumbing.hostname = (porcelain.hostname)
|
5323
5660
|
plumbing.id = (porcelain.id)
|
5661
|
+
plumbing.identity_alias_healthcheck_username = (
|
5662
|
+
porcelain.identity_alias_healthcheck_username)
|
5663
|
+
plumbing.identity_set_id = (porcelain.identity_set_id)
|
5324
5664
|
plumbing.name = (porcelain.name)
|
5325
5665
|
plumbing.port = (porcelain.port)
|
5326
5666
|
plumbing.port_override = (porcelain.port_override)
|
5327
|
-
plumbing.remote_identity_group_id = (porcelain.remote_identity_group_id)
|
5328
|
-
plumbing.remote_identity_healthcheck_username = (
|
5329
|
-
porcelain.remote_identity_healthcheck_username)
|
5330
5667
|
plumbing.secret_store_id = (porcelain.secret_store_id)
|
5331
5668
|
plumbing.subdomain = (porcelain.subdomain)
|
5332
5669
|
plumbing.tags.CopyFrom(convert_tags_to_plumbing(porcelain.tags))
|
@@ -7540,12 +7877,12 @@ def convert_rdp_cert_to_porcelain(plumbing):
|
|
7540
7877
|
porcelain.healthy = (plumbing.healthy)
|
7541
7878
|
porcelain.hostname = (plumbing.hostname)
|
7542
7879
|
porcelain.id = (plumbing.id)
|
7880
|
+
porcelain.identity_alias_healthcheck_username = (
|
7881
|
+
plumbing.identity_alias_healthcheck_username)
|
7882
|
+
porcelain.identity_set_id = (plumbing.identity_set_id)
|
7543
7883
|
porcelain.name = (plumbing.name)
|
7544
7884
|
porcelain.port = (plumbing.port)
|
7545
7885
|
porcelain.port_override = (plumbing.port_override)
|
7546
|
-
porcelain.remote_identity_group_id = (plumbing.remote_identity_group_id)
|
7547
|
-
porcelain.remote_identity_healthcheck_username = (
|
7548
|
-
plumbing.remote_identity_healthcheck_username)
|
7549
7886
|
porcelain.secret_store_id = (plumbing.secret_store_id)
|
7550
7887
|
porcelain.subdomain = (plumbing.subdomain)
|
7551
7888
|
porcelain.tags = convert_tags_to_porcelain(plumbing.tags)
|
@@ -7562,12 +7899,12 @@ def convert_rdp_cert_to_plumbing(porcelain):
|
|
7562
7899
|
plumbing.healthy = (porcelain.healthy)
|
7563
7900
|
plumbing.hostname = (porcelain.hostname)
|
7564
7901
|
plumbing.id = (porcelain.id)
|
7902
|
+
plumbing.identity_alias_healthcheck_username = (
|
7903
|
+
porcelain.identity_alias_healthcheck_username)
|
7904
|
+
plumbing.identity_set_id = (porcelain.identity_set_id)
|
7565
7905
|
plumbing.name = (porcelain.name)
|
7566
7906
|
plumbing.port = (porcelain.port)
|
7567
7907
|
plumbing.port_override = (porcelain.port_override)
|
7568
|
-
plumbing.remote_identity_group_id = (porcelain.remote_identity_group_id)
|
7569
|
-
plumbing.remote_identity_healthcheck_username = (
|
7570
|
-
porcelain.remote_identity_healthcheck_username)
|
7571
7908
|
plumbing.secret_store_id = (porcelain.secret_store_id)
|
7572
7909
|
plumbing.subdomain = (porcelain.subdomain)
|
7573
7910
|
plumbing.tags.CopyFrom(convert_tags_to_plumbing(porcelain.tags))
|
@@ -9626,14 +9963,14 @@ def convert_ssh_cert_to_porcelain(plumbing):
|
|
9626
9963
|
porcelain.healthy = (plumbing.healthy)
|
9627
9964
|
porcelain.hostname = (plumbing.hostname)
|
9628
9965
|
porcelain.id = (plumbing.id)
|
9966
|
+
porcelain.identity_alias_healthcheck_username = (
|
9967
|
+
plumbing.identity_alias_healthcheck_username)
|
9968
|
+
porcelain.identity_set_id = (plumbing.identity_set_id)
|
9629
9969
|
porcelain.key_type = (plumbing.key_type)
|
9630
9970
|
porcelain.name = (plumbing.name)
|
9631
9971
|
porcelain.port = (plumbing.port)
|
9632
9972
|
porcelain.port_forwarding = (plumbing.port_forwarding)
|
9633
9973
|
porcelain.port_override = (plumbing.port_override)
|
9634
|
-
porcelain.remote_identity_group_id = (plumbing.remote_identity_group_id)
|
9635
|
-
porcelain.remote_identity_healthcheck_username = (
|
9636
|
-
plumbing.remote_identity_healthcheck_username)
|
9637
9974
|
porcelain.secret_store_id = (plumbing.secret_store_id)
|
9638
9975
|
porcelain.subdomain = (plumbing.subdomain)
|
9639
9976
|
porcelain.tags = convert_tags_to_porcelain(plumbing.tags)
|
@@ -9652,14 +9989,14 @@ def convert_ssh_cert_to_plumbing(porcelain):
|
|
9652
9989
|
plumbing.healthy = (porcelain.healthy)
|
9653
9990
|
plumbing.hostname = (porcelain.hostname)
|
9654
9991
|
plumbing.id = (porcelain.id)
|
9992
|
+
plumbing.identity_alias_healthcheck_username = (
|
9993
|
+
porcelain.identity_alias_healthcheck_username)
|
9994
|
+
plumbing.identity_set_id = (porcelain.identity_set_id)
|
9655
9995
|
plumbing.key_type = (porcelain.key_type)
|
9656
9996
|
plumbing.name = (porcelain.name)
|
9657
9997
|
plumbing.port = (porcelain.port)
|
9658
9998
|
plumbing.port_forwarding = (porcelain.port_forwarding)
|
9659
9999
|
plumbing.port_override = (porcelain.port_override)
|
9660
|
-
plumbing.remote_identity_group_id = (porcelain.remote_identity_group_id)
|
9661
|
-
plumbing.remote_identity_healthcheck_username = (
|
9662
|
-
porcelain.remote_identity_healthcheck_username)
|
9663
10000
|
plumbing.secret_store_id = (porcelain.secret_store_id)
|
9664
10001
|
plumbing.subdomain = (porcelain.subdomain)
|
9665
10002
|
plumbing.tags.CopyFrom(convert_tags_to_plumbing(porcelain.tags))
|