strongdm 8.4.0__zip → 9.1.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.1.0}/PKG-INFO +2 -2
- {strongdm-8.4.0 → strongdm-9.1.0}/setup.py +2 -2
- {strongdm-8.4.0 → strongdm-9.1.0}/strongdm/client.py +45 -1
- {strongdm-8.4.0 → strongdm-9.1.0}/strongdm/drivers_pb2.py +212 -216
- strongdm-9.1.0/strongdm/identity_aliases_history_pb2.py +100 -0
- strongdm-9.1.0/strongdm/identity_aliases_history_pb2_grpc.py +84 -0
- strongdm-9.1.0/strongdm/identity_aliases_pb2.py +220 -0
- strongdm-9.1.0/strongdm/identity_aliases_pb2_grpc.py +223 -0
- strongdm-9.1.0/strongdm/identity_sets_history_pb2.py +100 -0
- strongdm-9.1.0/strongdm/identity_sets_history_pb2_grpc.py +84 -0
- strongdm-9.1.0/strongdm/identity_sets_pb2.py +216 -0
- strongdm-9.1.0/strongdm/identity_sets_pb2_grpc.py +223 -0
- {strongdm-8.4.0 → strongdm-9.1.0}/strongdm/models.py +984 -370
- {strongdm-8.4.0 → strongdm-9.1.0}/strongdm/plumbing.py +525 -72
- {strongdm-8.4.0 → strongdm-9.1.0}/strongdm/remote_identities_history_pb2.py +3 -3
- {strongdm-8.4.0 → strongdm-9.1.0}/strongdm/remote_identities_pb2.py +3 -3
- {strongdm-8.4.0 → strongdm-9.1.0}/strongdm/remote_identity_groups_history_pb2.py +3 -3
- {strongdm-8.4.0 → strongdm-9.1.0}/strongdm/remote_identity_groups_pb2.py +3 -3
- {strongdm-8.4.0 → strongdm-9.1.0}/strongdm/svc.py +517 -0
- {strongdm-8.4.0 → strongdm-9.1.0}/strongdm.egg-info/PKG-INFO +2 -2
- {strongdm-8.4.0 → strongdm-9.1.0}/strongdm.egg-info/SOURCES.txt +8 -0
- {strongdm-8.4.0 → strongdm-9.1.0}/LICENSE +0 -0
- {strongdm-8.4.0 → strongdm-9.1.0}/README.md +0 -0
- {strongdm-8.4.0 → strongdm-9.1.0}/setup.cfg +0 -0
- {strongdm-8.4.0 → strongdm-9.1.0}/strongdm/__init__.py +0 -0
- {strongdm-8.4.0 → strongdm-9.1.0}/strongdm/access_request_events_history_pb2.py +0 -0
- {strongdm-8.4.0 → strongdm-9.1.0}/strongdm/access_request_events_history_pb2_grpc.py +0 -0
- {strongdm-8.4.0 → strongdm-9.1.0}/strongdm/access_requests_history_pb2.py +0 -0
- {strongdm-8.4.0 → strongdm-9.1.0}/strongdm/access_requests_history_pb2_grpc.py +0 -0
- {strongdm-8.4.0 → strongdm-9.1.0}/strongdm/access_requests_pb2.py +0 -0
- {strongdm-8.4.0 → strongdm-9.1.0}/strongdm/access_requests_pb2_grpc.py +0 -0
- {strongdm-8.4.0 → strongdm-9.1.0}/strongdm/account_attachments_history_pb2.py +0 -0
- {strongdm-8.4.0 → strongdm-9.1.0}/strongdm/account_attachments_history_pb2_grpc.py +0 -0
- {strongdm-8.4.0 → strongdm-9.1.0}/strongdm/account_attachments_pb2.py +0 -0
- {strongdm-8.4.0 → strongdm-9.1.0}/strongdm/account_attachments_pb2_grpc.py +0 -0
- {strongdm-8.4.0 → strongdm-9.1.0}/strongdm/account_grants_history_pb2.py +0 -0
- {strongdm-8.4.0 → strongdm-9.1.0}/strongdm/account_grants_history_pb2_grpc.py +0 -0
- {strongdm-8.4.0 → strongdm-9.1.0}/strongdm/account_grants_pb2.py +0 -0
- {strongdm-8.4.0 → strongdm-9.1.0}/strongdm/account_grants_pb2_grpc.py +0 -0
- {strongdm-8.4.0 → strongdm-9.1.0}/strongdm/account_permissions_pb2.py +0 -0
- {strongdm-8.4.0 → strongdm-9.1.0}/strongdm/account_permissions_pb2_grpc.py +0 -0
- {strongdm-8.4.0 → strongdm-9.1.0}/strongdm/account_resources_history_pb2.py +0 -0
- {strongdm-8.4.0 → strongdm-9.1.0}/strongdm/account_resources_history_pb2_grpc.py +0 -0
- {strongdm-8.4.0 → strongdm-9.1.0}/strongdm/account_resources_pb2.py +0 -0
- {strongdm-8.4.0 → strongdm-9.1.0}/strongdm/account_resources_pb2_grpc.py +0 -0
- {strongdm-8.4.0 → strongdm-9.1.0}/strongdm/accounts_history_pb2.py +0 -0
- {strongdm-8.4.0 → strongdm-9.1.0}/strongdm/accounts_history_pb2_grpc.py +0 -0
- {strongdm-8.4.0 → strongdm-9.1.0}/strongdm/accounts_pb2.py +0 -0
- {strongdm-8.4.0 → strongdm-9.1.0}/strongdm/accounts_pb2_grpc.py +0 -0
- {strongdm-8.4.0 → strongdm-9.1.0}/strongdm/activities_pb2.py +0 -0
- {strongdm-8.4.0 → strongdm-9.1.0}/strongdm/activities_pb2_grpc.py +0 -0
- {strongdm-8.4.0 → strongdm-9.1.0}/strongdm/approval_workflow_approvers_history_pb2.py +0 -0
- {strongdm-8.4.0 → strongdm-9.1.0}/strongdm/approval_workflow_approvers_history_pb2_grpc.py +0 -0
- {strongdm-8.4.0 → strongdm-9.1.0}/strongdm/approval_workflow_approvers_pb2.py +0 -0
- {strongdm-8.4.0 → strongdm-9.1.0}/strongdm/approval_workflow_approvers_pb2_grpc.py +0 -0
- {strongdm-8.4.0 → strongdm-9.1.0}/strongdm/approval_workflow_steps_history_pb2.py +0 -0
- {strongdm-8.4.0 → strongdm-9.1.0}/strongdm/approval_workflow_steps_history_pb2_grpc.py +0 -0
- {strongdm-8.4.0 → strongdm-9.1.0}/strongdm/approval_workflow_steps_pb2.py +0 -0
- {strongdm-8.4.0 → strongdm-9.1.0}/strongdm/approval_workflow_steps_pb2_grpc.py +0 -0
- {strongdm-8.4.0 → strongdm-9.1.0}/strongdm/approval_workflows_history_pb2.py +0 -0
- {strongdm-8.4.0 → strongdm-9.1.0}/strongdm/approval_workflows_history_pb2_grpc.py +0 -0
- {strongdm-8.4.0 → strongdm-9.1.0}/strongdm/approval_workflows_pb2.py +0 -0
- {strongdm-8.4.0 → strongdm-9.1.0}/strongdm/approval_workflows_pb2_grpc.py +0 -0
- {strongdm-8.4.0 → strongdm-9.1.0}/strongdm/constants.py +0 -0
- {strongdm-8.4.0 → strongdm-9.1.0}/strongdm/control_panel_pb2.py +0 -0
- {strongdm-8.4.0 → strongdm-9.1.0}/strongdm/control_panel_pb2_grpc.py +0 -0
- {strongdm-8.4.0 → strongdm-9.1.0}/strongdm/drivers_pb2_grpc.py +0 -0
- {strongdm-8.4.0 → strongdm-9.1.0}/strongdm/errors.py +0 -0
- {strongdm-8.4.0 → strongdm-9.1.0}/strongdm/nodes_history_pb2.py +0 -0
- {strongdm-8.4.0 → strongdm-9.1.0}/strongdm/nodes_history_pb2_grpc.py +0 -0
- {strongdm-8.4.0 → strongdm-9.1.0}/strongdm/nodes_pb2.py +0 -0
- {strongdm-8.4.0 → strongdm-9.1.0}/strongdm/nodes_pb2_grpc.py +0 -0
- {strongdm-8.4.0 → strongdm-9.1.0}/strongdm/options_pb2.py +0 -0
- {strongdm-8.4.0 → strongdm-9.1.0}/strongdm/options_pb2_grpc.py +0 -0
- {strongdm-8.4.0 → strongdm-9.1.0}/strongdm/organization_history_pb2.py +0 -0
- {strongdm-8.4.0 → strongdm-9.1.0}/strongdm/organization_history_pb2_grpc.py +0 -0
- {strongdm-8.4.0 → strongdm-9.1.0}/strongdm/peering_group_nodes_pb2.py +0 -0
- {strongdm-8.4.0 → strongdm-9.1.0}/strongdm/peering_group_nodes_pb2_grpc.py +0 -0
- {strongdm-8.4.0 → strongdm-9.1.0}/strongdm/peering_group_peers_pb2.py +0 -0
- {strongdm-8.4.0 → strongdm-9.1.0}/strongdm/peering_group_peers_pb2_grpc.py +0 -0
- {strongdm-8.4.0 → strongdm-9.1.0}/strongdm/peering_group_resources_pb2.py +0 -0
- {strongdm-8.4.0 → strongdm-9.1.0}/strongdm/peering_group_resources_pb2_grpc.py +0 -0
- {strongdm-8.4.0 → strongdm-9.1.0}/strongdm/peering_groups_pb2.py +0 -0
- {strongdm-8.4.0 → strongdm-9.1.0}/strongdm/peering_groups_pb2_grpc.py +0 -0
- {strongdm-8.4.0 → strongdm-9.1.0}/strongdm/queries_pb2.py +0 -0
- {strongdm-8.4.0 → strongdm-9.1.0}/strongdm/queries_pb2_grpc.py +0 -0
- {strongdm-8.4.0 → strongdm-9.1.0}/strongdm/remote_identities_history_pb2_grpc.py +0 -0
- {strongdm-8.4.0 → strongdm-9.1.0}/strongdm/remote_identities_pb2_grpc.py +0 -0
- {strongdm-8.4.0 → strongdm-9.1.0}/strongdm/remote_identity_groups_history_pb2_grpc.py +0 -0
- {strongdm-8.4.0 → strongdm-9.1.0}/strongdm/remote_identity_groups_pb2_grpc.py +0 -0
- {strongdm-8.4.0 → strongdm-9.1.0}/strongdm/replays_pb2.py +0 -0
- {strongdm-8.4.0 → strongdm-9.1.0}/strongdm/replays_pb2_grpc.py +0 -0
- {strongdm-8.4.0 → strongdm-9.1.0}/strongdm/resources_history_pb2.py +0 -0
- {strongdm-8.4.0 → strongdm-9.1.0}/strongdm/resources_history_pb2_grpc.py +0 -0
- {strongdm-8.4.0 → strongdm-9.1.0}/strongdm/resources_pb2.py +0 -0
- {strongdm-8.4.0 → strongdm-9.1.0}/strongdm/resources_pb2_grpc.py +0 -0
- {strongdm-8.4.0 → strongdm-9.1.0}/strongdm/role_resources_history_pb2.py +0 -0
- {strongdm-8.4.0 → strongdm-9.1.0}/strongdm/role_resources_history_pb2_grpc.py +0 -0
- {strongdm-8.4.0 → strongdm-9.1.0}/strongdm/role_resources_pb2.py +0 -0
- {strongdm-8.4.0 → strongdm-9.1.0}/strongdm/role_resources_pb2_grpc.py +0 -0
- {strongdm-8.4.0 → strongdm-9.1.0}/strongdm/roles_history_pb2.py +0 -0
- {strongdm-8.4.0 → strongdm-9.1.0}/strongdm/roles_history_pb2_grpc.py +0 -0
- {strongdm-8.4.0 → strongdm-9.1.0}/strongdm/roles_pb2.py +0 -0
- {strongdm-8.4.0 → strongdm-9.1.0}/strongdm/roles_pb2_grpc.py +0 -0
- {strongdm-8.4.0 → strongdm-9.1.0}/strongdm/secret_store_healths_pb2.py +0 -0
- {strongdm-8.4.0 → strongdm-9.1.0}/strongdm/secret_store_healths_pb2_grpc.py +0 -0
- {strongdm-8.4.0 → strongdm-9.1.0}/strongdm/secret_store_types_pb2.py +0 -0
- {strongdm-8.4.0 → strongdm-9.1.0}/strongdm/secret_store_types_pb2_grpc.py +0 -0
- {strongdm-8.4.0 → strongdm-9.1.0}/strongdm/secret_stores_history_pb2.py +0 -0
- {strongdm-8.4.0 → strongdm-9.1.0}/strongdm/secret_stores_history_pb2_grpc.py +0 -0
- {strongdm-8.4.0 → strongdm-9.1.0}/strongdm/secret_stores_pb2.py +0 -0
- {strongdm-8.4.0 → strongdm-9.1.0}/strongdm/secret_stores_pb2_grpc.py +0 -0
- {strongdm-8.4.0 → strongdm-9.1.0}/strongdm/spec_pb2.py +0 -0
- {strongdm-8.4.0 → strongdm-9.1.0}/strongdm/spec_pb2_grpc.py +0 -0
- {strongdm-8.4.0 → strongdm-9.1.0}/strongdm/tags_pb2.py +0 -0
- {strongdm-8.4.0 → strongdm-9.1.0}/strongdm/tags_pb2_grpc.py +0 -0
- {strongdm-8.4.0 → strongdm-9.1.0}/strongdm/workflow_approvers_history_pb2.py +0 -0
- {strongdm-8.4.0 → strongdm-9.1.0}/strongdm/workflow_approvers_history_pb2_grpc.py +0 -0
- {strongdm-8.4.0 → strongdm-9.1.0}/strongdm/workflow_approvers_pb2.py +0 -0
- {strongdm-8.4.0 → strongdm-9.1.0}/strongdm/workflow_approvers_pb2_grpc.py +0 -0
- {strongdm-8.4.0 → strongdm-9.1.0}/strongdm/workflow_assignments_history_pb2.py +0 -0
- {strongdm-8.4.0 → strongdm-9.1.0}/strongdm/workflow_assignments_history_pb2_grpc.py +0 -0
- {strongdm-8.4.0 → strongdm-9.1.0}/strongdm/workflow_assignments_pb2.py +0 -0
- {strongdm-8.4.0 → strongdm-9.1.0}/strongdm/workflow_assignments_pb2_grpc.py +0 -0
- {strongdm-8.4.0 → strongdm-9.1.0}/strongdm/workflow_roles_history_pb2.py +0 -0
- {strongdm-8.4.0 → strongdm-9.1.0}/strongdm/workflow_roles_history_pb2_grpc.py +0 -0
- {strongdm-8.4.0 → strongdm-9.1.0}/strongdm/workflow_roles_pb2.py +0 -0
- {strongdm-8.4.0 → strongdm-9.1.0}/strongdm/workflow_roles_pb2_grpc.py +0 -0
- {strongdm-8.4.0 → strongdm-9.1.0}/strongdm/workflows_history_pb2.py +0 -0
- {strongdm-8.4.0 → strongdm-9.1.0}/strongdm/workflows_history_pb2_grpc.py +0 -0
- {strongdm-8.4.0 → strongdm-9.1.0}/strongdm/workflows_pb2.py +0 -0
- {strongdm-8.4.0 → strongdm-9.1.0}/strongdm/workflows_pb2_grpc.py +0 -0
- {strongdm-8.4.0 → strongdm-9.1.0}/strongdm.egg-info/dependency_links.txt +0 -0
- {strongdm-8.4.0 → strongdm-9.1.0}/strongdm.egg-info/requires.txt +0 -0
- {strongdm-8.4.0 → strongdm-9.1.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,461 @@ 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_create_response_to_porcelain(plumbing):
|
5312
|
+
if plumbing is None:
|
5313
|
+
return None
|
5314
|
+
porcelain = models.IdentitySetCreateResponse()
|
5315
|
+
porcelain.identity_set = convert_identity_set_to_porcelain(
|
5316
|
+
plumbing.identity_set)
|
5317
|
+
porcelain.meta = convert_create_response_metadata_to_porcelain(
|
5318
|
+
plumbing.meta)
|
5319
|
+
porcelain.rate_limit = convert_rate_limit_metadata_to_porcelain(
|
5320
|
+
plumbing.rate_limit)
|
5321
|
+
return porcelain
|
5322
|
+
|
5323
|
+
|
5324
|
+
def convert_identity_set_create_response_to_plumbing(porcelain):
|
5325
|
+
plumbing = IdentitySetCreateResponse()
|
5326
|
+
if porcelain is None:
|
5327
|
+
return plumbing
|
5328
|
+
plumbing.identity_set.CopyFrom(
|
5329
|
+
convert_identity_set_to_plumbing(porcelain.identity_set))
|
5330
|
+
plumbing.meta.CopyFrom(
|
5331
|
+
convert_create_response_metadata_to_plumbing(porcelain.meta))
|
5332
|
+
plumbing.rate_limit.CopyFrom(
|
5333
|
+
convert_rate_limit_metadata_to_plumbing(porcelain.rate_limit))
|
5334
|
+
return plumbing
|
5335
|
+
|
5336
|
+
|
5337
|
+
def convert_repeated_identity_set_create_response_to_plumbing(porcelains):
|
5338
|
+
return [
|
5339
|
+
convert_identity_set_create_response_to_plumbing(porcelain)
|
5340
|
+
for porcelain in porcelains
|
5341
|
+
]
|
5342
|
+
|
5343
|
+
|
5344
|
+
def convert_repeated_identity_set_create_response_to_porcelain(plumbings):
|
5345
|
+
return [
|
5346
|
+
convert_identity_set_create_response_to_porcelain(plumbing)
|
5347
|
+
for plumbing in plumbings
|
5348
|
+
]
|
5349
|
+
|
5350
|
+
|
5351
|
+
def convert_identity_set_delete_response_to_porcelain(plumbing):
|
5352
|
+
if plumbing is None:
|
5353
|
+
return None
|
5354
|
+
porcelain = models.IdentitySetDeleteResponse()
|
5355
|
+
porcelain.meta = convert_delete_response_metadata_to_porcelain(
|
5356
|
+
plumbing.meta)
|
5357
|
+
porcelain.rate_limit = convert_rate_limit_metadata_to_porcelain(
|
5358
|
+
plumbing.rate_limit)
|
5359
|
+
return porcelain
|
5360
|
+
|
5361
|
+
|
5362
|
+
def convert_identity_set_delete_response_to_plumbing(porcelain):
|
5363
|
+
plumbing = IdentitySetDeleteResponse()
|
5364
|
+
if porcelain is None:
|
5365
|
+
return plumbing
|
5366
|
+
plumbing.meta.CopyFrom(
|
5367
|
+
convert_delete_response_metadata_to_plumbing(porcelain.meta))
|
5368
|
+
plumbing.rate_limit.CopyFrom(
|
5369
|
+
convert_rate_limit_metadata_to_plumbing(porcelain.rate_limit))
|
5370
|
+
return plumbing
|
5371
|
+
|
5372
|
+
|
5373
|
+
def convert_repeated_identity_set_delete_response_to_plumbing(porcelains):
|
5374
|
+
return [
|
5375
|
+
convert_identity_set_delete_response_to_plumbing(porcelain)
|
5376
|
+
for porcelain in porcelains
|
5377
|
+
]
|
5378
|
+
|
5379
|
+
|
5380
|
+
def convert_repeated_identity_set_delete_response_to_porcelain(plumbings):
|
5381
|
+
return [
|
5382
|
+
convert_identity_set_delete_response_to_porcelain(plumbing)
|
5383
|
+
for plumbing in plumbings
|
5384
|
+
]
|
5385
|
+
|
5386
|
+
|
5387
|
+
def convert_identity_set_get_response_to_porcelain(plumbing):
|
5388
|
+
if plumbing is None:
|
5389
|
+
return None
|
5390
|
+
porcelain = models.IdentitySetGetResponse()
|
5391
|
+
porcelain.identity_set = convert_identity_set_to_porcelain(
|
5392
|
+
plumbing.identity_set)
|
5393
|
+
porcelain.meta = convert_get_response_metadata_to_porcelain(plumbing.meta)
|
5394
|
+
porcelain.rate_limit = convert_rate_limit_metadata_to_porcelain(
|
5395
|
+
plumbing.rate_limit)
|
5396
|
+
return porcelain
|
5397
|
+
|
5398
|
+
|
5399
|
+
def convert_identity_set_get_response_to_plumbing(porcelain):
|
5400
|
+
plumbing = IdentitySetGetResponse()
|
5401
|
+
if porcelain is None:
|
5402
|
+
return plumbing
|
5403
|
+
plumbing.identity_set.CopyFrom(
|
5404
|
+
convert_identity_set_to_plumbing(porcelain.identity_set))
|
5405
|
+
plumbing.meta.CopyFrom(
|
5406
|
+
convert_get_response_metadata_to_plumbing(porcelain.meta))
|
5407
|
+
plumbing.rate_limit.CopyFrom(
|
5408
|
+
convert_rate_limit_metadata_to_plumbing(porcelain.rate_limit))
|
5409
|
+
return plumbing
|
5410
|
+
|
5411
|
+
|
5412
|
+
def convert_repeated_identity_set_get_response_to_plumbing(porcelains):
|
5413
|
+
return [
|
5414
|
+
convert_identity_set_get_response_to_plumbing(porcelain)
|
5415
|
+
for porcelain in porcelains
|
5416
|
+
]
|
5417
|
+
|
5418
|
+
|
5419
|
+
def convert_repeated_identity_set_get_response_to_porcelain(plumbings):
|
5420
|
+
return [
|
5421
|
+
convert_identity_set_get_response_to_porcelain(plumbing)
|
5422
|
+
for plumbing in plumbings
|
5423
|
+
]
|
5424
|
+
|
5425
|
+
|
5426
|
+
def convert_identity_set_history_to_porcelain(plumbing):
|
5427
|
+
if plumbing is None:
|
5428
|
+
return None
|
5429
|
+
porcelain = models.IdentitySetHistory()
|
5430
|
+
porcelain.activity_id = (plumbing.activity_id)
|
5431
|
+
porcelain.deleted_at = convert_timestamp_to_porcelain(plumbing.deleted_at)
|
5432
|
+
porcelain.identity_set = convert_identity_set_to_porcelain(
|
5433
|
+
plumbing.identity_set)
|
5434
|
+
porcelain.timestamp = convert_timestamp_to_porcelain(plumbing.timestamp)
|
5435
|
+
return porcelain
|
5436
|
+
|
5437
|
+
|
5438
|
+
def convert_identity_set_history_to_plumbing(porcelain):
|
5439
|
+
plumbing = IdentitySetHistory()
|
5440
|
+
if porcelain is None:
|
5441
|
+
return plumbing
|
5442
|
+
plumbing.activity_id = (porcelain.activity_id)
|
5443
|
+
plumbing.deleted_at.CopyFrom(
|
5444
|
+
convert_timestamp_to_plumbing(porcelain.deleted_at))
|
5445
|
+
plumbing.identity_set.CopyFrom(
|
5446
|
+
convert_identity_set_to_plumbing(porcelain.identity_set))
|
5447
|
+
plumbing.timestamp.CopyFrom(
|
5448
|
+
convert_timestamp_to_plumbing(porcelain.timestamp))
|
5449
|
+
return plumbing
|
5450
|
+
|
5451
|
+
|
5452
|
+
def convert_repeated_identity_set_history_to_plumbing(porcelains):
|
5453
|
+
return [
|
5454
|
+
convert_identity_set_history_to_plumbing(porcelain)
|
5455
|
+
for porcelain in porcelains
|
5456
|
+
]
|
5457
|
+
|
5458
|
+
|
5459
|
+
def convert_repeated_identity_set_history_to_porcelain(plumbings):
|
5460
|
+
return [
|
5461
|
+
convert_identity_set_history_to_porcelain(plumbing)
|
5462
|
+
for plumbing in plumbings
|
5463
|
+
]
|
5464
|
+
|
5465
|
+
|
5466
|
+
def convert_identity_set_update_response_to_porcelain(plumbing):
|
5467
|
+
if plumbing is None:
|
5468
|
+
return None
|
5469
|
+
porcelain = models.IdentitySetUpdateResponse()
|
5470
|
+
porcelain.identity_set = convert_identity_set_to_porcelain(
|
5471
|
+
plumbing.identity_set)
|
5472
|
+
porcelain.meta = convert_update_response_metadata_to_porcelain(
|
5473
|
+
plumbing.meta)
|
5474
|
+
porcelain.rate_limit = convert_rate_limit_metadata_to_porcelain(
|
5475
|
+
plumbing.rate_limit)
|
5476
|
+
return porcelain
|
5477
|
+
|
5478
|
+
|
5479
|
+
def convert_identity_set_update_response_to_plumbing(porcelain):
|
5480
|
+
plumbing = IdentitySetUpdateResponse()
|
5481
|
+
if porcelain is None:
|
5482
|
+
return plumbing
|
5483
|
+
plumbing.identity_set.CopyFrom(
|
5484
|
+
convert_identity_set_to_plumbing(porcelain.identity_set))
|
5485
|
+
plumbing.meta.CopyFrom(
|
5486
|
+
convert_update_response_metadata_to_plumbing(porcelain.meta))
|
5487
|
+
plumbing.rate_limit.CopyFrom(
|
5488
|
+
convert_rate_limit_metadata_to_plumbing(porcelain.rate_limit))
|
5489
|
+
return plumbing
|
5490
|
+
|
5491
|
+
|
5492
|
+
def convert_repeated_identity_set_update_response_to_plumbing(porcelains):
|
5493
|
+
return [
|
5494
|
+
convert_identity_set_update_response_to_plumbing(porcelain)
|
5495
|
+
for porcelain in porcelains
|
5496
|
+
]
|
5497
|
+
|
5498
|
+
|
5499
|
+
def convert_repeated_identity_set_update_response_to_porcelain(plumbings):
|
5500
|
+
return [
|
5501
|
+
convert_identity_set_update_response_to_porcelain(plumbing)
|
5502
|
+
for plumbing in plumbings
|
5503
|
+
]
|
5504
|
+
|
5505
|
+
|
5053
5506
|
def convert_keyfactor_ssh_store_to_porcelain(plumbing):
|
5054
5507
|
if plumbing is None:
|
5055
5508
|
return None
|
@@ -5183,12 +5636,12 @@ def convert_kubernetes_to_porcelain(plumbing):
|
|
5183
5636
|
porcelain.healthy = (plumbing.healthy)
|
5184
5637
|
porcelain.hostname = (plumbing.hostname)
|
5185
5638
|
porcelain.id = (plumbing.id)
|
5639
|
+
porcelain.identity_alias_healthcheck_username = (
|
5640
|
+
plumbing.identity_alias_healthcheck_username)
|
5641
|
+
porcelain.identity_set_id = (plumbing.identity_set_id)
|
5186
5642
|
porcelain.name = (plumbing.name)
|
5187
5643
|
porcelain.port = (plumbing.port)
|
5188
5644
|
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
5645
|
porcelain.secret_store_id = (plumbing.secret_store_id)
|
5193
5646
|
porcelain.subdomain = (plumbing.subdomain)
|
5194
5647
|
porcelain.tags = convert_tags_to_porcelain(plumbing.tags)
|
@@ -5208,12 +5661,12 @@ def convert_kubernetes_to_plumbing(porcelain):
|
|
5208
5661
|
plumbing.healthy = (porcelain.healthy)
|
5209
5662
|
plumbing.hostname = (porcelain.hostname)
|
5210
5663
|
plumbing.id = (porcelain.id)
|
5664
|
+
plumbing.identity_alias_healthcheck_username = (
|
5665
|
+
porcelain.identity_alias_healthcheck_username)
|
5666
|
+
plumbing.identity_set_id = (porcelain.identity_set_id)
|
5211
5667
|
plumbing.name = (porcelain.name)
|
5212
5668
|
plumbing.port = (porcelain.port)
|
5213
5669
|
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
5670
|
plumbing.secret_store_id = (porcelain.secret_store_id)
|
5218
5671
|
plumbing.subdomain = (porcelain.subdomain)
|
5219
5672
|
plumbing.tags.CopyFrom(convert_tags_to_plumbing(porcelain.tags))
|
@@ -5298,12 +5751,12 @@ def convert_kubernetes_service_account_to_porcelain(plumbing):
|
|
5298
5751
|
porcelain.healthy = (plumbing.healthy)
|
5299
5752
|
porcelain.hostname = (plumbing.hostname)
|
5300
5753
|
porcelain.id = (plumbing.id)
|
5754
|
+
porcelain.identity_alias_healthcheck_username = (
|
5755
|
+
plumbing.identity_alias_healthcheck_username)
|
5756
|
+
porcelain.identity_set_id = (plumbing.identity_set_id)
|
5301
5757
|
porcelain.name = (plumbing.name)
|
5302
5758
|
porcelain.port = (plumbing.port)
|
5303
5759
|
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
5760
|
porcelain.secret_store_id = (plumbing.secret_store_id)
|
5308
5761
|
porcelain.subdomain = (plumbing.subdomain)
|
5309
5762
|
porcelain.tags = convert_tags_to_porcelain(plumbing.tags)
|
@@ -5321,12 +5774,12 @@ def convert_kubernetes_service_account_to_plumbing(porcelain):
|
|
5321
5774
|
plumbing.healthy = (porcelain.healthy)
|
5322
5775
|
plumbing.hostname = (porcelain.hostname)
|
5323
5776
|
plumbing.id = (porcelain.id)
|
5777
|
+
plumbing.identity_alias_healthcheck_username = (
|
5778
|
+
porcelain.identity_alias_healthcheck_username)
|
5779
|
+
plumbing.identity_set_id = (porcelain.identity_set_id)
|
5324
5780
|
plumbing.name = (porcelain.name)
|
5325
5781
|
plumbing.port = (porcelain.port)
|
5326
5782
|
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
5783
|
plumbing.secret_store_id = (porcelain.secret_store_id)
|
5331
5784
|
plumbing.subdomain = (porcelain.subdomain)
|
5332
5785
|
plumbing.tags.CopyFrom(convert_tags_to_plumbing(porcelain.tags))
|
@@ -7540,12 +7993,12 @@ def convert_rdp_cert_to_porcelain(plumbing):
|
|
7540
7993
|
porcelain.healthy = (plumbing.healthy)
|
7541
7994
|
porcelain.hostname = (plumbing.hostname)
|
7542
7995
|
porcelain.id = (plumbing.id)
|
7996
|
+
porcelain.identity_alias_healthcheck_username = (
|
7997
|
+
plumbing.identity_alias_healthcheck_username)
|
7998
|
+
porcelain.identity_set_id = (plumbing.identity_set_id)
|
7543
7999
|
porcelain.name = (plumbing.name)
|
7544
8000
|
porcelain.port = (plumbing.port)
|
7545
8001
|
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
8002
|
porcelain.secret_store_id = (plumbing.secret_store_id)
|
7550
8003
|
porcelain.subdomain = (plumbing.subdomain)
|
7551
8004
|
porcelain.tags = convert_tags_to_porcelain(plumbing.tags)
|
@@ -7562,12 +8015,12 @@ def convert_rdp_cert_to_plumbing(porcelain):
|
|
7562
8015
|
plumbing.healthy = (porcelain.healthy)
|
7563
8016
|
plumbing.hostname = (porcelain.hostname)
|
7564
8017
|
plumbing.id = (porcelain.id)
|
8018
|
+
plumbing.identity_alias_healthcheck_username = (
|
8019
|
+
porcelain.identity_alias_healthcheck_username)
|
8020
|
+
plumbing.identity_set_id = (porcelain.identity_set_id)
|
7565
8021
|
plumbing.name = (porcelain.name)
|
7566
8022
|
plumbing.port = (porcelain.port)
|
7567
8023
|
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
8024
|
plumbing.secret_store_id = (porcelain.secret_store_id)
|
7572
8025
|
plumbing.subdomain = (porcelain.subdomain)
|
7573
8026
|
plumbing.tags.CopyFrom(convert_tags_to_plumbing(porcelain.tags))
|
@@ -9626,14 +10079,14 @@ def convert_ssh_cert_to_porcelain(plumbing):
|
|
9626
10079
|
porcelain.healthy = (plumbing.healthy)
|
9627
10080
|
porcelain.hostname = (plumbing.hostname)
|
9628
10081
|
porcelain.id = (plumbing.id)
|
10082
|
+
porcelain.identity_alias_healthcheck_username = (
|
10083
|
+
plumbing.identity_alias_healthcheck_username)
|
10084
|
+
porcelain.identity_set_id = (plumbing.identity_set_id)
|
9629
10085
|
porcelain.key_type = (plumbing.key_type)
|
9630
10086
|
porcelain.name = (plumbing.name)
|
9631
10087
|
porcelain.port = (plumbing.port)
|
9632
10088
|
porcelain.port_forwarding = (plumbing.port_forwarding)
|
9633
10089
|
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
10090
|
porcelain.secret_store_id = (plumbing.secret_store_id)
|
9638
10091
|
porcelain.subdomain = (plumbing.subdomain)
|
9639
10092
|
porcelain.tags = convert_tags_to_porcelain(plumbing.tags)
|
@@ -9652,14 +10105,14 @@ def convert_ssh_cert_to_plumbing(porcelain):
|
|
9652
10105
|
plumbing.healthy = (porcelain.healthy)
|
9653
10106
|
plumbing.hostname = (porcelain.hostname)
|
9654
10107
|
plumbing.id = (porcelain.id)
|
10108
|
+
plumbing.identity_alias_healthcheck_username = (
|
10109
|
+
porcelain.identity_alias_healthcheck_username)
|
10110
|
+
plumbing.identity_set_id = (porcelain.identity_set_id)
|
9655
10111
|
plumbing.key_type = (porcelain.key_type)
|
9656
10112
|
plumbing.name = (porcelain.name)
|
9657
10113
|
plumbing.port = (porcelain.port)
|
9658
10114
|
plumbing.port_forwarding = (porcelain.port_forwarding)
|
9659
10115
|
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
10116
|
plumbing.secret_store_id = (porcelain.secret_store_id)
|
9664
10117
|
plumbing.subdomain = (porcelain.subdomain)
|
9665
10118
|
plumbing.tags.CopyFrom(convert_tags_to_plumbing(porcelain.tags))
|