strongdm 13.6.0__zip → 13.10.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.6.0 → strongdm-13.10.0}/PKG-INFO +2 -2
- {strongdm-13.6.0 → strongdm-13.10.0}/setup.py +2 -2
- {strongdm-13.6.0 → strongdm-13.10.0}/strongdm/approval_workflows_pb2.py +63 -26
- {strongdm-13.6.0 → strongdm-13.10.0}/strongdm/client.py +1 -1
- {strongdm-13.6.0 → strongdm-13.10.0}/strongdm/drivers_pb2.py +253 -209
- {strongdm-13.6.0 → strongdm-13.10.0}/strongdm/models.py +162 -5
- {strongdm-13.6.0 → strongdm-13.10.0}/strongdm/plumbing.py +62 -0
- {strongdm-13.6.0 → strongdm-13.10.0}/strongdm/svc.py +1 -0
- {strongdm-13.6.0 → strongdm-13.10.0}/strongdm.egg-info/PKG-INFO +2 -2
- {strongdm-13.6.0 → strongdm-13.10.0}/LICENSE +0 -0
- {strongdm-13.6.0 → strongdm-13.10.0}/README.md +0 -0
- {strongdm-13.6.0 → strongdm-13.10.0}/setup.cfg +0 -0
- {strongdm-13.6.0 → strongdm-13.10.0}/strongdm/__init__.py +0 -0
- {strongdm-13.6.0 → strongdm-13.10.0}/strongdm/access_request_events_history_pb2.py +0 -0
- {strongdm-13.6.0 → strongdm-13.10.0}/strongdm/access_request_events_history_pb2_grpc.py +0 -0
- {strongdm-13.6.0 → strongdm-13.10.0}/strongdm/access_requests_history_pb2.py +0 -0
- {strongdm-13.6.0 → strongdm-13.10.0}/strongdm/access_requests_history_pb2_grpc.py +0 -0
- {strongdm-13.6.0 → strongdm-13.10.0}/strongdm/access_requests_pb2.py +0 -0
- {strongdm-13.6.0 → strongdm-13.10.0}/strongdm/access_requests_pb2_grpc.py +0 -0
- {strongdm-13.6.0 → strongdm-13.10.0}/strongdm/account_attachments_history_pb2.py +0 -0
- {strongdm-13.6.0 → strongdm-13.10.0}/strongdm/account_attachments_history_pb2_grpc.py +0 -0
- {strongdm-13.6.0 → strongdm-13.10.0}/strongdm/account_attachments_pb2.py +0 -0
- {strongdm-13.6.0 → strongdm-13.10.0}/strongdm/account_attachments_pb2_grpc.py +0 -0
- {strongdm-13.6.0 → strongdm-13.10.0}/strongdm/account_grants_history_pb2.py +0 -0
- {strongdm-13.6.0 → strongdm-13.10.0}/strongdm/account_grants_history_pb2_grpc.py +0 -0
- {strongdm-13.6.0 → strongdm-13.10.0}/strongdm/account_grants_pb2.py +0 -0
- {strongdm-13.6.0 → strongdm-13.10.0}/strongdm/account_grants_pb2_grpc.py +0 -0
- {strongdm-13.6.0 → strongdm-13.10.0}/strongdm/account_permissions_pb2.py +0 -0
- {strongdm-13.6.0 → strongdm-13.10.0}/strongdm/account_permissions_pb2_grpc.py +0 -0
- {strongdm-13.6.0 → strongdm-13.10.0}/strongdm/account_resources_history_pb2.py +0 -0
- {strongdm-13.6.0 → strongdm-13.10.0}/strongdm/account_resources_history_pb2_grpc.py +0 -0
- {strongdm-13.6.0 → strongdm-13.10.0}/strongdm/account_resources_pb2.py +0 -0
- {strongdm-13.6.0 → strongdm-13.10.0}/strongdm/account_resources_pb2_grpc.py +0 -0
- {strongdm-13.6.0 → strongdm-13.10.0}/strongdm/accounts_history_pb2.py +0 -0
- {strongdm-13.6.0 → strongdm-13.10.0}/strongdm/accounts_history_pb2_grpc.py +0 -0
- {strongdm-13.6.0 → strongdm-13.10.0}/strongdm/accounts_pb2.py +0 -0
- {strongdm-13.6.0 → strongdm-13.10.0}/strongdm/accounts_pb2_grpc.py +0 -0
- {strongdm-13.6.0 → strongdm-13.10.0}/strongdm/activities_pb2.py +0 -0
- {strongdm-13.6.0 → strongdm-13.10.0}/strongdm/activities_pb2_grpc.py +0 -0
- {strongdm-13.6.0 → strongdm-13.10.0}/strongdm/approval_workflow_approvers_history_pb2.py +0 -0
- {strongdm-13.6.0 → strongdm-13.10.0}/strongdm/approval_workflow_approvers_history_pb2_grpc.py +0 -0
- {strongdm-13.6.0 → strongdm-13.10.0}/strongdm/approval_workflow_approvers_pb2.py +0 -0
- {strongdm-13.6.0 → strongdm-13.10.0}/strongdm/approval_workflow_approvers_pb2_grpc.py +0 -0
- {strongdm-13.6.0 → strongdm-13.10.0}/strongdm/approval_workflow_steps_history_pb2.py +0 -0
- {strongdm-13.6.0 → strongdm-13.10.0}/strongdm/approval_workflow_steps_history_pb2_grpc.py +0 -0
- {strongdm-13.6.0 → strongdm-13.10.0}/strongdm/approval_workflow_steps_pb2.py +0 -0
- {strongdm-13.6.0 → strongdm-13.10.0}/strongdm/approval_workflow_steps_pb2_grpc.py +0 -0
- {strongdm-13.6.0 → strongdm-13.10.0}/strongdm/approval_workflows_history_pb2.py +0 -0
- {strongdm-13.6.0 → strongdm-13.10.0}/strongdm/approval_workflows_history_pb2_grpc.py +0 -0
- {strongdm-13.6.0 → strongdm-13.10.0}/strongdm/approval_workflows_pb2_grpc.py +0 -0
- {strongdm-13.6.0 → strongdm-13.10.0}/strongdm/constants.py +0 -0
- {strongdm-13.6.0 → strongdm-13.10.0}/strongdm/control_panel_pb2.py +0 -0
- {strongdm-13.6.0 → strongdm-13.10.0}/strongdm/control_panel_pb2_grpc.py +0 -0
- {strongdm-13.6.0 → strongdm-13.10.0}/strongdm/drivers_pb2_grpc.py +0 -0
- {strongdm-13.6.0 → strongdm-13.10.0}/strongdm/errors.py +0 -0
- {strongdm-13.6.0 → strongdm-13.10.0}/strongdm/health_checks_pb2.py +0 -0
- {strongdm-13.6.0 → strongdm-13.10.0}/strongdm/health_checks_pb2_grpc.py +0 -0
- {strongdm-13.6.0 → strongdm-13.10.0}/strongdm/identity_aliases_history_pb2.py +0 -0
- {strongdm-13.6.0 → strongdm-13.10.0}/strongdm/identity_aliases_history_pb2_grpc.py +0 -0
- {strongdm-13.6.0 → strongdm-13.10.0}/strongdm/identity_aliases_pb2.py +0 -0
- {strongdm-13.6.0 → strongdm-13.10.0}/strongdm/identity_aliases_pb2_grpc.py +0 -0
- {strongdm-13.6.0 → strongdm-13.10.0}/strongdm/identity_sets_history_pb2.py +0 -0
- {strongdm-13.6.0 → strongdm-13.10.0}/strongdm/identity_sets_history_pb2_grpc.py +0 -0
- {strongdm-13.6.0 → strongdm-13.10.0}/strongdm/identity_sets_pb2.py +0 -0
- {strongdm-13.6.0 → strongdm-13.10.0}/strongdm/identity_sets_pb2_grpc.py +0 -0
- {strongdm-13.6.0 → strongdm-13.10.0}/strongdm/nodes_history_pb2.py +0 -0
- {strongdm-13.6.0 → strongdm-13.10.0}/strongdm/nodes_history_pb2_grpc.py +0 -0
- {strongdm-13.6.0 → strongdm-13.10.0}/strongdm/nodes_pb2.py +0 -0
- {strongdm-13.6.0 → strongdm-13.10.0}/strongdm/nodes_pb2_grpc.py +0 -0
- {strongdm-13.6.0 → strongdm-13.10.0}/strongdm/options_pb2.py +0 -0
- {strongdm-13.6.0 → strongdm-13.10.0}/strongdm/options_pb2_grpc.py +0 -0
- {strongdm-13.6.0 → strongdm-13.10.0}/strongdm/organization_history_pb2.py +0 -0
- {strongdm-13.6.0 → strongdm-13.10.0}/strongdm/organization_history_pb2_grpc.py +0 -0
- {strongdm-13.6.0 → strongdm-13.10.0}/strongdm/peering_group_nodes_pb2.py +0 -0
- {strongdm-13.6.0 → strongdm-13.10.0}/strongdm/peering_group_nodes_pb2_grpc.py +0 -0
- {strongdm-13.6.0 → strongdm-13.10.0}/strongdm/peering_group_peers_pb2.py +0 -0
- {strongdm-13.6.0 → strongdm-13.10.0}/strongdm/peering_group_peers_pb2_grpc.py +0 -0
- {strongdm-13.6.0 → strongdm-13.10.0}/strongdm/peering_group_resources_pb2.py +0 -0
- {strongdm-13.6.0 → strongdm-13.10.0}/strongdm/peering_group_resources_pb2_grpc.py +0 -0
- {strongdm-13.6.0 → strongdm-13.10.0}/strongdm/peering_groups_pb2.py +0 -0
- {strongdm-13.6.0 → strongdm-13.10.0}/strongdm/peering_groups_pb2_grpc.py +0 -0
- {strongdm-13.6.0 → strongdm-13.10.0}/strongdm/policies_history_pb2.py +0 -0
- {strongdm-13.6.0 → strongdm-13.10.0}/strongdm/policies_history_pb2_grpc.py +0 -0
- {strongdm-13.6.0 → strongdm-13.10.0}/strongdm/policies_pb2.py +0 -0
- {strongdm-13.6.0 → strongdm-13.10.0}/strongdm/policies_pb2_grpc.py +0 -0
- {strongdm-13.6.0 → strongdm-13.10.0}/strongdm/proxy_cluster_keys_pb2.py +0 -0
- {strongdm-13.6.0 → strongdm-13.10.0}/strongdm/proxy_cluster_keys_pb2_grpc.py +0 -0
- {strongdm-13.6.0 → strongdm-13.10.0}/strongdm/queries_pb2.py +0 -0
- {strongdm-13.6.0 → strongdm-13.10.0}/strongdm/queries_pb2_grpc.py +0 -0
- {strongdm-13.6.0 → strongdm-13.10.0}/strongdm/remote_identities_history_pb2.py +0 -0
- {strongdm-13.6.0 → strongdm-13.10.0}/strongdm/remote_identities_history_pb2_grpc.py +0 -0
- {strongdm-13.6.0 → strongdm-13.10.0}/strongdm/remote_identities_pb2.py +0 -0
- {strongdm-13.6.0 → strongdm-13.10.0}/strongdm/remote_identities_pb2_grpc.py +0 -0
- {strongdm-13.6.0 → strongdm-13.10.0}/strongdm/remote_identity_groups_history_pb2.py +0 -0
- {strongdm-13.6.0 → strongdm-13.10.0}/strongdm/remote_identity_groups_history_pb2_grpc.py +0 -0
- {strongdm-13.6.0 → strongdm-13.10.0}/strongdm/remote_identity_groups_pb2.py +0 -0
- {strongdm-13.6.0 → strongdm-13.10.0}/strongdm/remote_identity_groups_pb2_grpc.py +0 -0
- {strongdm-13.6.0 → strongdm-13.10.0}/strongdm/replays_pb2.py +0 -0
- {strongdm-13.6.0 → strongdm-13.10.0}/strongdm/replays_pb2_grpc.py +0 -0
- {strongdm-13.6.0 → strongdm-13.10.0}/strongdm/resources_history_pb2.py +0 -0
- {strongdm-13.6.0 → strongdm-13.10.0}/strongdm/resources_history_pb2_grpc.py +0 -0
- {strongdm-13.6.0 → strongdm-13.10.0}/strongdm/resources_pb2.py +0 -0
- {strongdm-13.6.0 → strongdm-13.10.0}/strongdm/resources_pb2_grpc.py +0 -0
- {strongdm-13.6.0 → strongdm-13.10.0}/strongdm/role_resources_history_pb2.py +0 -0
- {strongdm-13.6.0 → strongdm-13.10.0}/strongdm/role_resources_history_pb2_grpc.py +0 -0
- {strongdm-13.6.0 → strongdm-13.10.0}/strongdm/role_resources_pb2.py +0 -0
- {strongdm-13.6.0 → strongdm-13.10.0}/strongdm/role_resources_pb2_grpc.py +0 -0
- {strongdm-13.6.0 → strongdm-13.10.0}/strongdm/roles_history_pb2.py +0 -0
- {strongdm-13.6.0 → strongdm-13.10.0}/strongdm/roles_history_pb2_grpc.py +0 -0
- {strongdm-13.6.0 → strongdm-13.10.0}/strongdm/roles_pb2.py +0 -0
- {strongdm-13.6.0 → strongdm-13.10.0}/strongdm/roles_pb2_grpc.py +0 -0
- {strongdm-13.6.0 → strongdm-13.10.0}/strongdm/secret_engine_policy_pb2_grpc.py +0 -0
- {strongdm-13.6.0 → strongdm-13.10.0}/strongdm/secret_engine_types_pb2_grpc.py +0 -0
- {strongdm-13.6.0 → strongdm-13.10.0}/strongdm/secret_store_healths_pb2.py +0 -0
- {strongdm-13.6.0 → strongdm-13.10.0}/strongdm/secret_store_healths_pb2_grpc.py +0 -0
- {strongdm-13.6.0 → strongdm-13.10.0}/strongdm/secret_store_types_pb2.py +0 -0
- {strongdm-13.6.0 → strongdm-13.10.0}/strongdm/secret_store_types_pb2_grpc.py +0 -0
- {strongdm-13.6.0 → strongdm-13.10.0}/strongdm/secret_stores_history_pb2.py +0 -0
- {strongdm-13.6.0 → strongdm-13.10.0}/strongdm/secret_stores_history_pb2_grpc.py +0 -0
- {strongdm-13.6.0 → strongdm-13.10.0}/strongdm/secret_stores_pb2.py +0 -0
- {strongdm-13.6.0 → strongdm-13.10.0}/strongdm/secret_stores_pb2_grpc.py +0 -0
- {strongdm-13.6.0 → strongdm-13.10.0}/strongdm/spec_pb2.py +0 -0
- {strongdm-13.6.0 → strongdm-13.10.0}/strongdm/spec_pb2_grpc.py +0 -0
- {strongdm-13.6.0 → strongdm-13.10.0}/strongdm/tags_pb2.py +0 -0
- {strongdm-13.6.0 → strongdm-13.10.0}/strongdm/tags_pb2_grpc.py +0 -0
- {strongdm-13.6.0 → strongdm-13.10.0}/strongdm/workflow_approvers_history_pb2.py +0 -0
- {strongdm-13.6.0 → strongdm-13.10.0}/strongdm/workflow_approvers_history_pb2_grpc.py +0 -0
- {strongdm-13.6.0 → strongdm-13.10.0}/strongdm/workflow_approvers_pb2.py +0 -0
- {strongdm-13.6.0 → strongdm-13.10.0}/strongdm/workflow_approvers_pb2_grpc.py +0 -0
- {strongdm-13.6.0 → strongdm-13.10.0}/strongdm/workflow_assignments_history_pb2.py +0 -0
- {strongdm-13.6.0 → strongdm-13.10.0}/strongdm/workflow_assignments_history_pb2_grpc.py +0 -0
- {strongdm-13.6.0 → strongdm-13.10.0}/strongdm/workflow_assignments_pb2.py +0 -0
- {strongdm-13.6.0 → strongdm-13.10.0}/strongdm/workflow_assignments_pb2_grpc.py +0 -0
- {strongdm-13.6.0 → strongdm-13.10.0}/strongdm/workflow_roles_history_pb2.py +0 -0
- {strongdm-13.6.0 → strongdm-13.10.0}/strongdm/workflow_roles_history_pb2_grpc.py +0 -0
- {strongdm-13.6.0 → strongdm-13.10.0}/strongdm/workflow_roles_pb2.py +0 -0
- {strongdm-13.6.0 → strongdm-13.10.0}/strongdm/workflow_roles_pb2_grpc.py +0 -0
- {strongdm-13.6.0 → strongdm-13.10.0}/strongdm/workflows_history_pb2.py +0 -0
- {strongdm-13.6.0 → strongdm-13.10.0}/strongdm/workflows_history_pb2_grpc.py +0 -0
- {strongdm-13.6.0 → strongdm-13.10.0}/strongdm/workflows_pb2.py +0 -0
- {strongdm-13.6.0 → strongdm-13.10.0}/strongdm/workflows_pb2_grpc.py +0 -0
- {strongdm-13.6.0 → strongdm-13.10.0}/strongdm.egg-info/SOURCES.txt +0 -0
- {strongdm-13.6.0 → strongdm-13.10.0}/strongdm.egg-info/dependency_links.txt +0 -0
- {strongdm-13.6.0 → strongdm-13.10.0}/strongdm.egg-info/requires.txt +0 -0
- {strongdm-13.6.0 → strongdm-13.10.0}/strongdm.egg-info/top_level.txt +0 -0
@@ -4622,10 +4622,6 @@ class AmazonES:
|
|
4622
4622
|
|
4623
4623
|
|
4624
4624
|
class AmazonESIAM:
|
4625
|
-
'''
|
4626
|
-
AmazonESIAM is currently unstable, and its API may change, or it may be removed,
|
4627
|
-
without a major version bump.
|
4628
|
-
'''
|
4629
4625
|
__slots__ = [
|
4630
4626
|
'bind_interface',
|
4631
4627
|
'egress_filter',
|
@@ -5557,7 +5553,7 @@ class ApprovalWorkflowStep:
|
|
5557
5553
|
):
|
5558
5554
|
self.approval_flow_id = approval_flow_id if approval_flow_id is not None else ''
|
5559
5555
|
'''
|
5560
|
-
The approval flow id specified the approval
|
5556
|
+
The approval flow id specified the approval workflow that this step belongs to
|
5561
5557
|
'''
|
5562
5558
|
self.id = id if id is not None else ''
|
5563
5559
|
'''
|
@@ -21491,6 +21487,167 @@ class Redis:
|
|
21491
21487
|
)
|
21492
21488
|
|
21493
21489
|
|
21490
|
+
class RedisCluster:
|
21491
|
+
'''
|
21492
|
+
RedisCluster is currently unstable, and its API may change, or it may be removed,
|
21493
|
+
without a major version bump.
|
21494
|
+
'''
|
21495
|
+
__slots__ = [
|
21496
|
+
'bind_interface',
|
21497
|
+
'egress_filter',
|
21498
|
+
'healthy',
|
21499
|
+
'hostname',
|
21500
|
+
'id',
|
21501
|
+
'name',
|
21502
|
+
'password',
|
21503
|
+
'port',
|
21504
|
+
'port_override',
|
21505
|
+
'proxy_cluster_id',
|
21506
|
+
'secret_store_id',
|
21507
|
+
'subdomain',
|
21508
|
+
'tags',
|
21509
|
+
'tls_required',
|
21510
|
+
'username',
|
21511
|
+
]
|
21512
|
+
|
21513
|
+
def __init__(
|
21514
|
+
self,
|
21515
|
+
bind_interface=None,
|
21516
|
+
egress_filter=None,
|
21517
|
+
healthy=None,
|
21518
|
+
hostname=None,
|
21519
|
+
id=None,
|
21520
|
+
name=None,
|
21521
|
+
password=None,
|
21522
|
+
port=None,
|
21523
|
+
port_override=None,
|
21524
|
+
proxy_cluster_id=None,
|
21525
|
+
secret_store_id=None,
|
21526
|
+
subdomain=None,
|
21527
|
+
tags=None,
|
21528
|
+
tls_required=None,
|
21529
|
+
username=None,
|
21530
|
+
):
|
21531
|
+
self.bind_interface = bind_interface if bind_interface is not None else ''
|
21532
|
+
'''
|
21533
|
+
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.
|
21534
|
+
'''
|
21535
|
+
self.egress_filter = egress_filter if egress_filter is not None else ''
|
21536
|
+
'''
|
21537
|
+
A filter applied to the routing logic to pin datasource to nodes.
|
21538
|
+
'''
|
21539
|
+
self.healthy = healthy if healthy is not None else False
|
21540
|
+
'''
|
21541
|
+
True if the datasource is reachable and the credentials are valid.
|
21542
|
+
'''
|
21543
|
+
self.hostname = hostname if hostname is not None else ''
|
21544
|
+
'''
|
21545
|
+
Hostname must contain the hostname/port pairs of all instances in the replica set separated by commas.
|
21546
|
+
'''
|
21547
|
+
self.id = id if id is not None else ''
|
21548
|
+
'''
|
21549
|
+
Unique identifier of the Resource.
|
21550
|
+
'''
|
21551
|
+
self.name = name if name is not None else ''
|
21552
|
+
'''
|
21553
|
+
Unique human-readable name of the Resource.
|
21554
|
+
'''
|
21555
|
+
self.password = password if password is not None else ''
|
21556
|
+
'''
|
21557
|
+
The password to authenticate with.
|
21558
|
+
'''
|
21559
|
+
self.port = port if port is not None else 0
|
21560
|
+
'''
|
21561
|
+
The port to dial to initiate a connection from the egress node to this resource.
|
21562
|
+
'''
|
21563
|
+
self.port_override = port_override if port_override is not None else 0
|
21564
|
+
'''
|
21565
|
+
The local port used by clients to connect to this resource.
|
21566
|
+
'''
|
21567
|
+
self.proxy_cluster_id = proxy_cluster_id if proxy_cluster_id is not None else ''
|
21568
|
+
'''
|
21569
|
+
ID of the proxy cluster for this resource, if any.
|
21570
|
+
'''
|
21571
|
+
self.secret_store_id = secret_store_id if secret_store_id is not None else ''
|
21572
|
+
'''
|
21573
|
+
ID of the secret store containing credentials for this resource, if any.
|
21574
|
+
'''
|
21575
|
+
self.subdomain = subdomain if subdomain is not None else ''
|
21576
|
+
'''
|
21577
|
+
Subdomain is the local DNS address. (e.g. app-prod1 turns into app-prod1.your-org-name.sdm.network)
|
21578
|
+
'''
|
21579
|
+
self.tags = tags if tags is not None else _porcelain_zero_value_tags()
|
21580
|
+
'''
|
21581
|
+
Tags is a map of key, value pairs.
|
21582
|
+
'''
|
21583
|
+
self.tls_required = tls_required if tls_required is not None else False
|
21584
|
+
'''
|
21585
|
+
If set, TLS must be used to connect to this resource.
|
21586
|
+
'''
|
21587
|
+
self.username = username if username is not None else ''
|
21588
|
+
'''
|
21589
|
+
The username to authenticate with.
|
21590
|
+
'''
|
21591
|
+
|
21592
|
+
def __repr__(self):
|
21593
|
+
return '<sdm.RedisCluster ' + \
|
21594
|
+
'bind_interface: ' + repr(self.bind_interface) + ' ' +\
|
21595
|
+
'egress_filter: ' + repr(self.egress_filter) + ' ' +\
|
21596
|
+
'healthy: ' + repr(self.healthy) + ' ' +\
|
21597
|
+
'hostname: ' + repr(self.hostname) + ' ' +\
|
21598
|
+
'id: ' + repr(self.id) + ' ' +\
|
21599
|
+
'name: ' + repr(self.name) + ' ' +\
|
21600
|
+
'password: ' + repr(self.password) + ' ' +\
|
21601
|
+
'port: ' + repr(self.port) + ' ' +\
|
21602
|
+
'port_override: ' + repr(self.port_override) + ' ' +\
|
21603
|
+
'proxy_cluster_id: ' + repr(self.proxy_cluster_id) + ' ' +\
|
21604
|
+
'secret_store_id: ' + repr(self.secret_store_id) + ' ' +\
|
21605
|
+
'subdomain: ' + repr(self.subdomain) + ' ' +\
|
21606
|
+
'tags: ' + repr(self.tags) + ' ' +\
|
21607
|
+
'tls_required: ' + repr(self.tls_required) + ' ' +\
|
21608
|
+
'username: ' + repr(self.username) + ' ' +\
|
21609
|
+
'>'
|
21610
|
+
|
21611
|
+
def to_dict(self):
|
21612
|
+
return {
|
21613
|
+
'bind_interface': self.bind_interface,
|
21614
|
+
'egress_filter': self.egress_filter,
|
21615
|
+
'healthy': self.healthy,
|
21616
|
+
'hostname': self.hostname,
|
21617
|
+
'id': self.id,
|
21618
|
+
'name': self.name,
|
21619
|
+
'password': self.password,
|
21620
|
+
'port': self.port,
|
21621
|
+
'port_override': self.port_override,
|
21622
|
+
'proxy_cluster_id': self.proxy_cluster_id,
|
21623
|
+
'secret_store_id': self.secret_store_id,
|
21624
|
+
'subdomain': self.subdomain,
|
21625
|
+
'tags': self.tags,
|
21626
|
+
'tls_required': self.tls_required,
|
21627
|
+
'username': self.username,
|
21628
|
+
}
|
21629
|
+
|
21630
|
+
@classmethod
|
21631
|
+
def from_dict(cls, d):
|
21632
|
+
return cls(
|
21633
|
+
bind_interface=d.get('bind_interface'),
|
21634
|
+
egress_filter=d.get('egress_filter'),
|
21635
|
+
healthy=d.get('healthy'),
|
21636
|
+
hostname=d.get('hostname'),
|
21637
|
+
id=d.get('id'),
|
21638
|
+
name=d.get('name'),
|
21639
|
+
password=d.get('password'),
|
21640
|
+
port=d.get('port'),
|
21641
|
+
port_override=d.get('port_override'),
|
21642
|
+
proxy_cluster_id=d.get('proxy_cluster_id'),
|
21643
|
+
secret_store_id=d.get('secret_store_id'),
|
21644
|
+
subdomain=d.get('subdomain'),
|
21645
|
+
tags=d.get('tags'),
|
21646
|
+
tls_required=d.get('tls_required'),
|
21647
|
+
username=d.get('username'),
|
21648
|
+
)
|
21649
|
+
|
21650
|
+
|
21494
21651
|
class Redshift:
|
21495
21652
|
__slots__ = [
|
21496
21653
|
'bind_interface',
|
@@ -9872,6 +9872,63 @@ def convert_repeated_redis_to_porcelain(plumbings):
|
|
9872
9872
|
return [convert_redis_to_porcelain(plumbing) for plumbing in plumbings]
|
9873
9873
|
|
9874
9874
|
|
9875
|
+
def convert_redis_cluster_to_porcelain(plumbing):
|
9876
|
+
if plumbing is None:
|
9877
|
+
return None
|
9878
|
+
porcelain = models.RedisCluster()
|
9879
|
+
porcelain.bind_interface = (plumbing.bind_interface)
|
9880
|
+
porcelain.egress_filter = (plumbing.egress_filter)
|
9881
|
+
porcelain.healthy = (plumbing.healthy)
|
9882
|
+
porcelain.hostname = (plumbing.hostname)
|
9883
|
+
porcelain.id = (plumbing.id)
|
9884
|
+
porcelain.name = (plumbing.name)
|
9885
|
+
porcelain.password = (plumbing.password)
|
9886
|
+
porcelain.port = (plumbing.port)
|
9887
|
+
porcelain.port_override = (plumbing.port_override)
|
9888
|
+
porcelain.proxy_cluster_id = (plumbing.proxy_cluster_id)
|
9889
|
+
porcelain.secret_store_id = (plumbing.secret_store_id)
|
9890
|
+
porcelain.subdomain = (plumbing.subdomain)
|
9891
|
+
porcelain.tags = convert_tags_to_porcelain(plumbing.tags)
|
9892
|
+
porcelain.tls_required = (plumbing.tls_required)
|
9893
|
+
porcelain.username = (plumbing.username)
|
9894
|
+
return porcelain
|
9895
|
+
|
9896
|
+
|
9897
|
+
def convert_redis_cluster_to_plumbing(porcelain):
|
9898
|
+
plumbing = RedisCluster()
|
9899
|
+
if porcelain is None:
|
9900
|
+
return plumbing
|
9901
|
+
plumbing.bind_interface = (porcelain.bind_interface)
|
9902
|
+
plumbing.egress_filter = (porcelain.egress_filter)
|
9903
|
+
plumbing.healthy = (porcelain.healthy)
|
9904
|
+
plumbing.hostname = (porcelain.hostname)
|
9905
|
+
plumbing.id = (porcelain.id)
|
9906
|
+
plumbing.name = (porcelain.name)
|
9907
|
+
plumbing.password = (porcelain.password)
|
9908
|
+
plumbing.port = (porcelain.port)
|
9909
|
+
plumbing.port_override = (porcelain.port_override)
|
9910
|
+
plumbing.proxy_cluster_id = (porcelain.proxy_cluster_id)
|
9911
|
+
plumbing.secret_store_id = (porcelain.secret_store_id)
|
9912
|
+
plumbing.subdomain = (porcelain.subdomain)
|
9913
|
+
plumbing.tags.CopyFrom(convert_tags_to_plumbing(porcelain.tags))
|
9914
|
+
plumbing.tls_required = (porcelain.tls_required)
|
9915
|
+
plumbing.username = (porcelain.username)
|
9916
|
+
return plumbing
|
9917
|
+
|
9918
|
+
|
9919
|
+
def convert_repeated_redis_cluster_to_plumbing(porcelains):
|
9920
|
+
return [
|
9921
|
+
convert_redis_cluster_to_plumbing(porcelain)
|
9922
|
+
for porcelain in porcelains
|
9923
|
+
]
|
9924
|
+
|
9925
|
+
|
9926
|
+
def convert_repeated_redis_cluster_to_porcelain(plumbings):
|
9927
|
+
return [
|
9928
|
+
convert_redis_cluster_to_porcelain(plumbing) for plumbing in plumbings
|
9929
|
+
]
|
9930
|
+
|
9931
|
+
|
9875
9932
|
def convert_redshift_to_porcelain(plumbing):
|
9876
9933
|
if plumbing is None:
|
9877
9934
|
return None
|
@@ -10772,6 +10829,9 @@ def convert_resource_to_plumbing(porcelain):
|
|
10772
10829
|
convert_rds_postgres_iam_to_plumbing(porcelain))
|
10773
10830
|
if isinstance(porcelain, models.Redis):
|
10774
10831
|
plumbing.redis.CopyFrom(convert_redis_to_plumbing(porcelain))
|
10832
|
+
if isinstance(porcelain, models.RedisCluster):
|
10833
|
+
plumbing.redis_cluster.CopyFrom(
|
10834
|
+
convert_redis_cluster_to_plumbing(porcelain))
|
10775
10835
|
if isinstance(porcelain, models.Redshift):
|
10776
10836
|
plumbing.redshift.CopyFrom(convert_redshift_to_plumbing(porcelain))
|
10777
10837
|
if isinstance(porcelain, models.RedshiftIAM):
|
@@ -11017,6 +11077,8 @@ def convert_resource_to_porcelain(plumbing):
|
|
11017
11077
|
return convert_rds_postgres_iam_to_porcelain(plumbing.rds_postgres_iam)
|
11018
11078
|
if plumbing.HasField('redis'):
|
11019
11079
|
return convert_redis_to_porcelain(plumbing.redis)
|
11080
|
+
if plumbing.HasField('redis_cluster'):
|
11081
|
+
return convert_redis_cluster_to_porcelain(plumbing.redis_cluster)
|
11020
11082
|
if plumbing.HasField('redshift'):
|
11021
11083
|
return convert_redshift_to_porcelain(plumbing.redshift)
|
11022
11084
|
if plumbing.HasField('redshift_iam'):
|
@@ -4538,6 +4538,7 @@ class Resources:
|
|
4538
4538
|
`strongdm.models.RDPCert`
|
4539
4539
|
`strongdm.models.RDSPostgresIAM`
|
4540
4540
|
`strongdm.models.Redis`
|
4541
|
+
`strongdm.models.RedisCluster`
|
4541
4542
|
`strongdm.models.Redshift`
|
4542
4543
|
`strongdm.models.RedshiftIAM`
|
4543
4544
|
`strongdm.models.RedshiftServerlessIAM`
|
@@ -1,12 +1,12 @@
|
|
1
1
|
Metadata-Version: 2.1
|
2
2
|
Name: strongdm
|
3
|
-
Version: 13.
|
3
|
+
Version: 13.10.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.10.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.6.0 → strongdm-13.10.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
|