strongdm 13.4.0__zip → 13.6.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-13.4.0 → strongdm-13.6.0}/PKG-INFO +2 -2
- {strongdm-13.4.0 → strongdm-13.6.0}/setup.py +2 -2
- {strongdm-13.4.0 → strongdm-13.6.0}/strongdm/client.py +2 -2
- {strongdm-13.4.0 → strongdm-13.6.0}/strongdm/constants.py +3 -2
- {strongdm-13.4.0 → strongdm-13.6.0}/strongdm/drivers_pb2.py +248 -204
- {strongdm-13.4.0 → strongdm-13.6.0}/strongdm/models.py +161 -0
- {strongdm-13.4.0 → strongdm-13.6.0}/strongdm/plumbing.py +56 -0
- {strongdm-13.4.0 → strongdm-13.6.0}/strongdm/svc.py +1 -0
- {strongdm-13.4.0 → strongdm-13.6.0}/strongdm.egg-info/PKG-INFO +2 -2
- {strongdm-13.4.0 → strongdm-13.6.0}/LICENSE +0 -0
- {strongdm-13.4.0 → strongdm-13.6.0}/README.md +0 -0
- {strongdm-13.4.0 → strongdm-13.6.0}/setup.cfg +0 -0
- {strongdm-13.4.0 → strongdm-13.6.0}/strongdm/__init__.py +0 -0
- {strongdm-13.4.0 → strongdm-13.6.0}/strongdm/access_request_events_history_pb2.py +0 -0
- {strongdm-13.4.0 → strongdm-13.6.0}/strongdm/access_request_events_history_pb2_grpc.py +0 -0
- {strongdm-13.4.0 → strongdm-13.6.0}/strongdm/access_requests_history_pb2.py +0 -0
- {strongdm-13.4.0 → strongdm-13.6.0}/strongdm/access_requests_history_pb2_grpc.py +0 -0
- {strongdm-13.4.0 → strongdm-13.6.0}/strongdm/access_requests_pb2.py +0 -0
- {strongdm-13.4.0 → strongdm-13.6.0}/strongdm/access_requests_pb2_grpc.py +0 -0
- {strongdm-13.4.0 → strongdm-13.6.0}/strongdm/account_attachments_history_pb2.py +0 -0
- {strongdm-13.4.0 → strongdm-13.6.0}/strongdm/account_attachments_history_pb2_grpc.py +0 -0
- {strongdm-13.4.0 → strongdm-13.6.0}/strongdm/account_attachments_pb2.py +0 -0
- {strongdm-13.4.0 → strongdm-13.6.0}/strongdm/account_attachments_pb2_grpc.py +0 -0
- {strongdm-13.4.0 → strongdm-13.6.0}/strongdm/account_grants_history_pb2.py +0 -0
- {strongdm-13.4.0 → strongdm-13.6.0}/strongdm/account_grants_history_pb2_grpc.py +0 -0
- {strongdm-13.4.0 → strongdm-13.6.0}/strongdm/account_grants_pb2.py +0 -0
- {strongdm-13.4.0 → strongdm-13.6.0}/strongdm/account_grants_pb2_grpc.py +0 -0
- {strongdm-13.4.0 → strongdm-13.6.0}/strongdm/account_permissions_pb2.py +0 -0
- {strongdm-13.4.0 → strongdm-13.6.0}/strongdm/account_permissions_pb2_grpc.py +0 -0
- {strongdm-13.4.0 → strongdm-13.6.0}/strongdm/account_resources_history_pb2.py +0 -0
- {strongdm-13.4.0 → strongdm-13.6.0}/strongdm/account_resources_history_pb2_grpc.py +0 -0
- {strongdm-13.4.0 → strongdm-13.6.0}/strongdm/account_resources_pb2.py +0 -0
- {strongdm-13.4.0 → strongdm-13.6.0}/strongdm/account_resources_pb2_grpc.py +0 -0
- {strongdm-13.4.0 → strongdm-13.6.0}/strongdm/accounts_history_pb2.py +0 -0
- {strongdm-13.4.0 → strongdm-13.6.0}/strongdm/accounts_history_pb2_grpc.py +0 -0
- {strongdm-13.4.0 → strongdm-13.6.0}/strongdm/accounts_pb2.py +0 -0
- {strongdm-13.4.0 → strongdm-13.6.0}/strongdm/accounts_pb2_grpc.py +0 -0
- {strongdm-13.4.0 → strongdm-13.6.0}/strongdm/activities_pb2.py +0 -0
- {strongdm-13.4.0 → strongdm-13.6.0}/strongdm/activities_pb2_grpc.py +0 -0
- {strongdm-13.4.0 → strongdm-13.6.0}/strongdm/approval_workflow_approvers_history_pb2.py +0 -0
- {strongdm-13.4.0 → strongdm-13.6.0}/strongdm/approval_workflow_approvers_history_pb2_grpc.py +0 -0
- {strongdm-13.4.0 → strongdm-13.6.0}/strongdm/approval_workflow_approvers_pb2.py +0 -0
- {strongdm-13.4.0 → strongdm-13.6.0}/strongdm/approval_workflow_approvers_pb2_grpc.py +0 -0
- {strongdm-13.4.0 → strongdm-13.6.0}/strongdm/approval_workflow_steps_history_pb2.py +0 -0
- {strongdm-13.4.0 → strongdm-13.6.0}/strongdm/approval_workflow_steps_history_pb2_grpc.py +0 -0
- {strongdm-13.4.0 → strongdm-13.6.0}/strongdm/approval_workflow_steps_pb2.py +0 -0
- {strongdm-13.4.0 → strongdm-13.6.0}/strongdm/approval_workflow_steps_pb2_grpc.py +0 -0
- {strongdm-13.4.0 → strongdm-13.6.0}/strongdm/approval_workflows_history_pb2.py +0 -0
- {strongdm-13.4.0 → strongdm-13.6.0}/strongdm/approval_workflows_history_pb2_grpc.py +0 -0
- {strongdm-13.4.0 → strongdm-13.6.0}/strongdm/approval_workflows_pb2.py +0 -0
- {strongdm-13.4.0 → strongdm-13.6.0}/strongdm/approval_workflows_pb2_grpc.py +0 -0
- {strongdm-13.4.0 → strongdm-13.6.0}/strongdm/control_panel_pb2.py +0 -0
- {strongdm-13.4.0 → strongdm-13.6.0}/strongdm/control_panel_pb2_grpc.py +0 -0
- {strongdm-13.4.0 → strongdm-13.6.0}/strongdm/drivers_pb2_grpc.py +0 -0
- {strongdm-13.4.0 → strongdm-13.6.0}/strongdm/errors.py +0 -0
- {strongdm-13.4.0 → strongdm-13.6.0}/strongdm/health_checks_pb2.py +0 -0
- {strongdm-13.4.0 → strongdm-13.6.0}/strongdm/health_checks_pb2_grpc.py +0 -0
- {strongdm-13.4.0 → strongdm-13.6.0}/strongdm/identity_aliases_history_pb2.py +0 -0
- {strongdm-13.4.0 → strongdm-13.6.0}/strongdm/identity_aliases_history_pb2_grpc.py +0 -0
- {strongdm-13.4.0 → strongdm-13.6.0}/strongdm/identity_aliases_pb2.py +0 -0
- {strongdm-13.4.0 → strongdm-13.6.0}/strongdm/identity_aliases_pb2_grpc.py +0 -0
- {strongdm-13.4.0 → strongdm-13.6.0}/strongdm/identity_sets_history_pb2.py +0 -0
- {strongdm-13.4.0 → strongdm-13.6.0}/strongdm/identity_sets_history_pb2_grpc.py +0 -0
- {strongdm-13.4.0 → strongdm-13.6.0}/strongdm/identity_sets_pb2.py +0 -0
- {strongdm-13.4.0 → strongdm-13.6.0}/strongdm/identity_sets_pb2_grpc.py +0 -0
- {strongdm-13.4.0 → strongdm-13.6.0}/strongdm/nodes_history_pb2.py +0 -0
- {strongdm-13.4.0 → strongdm-13.6.0}/strongdm/nodes_history_pb2_grpc.py +0 -0
- {strongdm-13.4.0 → strongdm-13.6.0}/strongdm/nodes_pb2.py +0 -0
- {strongdm-13.4.0 → strongdm-13.6.0}/strongdm/nodes_pb2_grpc.py +0 -0
- {strongdm-13.4.0 → strongdm-13.6.0}/strongdm/options_pb2.py +0 -0
- {strongdm-13.4.0 → strongdm-13.6.0}/strongdm/options_pb2_grpc.py +0 -0
- {strongdm-13.4.0 → strongdm-13.6.0}/strongdm/organization_history_pb2.py +0 -0
- {strongdm-13.4.0 → strongdm-13.6.0}/strongdm/organization_history_pb2_grpc.py +0 -0
- {strongdm-13.4.0 → strongdm-13.6.0}/strongdm/peering_group_nodes_pb2.py +0 -0
- {strongdm-13.4.0 → strongdm-13.6.0}/strongdm/peering_group_nodes_pb2_grpc.py +0 -0
- {strongdm-13.4.0 → strongdm-13.6.0}/strongdm/peering_group_peers_pb2.py +0 -0
- {strongdm-13.4.0 → strongdm-13.6.0}/strongdm/peering_group_peers_pb2_grpc.py +0 -0
- {strongdm-13.4.0 → strongdm-13.6.0}/strongdm/peering_group_resources_pb2.py +0 -0
- {strongdm-13.4.0 → strongdm-13.6.0}/strongdm/peering_group_resources_pb2_grpc.py +0 -0
- {strongdm-13.4.0 → strongdm-13.6.0}/strongdm/peering_groups_pb2.py +0 -0
- {strongdm-13.4.0 → strongdm-13.6.0}/strongdm/peering_groups_pb2_grpc.py +0 -0
- {strongdm-13.4.0 → strongdm-13.6.0}/strongdm/policies_history_pb2.py +0 -0
- {strongdm-13.4.0 → strongdm-13.6.0}/strongdm/policies_history_pb2_grpc.py +0 -0
- {strongdm-13.4.0 → strongdm-13.6.0}/strongdm/policies_pb2.py +0 -0
- {strongdm-13.4.0 → strongdm-13.6.0}/strongdm/policies_pb2_grpc.py +0 -0
- {strongdm-13.4.0 → strongdm-13.6.0}/strongdm/proxy_cluster_keys_pb2.py +0 -0
- {strongdm-13.4.0 → strongdm-13.6.0}/strongdm/proxy_cluster_keys_pb2_grpc.py +0 -0
- {strongdm-13.4.0 → strongdm-13.6.0}/strongdm/queries_pb2.py +0 -0
- {strongdm-13.4.0 → strongdm-13.6.0}/strongdm/queries_pb2_grpc.py +0 -0
- {strongdm-13.4.0 → strongdm-13.6.0}/strongdm/remote_identities_history_pb2.py +0 -0
- {strongdm-13.4.0 → strongdm-13.6.0}/strongdm/remote_identities_history_pb2_grpc.py +0 -0
- {strongdm-13.4.0 → strongdm-13.6.0}/strongdm/remote_identities_pb2.py +0 -0
- {strongdm-13.4.0 → strongdm-13.6.0}/strongdm/remote_identities_pb2_grpc.py +0 -0
- {strongdm-13.4.0 → strongdm-13.6.0}/strongdm/remote_identity_groups_history_pb2.py +0 -0
- {strongdm-13.4.0 → strongdm-13.6.0}/strongdm/remote_identity_groups_history_pb2_grpc.py +0 -0
- {strongdm-13.4.0 → strongdm-13.6.0}/strongdm/remote_identity_groups_pb2.py +0 -0
- {strongdm-13.4.0 → strongdm-13.6.0}/strongdm/remote_identity_groups_pb2_grpc.py +0 -0
- {strongdm-13.4.0 → strongdm-13.6.0}/strongdm/replays_pb2.py +0 -0
- {strongdm-13.4.0 → strongdm-13.6.0}/strongdm/replays_pb2_grpc.py +0 -0
- {strongdm-13.4.0 → strongdm-13.6.0}/strongdm/resources_history_pb2.py +0 -0
- {strongdm-13.4.0 → strongdm-13.6.0}/strongdm/resources_history_pb2_grpc.py +0 -0
- {strongdm-13.4.0 → strongdm-13.6.0}/strongdm/resources_pb2.py +0 -0
- {strongdm-13.4.0 → strongdm-13.6.0}/strongdm/resources_pb2_grpc.py +0 -0
- {strongdm-13.4.0 → strongdm-13.6.0}/strongdm/role_resources_history_pb2.py +0 -0
- {strongdm-13.4.0 → strongdm-13.6.0}/strongdm/role_resources_history_pb2_grpc.py +0 -0
- {strongdm-13.4.0 → strongdm-13.6.0}/strongdm/role_resources_pb2.py +0 -0
- {strongdm-13.4.0 → strongdm-13.6.0}/strongdm/role_resources_pb2_grpc.py +0 -0
- {strongdm-13.4.0 → strongdm-13.6.0}/strongdm/roles_history_pb2.py +0 -0
- {strongdm-13.4.0 → strongdm-13.6.0}/strongdm/roles_history_pb2_grpc.py +0 -0
- {strongdm-13.4.0 → strongdm-13.6.0}/strongdm/roles_pb2.py +0 -0
- {strongdm-13.4.0 → strongdm-13.6.0}/strongdm/roles_pb2_grpc.py +0 -0
- {strongdm-13.4.0 → strongdm-13.6.0}/strongdm/secret_engine_policy_pb2_grpc.py +0 -0
- {strongdm-13.4.0 → strongdm-13.6.0}/strongdm/secret_engine_types_pb2_grpc.py +0 -0
- {strongdm-13.4.0 → strongdm-13.6.0}/strongdm/secret_store_healths_pb2.py +0 -0
- {strongdm-13.4.0 → strongdm-13.6.0}/strongdm/secret_store_healths_pb2_grpc.py +0 -0
- {strongdm-13.4.0 → strongdm-13.6.0}/strongdm/secret_store_types_pb2.py +0 -0
- {strongdm-13.4.0 → strongdm-13.6.0}/strongdm/secret_store_types_pb2_grpc.py +0 -0
- {strongdm-13.4.0 → strongdm-13.6.0}/strongdm/secret_stores_history_pb2.py +0 -0
- {strongdm-13.4.0 → strongdm-13.6.0}/strongdm/secret_stores_history_pb2_grpc.py +0 -0
- {strongdm-13.4.0 → strongdm-13.6.0}/strongdm/secret_stores_pb2.py +0 -0
- {strongdm-13.4.0 → strongdm-13.6.0}/strongdm/secret_stores_pb2_grpc.py +0 -0
- {strongdm-13.4.0 → strongdm-13.6.0}/strongdm/spec_pb2.py +0 -0
- {strongdm-13.4.0 → strongdm-13.6.0}/strongdm/spec_pb2_grpc.py +0 -0
- {strongdm-13.4.0 → strongdm-13.6.0}/strongdm/tags_pb2.py +0 -0
- {strongdm-13.4.0 → strongdm-13.6.0}/strongdm/tags_pb2_grpc.py +0 -0
- {strongdm-13.4.0 → strongdm-13.6.0}/strongdm/workflow_approvers_history_pb2.py +0 -0
- {strongdm-13.4.0 → strongdm-13.6.0}/strongdm/workflow_approvers_history_pb2_grpc.py +0 -0
- {strongdm-13.4.0 → strongdm-13.6.0}/strongdm/workflow_approvers_pb2.py +0 -0
- {strongdm-13.4.0 → strongdm-13.6.0}/strongdm/workflow_approvers_pb2_grpc.py +0 -0
- {strongdm-13.4.0 → strongdm-13.6.0}/strongdm/workflow_assignments_history_pb2.py +0 -0
- {strongdm-13.4.0 → strongdm-13.6.0}/strongdm/workflow_assignments_history_pb2_grpc.py +0 -0
- {strongdm-13.4.0 → strongdm-13.6.0}/strongdm/workflow_assignments_pb2.py +0 -0
- {strongdm-13.4.0 → strongdm-13.6.0}/strongdm/workflow_assignments_pb2_grpc.py +0 -0
- {strongdm-13.4.0 → strongdm-13.6.0}/strongdm/workflow_roles_history_pb2.py +0 -0
- {strongdm-13.4.0 → strongdm-13.6.0}/strongdm/workflow_roles_history_pb2_grpc.py +0 -0
- {strongdm-13.4.0 → strongdm-13.6.0}/strongdm/workflow_roles_pb2.py +0 -0
- {strongdm-13.4.0 → strongdm-13.6.0}/strongdm/workflow_roles_pb2_grpc.py +0 -0
- {strongdm-13.4.0 → strongdm-13.6.0}/strongdm/workflows_history_pb2.py +0 -0
- {strongdm-13.4.0 → strongdm-13.6.0}/strongdm/workflows_history_pb2_grpc.py +0 -0
- {strongdm-13.4.0 → strongdm-13.6.0}/strongdm/workflows_pb2.py +0 -0
- {strongdm-13.4.0 → strongdm-13.6.0}/strongdm/workflows_pb2_grpc.py +0 -0
- {strongdm-13.4.0 → strongdm-13.6.0}/strongdm.egg-info/SOURCES.txt +0 -0
- {strongdm-13.4.0 → strongdm-13.6.0}/strongdm.egg-info/dependency_links.txt +0 -0
- {strongdm-13.4.0 → strongdm-13.6.0}/strongdm.egg-info/requires.txt +0 -0
- {strongdm-13.4.0 → strongdm-13.6.0}/strongdm.egg-info/top_level.txt +0 -0
@@ -27718,6 +27718,167 @@ class VaultTokenStore:
|
|
27718
27718
|
)
|
27719
27719
|
|
27720
27720
|
|
27721
|
+
class Vertica:
|
27722
|
+
'''
|
27723
|
+
Vertica is currently unstable, and its API may change, or it may be removed,
|
27724
|
+
without a major version bump.
|
27725
|
+
'''
|
27726
|
+
__slots__ = [
|
27727
|
+
'bind_interface',
|
27728
|
+
'database',
|
27729
|
+
'egress_filter',
|
27730
|
+
'healthy',
|
27731
|
+
'hostname',
|
27732
|
+
'id',
|
27733
|
+
'name',
|
27734
|
+
'password',
|
27735
|
+
'port',
|
27736
|
+
'port_override',
|
27737
|
+
'proxy_cluster_id',
|
27738
|
+
'secret_store_id',
|
27739
|
+
'subdomain',
|
27740
|
+
'tags',
|
27741
|
+
'username',
|
27742
|
+
]
|
27743
|
+
|
27744
|
+
def __init__(
|
27745
|
+
self,
|
27746
|
+
bind_interface=None,
|
27747
|
+
database=None,
|
27748
|
+
egress_filter=None,
|
27749
|
+
healthy=None,
|
27750
|
+
hostname=None,
|
27751
|
+
id=None,
|
27752
|
+
name=None,
|
27753
|
+
password=None,
|
27754
|
+
port=None,
|
27755
|
+
port_override=None,
|
27756
|
+
proxy_cluster_id=None,
|
27757
|
+
secret_store_id=None,
|
27758
|
+
subdomain=None,
|
27759
|
+
tags=None,
|
27760
|
+
username=None,
|
27761
|
+
):
|
27762
|
+
self.bind_interface = bind_interface if bind_interface is not None else ''
|
27763
|
+
'''
|
27764
|
+
The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided.
|
27765
|
+
'''
|
27766
|
+
self.database = database if database is not None else ''
|
27767
|
+
'''
|
27768
|
+
The initial database to connect to. This setting does not by itself prevent switching to another database after connecting.
|
27769
|
+
'''
|
27770
|
+
self.egress_filter = egress_filter if egress_filter is not None else ''
|
27771
|
+
'''
|
27772
|
+
A filter applied to the routing logic to pin datasource to nodes.
|
27773
|
+
'''
|
27774
|
+
self.healthy = healthy if healthy is not None else False
|
27775
|
+
'''
|
27776
|
+
True if the datasource is reachable and the credentials are valid.
|
27777
|
+
'''
|
27778
|
+
self.hostname = hostname if hostname is not None else ''
|
27779
|
+
'''
|
27780
|
+
The host to dial to initiate a connection from the egress node to this resource.
|
27781
|
+
'''
|
27782
|
+
self.id = id if id is not None else ''
|
27783
|
+
'''
|
27784
|
+
Unique identifier of the Resource.
|
27785
|
+
'''
|
27786
|
+
self.name = name if name is not None else ''
|
27787
|
+
'''
|
27788
|
+
Unique human-readable name of the Resource.
|
27789
|
+
'''
|
27790
|
+
self.password = password if password is not None else ''
|
27791
|
+
'''
|
27792
|
+
The password to authenticate with.
|
27793
|
+
'''
|
27794
|
+
self.port = port if port is not None else 0
|
27795
|
+
'''
|
27796
|
+
The port to dial to initiate a connection from the egress node to this resource.
|
27797
|
+
'''
|
27798
|
+
self.port_override = port_override if port_override is not None else 0
|
27799
|
+
'''
|
27800
|
+
The local port used by clients to connect to this resource.
|
27801
|
+
'''
|
27802
|
+
self.proxy_cluster_id = proxy_cluster_id if proxy_cluster_id is not None else ''
|
27803
|
+
'''
|
27804
|
+
ID of the proxy cluster for this resource, if any.
|
27805
|
+
'''
|
27806
|
+
self.secret_store_id = secret_store_id if secret_store_id is not None else ''
|
27807
|
+
'''
|
27808
|
+
ID of the secret store containing credentials for this resource, if any.
|
27809
|
+
'''
|
27810
|
+
self.subdomain = subdomain if subdomain is not None else ''
|
27811
|
+
'''
|
27812
|
+
Subdomain is the local DNS address. (e.g. app-prod1 turns into app-prod1.your-org-name.sdm.network)
|
27813
|
+
'''
|
27814
|
+
self.tags = tags if tags is not None else _porcelain_zero_value_tags()
|
27815
|
+
'''
|
27816
|
+
Tags is a map of key, value pairs.
|
27817
|
+
'''
|
27818
|
+
self.username = username if username is not None else ''
|
27819
|
+
'''
|
27820
|
+
The username to authenticate with.
|
27821
|
+
'''
|
27822
|
+
|
27823
|
+
def __repr__(self):
|
27824
|
+
return '<sdm.Vertica ' + \
|
27825
|
+
'bind_interface: ' + repr(self.bind_interface) + ' ' +\
|
27826
|
+
'database: ' + repr(self.database) + ' ' +\
|
27827
|
+
'egress_filter: ' + repr(self.egress_filter) + ' ' +\
|
27828
|
+
'healthy: ' + repr(self.healthy) + ' ' +\
|
27829
|
+
'hostname: ' + repr(self.hostname) + ' ' +\
|
27830
|
+
'id: ' + repr(self.id) + ' ' +\
|
27831
|
+
'name: ' + repr(self.name) + ' ' +\
|
27832
|
+
'password: ' + repr(self.password) + ' ' +\
|
27833
|
+
'port: ' + repr(self.port) + ' ' +\
|
27834
|
+
'port_override: ' + repr(self.port_override) + ' ' +\
|
27835
|
+
'proxy_cluster_id: ' + repr(self.proxy_cluster_id) + ' ' +\
|
27836
|
+
'secret_store_id: ' + repr(self.secret_store_id) + ' ' +\
|
27837
|
+
'subdomain: ' + repr(self.subdomain) + ' ' +\
|
27838
|
+
'tags: ' + repr(self.tags) + ' ' +\
|
27839
|
+
'username: ' + repr(self.username) + ' ' +\
|
27840
|
+
'>'
|
27841
|
+
|
27842
|
+
def to_dict(self):
|
27843
|
+
return {
|
27844
|
+
'bind_interface': self.bind_interface,
|
27845
|
+
'database': self.database,
|
27846
|
+
'egress_filter': self.egress_filter,
|
27847
|
+
'healthy': self.healthy,
|
27848
|
+
'hostname': self.hostname,
|
27849
|
+
'id': self.id,
|
27850
|
+
'name': self.name,
|
27851
|
+
'password': self.password,
|
27852
|
+
'port': self.port,
|
27853
|
+
'port_override': self.port_override,
|
27854
|
+
'proxy_cluster_id': self.proxy_cluster_id,
|
27855
|
+
'secret_store_id': self.secret_store_id,
|
27856
|
+
'subdomain': self.subdomain,
|
27857
|
+
'tags': self.tags,
|
27858
|
+
'username': self.username,
|
27859
|
+
}
|
27860
|
+
|
27861
|
+
@classmethod
|
27862
|
+
def from_dict(cls, d):
|
27863
|
+
return cls(
|
27864
|
+
bind_interface=d.get('bind_interface'),
|
27865
|
+
database=d.get('database'),
|
27866
|
+
egress_filter=d.get('egress_filter'),
|
27867
|
+
healthy=d.get('healthy'),
|
27868
|
+
hostname=d.get('hostname'),
|
27869
|
+
id=d.get('id'),
|
27870
|
+
name=d.get('name'),
|
27871
|
+
password=d.get('password'),
|
27872
|
+
port=d.get('port'),
|
27873
|
+
port_override=d.get('port_override'),
|
27874
|
+
proxy_cluster_id=d.get('proxy_cluster_id'),
|
27875
|
+
secret_store_id=d.get('secret_store_id'),
|
27876
|
+
subdomain=d.get('subdomain'),
|
27877
|
+
tags=d.get('tags'),
|
27878
|
+
username=d.get('username'),
|
27879
|
+
)
|
27880
|
+
|
27881
|
+
|
27721
27882
|
class Workflow:
|
27722
27883
|
'''
|
27723
27884
|
Workflows are the collection of rules that define the resources to which access can be requested,
|
@@ -10813,6 +10813,8 @@ def convert_resource_to_plumbing(porcelain):
|
|
10813
10813
|
plumbing.teradata.CopyFrom(convert_teradata_to_plumbing(porcelain))
|
10814
10814
|
if isinstance(porcelain, models.Trino):
|
10815
10815
|
plumbing.trino.CopyFrom(convert_trino_to_plumbing(porcelain))
|
10816
|
+
if isinstance(porcelain, models.Vertica):
|
10817
|
+
plumbing.vertica.CopyFrom(convert_vertica_to_plumbing(porcelain))
|
10816
10818
|
return plumbing
|
10817
10819
|
|
10818
10820
|
|
@@ -11052,6 +11054,8 @@ def convert_resource_to_porcelain(plumbing):
|
|
11052
11054
|
return convert_teradata_to_porcelain(plumbing.teradata)
|
11053
11055
|
if plumbing.HasField('trino'):
|
11054
11056
|
return convert_trino_to_porcelain(plumbing.trino)
|
11057
|
+
if plumbing.HasField('vertica'):
|
11058
|
+
return convert_vertica_to_porcelain(plumbing.vertica)
|
11055
11059
|
raise errors.UnknownError(
|
11056
11060
|
"unknown polymorphic type, please upgrade your SDK")
|
11057
11061
|
|
@@ -13531,6 +13535,58 @@ def convert_repeated_vault_token_store_to_porcelain(plumbings):
|
|
13531
13535
|
]
|
13532
13536
|
|
13533
13537
|
|
13538
|
+
def convert_vertica_to_porcelain(plumbing):
|
13539
|
+
if plumbing is None:
|
13540
|
+
return None
|
13541
|
+
porcelain = models.Vertica()
|
13542
|
+
porcelain.bind_interface = (plumbing.bind_interface)
|
13543
|
+
porcelain.database = (plumbing.database)
|
13544
|
+
porcelain.egress_filter = (plumbing.egress_filter)
|
13545
|
+
porcelain.healthy = (plumbing.healthy)
|
13546
|
+
porcelain.hostname = (plumbing.hostname)
|
13547
|
+
porcelain.id = (plumbing.id)
|
13548
|
+
porcelain.name = (plumbing.name)
|
13549
|
+
porcelain.password = (plumbing.password)
|
13550
|
+
porcelain.port = (plumbing.port)
|
13551
|
+
porcelain.port_override = (plumbing.port_override)
|
13552
|
+
porcelain.proxy_cluster_id = (plumbing.proxy_cluster_id)
|
13553
|
+
porcelain.secret_store_id = (plumbing.secret_store_id)
|
13554
|
+
porcelain.subdomain = (plumbing.subdomain)
|
13555
|
+
porcelain.tags = convert_tags_to_porcelain(plumbing.tags)
|
13556
|
+
porcelain.username = (plumbing.username)
|
13557
|
+
return porcelain
|
13558
|
+
|
13559
|
+
|
13560
|
+
def convert_vertica_to_plumbing(porcelain):
|
13561
|
+
plumbing = Vertica()
|
13562
|
+
if porcelain is None:
|
13563
|
+
return plumbing
|
13564
|
+
plumbing.bind_interface = (porcelain.bind_interface)
|
13565
|
+
plumbing.database = (porcelain.database)
|
13566
|
+
plumbing.egress_filter = (porcelain.egress_filter)
|
13567
|
+
plumbing.healthy = (porcelain.healthy)
|
13568
|
+
plumbing.hostname = (porcelain.hostname)
|
13569
|
+
plumbing.id = (porcelain.id)
|
13570
|
+
plumbing.name = (porcelain.name)
|
13571
|
+
plumbing.password = (porcelain.password)
|
13572
|
+
plumbing.port = (porcelain.port)
|
13573
|
+
plumbing.port_override = (porcelain.port_override)
|
13574
|
+
plumbing.proxy_cluster_id = (porcelain.proxy_cluster_id)
|
13575
|
+
plumbing.secret_store_id = (porcelain.secret_store_id)
|
13576
|
+
plumbing.subdomain = (porcelain.subdomain)
|
13577
|
+
plumbing.tags.CopyFrom(convert_tags_to_plumbing(porcelain.tags))
|
13578
|
+
plumbing.username = (porcelain.username)
|
13579
|
+
return plumbing
|
13580
|
+
|
13581
|
+
|
13582
|
+
def convert_repeated_vertica_to_plumbing(porcelains):
|
13583
|
+
return [convert_vertica_to_plumbing(porcelain) for porcelain in porcelains]
|
13584
|
+
|
13585
|
+
|
13586
|
+
def convert_repeated_vertica_to_porcelain(plumbings):
|
13587
|
+
return [convert_vertica_to_porcelain(plumbing) for plumbing in plumbings]
|
13588
|
+
|
13589
|
+
|
13534
13590
|
def convert_workflow_to_porcelain(plumbing):
|
13535
13591
|
if plumbing is None:
|
13536
13592
|
return None
|
@@ -1,12 +1,12 @@
|
|
1
1
|
Metadata-Version: 2.1
|
2
2
|
Name: strongdm
|
3
|
-
Version: 13.
|
3
|
+
Version: 13.6.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/v13.
|
9
|
+
Download-URL: https://github.com/strongdm/strongdm-sdk-python/archive/v13.6.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
|
{strongdm-13.4.0 → strongdm-13.6.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
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|