strongdm 12.2.0__zip → 12.4.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-12.2.0 → strongdm-12.4.0}/PKG-INFO +2 -2
- {strongdm-12.2.0 → strongdm-12.4.0}/setup.py +2 -2
- {strongdm-12.2.0 → strongdm-12.4.0}/strongdm/access_requests_pb2.py +7 -5
- {strongdm-12.2.0 → strongdm-12.4.0}/strongdm/client.py +1 -1
- {strongdm-12.2.0 → strongdm-12.4.0}/strongdm/constants.py +1 -0
- {strongdm-12.2.0 → strongdm-12.4.0}/strongdm/drivers_pb2.py +358 -184
- {strongdm-12.2.0 → strongdm-12.4.0}/strongdm/models.py +623 -0
- {strongdm-12.2.0 → strongdm-12.4.0}/strongdm/plumbing.py +249 -0
- {strongdm-12.2.0 → strongdm-12.4.0}/strongdm/svc.py +4 -0
- {strongdm-12.2.0 → strongdm-12.4.0}/strongdm.egg-info/PKG-INFO +2 -2
- {strongdm-12.2.0 → strongdm-12.4.0}/LICENSE +0 -0
- {strongdm-12.2.0 → strongdm-12.4.0}/README.md +0 -0
- {strongdm-12.2.0 → strongdm-12.4.0}/setup.cfg +0 -0
- {strongdm-12.2.0 → strongdm-12.4.0}/strongdm/__init__.py +0 -0
- {strongdm-12.2.0 → strongdm-12.4.0}/strongdm/access_request_events_history_pb2.py +0 -0
- {strongdm-12.2.0 → strongdm-12.4.0}/strongdm/access_request_events_history_pb2_grpc.py +0 -0
- {strongdm-12.2.0 → strongdm-12.4.0}/strongdm/access_requests_history_pb2.py +0 -0
- {strongdm-12.2.0 → strongdm-12.4.0}/strongdm/access_requests_history_pb2_grpc.py +0 -0
- {strongdm-12.2.0 → strongdm-12.4.0}/strongdm/access_requests_pb2_grpc.py +0 -0
- {strongdm-12.2.0 → strongdm-12.4.0}/strongdm/account_attachments_history_pb2.py +0 -0
- {strongdm-12.2.0 → strongdm-12.4.0}/strongdm/account_attachments_history_pb2_grpc.py +0 -0
- {strongdm-12.2.0 → strongdm-12.4.0}/strongdm/account_attachments_pb2.py +0 -0
- {strongdm-12.2.0 → strongdm-12.4.0}/strongdm/account_attachments_pb2_grpc.py +0 -0
- {strongdm-12.2.0 → strongdm-12.4.0}/strongdm/account_grants_history_pb2.py +0 -0
- {strongdm-12.2.0 → strongdm-12.4.0}/strongdm/account_grants_history_pb2_grpc.py +0 -0
- {strongdm-12.2.0 → strongdm-12.4.0}/strongdm/account_grants_pb2.py +0 -0
- {strongdm-12.2.0 → strongdm-12.4.0}/strongdm/account_grants_pb2_grpc.py +0 -0
- {strongdm-12.2.0 → strongdm-12.4.0}/strongdm/account_permissions_pb2.py +0 -0
- {strongdm-12.2.0 → strongdm-12.4.0}/strongdm/account_permissions_pb2_grpc.py +0 -0
- {strongdm-12.2.0 → strongdm-12.4.0}/strongdm/account_resources_history_pb2.py +0 -0
- {strongdm-12.2.0 → strongdm-12.4.0}/strongdm/account_resources_history_pb2_grpc.py +0 -0
- {strongdm-12.2.0 → strongdm-12.4.0}/strongdm/account_resources_pb2.py +0 -0
- {strongdm-12.2.0 → strongdm-12.4.0}/strongdm/account_resources_pb2_grpc.py +0 -0
- {strongdm-12.2.0 → strongdm-12.4.0}/strongdm/accounts_history_pb2.py +0 -0
- {strongdm-12.2.0 → strongdm-12.4.0}/strongdm/accounts_history_pb2_grpc.py +0 -0
- {strongdm-12.2.0 → strongdm-12.4.0}/strongdm/accounts_pb2.py +0 -0
- {strongdm-12.2.0 → strongdm-12.4.0}/strongdm/accounts_pb2_grpc.py +0 -0
- {strongdm-12.2.0 → strongdm-12.4.0}/strongdm/activities_pb2.py +0 -0
- {strongdm-12.2.0 → strongdm-12.4.0}/strongdm/activities_pb2_grpc.py +0 -0
- {strongdm-12.2.0 → strongdm-12.4.0}/strongdm/approval_workflow_approvers_history_pb2.py +0 -0
- {strongdm-12.2.0 → strongdm-12.4.0}/strongdm/approval_workflow_approvers_history_pb2_grpc.py +0 -0
- {strongdm-12.2.0 → strongdm-12.4.0}/strongdm/approval_workflow_approvers_pb2.py +0 -0
- {strongdm-12.2.0 → strongdm-12.4.0}/strongdm/approval_workflow_approvers_pb2_grpc.py +0 -0
- {strongdm-12.2.0 → strongdm-12.4.0}/strongdm/approval_workflow_steps_history_pb2.py +0 -0
- {strongdm-12.2.0 → strongdm-12.4.0}/strongdm/approval_workflow_steps_history_pb2_grpc.py +0 -0
- {strongdm-12.2.0 → strongdm-12.4.0}/strongdm/approval_workflow_steps_pb2.py +0 -0
- {strongdm-12.2.0 → strongdm-12.4.0}/strongdm/approval_workflow_steps_pb2_grpc.py +0 -0
- {strongdm-12.2.0 → strongdm-12.4.0}/strongdm/approval_workflows_history_pb2.py +0 -0
- {strongdm-12.2.0 → strongdm-12.4.0}/strongdm/approval_workflows_history_pb2_grpc.py +0 -0
- {strongdm-12.2.0 → strongdm-12.4.0}/strongdm/approval_workflows_pb2.py +0 -0
- {strongdm-12.2.0 → strongdm-12.4.0}/strongdm/approval_workflows_pb2_grpc.py +0 -0
- {strongdm-12.2.0 → strongdm-12.4.0}/strongdm/control_panel_pb2.py +0 -0
- {strongdm-12.2.0 → strongdm-12.4.0}/strongdm/control_panel_pb2_grpc.py +0 -0
- {strongdm-12.2.0 → strongdm-12.4.0}/strongdm/drivers_pb2_grpc.py +0 -0
- {strongdm-12.2.0 → strongdm-12.4.0}/strongdm/errors.py +0 -0
- {strongdm-12.2.0 → strongdm-12.4.0}/strongdm/health_checks_pb2.py +0 -0
- {strongdm-12.2.0 → strongdm-12.4.0}/strongdm/health_checks_pb2_grpc.py +0 -0
- {strongdm-12.2.0 → strongdm-12.4.0}/strongdm/identity_aliases_history_pb2.py +0 -0
- {strongdm-12.2.0 → strongdm-12.4.0}/strongdm/identity_aliases_history_pb2_grpc.py +0 -0
- {strongdm-12.2.0 → strongdm-12.4.0}/strongdm/identity_aliases_pb2.py +0 -0
- {strongdm-12.2.0 → strongdm-12.4.0}/strongdm/identity_aliases_pb2_grpc.py +0 -0
- {strongdm-12.2.0 → strongdm-12.4.0}/strongdm/identity_sets_history_pb2.py +0 -0
- {strongdm-12.2.0 → strongdm-12.4.0}/strongdm/identity_sets_history_pb2_grpc.py +0 -0
- {strongdm-12.2.0 → strongdm-12.4.0}/strongdm/identity_sets_pb2.py +0 -0
- {strongdm-12.2.0 → strongdm-12.4.0}/strongdm/identity_sets_pb2_grpc.py +0 -0
- {strongdm-12.2.0 → strongdm-12.4.0}/strongdm/nodes_history_pb2.py +0 -0
- {strongdm-12.2.0 → strongdm-12.4.0}/strongdm/nodes_history_pb2_grpc.py +0 -0
- {strongdm-12.2.0 → strongdm-12.4.0}/strongdm/nodes_pb2.py +0 -0
- {strongdm-12.2.0 → strongdm-12.4.0}/strongdm/nodes_pb2_grpc.py +0 -0
- {strongdm-12.2.0 → strongdm-12.4.0}/strongdm/options_pb2.py +0 -0
- {strongdm-12.2.0 → strongdm-12.4.0}/strongdm/options_pb2_grpc.py +0 -0
- {strongdm-12.2.0 → strongdm-12.4.0}/strongdm/organization_history_pb2.py +0 -0
- {strongdm-12.2.0 → strongdm-12.4.0}/strongdm/organization_history_pb2_grpc.py +0 -0
- {strongdm-12.2.0 → strongdm-12.4.0}/strongdm/peering_group_nodes_pb2.py +0 -0
- {strongdm-12.2.0 → strongdm-12.4.0}/strongdm/peering_group_nodes_pb2_grpc.py +0 -0
- {strongdm-12.2.0 → strongdm-12.4.0}/strongdm/peering_group_peers_pb2.py +0 -0
- {strongdm-12.2.0 → strongdm-12.4.0}/strongdm/peering_group_peers_pb2_grpc.py +0 -0
- {strongdm-12.2.0 → strongdm-12.4.0}/strongdm/peering_group_resources_pb2.py +0 -0
- {strongdm-12.2.0 → strongdm-12.4.0}/strongdm/peering_group_resources_pb2_grpc.py +0 -0
- {strongdm-12.2.0 → strongdm-12.4.0}/strongdm/peering_groups_pb2.py +0 -0
- {strongdm-12.2.0 → strongdm-12.4.0}/strongdm/peering_groups_pb2_grpc.py +0 -0
- {strongdm-12.2.0 → strongdm-12.4.0}/strongdm/policies_history_pb2.py +0 -0
- {strongdm-12.2.0 → strongdm-12.4.0}/strongdm/policies_history_pb2_grpc.py +0 -0
- {strongdm-12.2.0 → strongdm-12.4.0}/strongdm/policies_pb2.py +0 -0
- {strongdm-12.2.0 → strongdm-12.4.0}/strongdm/policies_pb2_grpc.py +0 -0
- {strongdm-12.2.0 → strongdm-12.4.0}/strongdm/proxy_cluster_keys_pb2.py +0 -0
- {strongdm-12.2.0 → strongdm-12.4.0}/strongdm/proxy_cluster_keys_pb2_grpc.py +0 -0
- {strongdm-12.2.0 → strongdm-12.4.0}/strongdm/queries_pb2.py +0 -0
- {strongdm-12.2.0 → strongdm-12.4.0}/strongdm/queries_pb2_grpc.py +0 -0
- {strongdm-12.2.0 → strongdm-12.4.0}/strongdm/remote_identities_history_pb2.py +0 -0
- {strongdm-12.2.0 → strongdm-12.4.0}/strongdm/remote_identities_history_pb2_grpc.py +0 -0
- {strongdm-12.2.0 → strongdm-12.4.0}/strongdm/remote_identities_pb2.py +0 -0
- {strongdm-12.2.0 → strongdm-12.4.0}/strongdm/remote_identities_pb2_grpc.py +0 -0
- {strongdm-12.2.0 → strongdm-12.4.0}/strongdm/remote_identity_groups_history_pb2.py +0 -0
- {strongdm-12.2.0 → strongdm-12.4.0}/strongdm/remote_identity_groups_history_pb2_grpc.py +0 -0
- {strongdm-12.2.0 → strongdm-12.4.0}/strongdm/remote_identity_groups_pb2.py +0 -0
- {strongdm-12.2.0 → strongdm-12.4.0}/strongdm/remote_identity_groups_pb2_grpc.py +0 -0
- {strongdm-12.2.0 → strongdm-12.4.0}/strongdm/replays_pb2.py +0 -0
- {strongdm-12.2.0 → strongdm-12.4.0}/strongdm/replays_pb2_grpc.py +0 -0
- {strongdm-12.2.0 → strongdm-12.4.0}/strongdm/resources_history_pb2.py +0 -0
- {strongdm-12.2.0 → strongdm-12.4.0}/strongdm/resources_history_pb2_grpc.py +0 -0
- {strongdm-12.2.0 → strongdm-12.4.0}/strongdm/resources_pb2.py +0 -0
- {strongdm-12.2.0 → strongdm-12.4.0}/strongdm/resources_pb2_grpc.py +0 -0
- {strongdm-12.2.0 → strongdm-12.4.0}/strongdm/role_resources_history_pb2.py +0 -0
- {strongdm-12.2.0 → strongdm-12.4.0}/strongdm/role_resources_history_pb2_grpc.py +0 -0
- {strongdm-12.2.0 → strongdm-12.4.0}/strongdm/role_resources_pb2.py +0 -0
- {strongdm-12.2.0 → strongdm-12.4.0}/strongdm/role_resources_pb2_grpc.py +0 -0
- {strongdm-12.2.0 → strongdm-12.4.0}/strongdm/roles_history_pb2.py +0 -0
- {strongdm-12.2.0 → strongdm-12.4.0}/strongdm/roles_history_pb2_grpc.py +0 -0
- {strongdm-12.2.0 → strongdm-12.4.0}/strongdm/roles_pb2.py +0 -0
- {strongdm-12.2.0 → strongdm-12.4.0}/strongdm/roles_pb2_grpc.py +0 -0
- {strongdm-12.2.0 → strongdm-12.4.0}/strongdm/secret_engine_policy_pb2_grpc.py +0 -0
- {strongdm-12.2.0 → strongdm-12.4.0}/strongdm/secret_engine_types_pb2_grpc.py +0 -0
- {strongdm-12.2.0 → strongdm-12.4.0}/strongdm/secret_store_healths_pb2.py +0 -0
- {strongdm-12.2.0 → strongdm-12.4.0}/strongdm/secret_store_healths_pb2_grpc.py +0 -0
- {strongdm-12.2.0 → strongdm-12.4.0}/strongdm/secret_store_types_pb2.py +0 -0
- {strongdm-12.2.0 → strongdm-12.4.0}/strongdm/secret_store_types_pb2_grpc.py +0 -0
- {strongdm-12.2.0 → strongdm-12.4.0}/strongdm/secret_stores_history_pb2.py +0 -0
- {strongdm-12.2.0 → strongdm-12.4.0}/strongdm/secret_stores_history_pb2_grpc.py +0 -0
- {strongdm-12.2.0 → strongdm-12.4.0}/strongdm/secret_stores_pb2.py +0 -0
- {strongdm-12.2.0 → strongdm-12.4.0}/strongdm/secret_stores_pb2_grpc.py +0 -0
- {strongdm-12.2.0 → strongdm-12.4.0}/strongdm/spec_pb2.py +0 -0
- {strongdm-12.2.0 → strongdm-12.4.0}/strongdm/spec_pb2_grpc.py +0 -0
- {strongdm-12.2.0 → strongdm-12.4.0}/strongdm/tags_pb2.py +0 -0
- {strongdm-12.2.0 → strongdm-12.4.0}/strongdm/tags_pb2_grpc.py +0 -0
- {strongdm-12.2.0 → strongdm-12.4.0}/strongdm/workflow_approvers_history_pb2.py +0 -0
- {strongdm-12.2.0 → strongdm-12.4.0}/strongdm/workflow_approvers_history_pb2_grpc.py +0 -0
- {strongdm-12.2.0 → strongdm-12.4.0}/strongdm/workflow_approvers_pb2.py +0 -0
- {strongdm-12.2.0 → strongdm-12.4.0}/strongdm/workflow_approvers_pb2_grpc.py +0 -0
- {strongdm-12.2.0 → strongdm-12.4.0}/strongdm/workflow_assignments_history_pb2.py +0 -0
- {strongdm-12.2.0 → strongdm-12.4.0}/strongdm/workflow_assignments_history_pb2_grpc.py +0 -0
- {strongdm-12.2.0 → strongdm-12.4.0}/strongdm/workflow_assignments_pb2.py +0 -0
- {strongdm-12.2.0 → strongdm-12.4.0}/strongdm/workflow_assignments_pb2_grpc.py +0 -0
- {strongdm-12.2.0 → strongdm-12.4.0}/strongdm/workflow_roles_history_pb2.py +0 -0
- {strongdm-12.2.0 → strongdm-12.4.0}/strongdm/workflow_roles_history_pb2_grpc.py +0 -0
- {strongdm-12.2.0 → strongdm-12.4.0}/strongdm/workflow_roles_pb2.py +0 -0
- {strongdm-12.2.0 → strongdm-12.4.0}/strongdm/workflow_roles_pb2_grpc.py +0 -0
- {strongdm-12.2.0 → strongdm-12.4.0}/strongdm/workflows_history_pb2.py +0 -0
- {strongdm-12.2.0 → strongdm-12.4.0}/strongdm/workflows_history_pb2_grpc.py +0 -0
- {strongdm-12.2.0 → strongdm-12.4.0}/strongdm/workflows_pb2.py +0 -0
- {strongdm-12.2.0 → strongdm-12.4.0}/strongdm/workflows_pb2_grpc.py +0 -0
- {strongdm-12.2.0 → strongdm-12.4.0}/strongdm.egg-info/SOURCES.txt +0 -0
- {strongdm-12.2.0 → strongdm-12.4.0}/strongdm.egg-info/dependency_links.txt +0 -0
- {strongdm-12.2.0 → strongdm-12.4.0}/strongdm.egg-info/requires.txt +0 -0
- {strongdm-12.2.0 → strongdm-12.4.0}/strongdm.egg-info/top_level.txt +0 -0
@@ -3886,6 +3886,180 @@ def convert_repeated_citus_to_porcelain(plumbings):
|
|
3886
3886
|
return [convert_citus_to_porcelain(plumbing) for plumbing in plumbings]
|
3887
3887
|
|
3888
3888
|
|
3889
|
+
def convert_click_house_http_to_porcelain(plumbing):
|
3890
|
+
if plumbing is None:
|
3891
|
+
return None
|
3892
|
+
porcelain = models.ClickHouseHTTP()
|
3893
|
+
porcelain.bind_interface = (plumbing.bind_interface)
|
3894
|
+
porcelain.database = (plumbing.database)
|
3895
|
+
porcelain.egress_filter = (plumbing.egress_filter)
|
3896
|
+
porcelain.healthy = (plumbing.healthy)
|
3897
|
+
porcelain.id = (plumbing.id)
|
3898
|
+
porcelain.name = (plumbing.name)
|
3899
|
+
porcelain.password = (plumbing.password)
|
3900
|
+
porcelain.port_override = (plumbing.port_override)
|
3901
|
+
porcelain.proxy_cluster_id = (plumbing.proxy_cluster_id)
|
3902
|
+
porcelain.secret_store_id = (plumbing.secret_store_id)
|
3903
|
+
porcelain.tags = convert_tags_to_porcelain(plumbing.tags)
|
3904
|
+
porcelain.url = (plumbing.url)
|
3905
|
+
porcelain.username = (plumbing.username)
|
3906
|
+
return porcelain
|
3907
|
+
|
3908
|
+
|
3909
|
+
def convert_click_house_http_to_plumbing(porcelain):
|
3910
|
+
plumbing = ClickHouseHTTP()
|
3911
|
+
if porcelain is None:
|
3912
|
+
return plumbing
|
3913
|
+
plumbing.bind_interface = (porcelain.bind_interface)
|
3914
|
+
plumbing.database = (porcelain.database)
|
3915
|
+
plumbing.egress_filter = (porcelain.egress_filter)
|
3916
|
+
plumbing.healthy = (porcelain.healthy)
|
3917
|
+
plumbing.id = (porcelain.id)
|
3918
|
+
plumbing.name = (porcelain.name)
|
3919
|
+
plumbing.password = (porcelain.password)
|
3920
|
+
plumbing.port_override = (porcelain.port_override)
|
3921
|
+
plumbing.proxy_cluster_id = (porcelain.proxy_cluster_id)
|
3922
|
+
plumbing.secret_store_id = (porcelain.secret_store_id)
|
3923
|
+
plumbing.tags.CopyFrom(convert_tags_to_plumbing(porcelain.tags))
|
3924
|
+
plumbing.url = (porcelain.url)
|
3925
|
+
plumbing.username = (porcelain.username)
|
3926
|
+
return plumbing
|
3927
|
+
|
3928
|
+
|
3929
|
+
def convert_repeated_click_house_http_to_plumbing(porcelains):
|
3930
|
+
return [
|
3931
|
+
convert_click_house_http_to_plumbing(porcelain)
|
3932
|
+
for porcelain in porcelains
|
3933
|
+
]
|
3934
|
+
|
3935
|
+
|
3936
|
+
def convert_repeated_click_house_http_to_porcelain(plumbings):
|
3937
|
+
return [
|
3938
|
+
convert_click_house_http_to_porcelain(plumbing)
|
3939
|
+
for plumbing in plumbings
|
3940
|
+
]
|
3941
|
+
|
3942
|
+
|
3943
|
+
def convert_click_house_my_sql_to_porcelain(plumbing):
|
3944
|
+
if plumbing is None:
|
3945
|
+
return None
|
3946
|
+
porcelain = models.ClickHouseMySQL()
|
3947
|
+
porcelain.bind_interface = (plumbing.bind_interface)
|
3948
|
+
porcelain.database = (plumbing.database)
|
3949
|
+
porcelain.egress_filter = (plumbing.egress_filter)
|
3950
|
+
porcelain.healthy = (plumbing.healthy)
|
3951
|
+
porcelain.hostname = (plumbing.hostname)
|
3952
|
+
porcelain.id = (plumbing.id)
|
3953
|
+
porcelain.name = (plumbing.name)
|
3954
|
+
porcelain.password = (plumbing.password)
|
3955
|
+
porcelain.port = (plumbing.port)
|
3956
|
+
porcelain.port_override = (plumbing.port_override)
|
3957
|
+
porcelain.proxy_cluster_id = (plumbing.proxy_cluster_id)
|
3958
|
+
porcelain.require_native_auth = (plumbing.require_native_auth)
|
3959
|
+
porcelain.secret_store_id = (plumbing.secret_store_id)
|
3960
|
+
porcelain.subdomain = (plumbing.subdomain)
|
3961
|
+
porcelain.tags = convert_tags_to_porcelain(plumbing.tags)
|
3962
|
+
porcelain.username = (plumbing.username)
|
3963
|
+
return porcelain
|
3964
|
+
|
3965
|
+
|
3966
|
+
def convert_click_house_my_sql_to_plumbing(porcelain):
|
3967
|
+
plumbing = ClickHouseMySQL()
|
3968
|
+
if porcelain is None:
|
3969
|
+
return plumbing
|
3970
|
+
plumbing.bind_interface = (porcelain.bind_interface)
|
3971
|
+
plumbing.database = (porcelain.database)
|
3972
|
+
plumbing.egress_filter = (porcelain.egress_filter)
|
3973
|
+
plumbing.healthy = (porcelain.healthy)
|
3974
|
+
plumbing.hostname = (porcelain.hostname)
|
3975
|
+
plumbing.id = (porcelain.id)
|
3976
|
+
plumbing.name = (porcelain.name)
|
3977
|
+
plumbing.password = (porcelain.password)
|
3978
|
+
plumbing.port = (porcelain.port)
|
3979
|
+
plumbing.port_override = (porcelain.port_override)
|
3980
|
+
plumbing.proxy_cluster_id = (porcelain.proxy_cluster_id)
|
3981
|
+
plumbing.require_native_auth = (porcelain.require_native_auth)
|
3982
|
+
plumbing.secret_store_id = (porcelain.secret_store_id)
|
3983
|
+
plumbing.subdomain = (porcelain.subdomain)
|
3984
|
+
plumbing.tags.CopyFrom(convert_tags_to_plumbing(porcelain.tags))
|
3985
|
+
plumbing.username = (porcelain.username)
|
3986
|
+
return plumbing
|
3987
|
+
|
3988
|
+
|
3989
|
+
def convert_repeated_click_house_my_sql_to_plumbing(porcelains):
|
3990
|
+
return [
|
3991
|
+
convert_click_house_my_sql_to_plumbing(porcelain)
|
3992
|
+
for porcelain in porcelains
|
3993
|
+
]
|
3994
|
+
|
3995
|
+
|
3996
|
+
def convert_repeated_click_house_my_sql_to_porcelain(plumbings):
|
3997
|
+
return [
|
3998
|
+
convert_click_house_my_sql_to_porcelain(plumbing)
|
3999
|
+
for plumbing in plumbings
|
4000
|
+
]
|
4001
|
+
|
4002
|
+
|
4003
|
+
def convert_click_house_tcp_to_porcelain(plumbing):
|
4004
|
+
if plumbing is None:
|
4005
|
+
return None
|
4006
|
+
porcelain = models.ClickHouseTCP()
|
4007
|
+
porcelain.bind_interface = (plumbing.bind_interface)
|
4008
|
+
porcelain.database = (plumbing.database)
|
4009
|
+
porcelain.egress_filter = (plumbing.egress_filter)
|
4010
|
+
porcelain.healthy = (plumbing.healthy)
|
4011
|
+
porcelain.hostname = (plumbing.hostname)
|
4012
|
+
porcelain.id = (plumbing.id)
|
4013
|
+
porcelain.name = (plumbing.name)
|
4014
|
+
porcelain.password = (plumbing.password)
|
4015
|
+
porcelain.port = (plumbing.port)
|
4016
|
+
porcelain.port_override = (plumbing.port_override)
|
4017
|
+
porcelain.proxy_cluster_id = (plumbing.proxy_cluster_id)
|
4018
|
+
porcelain.secret_store_id = (plumbing.secret_store_id)
|
4019
|
+
porcelain.subdomain = (plumbing.subdomain)
|
4020
|
+
porcelain.tags = convert_tags_to_porcelain(plumbing.tags)
|
4021
|
+
porcelain.tls_required = (plumbing.tls_required)
|
4022
|
+
porcelain.username = (plumbing.username)
|
4023
|
+
return porcelain
|
4024
|
+
|
4025
|
+
|
4026
|
+
def convert_click_house_tcp_to_plumbing(porcelain):
|
4027
|
+
plumbing = ClickHouseTCP()
|
4028
|
+
if porcelain is None:
|
4029
|
+
return plumbing
|
4030
|
+
plumbing.bind_interface = (porcelain.bind_interface)
|
4031
|
+
plumbing.database = (porcelain.database)
|
4032
|
+
plumbing.egress_filter = (porcelain.egress_filter)
|
4033
|
+
plumbing.healthy = (porcelain.healthy)
|
4034
|
+
plumbing.hostname = (porcelain.hostname)
|
4035
|
+
plumbing.id = (porcelain.id)
|
4036
|
+
plumbing.name = (porcelain.name)
|
4037
|
+
plumbing.password = (porcelain.password)
|
4038
|
+
plumbing.port = (porcelain.port)
|
4039
|
+
plumbing.port_override = (porcelain.port_override)
|
4040
|
+
plumbing.proxy_cluster_id = (porcelain.proxy_cluster_id)
|
4041
|
+
plumbing.secret_store_id = (porcelain.secret_store_id)
|
4042
|
+
plumbing.subdomain = (porcelain.subdomain)
|
4043
|
+
plumbing.tags.CopyFrom(convert_tags_to_plumbing(porcelain.tags))
|
4044
|
+
plumbing.tls_required = (porcelain.tls_required)
|
4045
|
+
plumbing.username = (porcelain.username)
|
4046
|
+
return plumbing
|
4047
|
+
|
4048
|
+
|
4049
|
+
def convert_repeated_click_house_tcp_to_plumbing(porcelains):
|
4050
|
+
return [
|
4051
|
+
convert_click_house_tcp_to_plumbing(porcelain)
|
4052
|
+
for porcelain in porcelains
|
4053
|
+
]
|
4054
|
+
|
4055
|
+
|
4056
|
+
def convert_repeated_click_house_tcp_to_porcelain(plumbings):
|
4057
|
+
return [
|
4058
|
+
convert_click_house_tcp_to_porcelain(plumbing)
|
4059
|
+
for plumbing in plumbings
|
4060
|
+
]
|
4061
|
+
|
4062
|
+
|
3889
4063
|
def convert_clustrix_to_porcelain(plumbing):
|
3890
4064
|
if plumbing is None:
|
3891
4065
|
return None
|
@@ -4762,6 +4936,60 @@ def convert_repeated_dynamo_db_to_porcelain(plumbings):
|
|
4762
4936
|
return [convert_dynamo_db_to_porcelain(plumbing) for plumbing in plumbings]
|
4763
4937
|
|
4764
4938
|
|
4939
|
+
def convert_dynamo_dbiam_to_porcelain(plumbing):
|
4940
|
+
if plumbing is None:
|
4941
|
+
return None
|
4942
|
+
porcelain = models.DynamoDBIAM()
|
4943
|
+
porcelain.bind_interface = (plumbing.bind_interface)
|
4944
|
+
porcelain.egress_filter = (plumbing.egress_filter)
|
4945
|
+
porcelain.endpoint = (plumbing.endpoint)
|
4946
|
+
porcelain.healthy = (plumbing.healthy)
|
4947
|
+
porcelain.id = (plumbing.id)
|
4948
|
+
porcelain.name = (plumbing.name)
|
4949
|
+
porcelain.port_override = (plumbing.port_override)
|
4950
|
+
porcelain.proxy_cluster_id = (plumbing.proxy_cluster_id)
|
4951
|
+
porcelain.region = (plumbing.region)
|
4952
|
+
porcelain.role_arn = (plumbing.role_arn)
|
4953
|
+
porcelain.role_external_id = (plumbing.role_external_id)
|
4954
|
+
porcelain.secret_store_id = (plumbing.secret_store_id)
|
4955
|
+
porcelain.subdomain = (plumbing.subdomain)
|
4956
|
+
porcelain.tags = convert_tags_to_porcelain(plumbing.tags)
|
4957
|
+
return porcelain
|
4958
|
+
|
4959
|
+
|
4960
|
+
def convert_dynamo_dbiam_to_plumbing(porcelain):
|
4961
|
+
plumbing = DynamoDBIAM()
|
4962
|
+
if porcelain is None:
|
4963
|
+
return plumbing
|
4964
|
+
plumbing.bind_interface = (porcelain.bind_interface)
|
4965
|
+
plumbing.egress_filter = (porcelain.egress_filter)
|
4966
|
+
plumbing.endpoint = (porcelain.endpoint)
|
4967
|
+
plumbing.healthy = (porcelain.healthy)
|
4968
|
+
plumbing.id = (porcelain.id)
|
4969
|
+
plumbing.name = (porcelain.name)
|
4970
|
+
plumbing.port_override = (porcelain.port_override)
|
4971
|
+
plumbing.proxy_cluster_id = (porcelain.proxy_cluster_id)
|
4972
|
+
plumbing.region = (porcelain.region)
|
4973
|
+
plumbing.role_arn = (porcelain.role_arn)
|
4974
|
+
plumbing.role_external_id = (porcelain.role_external_id)
|
4975
|
+
plumbing.secret_store_id = (porcelain.secret_store_id)
|
4976
|
+
plumbing.subdomain = (porcelain.subdomain)
|
4977
|
+
plumbing.tags.CopyFrom(convert_tags_to_plumbing(porcelain.tags))
|
4978
|
+
return plumbing
|
4979
|
+
|
4980
|
+
|
4981
|
+
def convert_repeated_dynamo_dbiam_to_plumbing(porcelains):
|
4982
|
+
return [
|
4983
|
+
convert_dynamo_dbiam_to_plumbing(porcelain) for porcelain in porcelains
|
4984
|
+
]
|
4985
|
+
|
4986
|
+
|
4987
|
+
def convert_repeated_dynamo_dbiam_to_porcelain(plumbings):
|
4988
|
+
return [
|
4989
|
+
convert_dynamo_dbiam_to_porcelain(plumbing) for plumbing in plumbings
|
4990
|
+
]
|
4991
|
+
|
4992
|
+
|
4765
4993
|
def convert_elastic_to_porcelain(plumbing):
|
4766
4994
|
if plumbing is None:
|
4767
4995
|
return None
|
@@ -10038,6 +10266,15 @@ def convert_resource_to_plumbing(porcelain):
|
|
10038
10266
|
plumbing.cassandra.CopyFrom(convert_cassandra_to_plumbing(porcelain))
|
10039
10267
|
if isinstance(porcelain, models.Citus):
|
10040
10268
|
plumbing.citus.CopyFrom(convert_citus_to_plumbing(porcelain))
|
10269
|
+
if isinstance(porcelain, models.ClickHouseHTTP):
|
10270
|
+
plumbing.click_house_http.CopyFrom(
|
10271
|
+
convert_click_house_http_to_plumbing(porcelain))
|
10272
|
+
if isinstance(porcelain, models.ClickHouseMySQL):
|
10273
|
+
plumbing.click_house_my_sql.CopyFrom(
|
10274
|
+
convert_click_house_my_sql_to_plumbing(porcelain))
|
10275
|
+
if isinstance(porcelain, models.ClickHouseTCP):
|
10276
|
+
plumbing.click_house_tcp.CopyFrom(
|
10277
|
+
convert_click_house_tcp_to_plumbing(porcelain))
|
10041
10278
|
if isinstance(porcelain, models.Clustrix):
|
10042
10279
|
plumbing.clustrix.CopyFrom(convert_clustrix_to_plumbing(porcelain))
|
10043
10280
|
if isinstance(porcelain, models.Cockroach):
|
@@ -10062,6 +10299,9 @@ def convert_resource_to_plumbing(porcelain):
|
|
10062
10299
|
plumbing.druid.CopyFrom(convert_druid_to_plumbing(porcelain))
|
10063
10300
|
if isinstance(porcelain, models.DynamoDB):
|
10064
10301
|
plumbing.dynamo_db.CopyFrom(convert_dynamo_db_to_plumbing(porcelain))
|
10302
|
+
if isinstance(porcelain, models.DynamoDBIAM):
|
10303
|
+
plumbing.dynamo_dbiam.CopyFrom(
|
10304
|
+
convert_dynamo_dbiam_to_plumbing(porcelain))
|
10065
10305
|
if isinstance(porcelain, models.Elastic):
|
10066
10306
|
plumbing.elastic.CopyFrom(convert_elastic_to_plumbing(porcelain))
|
10067
10307
|
if isinstance(porcelain, models.ElasticacheRedis):
|
@@ -10265,6 +10505,13 @@ def convert_resource_to_porcelain(plumbing):
|
|
10265
10505
|
return convert_cassandra_to_porcelain(plumbing.cassandra)
|
10266
10506
|
if plumbing.HasField('citus'):
|
10267
10507
|
return convert_citus_to_porcelain(plumbing.citus)
|
10508
|
+
if plumbing.HasField('click_house_http'):
|
10509
|
+
return convert_click_house_http_to_porcelain(plumbing.click_house_http)
|
10510
|
+
if plumbing.HasField('click_house_my_sql'):
|
10511
|
+
return convert_click_house_my_sql_to_porcelain(
|
10512
|
+
plumbing.click_house_my_sql)
|
10513
|
+
if plumbing.HasField('click_house_tcp'):
|
10514
|
+
return convert_click_house_tcp_to_porcelain(plumbing.click_house_tcp)
|
10268
10515
|
if plumbing.HasField('clustrix'):
|
10269
10516
|
return convert_clustrix_to_porcelain(plumbing.clustrix)
|
10270
10517
|
if plumbing.HasField('cockroach'):
|
@@ -10287,6 +10534,8 @@ def convert_resource_to_porcelain(plumbing):
|
|
10287
10534
|
return convert_druid_to_porcelain(plumbing.druid)
|
10288
10535
|
if plumbing.HasField('dynamo_db'):
|
10289
10536
|
return convert_dynamo_db_to_porcelain(plumbing.dynamo_db)
|
10537
|
+
if plumbing.HasField('dynamo_dbiam'):
|
10538
|
+
return convert_dynamo_dbiam_to_porcelain(plumbing.dynamo_dbiam)
|
10290
10539
|
if plumbing.HasField('elastic'):
|
10291
10540
|
return convert_elastic_to_porcelain(plumbing.elastic)
|
10292
10541
|
if plumbing.HasField('elasticache_redis'):
|
@@ -4482,6 +4482,9 @@ class Resources:
|
|
4482
4482
|
`strongdm.models.BigQuery`
|
4483
4483
|
`strongdm.models.Cassandra`
|
4484
4484
|
`strongdm.models.Citus`
|
4485
|
+
`strongdm.models.ClickHouseHTTP`
|
4486
|
+
`strongdm.models.ClickHouseMySQL`
|
4487
|
+
`strongdm.models.ClickHouseTCP`
|
4485
4488
|
`strongdm.models.Clustrix`
|
4486
4489
|
`strongdm.models.Cockroach`
|
4487
4490
|
`strongdm.models.CouchbaseDatabase`
|
@@ -4492,6 +4495,7 @@ class Resources:
|
|
4492
4495
|
`strongdm.models.DocumentDBReplicaSet`
|
4493
4496
|
`strongdm.models.Druid`
|
4494
4497
|
`strongdm.models.DynamoDB`
|
4498
|
+
`strongdm.models.DynamoDBIAM`
|
4495
4499
|
`strongdm.models.Elastic`
|
4496
4500
|
`strongdm.models.ElasticacheRedis`
|
4497
4501
|
`strongdm.models.GCP`
|
@@ -1,12 +1,12 @@
|
|
1
1
|
Metadata-Version: 2.1
|
2
2
|
Name: strongdm
|
3
|
-
Version: 12.
|
3
|
+
Version: 12.4.0
|
4
4
|
Summary: strongDM SDK for the Python programming language.
|
5
5
|
Home-page: https://github.com/strongdm/strongdm-sdk-python
|
6
6
|
Author: strongDM Team
|
7
7
|
Author-email: sdk-feedback@strongdm.com
|
8
8
|
License: apache-2.0
|
9
|
-
Download-URL: https://github.com/strongdm/strongdm-sdk-python/archive/v12.
|
9
|
+
Download-URL: https://github.com/strongdm/strongdm-sdk-python/archive/v12.4.0.tar.gz
|
10
10
|
Keywords: strongDM,sdm,api,automation,security,audit,database,server,ssh,rdp
|
11
11
|
Platform: UNKNOWN
|
12
12
|
Classifier: Development Status :: 4 - Beta
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{strongdm-12.2.0 → strongdm-12.4.0}/strongdm/approval_workflow_approvers_history_pb2_grpc.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|