strongdm 9.3.0__zip → 9.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-9.3.0 → strongdm-9.5.0}/PKG-INFO +2 -2
- {strongdm-9.3.0 → strongdm-9.5.0}/setup.py +2 -2
- {strongdm-9.3.0 → strongdm-9.5.0}/strongdm/client.py +1 -1
- {strongdm-9.3.0 → strongdm-9.5.0}/strongdm/constants.py +2 -2
- {strongdm-9.3.0 → strongdm-9.5.0}/strongdm/drivers_pb2.py +196 -168
- {strongdm-9.3.0 → strongdm-9.5.0}/strongdm/models.py +164 -16
- {strongdm-9.3.0 → strongdm-9.5.0}/strongdm/organization_history_pb2.py +11 -5
- {strongdm-9.3.0 → strongdm-9.5.0}/strongdm/plumbing.py +32 -0
- {strongdm-9.3.0 → strongdm-9.5.0}/strongdm.egg-info/PKG-INFO +2 -2
- {strongdm-9.3.0 → strongdm-9.5.0}/LICENSE +0 -0
- {strongdm-9.3.0 → strongdm-9.5.0}/README.md +0 -0
- {strongdm-9.3.0 → strongdm-9.5.0}/setup.cfg +0 -0
- {strongdm-9.3.0 → strongdm-9.5.0}/strongdm/__init__.py +0 -0
- {strongdm-9.3.0 → strongdm-9.5.0}/strongdm/access_request_events_history_pb2.py +0 -0
- {strongdm-9.3.0 → strongdm-9.5.0}/strongdm/access_request_events_history_pb2_grpc.py +0 -0
- {strongdm-9.3.0 → strongdm-9.5.0}/strongdm/access_requests_history_pb2.py +0 -0
- {strongdm-9.3.0 → strongdm-9.5.0}/strongdm/access_requests_history_pb2_grpc.py +0 -0
- {strongdm-9.3.0 → strongdm-9.5.0}/strongdm/access_requests_pb2.py +0 -0
- {strongdm-9.3.0 → strongdm-9.5.0}/strongdm/access_requests_pb2_grpc.py +0 -0
- {strongdm-9.3.0 → strongdm-9.5.0}/strongdm/account_attachments_history_pb2.py +0 -0
- {strongdm-9.3.0 → strongdm-9.5.0}/strongdm/account_attachments_history_pb2_grpc.py +0 -0
- {strongdm-9.3.0 → strongdm-9.5.0}/strongdm/account_attachments_pb2.py +0 -0
- {strongdm-9.3.0 → strongdm-9.5.0}/strongdm/account_attachments_pb2_grpc.py +0 -0
- {strongdm-9.3.0 → strongdm-9.5.0}/strongdm/account_grants_history_pb2.py +0 -0
- {strongdm-9.3.0 → strongdm-9.5.0}/strongdm/account_grants_history_pb2_grpc.py +0 -0
- {strongdm-9.3.0 → strongdm-9.5.0}/strongdm/account_grants_pb2.py +0 -0
- {strongdm-9.3.0 → strongdm-9.5.0}/strongdm/account_grants_pb2_grpc.py +0 -0
- {strongdm-9.3.0 → strongdm-9.5.0}/strongdm/account_permissions_pb2.py +0 -0
- {strongdm-9.3.0 → strongdm-9.5.0}/strongdm/account_permissions_pb2_grpc.py +0 -0
- {strongdm-9.3.0 → strongdm-9.5.0}/strongdm/account_resources_history_pb2.py +0 -0
- {strongdm-9.3.0 → strongdm-9.5.0}/strongdm/account_resources_history_pb2_grpc.py +0 -0
- {strongdm-9.3.0 → strongdm-9.5.0}/strongdm/account_resources_pb2.py +0 -0
- {strongdm-9.3.0 → strongdm-9.5.0}/strongdm/account_resources_pb2_grpc.py +0 -0
- {strongdm-9.3.0 → strongdm-9.5.0}/strongdm/accounts_history_pb2.py +0 -0
- {strongdm-9.3.0 → strongdm-9.5.0}/strongdm/accounts_history_pb2_grpc.py +0 -0
- {strongdm-9.3.0 → strongdm-9.5.0}/strongdm/accounts_pb2.py +0 -0
- {strongdm-9.3.0 → strongdm-9.5.0}/strongdm/accounts_pb2_grpc.py +0 -0
- {strongdm-9.3.0 → strongdm-9.5.0}/strongdm/activities_pb2.py +0 -0
- {strongdm-9.3.0 → strongdm-9.5.0}/strongdm/activities_pb2_grpc.py +0 -0
- {strongdm-9.3.0 → strongdm-9.5.0}/strongdm/approval_workflow_approvers_history_pb2.py +0 -0
- {strongdm-9.3.0 → strongdm-9.5.0}/strongdm/approval_workflow_approvers_history_pb2_grpc.py +0 -0
- {strongdm-9.3.0 → strongdm-9.5.0}/strongdm/approval_workflow_approvers_pb2.py +0 -0
- {strongdm-9.3.0 → strongdm-9.5.0}/strongdm/approval_workflow_approvers_pb2_grpc.py +0 -0
- {strongdm-9.3.0 → strongdm-9.5.0}/strongdm/approval_workflow_steps_history_pb2.py +0 -0
- {strongdm-9.3.0 → strongdm-9.5.0}/strongdm/approval_workflow_steps_history_pb2_grpc.py +0 -0
- {strongdm-9.3.0 → strongdm-9.5.0}/strongdm/approval_workflow_steps_pb2.py +0 -0
- {strongdm-9.3.0 → strongdm-9.5.0}/strongdm/approval_workflow_steps_pb2_grpc.py +0 -0
- {strongdm-9.3.0 → strongdm-9.5.0}/strongdm/approval_workflows_history_pb2.py +0 -0
- {strongdm-9.3.0 → strongdm-9.5.0}/strongdm/approval_workflows_history_pb2_grpc.py +0 -0
- {strongdm-9.3.0 → strongdm-9.5.0}/strongdm/approval_workflows_pb2.py +0 -0
- {strongdm-9.3.0 → strongdm-9.5.0}/strongdm/approval_workflows_pb2_grpc.py +0 -0
- {strongdm-9.3.0 → strongdm-9.5.0}/strongdm/control_panel_pb2.py +0 -0
- {strongdm-9.3.0 → strongdm-9.5.0}/strongdm/control_panel_pb2_grpc.py +0 -0
- {strongdm-9.3.0 → strongdm-9.5.0}/strongdm/drivers_pb2_grpc.py +0 -0
- {strongdm-9.3.0 → strongdm-9.5.0}/strongdm/errors.py +0 -0
- {strongdm-9.3.0 → strongdm-9.5.0}/strongdm/identity_aliases_history_pb2.py +0 -0
- {strongdm-9.3.0 → strongdm-9.5.0}/strongdm/identity_aliases_history_pb2_grpc.py +0 -0
- {strongdm-9.3.0 → strongdm-9.5.0}/strongdm/identity_aliases_pb2.py +0 -0
- {strongdm-9.3.0 → strongdm-9.5.0}/strongdm/identity_aliases_pb2_grpc.py +0 -0
- {strongdm-9.3.0 → strongdm-9.5.0}/strongdm/identity_sets_history_pb2.py +0 -0
- {strongdm-9.3.0 → strongdm-9.5.0}/strongdm/identity_sets_history_pb2_grpc.py +0 -0
- {strongdm-9.3.0 → strongdm-9.5.0}/strongdm/identity_sets_pb2.py +0 -0
- {strongdm-9.3.0 → strongdm-9.5.0}/strongdm/identity_sets_pb2_grpc.py +0 -0
- {strongdm-9.3.0 → strongdm-9.5.0}/strongdm/nodes_history_pb2.py +0 -0
- {strongdm-9.3.0 → strongdm-9.5.0}/strongdm/nodes_history_pb2_grpc.py +0 -0
- {strongdm-9.3.0 → strongdm-9.5.0}/strongdm/nodes_pb2.py +0 -0
- {strongdm-9.3.0 → strongdm-9.5.0}/strongdm/nodes_pb2_grpc.py +0 -0
- {strongdm-9.3.0 → strongdm-9.5.0}/strongdm/options_pb2.py +0 -0
- {strongdm-9.3.0 → strongdm-9.5.0}/strongdm/options_pb2_grpc.py +0 -0
- {strongdm-9.3.0 → strongdm-9.5.0}/strongdm/organization_history_pb2_grpc.py +0 -0
- {strongdm-9.3.0 → strongdm-9.5.0}/strongdm/peering_group_nodes_pb2.py +0 -0
- {strongdm-9.3.0 → strongdm-9.5.0}/strongdm/peering_group_nodes_pb2_grpc.py +0 -0
- {strongdm-9.3.0 → strongdm-9.5.0}/strongdm/peering_group_peers_pb2.py +0 -0
- {strongdm-9.3.0 → strongdm-9.5.0}/strongdm/peering_group_peers_pb2_grpc.py +0 -0
- {strongdm-9.3.0 → strongdm-9.5.0}/strongdm/peering_group_resources_pb2.py +0 -0
- {strongdm-9.3.0 → strongdm-9.5.0}/strongdm/peering_group_resources_pb2_grpc.py +0 -0
- {strongdm-9.3.0 → strongdm-9.5.0}/strongdm/peering_groups_pb2.py +0 -0
- {strongdm-9.3.0 → strongdm-9.5.0}/strongdm/peering_groups_pb2_grpc.py +0 -0
- {strongdm-9.3.0 → strongdm-9.5.0}/strongdm/queries_pb2.py +0 -0
- {strongdm-9.3.0 → strongdm-9.5.0}/strongdm/queries_pb2_grpc.py +0 -0
- {strongdm-9.3.0 → strongdm-9.5.0}/strongdm/remote_identities_history_pb2.py +0 -0
- {strongdm-9.3.0 → strongdm-9.5.0}/strongdm/remote_identities_history_pb2_grpc.py +0 -0
- {strongdm-9.3.0 → strongdm-9.5.0}/strongdm/remote_identities_pb2.py +0 -0
- {strongdm-9.3.0 → strongdm-9.5.0}/strongdm/remote_identities_pb2_grpc.py +0 -0
- {strongdm-9.3.0 → strongdm-9.5.0}/strongdm/remote_identity_groups_history_pb2.py +0 -0
- {strongdm-9.3.0 → strongdm-9.5.0}/strongdm/remote_identity_groups_history_pb2_grpc.py +0 -0
- {strongdm-9.3.0 → strongdm-9.5.0}/strongdm/remote_identity_groups_pb2.py +0 -0
- {strongdm-9.3.0 → strongdm-9.5.0}/strongdm/remote_identity_groups_pb2_grpc.py +0 -0
- {strongdm-9.3.0 → strongdm-9.5.0}/strongdm/replays_pb2.py +0 -0
- {strongdm-9.3.0 → strongdm-9.5.0}/strongdm/replays_pb2_grpc.py +0 -0
- {strongdm-9.3.0 → strongdm-9.5.0}/strongdm/resources_history_pb2.py +0 -0
- {strongdm-9.3.0 → strongdm-9.5.0}/strongdm/resources_history_pb2_grpc.py +0 -0
- {strongdm-9.3.0 → strongdm-9.5.0}/strongdm/resources_pb2.py +0 -0
- {strongdm-9.3.0 → strongdm-9.5.0}/strongdm/resources_pb2_grpc.py +0 -0
- {strongdm-9.3.0 → strongdm-9.5.0}/strongdm/role_resources_history_pb2.py +0 -0
- {strongdm-9.3.0 → strongdm-9.5.0}/strongdm/role_resources_history_pb2_grpc.py +0 -0
- {strongdm-9.3.0 → strongdm-9.5.0}/strongdm/role_resources_pb2.py +0 -0
- {strongdm-9.3.0 → strongdm-9.5.0}/strongdm/role_resources_pb2_grpc.py +0 -0
- {strongdm-9.3.0 → strongdm-9.5.0}/strongdm/roles_history_pb2.py +0 -0
- {strongdm-9.3.0 → strongdm-9.5.0}/strongdm/roles_history_pb2_grpc.py +0 -0
- {strongdm-9.3.0 → strongdm-9.5.0}/strongdm/roles_pb2.py +0 -0
- {strongdm-9.3.0 → strongdm-9.5.0}/strongdm/roles_pb2_grpc.py +0 -0
- {strongdm-9.3.0 → strongdm-9.5.0}/strongdm/secret_store_healths_pb2.py +0 -0
- {strongdm-9.3.0 → strongdm-9.5.0}/strongdm/secret_store_healths_pb2_grpc.py +0 -0
- {strongdm-9.3.0 → strongdm-9.5.0}/strongdm/secret_store_types_pb2.py +0 -0
- {strongdm-9.3.0 → strongdm-9.5.0}/strongdm/secret_store_types_pb2_grpc.py +0 -0
- {strongdm-9.3.0 → strongdm-9.5.0}/strongdm/secret_stores_history_pb2.py +0 -0
- {strongdm-9.3.0 → strongdm-9.5.0}/strongdm/secret_stores_history_pb2_grpc.py +0 -0
- {strongdm-9.3.0 → strongdm-9.5.0}/strongdm/secret_stores_pb2.py +0 -0
- {strongdm-9.3.0 → strongdm-9.5.0}/strongdm/secret_stores_pb2_grpc.py +0 -0
- {strongdm-9.3.0 → strongdm-9.5.0}/strongdm/spec_pb2.py +0 -0
- {strongdm-9.3.0 → strongdm-9.5.0}/strongdm/spec_pb2_grpc.py +0 -0
- {strongdm-9.3.0 → strongdm-9.5.0}/strongdm/svc.py +0 -0
- {strongdm-9.3.0 → strongdm-9.5.0}/strongdm/tags_pb2.py +0 -0
- {strongdm-9.3.0 → strongdm-9.5.0}/strongdm/tags_pb2_grpc.py +0 -0
- {strongdm-9.3.0 → strongdm-9.5.0}/strongdm/workflow_approvers_history_pb2.py +0 -0
- {strongdm-9.3.0 → strongdm-9.5.0}/strongdm/workflow_approvers_history_pb2_grpc.py +0 -0
- {strongdm-9.3.0 → strongdm-9.5.0}/strongdm/workflow_approvers_pb2.py +0 -0
- {strongdm-9.3.0 → strongdm-9.5.0}/strongdm/workflow_approvers_pb2_grpc.py +0 -0
- {strongdm-9.3.0 → strongdm-9.5.0}/strongdm/workflow_assignments_history_pb2.py +0 -0
- {strongdm-9.3.0 → strongdm-9.5.0}/strongdm/workflow_assignments_history_pb2_grpc.py +0 -0
- {strongdm-9.3.0 → strongdm-9.5.0}/strongdm/workflow_assignments_pb2.py +0 -0
- {strongdm-9.3.0 → strongdm-9.5.0}/strongdm/workflow_assignments_pb2_grpc.py +0 -0
- {strongdm-9.3.0 → strongdm-9.5.0}/strongdm/workflow_roles_history_pb2.py +0 -0
- {strongdm-9.3.0 → strongdm-9.5.0}/strongdm/workflow_roles_history_pb2_grpc.py +0 -0
- {strongdm-9.3.0 → strongdm-9.5.0}/strongdm/workflow_roles_pb2.py +0 -0
- {strongdm-9.3.0 → strongdm-9.5.0}/strongdm/workflow_roles_pb2_grpc.py +0 -0
- {strongdm-9.3.0 → strongdm-9.5.0}/strongdm/workflows_history_pb2.py +0 -0
- {strongdm-9.3.0 → strongdm-9.5.0}/strongdm/workflows_history_pb2_grpc.py +0 -0
- {strongdm-9.3.0 → strongdm-9.5.0}/strongdm/workflows_pb2.py +0 -0
- {strongdm-9.3.0 → strongdm-9.5.0}/strongdm/workflows_pb2_grpc.py +0 -0
- {strongdm-9.3.0 → strongdm-9.5.0}/strongdm.egg-info/SOURCES.txt +0 -0
- {strongdm-9.3.0 → strongdm-9.5.0}/strongdm.egg-info/dependency_links.txt +0 -0
- {strongdm-9.3.0 → strongdm-9.5.0}/strongdm.egg-info/requires.txt +0 -0
- {strongdm-9.3.0 → strongdm-9.5.0}/strongdm.egg-info/top_level.txt +0 -0
@@ -164,6 +164,8 @@ def convert_aks_to_porcelain(plumbing):
|
|
164
164
|
porcelain.certificate_authority = (plumbing.certificate_authority)
|
165
165
|
porcelain.client_certificate = (plumbing.client_certificate)
|
166
166
|
porcelain.client_key = (plumbing.client_key)
|
167
|
+
porcelain.discovery_enabled = (plumbing.discovery_enabled)
|
168
|
+
porcelain.discovery_username = (plumbing.discovery_username)
|
167
169
|
porcelain.egress_filter = (plumbing.egress_filter)
|
168
170
|
porcelain.healthcheck_namespace = (plumbing.healthcheck_namespace)
|
169
171
|
porcelain.healthy = (plumbing.healthy)
|
@@ -189,6 +191,8 @@ def convert_aks_to_plumbing(porcelain):
|
|
189
191
|
plumbing.certificate_authority = (porcelain.certificate_authority)
|
190
192
|
plumbing.client_certificate = (porcelain.client_certificate)
|
191
193
|
plumbing.client_key = (porcelain.client_key)
|
194
|
+
plumbing.discovery_enabled = (porcelain.discovery_enabled)
|
195
|
+
plumbing.discovery_username = (porcelain.discovery_username)
|
192
196
|
plumbing.egress_filter = (porcelain.egress_filter)
|
193
197
|
plumbing.healthcheck_namespace = (porcelain.healthcheck_namespace)
|
194
198
|
plumbing.healthy = (porcelain.healthy)
|
@@ -274,6 +278,8 @@ def convert_aks_service_account_to_porcelain(plumbing):
|
|
274
278
|
return None
|
275
279
|
porcelain = models.AKSServiceAccount()
|
276
280
|
porcelain.bind_interface = (plumbing.bind_interface)
|
281
|
+
porcelain.discovery_enabled = (plumbing.discovery_enabled)
|
282
|
+
porcelain.discovery_username = (plumbing.discovery_username)
|
277
283
|
porcelain.egress_filter = (plumbing.egress_filter)
|
278
284
|
porcelain.healthcheck_namespace = (plumbing.healthcheck_namespace)
|
279
285
|
porcelain.healthy = (plumbing.healthy)
|
@@ -297,6 +303,8 @@ def convert_aks_service_account_to_plumbing(porcelain):
|
|
297
303
|
if porcelain is None:
|
298
304
|
return plumbing
|
299
305
|
plumbing.bind_interface = (porcelain.bind_interface)
|
306
|
+
plumbing.discovery_enabled = (porcelain.discovery_enabled)
|
307
|
+
plumbing.discovery_username = (porcelain.discovery_username)
|
300
308
|
plumbing.egress_filter = (porcelain.egress_filter)
|
301
309
|
plumbing.healthcheck_namespace = (porcelain.healthcheck_namespace)
|
302
310
|
plumbing.healthy = (porcelain.healthy)
|
@@ -1904,6 +1912,8 @@ def convert_amazon_eks_to_porcelain(plumbing):
|
|
1904
1912
|
porcelain.bind_interface = (plumbing.bind_interface)
|
1905
1913
|
porcelain.certificate_authority = (plumbing.certificate_authority)
|
1906
1914
|
porcelain.cluster_name = (plumbing.cluster_name)
|
1915
|
+
porcelain.discovery_enabled = (plumbing.discovery_enabled)
|
1916
|
+
porcelain.discovery_username = (plumbing.discovery_username)
|
1907
1917
|
porcelain.egress_filter = (plumbing.egress_filter)
|
1908
1918
|
porcelain.endpoint = (plumbing.endpoint)
|
1909
1919
|
porcelain.healthcheck_namespace = (plumbing.healthcheck_namespace)
|
@@ -1932,6 +1942,8 @@ def convert_amazon_eks_to_plumbing(porcelain):
|
|
1932
1942
|
plumbing.bind_interface = (porcelain.bind_interface)
|
1933
1943
|
plumbing.certificate_authority = (porcelain.certificate_authority)
|
1934
1944
|
plumbing.cluster_name = (porcelain.cluster_name)
|
1945
|
+
plumbing.discovery_enabled = (porcelain.discovery_enabled)
|
1946
|
+
plumbing.discovery_username = (porcelain.discovery_username)
|
1935
1947
|
plumbing.egress_filter = (porcelain.egress_filter)
|
1936
1948
|
plumbing.endpoint = (porcelain.endpoint)
|
1937
1949
|
plumbing.healthcheck_namespace = (porcelain.healthcheck_namespace)
|
@@ -1971,6 +1983,8 @@ def convert_amazon_eks_instance_profile_to_porcelain(plumbing):
|
|
1971
1983
|
porcelain.bind_interface = (plumbing.bind_interface)
|
1972
1984
|
porcelain.certificate_authority = (plumbing.certificate_authority)
|
1973
1985
|
porcelain.cluster_name = (plumbing.cluster_name)
|
1986
|
+
porcelain.discovery_enabled = (plumbing.discovery_enabled)
|
1987
|
+
porcelain.discovery_username = (plumbing.discovery_username)
|
1974
1988
|
porcelain.egress_filter = (plumbing.egress_filter)
|
1975
1989
|
porcelain.endpoint = (plumbing.endpoint)
|
1976
1990
|
porcelain.healthcheck_namespace = (plumbing.healthcheck_namespace)
|
@@ -1997,6 +2011,8 @@ def convert_amazon_eks_instance_profile_to_plumbing(porcelain):
|
|
1997
2011
|
plumbing.bind_interface = (porcelain.bind_interface)
|
1998
2012
|
plumbing.certificate_authority = (porcelain.certificate_authority)
|
1999
2013
|
plumbing.cluster_name = (porcelain.cluster_name)
|
2014
|
+
plumbing.discovery_enabled = (porcelain.discovery_enabled)
|
2015
|
+
plumbing.discovery_username = (porcelain.discovery_username)
|
2000
2016
|
plumbing.egress_filter = (porcelain.egress_filter)
|
2001
2017
|
plumbing.endpoint = (porcelain.endpoint)
|
2002
2018
|
plumbing.healthcheck_namespace = (porcelain.healthcheck_namespace)
|
@@ -4726,6 +4742,8 @@ def convert_google_gke_to_porcelain(plumbing):
|
|
4726
4742
|
porcelain = models.GoogleGKE()
|
4727
4743
|
porcelain.bind_interface = (plumbing.bind_interface)
|
4728
4744
|
porcelain.certificate_authority = (plumbing.certificate_authority)
|
4745
|
+
porcelain.discovery_enabled = (plumbing.discovery_enabled)
|
4746
|
+
porcelain.discovery_username = (plumbing.discovery_username)
|
4729
4747
|
porcelain.egress_filter = (plumbing.egress_filter)
|
4730
4748
|
porcelain.endpoint = (plumbing.endpoint)
|
4731
4749
|
porcelain.healthcheck_namespace = (plumbing.healthcheck_namespace)
|
@@ -4749,6 +4767,8 @@ def convert_google_gke_to_plumbing(porcelain):
|
|
4749
4767
|
return plumbing
|
4750
4768
|
plumbing.bind_interface = (porcelain.bind_interface)
|
4751
4769
|
plumbing.certificate_authority = (porcelain.certificate_authority)
|
4770
|
+
plumbing.discovery_enabled = (porcelain.discovery_enabled)
|
4771
|
+
plumbing.discovery_username = (porcelain.discovery_username)
|
4752
4772
|
plumbing.egress_filter = (porcelain.egress_filter)
|
4753
4773
|
plumbing.endpoint = (porcelain.endpoint)
|
4754
4774
|
plumbing.healthcheck_namespace = (porcelain.healthcheck_namespace)
|
@@ -5631,6 +5651,8 @@ def convert_kubernetes_to_porcelain(plumbing):
|
|
5631
5651
|
porcelain.certificate_authority = (plumbing.certificate_authority)
|
5632
5652
|
porcelain.client_certificate = (plumbing.client_certificate)
|
5633
5653
|
porcelain.client_key = (plumbing.client_key)
|
5654
|
+
porcelain.discovery_enabled = (plumbing.discovery_enabled)
|
5655
|
+
porcelain.discovery_username = (plumbing.discovery_username)
|
5634
5656
|
porcelain.egress_filter = (plumbing.egress_filter)
|
5635
5657
|
porcelain.healthcheck_namespace = (plumbing.healthcheck_namespace)
|
5636
5658
|
porcelain.healthy = (plumbing.healthy)
|
@@ -5656,6 +5678,8 @@ def convert_kubernetes_to_plumbing(porcelain):
|
|
5656
5678
|
plumbing.certificate_authority = (porcelain.certificate_authority)
|
5657
5679
|
plumbing.client_certificate = (porcelain.client_certificate)
|
5658
5680
|
plumbing.client_key = (porcelain.client_key)
|
5681
|
+
plumbing.discovery_enabled = (porcelain.discovery_enabled)
|
5682
|
+
plumbing.discovery_username = (porcelain.discovery_username)
|
5659
5683
|
plumbing.egress_filter = (porcelain.egress_filter)
|
5660
5684
|
plumbing.healthcheck_namespace = (porcelain.healthcheck_namespace)
|
5661
5685
|
plumbing.healthy = (porcelain.healthy)
|
@@ -5746,6 +5770,8 @@ def convert_kubernetes_service_account_to_porcelain(plumbing):
|
|
5746
5770
|
return None
|
5747
5771
|
porcelain = models.KubernetesServiceAccount()
|
5748
5772
|
porcelain.bind_interface = (plumbing.bind_interface)
|
5773
|
+
porcelain.discovery_enabled = (plumbing.discovery_enabled)
|
5774
|
+
porcelain.discovery_username = (plumbing.discovery_username)
|
5749
5775
|
porcelain.egress_filter = (plumbing.egress_filter)
|
5750
5776
|
porcelain.healthcheck_namespace = (plumbing.healthcheck_namespace)
|
5751
5777
|
porcelain.healthy = (plumbing.healthy)
|
@@ -5769,6 +5795,8 @@ def convert_kubernetes_service_account_to_plumbing(porcelain):
|
|
5769
5795
|
if porcelain is None:
|
5770
5796
|
return plumbing
|
5771
5797
|
plumbing.bind_interface = (porcelain.bind_interface)
|
5798
|
+
plumbing.discovery_enabled = (porcelain.discovery_enabled)
|
5799
|
+
plumbing.discovery_username = (porcelain.discovery_username)
|
5772
5800
|
plumbing.egress_filter = (porcelain.egress_filter)
|
5773
5801
|
plumbing.healthcheck_namespace = (porcelain.healthcheck_namespace)
|
5774
5802
|
plumbing.healthy = (porcelain.healthy)
|
@@ -6969,6 +6997,8 @@ def convert_organization_to_porcelain(plumbing):
|
|
6969
6997
|
porcelain = models.Organization()
|
6970
6998
|
porcelain.auth_provider = (plumbing.auth_provider)
|
6971
6999
|
porcelain.created_at = convert_timestamp_to_porcelain(plumbing.created_at)
|
7000
|
+
porcelain.device_trust_enabled = (plumbing.device_trust_enabled)
|
7001
|
+
porcelain.device_trust_provider = (plumbing.device_trust_provider)
|
6972
7002
|
porcelain.idle_timeout = convert_duration_to_porcelain(
|
6973
7003
|
plumbing.idle_timeout)
|
6974
7004
|
porcelain.idle_timeout_enabled = (plumbing.idle_timeout_enabled)
|
@@ -7005,6 +7035,8 @@ def convert_organization_to_plumbing(porcelain):
|
|
7005
7035
|
plumbing.auth_provider = (porcelain.auth_provider)
|
7006
7036
|
plumbing.created_at.CopyFrom(
|
7007
7037
|
convert_timestamp_to_plumbing(porcelain.created_at))
|
7038
|
+
plumbing.device_trust_enabled = (porcelain.device_trust_enabled)
|
7039
|
+
plumbing.device_trust_provider = (porcelain.device_trust_provider)
|
7008
7040
|
plumbing.idle_timeout.CopyFrom(
|
7009
7041
|
convert_duration_to_plumbing(porcelain.idle_timeout))
|
7010
7042
|
plumbing.idle_timeout_enabled = (porcelain.idle_timeout_enabled)
|
@@ -1,12 +1,12 @@
|
|
1
1
|
Metadata-Version: 2.1
|
2
2
|
Name: strongdm
|
3
|
-
Version: 9.
|
3
|
+
Version: 9.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/v9.
|
9
|
+
Download-URL: https://github.com/strongdm/strongdm-sdk-python/archive/v9.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
|
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
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|