strongdm 12.2.0__zip → 12.5.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.5.0}/PKG-INFO +2 -2
- {strongdm-12.2.0 → strongdm-12.5.0}/setup.py +2 -2
- {strongdm-12.2.0 → strongdm-12.5.0}/strongdm/access_requests_pb2.py +7 -5
- {strongdm-12.2.0 → strongdm-12.5.0}/strongdm/client.py +1 -1
- {strongdm-12.2.0 → strongdm-12.5.0}/strongdm/constants.py +1 -0
- {strongdm-12.2.0 → strongdm-12.5.0}/strongdm/drivers_pb2.py +398 -184
- {strongdm-12.2.0 → strongdm-12.5.0}/strongdm/models.py +805 -43
- {strongdm-12.2.0 → strongdm-12.5.0}/strongdm/plumbing.py +309 -0
- {strongdm-12.2.0 → strongdm-12.5.0}/strongdm/svc.py +5 -0
- {strongdm-12.2.0 → strongdm-12.5.0}/strongdm.egg-info/PKG-INFO +2 -2
- {strongdm-12.2.0 → strongdm-12.5.0}/LICENSE +0 -0
- {strongdm-12.2.0 → strongdm-12.5.0}/README.md +0 -0
- {strongdm-12.2.0 → strongdm-12.5.0}/setup.cfg +0 -0
- {strongdm-12.2.0 → strongdm-12.5.0}/strongdm/__init__.py +0 -0
- {strongdm-12.2.0 → strongdm-12.5.0}/strongdm/access_request_events_history_pb2.py +0 -0
- {strongdm-12.2.0 → strongdm-12.5.0}/strongdm/access_request_events_history_pb2_grpc.py +0 -0
- {strongdm-12.2.0 → strongdm-12.5.0}/strongdm/access_requests_history_pb2.py +0 -0
- {strongdm-12.2.0 → strongdm-12.5.0}/strongdm/access_requests_history_pb2_grpc.py +0 -0
- {strongdm-12.2.0 → strongdm-12.5.0}/strongdm/access_requests_pb2_grpc.py +0 -0
- {strongdm-12.2.0 → strongdm-12.5.0}/strongdm/account_attachments_history_pb2.py +0 -0
- {strongdm-12.2.0 → strongdm-12.5.0}/strongdm/account_attachments_history_pb2_grpc.py +0 -0
- {strongdm-12.2.0 → strongdm-12.5.0}/strongdm/account_attachments_pb2.py +0 -0
- {strongdm-12.2.0 → strongdm-12.5.0}/strongdm/account_attachments_pb2_grpc.py +0 -0
- {strongdm-12.2.0 → strongdm-12.5.0}/strongdm/account_grants_history_pb2.py +0 -0
- {strongdm-12.2.0 → strongdm-12.5.0}/strongdm/account_grants_history_pb2_grpc.py +0 -0
- {strongdm-12.2.0 → strongdm-12.5.0}/strongdm/account_grants_pb2.py +0 -0
- {strongdm-12.2.0 → strongdm-12.5.0}/strongdm/account_grants_pb2_grpc.py +0 -0
- {strongdm-12.2.0 → strongdm-12.5.0}/strongdm/account_permissions_pb2.py +0 -0
- {strongdm-12.2.0 → strongdm-12.5.0}/strongdm/account_permissions_pb2_grpc.py +0 -0
- {strongdm-12.2.0 → strongdm-12.5.0}/strongdm/account_resources_history_pb2.py +0 -0
- {strongdm-12.2.0 → strongdm-12.5.0}/strongdm/account_resources_history_pb2_grpc.py +0 -0
- {strongdm-12.2.0 → strongdm-12.5.0}/strongdm/account_resources_pb2.py +0 -0
- {strongdm-12.2.0 → strongdm-12.5.0}/strongdm/account_resources_pb2_grpc.py +0 -0
- {strongdm-12.2.0 → strongdm-12.5.0}/strongdm/accounts_history_pb2.py +0 -0
- {strongdm-12.2.0 → strongdm-12.5.0}/strongdm/accounts_history_pb2_grpc.py +0 -0
- {strongdm-12.2.0 → strongdm-12.5.0}/strongdm/accounts_pb2.py +0 -0
- {strongdm-12.2.0 → strongdm-12.5.0}/strongdm/accounts_pb2_grpc.py +0 -0
- {strongdm-12.2.0 → strongdm-12.5.0}/strongdm/activities_pb2.py +0 -0
- {strongdm-12.2.0 → strongdm-12.5.0}/strongdm/activities_pb2_grpc.py +0 -0
- {strongdm-12.2.0 → strongdm-12.5.0}/strongdm/approval_workflow_approvers_history_pb2.py +0 -0
- {strongdm-12.2.0 → strongdm-12.5.0}/strongdm/approval_workflow_approvers_history_pb2_grpc.py +0 -0
- {strongdm-12.2.0 → strongdm-12.5.0}/strongdm/approval_workflow_approvers_pb2.py +0 -0
- {strongdm-12.2.0 → strongdm-12.5.0}/strongdm/approval_workflow_approvers_pb2_grpc.py +0 -0
- {strongdm-12.2.0 → strongdm-12.5.0}/strongdm/approval_workflow_steps_history_pb2.py +0 -0
- {strongdm-12.2.0 → strongdm-12.5.0}/strongdm/approval_workflow_steps_history_pb2_grpc.py +0 -0
- {strongdm-12.2.0 → strongdm-12.5.0}/strongdm/approval_workflow_steps_pb2.py +0 -0
- {strongdm-12.2.0 → strongdm-12.5.0}/strongdm/approval_workflow_steps_pb2_grpc.py +0 -0
- {strongdm-12.2.0 → strongdm-12.5.0}/strongdm/approval_workflows_history_pb2.py +0 -0
- {strongdm-12.2.0 → strongdm-12.5.0}/strongdm/approval_workflows_history_pb2_grpc.py +0 -0
- {strongdm-12.2.0 → strongdm-12.5.0}/strongdm/approval_workflows_pb2.py +0 -0
- {strongdm-12.2.0 → strongdm-12.5.0}/strongdm/approval_workflows_pb2_grpc.py +0 -0
- {strongdm-12.2.0 → strongdm-12.5.0}/strongdm/control_panel_pb2.py +0 -0
- {strongdm-12.2.0 → strongdm-12.5.0}/strongdm/control_panel_pb2_grpc.py +0 -0
- {strongdm-12.2.0 → strongdm-12.5.0}/strongdm/drivers_pb2_grpc.py +0 -0
- {strongdm-12.2.0 → strongdm-12.5.0}/strongdm/errors.py +0 -0
- {strongdm-12.2.0 → strongdm-12.5.0}/strongdm/health_checks_pb2.py +0 -0
- {strongdm-12.2.0 → strongdm-12.5.0}/strongdm/health_checks_pb2_grpc.py +0 -0
- {strongdm-12.2.0 → strongdm-12.5.0}/strongdm/identity_aliases_history_pb2.py +0 -0
- {strongdm-12.2.0 → strongdm-12.5.0}/strongdm/identity_aliases_history_pb2_grpc.py +0 -0
- {strongdm-12.2.0 → strongdm-12.5.0}/strongdm/identity_aliases_pb2.py +0 -0
- {strongdm-12.2.0 → strongdm-12.5.0}/strongdm/identity_aliases_pb2_grpc.py +0 -0
- {strongdm-12.2.0 → strongdm-12.5.0}/strongdm/identity_sets_history_pb2.py +0 -0
- {strongdm-12.2.0 → strongdm-12.5.0}/strongdm/identity_sets_history_pb2_grpc.py +0 -0
- {strongdm-12.2.0 → strongdm-12.5.0}/strongdm/identity_sets_pb2.py +0 -0
- {strongdm-12.2.0 → strongdm-12.5.0}/strongdm/identity_sets_pb2_grpc.py +0 -0
- {strongdm-12.2.0 → strongdm-12.5.0}/strongdm/nodes_history_pb2.py +0 -0
- {strongdm-12.2.0 → strongdm-12.5.0}/strongdm/nodes_history_pb2_grpc.py +0 -0
- {strongdm-12.2.0 → strongdm-12.5.0}/strongdm/nodes_pb2.py +0 -0
- {strongdm-12.2.0 → strongdm-12.5.0}/strongdm/nodes_pb2_grpc.py +0 -0
- {strongdm-12.2.0 → strongdm-12.5.0}/strongdm/options_pb2.py +0 -0
- {strongdm-12.2.0 → strongdm-12.5.0}/strongdm/options_pb2_grpc.py +0 -0
- {strongdm-12.2.0 → strongdm-12.5.0}/strongdm/organization_history_pb2.py +0 -0
- {strongdm-12.2.0 → strongdm-12.5.0}/strongdm/organization_history_pb2_grpc.py +0 -0
- {strongdm-12.2.0 → strongdm-12.5.0}/strongdm/peering_group_nodes_pb2.py +0 -0
- {strongdm-12.2.0 → strongdm-12.5.0}/strongdm/peering_group_nodes_pb2_grpc.py +0 -0
- {strongdm-12.2.0 → strongdm-12.5.0}/strongdm/peering_group_peers_pb2.py +0 -0
- {strongdm-12.2.0 → strongdm-12.5.0}/strongdm/peering_group_peers_pb2_grpc.py +0 -0
- {strongdm-12.2.0 → strongdm-12.5.0}/strongdm/peering_group_resources_pb2.py +0 -0
- {strongdm-12.2.0 → strongdm-12.5.0}/strongdm/peering_group_resources_pb2_grpc.py +0 -0
- {strongdm-12.2.0 → strongdm-12.5.0}/strongdm/peering_groups_pb2.py +0 -0
- {strongdm-12.2.0 → strongdm-12.5.0}/strongdm/peering_groups_pb2_grpc.py +0 -0
- {strongdm-12.2.0 → strongdm-12.5.0}/strongdm/policies_history_pb2.py +0 -0
- {strongdm-12.2.0 → strongdm-12.5.0}/strongdm/policies_history_pb2_grpc.py +0 -0
- {strongdm-12.2.0 → strongdm-12.5.0}/strongdm/policies_pb2.py +0 -0
- {strongdm-12.2.0 → strongdm-12.5.0}/strongdm/policies_pb2_grpc.py +0 -0
- {strongdm-12.2.0 → strongdm-12.5.0}/strongdm/proxy_cluster_keys_pb2.py +0 -0
- {strongdm-12.2.0 → strongdm-12.5.0}/strongdm/proxy_cluster_keys_pb2_grpc.py +0 -0
- {strongdm-12.2.0 → strongdm-12.5.0}/strongdm/queries_pb2.py +0 -0
- {strongdm-12.2.0 → strongdm-12.5.0}/strongdm/queries_pb2_grpc.py +0 -0
- {strongdm-12.2.0 → strongdm-12.5.0}/strongdm/remote_identities_history_pb2.py +0 -0
- {strongdm-12.2.0 → strongdm-12.5.0}/strongdm/remote_identities_history_pb2_grpc.py +0 -0
- {strongdm-12.2.0 → strongdm-12.5.0}/strongdm/remote_identities_pb2.py +0 -0
- {strongdm-12.2.0 → strongdm-12.5.0}/strongdm/remote_identities_pb2_grpc.py +0 -0
- {strongdm-12.2.0 → strongdm-12.5.0}/strongdm/remote_identity_groups_history_pb2.py +0 -0
- {strongdm-12.2.0 → strongdm-12.5.0}/strongdm/remote_identity_groups_history_pb2_grpc.py +0 -0
- {strongdm-12.2.0 → strongdm-12.5.0}/strongdm/remote_identity_groups_pb2.py +0 -0
- {strongdm-12.2.0 → strongdm-12.5.0}/strongdm/remote_identity_groups_pb2_grpc.py +0 -0
- {strongdm-12.2.0 → strongdm-12.5.0}/strongdm/replays_pb2.py +0 -0
- {strongdm-12.2.0 → strongdm-12.5.0}/strongdm/replays_pb2_grpc.py +0 -0
- {strongdm-12.2.0 → strongdm-12.5.0}/strongdm/resources_history_pb2.py +0 -0
- {strongdm-12.2.0 → strongdm-12.5.0}/strongdm/resources_history_pb2_grpc.py +0 -0
- {strongdm-12.2.0 → strongdm-12.5.0}/strongdm/resources_pb2.py +0 -0
- {strongdm-12.2.0 → strongdm-12.5.0}/strongdm/resources_pb2_grpc.py +0 -0
- {strongdm-12.2.0 → strongdm-12.5.0}/strongdm/role_resources_history_pb2.py +0 -0
- {strongdm-12.2.0 → strongdm-12.5.0}/strongdm/role_resources_history_pb2_grpc.py +0 -0
- {strongdm-12.2.0 → strongdm-12.5.0}/strongdm/role_resources_pb2.py +0 -0
- {strongdm-12.2.0 → strongdm-12.5.0}/strongdm/role_resources_pb2_grpc.py +0 -0
- {strongdm-12.2.0 → strongdm-12.5.0}/strongdm/roles_history_pb2.py +0 -0
- {strongdm-12.2.0 → strongdm-12.5.0}/strongdm/roles_history_pb2_grpc.py +0 -0
- {strongdm-12.2.0 → strongdm-12.5.0}/strongdm/roles_pb2.py +0 -0
- {strongdm-12.2.0 → strongdm-12.5.0}/strongdm/roles_pb2_grpc.py +0 -0
- {strongdm-12.2.0 → strongdm-12.5.0}/strongdm/secret_engine_policy_pb2_grpc.py +0 -0
- {strongdm-12.2.0 → strongdm-12.5.0}/strongdm/secret_engine_types_pb2_grpc.py +0 -0
- {strongdm-12.2.0 → strongdm-12.5.0}/strongdm/secret_store_healths_pb2.py +0 -0
- {strongdm-12.2.0 → strongdm-12.5.0}/strongdm/secret_store_healths_pb2_grpc.py +0 -0
- {strongdm-12.2.0 → strongdm-12.5.0}/strongdm/secret_store_types_pb2.py +0 -0
- {strongdm-12.2.0 → strongdm-12.5.0}/strongdm/secret_store_types_pb2_grpc.py +0 -0
- {strongdm-12.2.0 → strongdm-12.5.0}/strongdm/secret_stores_history_pb2.py +0 -0
- {strongdm-12.2.0 → strongdm-12.5.0}/strongdm/secret_stores_history_pb2_grpc.py +0 -0
- {strongdm-12.2.0 → strongdm-12.5.0}/strongdm/secret_stores_pb2.py +0 -0
- {strongdm-12.2.0 → strongdm-12.5.0}/strongdm/secret_stores_pb2_grpc.py +0 -0
- {strongdm-12.2.0 → strongdm-12.5.0}/strongdm/spec_pb2.py +0 -0
- {strongdm-12.2.0 → strongdm-12.5.0}/strongdm/spec_pb2_grpc.py +0 -0
- {strongdm-12.2.0 → strongdm-12.5.0}/strongdm/tags_pb2.py +0 -0
- {strongdm-12.2.0 → strongdm-12.5.0}/strongdm/tags_pb2_grpc.py +0 -0
- {strongdm-12.2.0 → strongdm-12.5.0}/strongdm/workflow_approvers_history_pb2.py +0 -0
- {strongdm-12.2.0 → strongdm-12.5.0}/strongdm/workflow_approvers_history_pb2_grpc.py +0 -0
- {strongdm-12.2.0 → strongdm-12.5.0}/strongdm/workflow_approvers_pb2.py +0 -0
- {strongdm-12.2.0 → strongdm-12.5.0}/strongdm/workflow_approvers_pb2_grpc.py +0 -0
- {strongdm-12.2.0 → strongdm-12.5.0}/strongdm/workflow_assignments_history_pb2.py +0 -0
- {strongdm-12.2.0 → strongdm-12.5.0}/strongdm/workflow_assignments_history_pb2_grpc.py +0 -0
- {strongdm-12.2.0 → strongdm-12.5.0}/strongdm/workflow_assignments_pb2.py +0 -0
- {strongdm-12.2.0 → strongdm-12.5.0}/strongdm/workflow_assignments_pb2_grpc.py +0 -0
- {strongdm-12.2.0 → strongdm-12.5.0}/strongdm/workflow_roles_history_pb2.py +0 -0
- {strongdm-12.2.0 → strongdm-12.5.0}/strongdm/workflow_roles_history_pb2_grpc.py +0 -0
- {strongdm-12.2.0 → strongdm-12.5.0}/strongdm/workflow_roles_pb2.py +0 -0
- {strongdm-12.2.0 → strongdm-12.5.0}/strongdm/workflow_roles_pb2_grpc.py +0 -0
- {strongdm-12.2.0 → strongdm-12.5.0}/strongdm/workflows_history_pb2.py +0 -0
- {strongdm-12.2.0 → strongdm-12.5.0}/strongdm/workflows_history_pb2_grpc.py +0 -0
- {strongdm-12.2.0 → strongdm-12.5.0}/strongdm/workflows_pb2.py +0 -0
- {strongdm-12.2.0 → strongdm-12.5.0}/strongdm/workflows_pb2_grpc.py +0 -0
- {strongdm-12.2.0 → strongdm-12.5.0}/strongdm.egg-info/SOURCES.txt +0 -0
- {strongdm-12.2.0 → strongdm-12.5.0}/strongdm.egg-info/dependency_links.txt +0 -0
- {strongdm-12.2.0 → strongdm-12.5.0}/strongdm.egg-info/requires.txt +0 -0
- {strongdm-12.2.0 → strongdm-12.5.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
|
@@ -4596,6 +4770,60 @@ def convert_repeated_document_db_host_to_porcelain(plumbings):
|
|
4596
4770
|
]
|
4597
4771
|
|
4598
4772
|
|
4773
|
+
def convert_document_db_host_iam_to_porcelain(plumbing):
|
4774
|
+
if plumbing is None:
|
4775
|
+
return None
|
4776
|
+
porcelain = models.DocumentDBHostIAM()
|
4777
|
+
porcelain.bind_interface = (plumbing.bind_interface)
|
4778
|
+
porcelain.egress_filter = (plumbing.egress_filter)
|
4779
|
+
porcelain.healthy = (plumbing.healthy)
|
4780
|
+
porcelain.hostname = (plumbing.hostname)
|
4781
|
+
porcelain.id = (plumbing.id)
|
4782
|
+
porcelain.name = (plumbing.name)
|
4783
|
+
porcelain.port = (plumbing.port)
|
4784
|
+
porcelain.port_override = (plumbing.port_override)
|
4785
|
+
porcelain.proxy_cluster_id = (plumbing.proxy_cluster_id)
|
4786
|
+
porcelain.region = (plumbing.region)
|
4787
|
+
porcelain.secret_store_id = (plumbing.secret_store_id)
|
4788
|
+
porcelain.subdomain = (plumbing.subdomain)
|
4789
|
+
porcelain.tags = convert_tags_to_porcelain(plumbing.tags)
|
4790
|
+
return porcelain
|
4791
|
+
|
4792
|
+
|
4793
|
+
def convert_document_db_host_iam_to_plumbing(porcelain):
|
4794
|
+
plumbing = DocumentDBHostIAM()
|
4795
|
+
if porcelain is None:
|
4796
|
+
return plumbing
|
4797
|
+
plumbing.bind_interface = (porcelain.bind_interface)
|
4798
|
+
plumbing.egress_filter = (porcelain.egress_filter)
|
4799
|
+
plumbing.healthy = (porcelain.healthy)
|
4800
|
+
plumbing.hostname = (porcelain.hostname)
|
4801
|
+
plumbing.id = (porcelain.id)
|
4802
|
+
plumbing.name = (porcelain.name)
|
4803
|
+
plumbing.port = (porcelain.port)
|
4804
|
+
plumbing.port_override = (porcelain.port_override)
|
4805
|
+
plumbing.proxy_cluster_id = (porcelain.proxy_cluster_id)
|
4806
|
+
plumbing.region = (porcelain.region)
|
4807
|
+
plumbing.secret_store_id = (porcelain.secret_store_id)
|
4808
|
+
plumbing.subdomain = (porcelain.subdomain)
|
4809
|
+
plumbing.tags.CopyFrom(convert_tags_to_plumbing(porcelain.tags))
|
4810
|
+
return plumbing
|
4811
|
+
|
4812
|
+
|
4813
|
+
def convert_repeated_document_db_host_iam_to_plumbing(porcelains):
|
4814
|
+
return [
|
4815
|
+
convert_document_db_host_iam_to_plumbing(porcelain)
|
4816
|
+
for porcelain in porcelains
|
4817
|
+
]
|
4818
|
+
|
4819
|
+
|
4820
|
+
def convert_repeated_document_db_host_iam_to_porcelain(plumbings):
|
4821
|
+
return [
|
4822
|
+
convert_document_db_host_iam_to_porcelain(plumbing)
|
4823
|
+
for plumbing in plumbings
|
4824
|
+
]
|
4825
|
+
|
4826
|
+
|
4599
4827
|
def convert_document_db_replica_set_to_porcelain(plumbing):
|
4600
4828
|
if plumbing is None:
|
4601
4829
|
return None
|
@@ -4762,6 +4990,60 @@ def convert_repeated_dynamo_db_to_porcelain(plumbings):
|
|
4762
4990
|
return [convert_dynamo_db_to_porcelain(plumbing) for plumbing in plumbings]
|
4763
4991
|
|
4764
4992
|
|
4993
|
+
def convert_dynamo_dbiam_to_porcelain(plumbing):
|
4994
|
+
if plumbing is None:
|
4995
|
+
return None
|
4996
|
+
porcelain = models.DynamoDBIAM()
|
4997
|
+
porcelain.bind_interface = (plumbing.bind_interface)
|
4998
|
+
porcelain.egress_filter = (plumbing.egress_filter)
|
4999
|
+
porcelain.endpoint = (plumbing.endpoint)
|
5000
|
+
porcelain.healthy = (plumbing.healthy)
|
5001
|
+
porcelain.id = (plumbing.id)
|
5002
|
+
porcelain.name = (plumbing.name)
|
5003
|
+
porcelain.port_override = (plumbing.port_override)
|
5004
|
+
porcelain.proxy_cluster_id = (plumbing.proxy_cluster_id)
|
5005
|
+
porcelain.region = (plumbing.region)
|
5006
|
+
porcelain.role_arn = (plumbing.role_arn)
|
5007
|
+
porcelain.role_external_id = (plumbing.role_external_id)
|
5008
|
+
porcelain.secret_store_id = (plumbing.secret_store_id)
|
5009
|
+
porcelain.subdomain = (plumbing.subdomain)
|
5010
|
+
porcelain.tags = convert_tags_to_porcelain(plumbing.tags)
|
5011
|
+
return porcelain
|
5012
|
+
|
5013
|
+
|
5014
|
+
def convert_dynamo_dbiam_to_plumbing(porcelain):
|
5015
|
+
plumbing = DynamoDBIAM()
|
5016
|
+
if porcelain is None:
|
5017
|
+
return plumbing
|
5018
|
+
plumbing.bind_interface = (porcelain.bind_interface)
|
5019
|
+
plumbing.egress_filter = (porcelain.egress_filter)
|
5020
|
+
plumbing.endpoint = (porcelain.endpoint)
|
5021
|
+
plumbing.healthy = (porcelain.healthy)
|
5022
|
+
plumbing.id = (porcelain.id)
|
5023
|
+
plumbing.name = (porcelain.name)
|
5024
|
+
plumbing.port_override = (porcelain.port_override)
|
5025
|
+
plumbing.proxy_cluster_id = (porcelain.proxy_cluster_id)
|
5026
|
+
plumbing.region = (porcelain.region)
|
5027
|
+
plumbing.role_arn = (porcelain.role_arn)
|
5028
|
+
plumbing.role_external_id = (porcelain.role_external_id)
|
5029
|
+
plumbing.secret_store_id = (porcelain.secret_store_id)
|
5030
|
+
plumbing.subdomain = (porcelain.subdomain)
|
5031
|
+
plumbing.tags.CopyFrom(convert_tags_to_plumbing(porcelain.tags))
|
5032
|
+
return plumbing
|
5033
|
+
|
5034
|
+
|
5035
|
+
def convert_repeated_dynamo_dbiam_to_plumbing(porcelains):
|
5036
|
+
return [
|
5037
|
+
convert_dynamo_dbiam_to_plumbing(porcelain) for porcelain in porcelains
|
5038
|
+
]
|
5039
|
+
|
5040
|
+
|
5041
|
+
def convert_repeated_dynamo_dbiam_to_porcelain(plumbings):
|
5042
|
+
return [
|
5043
|
+
convert_dynamo_dbiam_to_porcelain(plumbing) for plumbing in plumbings
|
5044
|
+
]
|
5045
|
+
|
5046
|
+
|
4765
5047
|
def convert_elastic_to_porcelain(plumbing):
|
4766
5048
|
if plumbing is None:
|
4767
5049
|
return None
|
@@ -10038,6 +10320,15 @@ def convert_resource_to_plumbing(porcelain):
|
|
10038
10320
|
plumbing.cassandra.CopyFrom(convert_cassandra_to_plumbing(porcelain))
|
10039
10321
|
if isinstance(porcelain, models.Citus):
|
10040
10322
|
plumbing.citus.CopyFrom(convert_citus_to_plumbing(porcelain))
|
10323
|
+
if isinstance(porcelain, models.ClickHouseHTTP):
|
10324
|
+
plumbing.click_house_http.CopyFrom(
|
10325
|
+
convert_click_house_http_to_plumbing(porcelain))
|
10326
|
+
if isinstance(porcelain, models.ClickHouseMySQL):
|
10327
|
+
plumbing.click_house_my_sql.CopyFrom(
|
10328
|
+
convert_click_house_my_sql_to_plumbing(porcelain))
|
10329
|
+
if isinstance(porcelain, models.ClickHouseTCP):
|
10330
|
+
plumbing.click_house_tcp.CopyFrom(
|
10331
|
+
convert_click_house_tcp_to_plumbing(porcelain))
|
10041
10332
|
if isinstance(porcelain, models.Clustrix):
|
10042
10333
|
plumbing.clustrix.CopyFrom(convert_clustrix_to_plumbing(porcelain))
|
10043
10334
|
if isinstance(porcelain, models.Cockroach):
|
@@ -10055,6 +10346,9 @@ def convert_resource_to_plumbing(porcelain):
|
|
10055
10346
|
if isinstance(porcelain, models.DocumentDBHost):
|
10056
10347
|
plumbing.document_db_host.CopyFrom(
|
10057
10348
|
convert_document_db_host_to_plumbing(porcelain))
|
10349
|
+
if isinstance(porcelain, models.DocumentDBHostIAM):
|
10350
|
+
plumbing.document_db_host_iam.CopyFrom(
|
10351
|
+
convert_document_db_host_iam_to_plumbing(porcelain))
|
10058
10352
|
if isinstance(porcelain, models.DocumentDBReplicaSet):
|
10059
10353
|
plumbing.document_db_replica_set.CopyFrom(
|
10060
10354
|
convert_document_db_replica_set_to_plumbing(porcelain))
|
@@ -10062,6 +10356,9 @@ def convert_resource_to_plumbing(porcelain):
|
|
10062
10356
|
plumbing.druid.CopyFrom(convert_druid_to_plumbing(porcelain))
|
10063
10357
|
if isinstance(porcelain, models.DynamoDB):
|
10064
10358
|
plumbing.dynamo_db.CopyFrom(convert_dynamo_db_to_plumbing(porcelain))
|
10359
|
+
if isinstance(porcelain, models.DynamoDBIAM):
|
10360
|
+
plumbing.dynamo_dbiam.CopyFrom(
|
10361
|
+
convert_dynamo_dbiam_to_plumbing(porcelain))
|
10065
10362
|
if isinstance(porcelain, models.Elastic):
|
10066
10363
|
plumbing.elastic.CopyFrom(convert_elastic_to_plumbing(porcelain))
|
10067
10364
|
if isinstance(porcelain, models.ElasticacheRedis):
|
@@ -10265,6 +10562,13 @@ def convert_resource_to_porcelain(plumbing):
|
|
10265
10562
|
return convert_cassandra_to_porcelain(plumbing.cassandra)
|
10266
10563
|
if plumbing.HasField('citus'):
|
10267
10564
|
return convert_citus_to_porcelain(plumbing.citus)
|
10565
|
+
if plumbing.HasField('click_house_http'):
|
10566
|
+
return convert_click_house_http_to_porcelain(plumbing.click_house_http)
|
10567
|
+
if plumbing.HasField('click_house_my_sql'):
|
10568
|
+
return convert_click_house_my_sql_to_porcelain(
|
10569
|
+
plumbing.click_house_my_sql)
|
10570
|
+
if plumbing.HasField('click_house_tcp'):
|
10571
|
+
return convert_click_house_tcp_to_porcelain(plumbing.click_house_tcp)
|
10268
10572
|
if plumbing.HasField('clustrix'):
|
10269
10573
|
return convert_clustrix_to_porcelain(plumbing.clustrix)
|
10270
10574
|
if plumbing.HasField('cockroach'):
|
@@ -10280,6 +10584,9 @@ def convert_resource_to_porcelain(plumbing):
|
|
10280
10584
|
return convert_db_2_luw_to_porcelain(plumbing.db_2_luw)
|
10281
10585
|
if plumbing.HasField('document_db_host'):
|
10282
10586
|
return convert_document_db_host_to_porcelain(plumbing.document_db_host)
|
10587
|
+
if plumbing.HasField('document_db_host_iam'):
|
10588
|
+
return convert_document_db_host_iam_to_porcelain(
|
10589
|
+
plumbing.document_db_host_iam)
|
10283
10590
|
if plumbing.HasField('document_db_replica_set'):
|
10284
10591
|
return convert_document_db_replica_set_to_porcelain(
|
10285
10592
|
plumbing.document_db_replica_set)
|
@@ -10287,6 +10594,8 @@ def convert_resource_to_porcelain(plumbing):
|
|
10287
10594
|
return convert_druid_to_porcelain(plumbing.druid)
|
10288
10595
|
if plumbing.HasField('dynamo_db'):
|
10289
10596
|
return convert_dynamo_db_to_porcelain(plumbing.dynamo_db)
|
10597
|
+
if plumbing.HasField('dynamo_dbiam'):
|
10598
|
+
return convert_dynamo_dbiam_to_porcelain(plumbing.dynamo_dbiam)
|
10290
10599
|
if plumbing.HasField('elastic'):
|
10291
10600
|
return convert_elastic_to_porcelain(plumbing.elastic)
|
10292
10601
|
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`
|
@@ -4489,9 +4492,11 @@ class Resources:
|
|
4489
4492
|
`strongdm.models.DB2I`
|
4490
4493
|
`strongdm.models.DB2LUW`
|
4491
4494
|
`strongdm.models.DocumentDBHost`
|
4495
|
+
`strongdm.models.DocumentDBHostIAM`
|
4492
4496
|
`strongdm.models.DocumentDBReplicaSet`
|
4493
4497
|
`strongdm.models.Druid`
|
4494
4498
|
`strongdm.models.DynamoDB`
|
4499
|
+
`strongdm.models.DynamoDBIAM`
|
4495
4500
|
`strongdm.models.Elastic`
|
4496
4501
|
`strongdm.models.ElasticacheRedis`
|
4497
4502
|
`strongdm.models.GCP`
|
@@ -1,12 +1,12 @@
|
|
1
1
|
Metadata-Version: 2.1
|
2
2
|
Name: strongdm
|
3
|
-
Version: 12.
|
3
|
+
Version: 12.5.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.5.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.5.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
|