strongdm 14.4.0__zip → 14.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-14.4.0 → strongdm-14.5.0}/PKG-INFO +2 -2
- {strongdm-14.4.0 → strongdm-14.5.0}/setup.py +2 -2
- {strongdm-14.4.0 → strongdm-14.5.0}/strongdm/accounts_pb2.py +10 -8
- {strongdm-14.4.0 → strongdm-14.5.0}/strongdm/approval_workflows_pb2.py +6 -4
- {strongdm-14.4.0 → strongdm-14.5.0}/strongdm/client.py +1 -1
- {strongdm-14.4.0 → strongdm-14.5.0}/strongdm/drivers_pb2.py +250 -210
- {strongdm-14.4.0 → strongdm-14.5.0}/strongdm/models.py +143 -0
- {strongdm-14.4.0 → strongdm-14.5.0}/strongdm/plumbing.py +60 -0
- {strongdm-14.4.0 → strongdm-14.5.0}/strongdm/svc.py +1 -0
- {strongdm-14.4.0 → strongdm-14.5.0}/strongdm.egg-info/PKG-INFO +2 -2
- {strongdm-14.4.0 → strongdm-14.5.0}/LICENSE +0 -0
- {strongdm-14.4.0 → strongdm-14.5.0}/README.md +0 -0
- {strongdm-14.4.0 → strongdm-14.5.0}/setup.cfg +0 -0
- {strongdm-14.4.0 → strongdm-14.5.0}/strongdm/__init__.py +0 -0
- {strongdm-14.4.0 → strongdm-14.5.0}/strongdm/access_request_events_history_pb2.py +0 -0
- {strongdm-14.4.0 → strongdm-14.5.0}/strongdm/access_request_events_history_pb2_grpc.py +0 -0
- {strongdm-14.4.0 → strongdm-14.5.0}/strongdm/access_requests_history_pb2.py +0 -0
- {strongdm-14.4.0 → strongdm-14.5.0}/strongdm/access_requests_history_pb2_grpc.py +0 -0
- {strongdm-14.4.0 → strongdm-14.5.0}/strongdm/access_requests_pb2.py +0 -0
- {strongdm-14.4.0 → strongdm-14.5.0}/strongdm/access_requests_pb2_grpc.py +0 -0
- {strongdm-14.4.0 → strongdm-14.5.0}/strongdm/account_attachments_history_pb2.py +0 -0
- {strongdm-14.4.0 → strongdm-14.5.0}/strongdm/account_attachments_history_pb2_grpc.py +0 -0
- {strongdm-14.4.0 → strongdm-14.5.0}/strongdm/account_attachments_pb2.py +0 -0
- {strongdm-14.4.0 → strongdm-14.5.0}/strongdm/account_attachments_pb2_grpc.py +0 -0
- {strongdm-14.4.0 → strongdm-14.5.0}/strongdm/account_grants_history_pb2.py +0 -0
- {strongdm-14.4.0 → strongdm-14.5.0}/strongdm/account_grants_history_pb2_grpc.py +0 -0
- {strongdm-14.4.0 → strongdm-14.5.0}/strongdm/account_grants_pb2.py +0 -0
- {strongdm-14.4.0 → strongdm-14.5.0}/strongdm/account_grants_pb2_grpc.py +0 -0
- {strongdm-14.4.0 → strongdm-14.5.0}/strongdm/account_permissions_pb2.py +0 -0
- {strongdm-14.4.0 → strongdm-14.5.0}/strongdm/account_permissions_pb2_grpc.py +0 -0
- {strongdm-14.4.0 → strongdm-14.5.0}/strongdm/account_resources_history_pb2.py +0 -0
- {strongdm-14.4.0 → strongdm-14.5.0}/strongdm/account_resources_history_pb2_grpc.py +0 -0
- {strongdm-14.4.0 → strongdm-14.5.0}/strongdm/account_resources_pb2.py +0 -0
- {strongdm-14.4.0 → strongdm-14.5.0}/strongdm/account_resources_pb2_grpc.py +0 -0
- {strongdm-14.4.0 → strongdm-14.5.0}/strongdm/accounts_history_pb2.py +0 -0
- {strongdm-14.4.0 → strongdm-14.5.0}/strongdm/accounts_history_pb2_grpc.py +0 -0
- {strongdm-14.4.0 → strongdm-14.5.0}/strongdm/accounts_pb2_grpc.py +0 -0
- {strongdm-14.4.0 → strongdm-14.5.0}/strongdm/activities_pb2.py +0 -0
- {strongdm-14.4.0 → strongdm-14.5.0}/strongdm/activities_pb2_grpc.py +0 -0
- {strongdm-14.4.0 → strongdm-14.5.0}/strongdm/approval_workflow_approvers_history_pb2.py +0 -0
- {strongdm-14.4.0 → strongdm-14.5.0}/strongdm/approval_workflow_approvers_history_pb2_grpc.py +0 -0
- {strongdm-14.4.0 → strongdm-14.5.0}/strongdm/approval_workflow_approvers_pb2.py +0 -0
- {strongdm-14.4.0 → strongdm-14.5.0}/strongdm/approval_workflow_approvers_pb2_grpc.py +0 -0
- {strongdm-14.4.0 → strongdm-14.5.0}/strongdm/approval_workflow_steps_history_pb2.py +0 -0
- {strongdm-14.4.0 → strongdm-14.5.0}/strongdm/approval_workflow_steps_history_pb2_grpc.py +0 -0
- {strongdm-14.4.0 → strongdm-14.5.0}/strongdm/approval_workflow_steps_pb2.py +0 -0
- {strongdm-14.4.0 → strongdm-14.5.0}/strongdm/approval_workflow_steps_pb2_grpc.py +0 -0
- {strongdm-14.4.0 → strongdm-14.5.0}/strongdm/approval_workflows_history_pb2.py +0 -0
- {strongdm-14.4.0 → strongdm-14.5.0}/strongdm/approval_workflows_history_pb2_grpc.py +0 -0
- {strongdm-14.4.0 → strongdm-14.5.0}/strongdm/approval_workflows_pb2_grpc.py +0 -0
- {strongdm-14.4.0 → strongdm-14.5.0}/strongdm/constants.py +0 -0
- {strongdm-14.4.0 → strongdm-14.5.0}/strongdm/control_panel_pb2.py +0 -0
- {strongdm-14.4.0 → strongdm-14.5.0}/strongdm/control_panel_pb2_grpc.py +0 -0
- {strongdm-14.4.0 → strongdm-14.5.0}/strongdm/drivers_pb2_grpc.py +0 -0
- {strongdm-14.4.0 → strongdm-14.5.0}/strongdm/errors.py +0 -0
- {strongdm-14.4.0 → strongdm-14.5.0}/strongdm/health_checks_pb2.py +0 -0
- {strongdm-14.4.0 → strongdm-14.5.0}/strongdm/health_checks_pb2_grpc.py +0 -0
- {strongdm-14.4.0 → strongdm-14.5.0}/strongdm/identity_aliases_history_pb2.py +0 -0
- {strongdm-14.4.0 → strongdm-14.5.0}/strongdm/identity_aliases_history_pb2_grpc.py +0 -0
- {strongdm-14.4.0 → strongdm-14.5.0}/strongdm/identity_aliases_pb2.py +0 -0
- {strongdm-14.4.0 → strongdm-14.5.0}/strongdm/identity_aliases_pb2_grpc.py +0 -0
- {strongdm-14.4.0 → strongdm-14.5.0}/strongdm/identity_sets_history_pb2.py +0 -0
- {strongdm-14.4.0 → strongdm-14.5.0}/strongdm/identity_sets_history_pb2_grpc.py +0 -0
- {strongdm-14.4.0 → strongdm-14.5.0}/strongdm/identity_sets_pb2.py +0 -0
- {strongdm-14.4.0 → strongdm-14.5.0}/strongdm/identity_sets_pb2_grpc.py +0 -0
- {strongdm-14.4.0 → strongdm-14.5.0}/strongdm/managed_secrets_pb2.py +0 -0
- {strongdm-14.4.0 → strongdm-14.5.0}/strongdm/managed_secrets_pb2_grpc.py +0 -0
- {strongdm-14.4.0 → strongdm-14.5.0}/strongdm/nodes_history_pb2.py +0 -0
- {strongdm-14.4.0 → strongdm-14.5.0}/strongdm/nodes_history_pb2_grpc.py +0 -0
- {strongdm-14.4.0 → strongdm-14.5.0}/strongdm/nodes_pb2.py +0 -0
- {strongdm-14.4.0 → strongdm-14.5.0}/strongdm/nodes_pb2_grpc.py +0 -0
- {strongdm-14.4.0 → strongdm-14.5.0}/strongdm/options_pb2.py +0 -0
- {strongdm-14.4.0 → strongdm-14.5.0}/strongdm/options_pb2_grpc.py +0 -0
- {strongdm-14.4.0 → strongdm-14.5.0}/strongdm/organization_history_pb2.py +0 -0
- {strongdm-14.4.0 → strongdm-14.5.0}/strongdm/organization_history_pb2_grpc.py +0 -0
- {strongdm-14.4.0 → strongdm-14.5.0}/strongdm/peering_group_nodes_pb2.py +0 -0
- {strongdm-14.4.0 → strongdm-14.5.0}/strongdm/peering_group_nodes_pb2_grpc.py +0 -0
- {strongdm-14.4.0 → strongdm-14.5.0}/strongdm/peering_group_peers_pb2.py +0 -0
- {strongdm-14.4.0 → strongdm-14.5.0}/strongdm/peering_group_peers_pb2_grpc.py +0 -0
- {strongdm-14.4.0 → strongdm-14.5.0}/strongdm/peering_group_resources_pb2.py +0 -0
- {strongdm-14.4.0 → strongdm-14.5.0}/strongdm/peering_group_resources_pb2_grpc.py +0 -0
- {strongdm-14.4.0 → strongdm-14.5.0}/strongdm/peering_groups_pb2.py +0 -0
- {strongdm-14.4.0 → strongdm-14.5.0}/strongdm/peering_groups_pb2_grpc.py +0 -0
- {strongdm-14.4.0 → strongdm-14.5.0}/strongdm/policies_history_pb2.py +0 -0
- {strongdm-14.4.0 → strongdm-14.5.0}/strongdm/policies_history_pb2_grpc.py +0 -0
- {strongdm-14.4.0 → strongdm-14.5.0}/strongdm/policies_pb2.py +0 -0
- {strongdm-14.4.0 → strongdm-14.5.0}/strongdm/policies_pb2_grpc.py +0 -0
- {strongdm-14.4.0 → strongdm-14.5.0}/strongdm/proxy_cluster_keys_pb2.py +0 -0
- {strongdm-14.4.0 → strongdm-14.5.0}/strongdm/proxy_cluster_keys_pb2_grpc.py +0 -0
- {strongdm-14.4.0 → strongdm-14.5.0}/strongdm/queries_pb2.py +0 -0
- {strongdm-14.4.0 → strongdm-14.5.0}/strongdm/queries_pb2_grpc.py +0 -0
- {strongdm-14.4.0 → strongdm-14.5.0}/strongdm/remote_identities_history_pb2.py +0 -0
- {strongdm-14.4.0 → strongdm-14.5.0}/strongdm/remote_identities_history_pb2_grpc.py +0 -0
- {strongdm-14.4.0 → strongdm-14.5.0}/strongdm/remote_identities_pb2.py +0 -0
- {strongdm-14.4.0 → strongdm-14.5.0}/strongdm/remote_identities_pb2_grpc.py +0 -0
- {strongdm-14.4.0 → strongdm-14.5.0}/strongdm/remote_identity_groups_history_pb2.py +0 -0
- {strongdm-14.4.0 → strongdm-14.5.0}/strongdm/remote_identity_groups_history_pb2_grpc.py +0 -0
- {strongdm-14.4.0 → strongdm-14.5.0}/strongdm/remote_identity_groups_pb2.py +0 -0
- {strongdm-14.4.0 → strongdm-14.5.0}/strongdm/remote_identity_groups_pb2_grpc.py +0 -0
- {strongdm-14.4.0 → strongdm-14.5.0}/strongdm/replays_pb2.py +0 -0
- {strongdm-14.4.0 → strongdm-14.5.0}/strongdm/replays_pb2_grpc.py +0 -0
- {strongdm-14.4.0 → strongdm-14.5.0}/strongdm/resources_history_pb2.py +0 -0
- {strongdm-14.4.0 → strongdm-14.5.0}/strongdm/resources_history_pb2_grpc.py +0 -0
- {strongdm-14.4.0 → strongdm-14.5.0}/strongdm/resources_pb2.py +0 -0
- {strongdm-14.4.0 → strongdm-14.5.0}/strongdm/resources_pb2_grpc.py +0 -0
- {strongdm-14.4.0 → strongdm-14.5.0}/strongdm/role_resources_history_pb2.py +0 -0
- {strongdm-14.4.0 → strongdm-14.5.0}/strongdm/role_resources_history_pb2_grpc.py +0 -0
- {strongdm-14.4.0 → strongdm-14.5.0}/strongdm/role_resources_pb2.py +0 -0
- {strongdm-14.4.0 → strongdm-14.5.0}/strongdm/role_resources_pb2_grpc.py +0 -0
- {strongdm-14.4.0 → strongdm-14.5.0}/strongdm/roles_history_pb2.py +0 -0
- {strongdm-14.4.0 → strongdm-14.5.0}/strongdm/roles_history_pb2_grpc.py +0 -0
- {strongdm-14.4.0 → strongdm-14.5.0}/strongdm/roles_pb2.py +0 -0
- {strongdm-14.4.0 → strongdm-14.5.0}/strongdm/roles_pb2_grpc.py +0 -0
- {strongdm-14.4.0 → strongdm-14.5.0}/strongdm/secret_engine_policy_pb2.py +0 -0
- {strongdm-14.4.0 → strongdm-14.5.0}/strongdm/secret_engine_policy_pb2_grpc.py +0 -0
- {strongdm-14.4.0 → strongdm-14.5.0}/strongdm/secret_engine_types_pb2.py +0 -0
- {strongdm-14.4.0 → strongdm-14.5.0}/strongdm/secret_engine_types_pb2_grpc.py +0 -0
- {strongdm-14.4.0 → strongdm-14.5.0}/strongdm/secret_engines_pb2.py +0 -0
- {strongdm-14.4.0 → strongdm-14.5.0}/strongdm/secret_engines_pb2_grpc.py +0 -0
- {strongdm-14.4.0 → strongdm-14.5.0}/strongdm/secret_store_healths_pb2.py +0 -0
- {strongdm-14.4.0 → strongdm-14.5.0}/strongdm/secret_store_healths_pb2_grpc.py +0 -0
- {strongdm-14.4.0 → strongdm-14.5.0}/strongdm/secret_store_types_pb2.py +0 -0
- {strongdm-14.4.0 → strongdm-14.5.0}/strongdm/secret_store_types_pb2_grpc.py +0 -0
- {strongdm-14.4.0 → strongdm-14.5.0}/strongdm/secret_stores_history_pb2.py +0 -0
- {strongdm-14.4.0 → strongdm-14.5.0}/strongdm/secret_stores_history_pb2_grpc.py +0 -0
- {strongdm-14.4.0 → strongdm-14.5.0}/strongdm/secret_stores_pb2.py +0 -0
- {strongdm-14.4.0 → strongdm-14.5.0}/strongdm/secret_stores_pb2_grpc.py +0 -0
- {strongdm-14.4.0 → strongdm-14.5.0}/strongdm/spec_pb2.py +0 -0
- {strongdm-14.4.0 → strongdm-14.5.0}/strongdm/spec_pb2_grpc.py +0 -0
- {strongdm-14.4.0 → strongdm-14.5.0}/strongdm/tags_pb2.py +0 -0
- {strongdm-14.4.0 → strongdm-14.5.0}/strongdm/tags_pb2_grpc.py +0 -0
- {strongdm-14.4.0 → strongdm-14.5.0}/strongdm/workflow_approvers_history_pb2.py +0 -0
- {strongdm-14.4.0 → strongdm-14.5.0}/strongdm/workflow_approvers_history_pb2_grpc.py +0 -0
- {strongdm-14.4.0 → strongdm-14.5.0}/strongdm/workflow_approvers_pb2.py +0 -0
- {strongdm-14.4.0 → strongdm-14.5.0}/strongdm/workflow_approvers_pb2_grpc.py +0 -0
- {strongdm-14.4.0 → strongdm-14.5.0}/strongdm/workflow_assignments_history_pb2.py +0 -0
- {strongdm-14.4.0 → strongdm-14.5.0}/strongdm/workflow_assignments_history_pb2_grpc.py +0 -0
- {strongdm-14.4.0 → strongdm-14.5.0}/strongdm/workflow_assignments_pb2.py +0 -0
- {strongdm-14.4.0 → strongdm-14.5.0}/strongdm/workflow_assignments_pb2_grpc.py +0 -0
- {strongdm-14.4.0 → strongdm-14.5.0}/strongdm/workflow_roles_history_pb2.py +0 -0
- {strongdm-14.4.0 → strongdm-14.5.0}/strongdm/workflow_roles_history_pb2_grpc.py +0 -0
- {strongdm-14.4.0 → strongdm-14.5.0}/strongdm/workflow_roles_pb2.py +0 -0
- {strongdm-14.4.0 → strongdm-14.5.0}/strongdm/workflow_roles_pb2_grpc.py +0 -0
- {strongdm-14.4.0 → strongdm-14.5.0}/strongdm/workflows_history_pb2.py +0 -0
- {strongdm-14.4.0 → strongdm-14.5.0}/strongdm/workflows_history_pb2_grpc.py +0 -0
- {strongdm-14.4.0 → strongdm-14.5.0}/strongdm/workflows_pb2.py +0 -0
- {strongdm-14.4.0 → strongdm-14.5.0}/strongdm/workflows_pb2_grpc.py +0 -0
- {strongdm-14.4.0 → strongdm-14.5.0}/strongdm.egg-info/SOURCES.txt +0 -0
- {strongdm-14.4.0 → strongdm-14.5.0}/strongdm.egg-info/dependency_links.txt +0 -0
- {strongdm-14.4.0 → strongdm-14.5.0}/strongdm.egg-info/requires.txt +0 -0
- {strongdm-14.4.0 → strongdm-14.5.0}/strongdm.egg-info/top_level.txt +0 -0
@@ -10882,6 +10882,149 @@ class DocumentDBReplicaSet:
|
|
10882
10882
|
)
|
10883
10883
|
|
10884
10884
|
|
10885
|
+
class DocumentDBReplicaSetIAM:
|
10886
|
+
'''
|
10887
|
+
DocumentDBReplicaSetIAM is currently unstable, and its API may change, or it may be removed,
|
10888
|
+
without a major version bump.
|
10889
|
+
'''
|
10890
|
+
__slots__ = [
|
10891
|
+
'bind_interface',
|
10892
|
+
'connect_to_replica',
|
10893
|
+
'egress_filter',
|
10894
|
+
'healthy',
|
10895
|
+
'hostname',
|
10896
|
+
'id',
|
10897
|
+
'name',
|
10898
|
+
'port_override',
|
10899
|
+
'proxy_cluster_id',
|
10900
|
+
'region',
|
10901
|
+
'secret_store_id',
|
10902
|
+
'subdomain',
|
10903
|
+
'tags',
|
10904
|
+
]
|
10905
|
+
|
10906
|
+
def __init__(
|
10907
|
+
self,
|
10908
|
+
bind_interface=None,
|
10909
|
+
connect_to_replica=None,
|
10910
|
+
egress_filter=None,
|
10911
|
+
healthy=None,
|
10912
|
+
hostname=None,
|
10913
|
+
id=None,
|
10914
|
+
name=None,
|
10915
|
+
port_override=None,
|
10916
|
+
proxy_cluster_id=None,
|
10917
|
+
region=None,
|
10918
|
+
secret_store_id=None,
|
10919
|
+
subdomain=None,
|
10920
|
+
tags=None,
|
10921
|
+
):
|
10922
|
+
self.bind_interface = bind_interface if bind_interface is not None else ''
|
10923
|
+
'''
|
10924
|
+
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.
|
10925
|
+
'''
|
10926
|
+
self.connect_to_replica = connect_to_replica if connect_to_replica is not None else False
|
10927
|
+
'''
|
10928
|
+
Set to connect to a replica instead of the primary node.
|
10929
|
+
'''
|
10930
|
+
self.egress_filter = egress_filter if egress_filter is not None else ''
|
10931
|
+
'''
|
10932
|
+
A filter applied to the routing logic to pin datasource to nodes.
|
10933
|
+
'''
|
10934
|
+
self.healthy = healthy if healthy is not None else False
|
10935
|
+
'''
|
10936
|
+
True if the datasource is reachable and the credentials are valid.
|
10937
|
+
'''
|
10938
|
+
self.hostname = hostname if hostname is not None else ''
|
10939
|
+
'''
|
10940
|
+
Hostname must contain the hostname/port pairs of all instances in the replica set separated by commas.
|
10941
|
+
'''
|
10942
|
+
self.id = id if id is not None else ''
|
10943
|
+
'''
|
10944
|
+
Unique identifier of the Resource.
|
10945
|
+
'''
|
10946
|
+
self.name = name if name is not None else ''
|
10947
|
+
'''
|
10948
|
+
Unique human-readable name of the Resource.
|
10949
|
+
'''
|
10950
|
+
self.port_override = port_override if port_override is not None else 0
|
10951
|
+
'''
|
10952
|
+
The local port used by clients to connect to this resource.
|
10953
|
+
'''
|
10954
|
+
self.proxy_cluster_id = proxy_cluster_id if proxy_cluster_id is not None else ''
|
10955
|
+
'''
|
10956
|
+
ID of the proxy cluster for this resource, if any.
|
10957
|
+
'''
|
10958
|
+
self.region = region if region is not None else ''
|
10959
|
+
'''
|
10960
|
+
The region of the document db cluster
|
10961
|
+
'''
|
10962
|
+
self.secret_store_id = secret_store_id if secret_store_id is not None else ''
|
10963
|
+
'''
|
10964
|
+
ID of the secret store containing credentials for this resource, if any.
|
10965
|
+
'''
|
10966
|
+
self.subdomain = subdomain if subdomain is not None else ''
|
10967
|
+
'''
|
10968
|
+
Subdomain is the local DNS address. (e.g. app-prod1 turns into app-prod1.your-org-name.sdm.network)
|
10969
|
+
'''
|
10970
|
+
self.tags = tags if tags is not None else _porcelain_zero_value_tags()
|
10971
|
+
'''
|
10972
|
+
Tags is a map of key, value pairs.
|
10973
|
+
'''
|
10974
|
+
|
10975
|
+
def __repr__(self):
|
10976
|
+
return '<sdm.DocumentDBReplicaSetIAM ' + \
|
10977
|
+
'bind_interface: ' + repr(self.bind_interface) + ' ' +\
|
10978
|
+
'connect_to_replica: ' + repr(self.connect_to_replica) + ' ' +\
|
10979
|
+
'egress_filter: ' + repr(self.egress_filter) + ' ' +\
|
10980
|
+
'healthy: ' + repr(self.healthy) + ' ' +\
|
10981
|
+
'hostname: ' + repr(self.hostname) + ' ' +\
|
10982
|
+
'id: ' + repr(self.id) + ' ' +\
|
10983
|
+
'name: ' + repr(self.name) + ' ' +\
|
10984
|
+
'port_override: ' + repr(self.port_override) + ' ' +\
|
10985
|
+
'proxy_cluster_id: ' + repr(self.proxy_cluster_id) + ' ' +\
|
10986
|
+
'region: ' + repr(self.region) + ' ' +\
|
10987
|
+
'secret_store_id: ' + repr(self.secret_store_id) + ' ' +\
|
10988
|
+
'subdomain: ' + repr(self.subdomain) + ' ' +\
|
10989
|
+
'tags: ' + repr(self.tags) + ' ' +\
|
10990
|
+
'>'
|
10991
|
+
|
10992
|
+
def to_dict(self):
|
10993
|
+
return {
|
10994
|
+
'bind_interface': self.bind_interface,
|
10995
|
+
'connect_to_replica': self.connect_to_replica,
|
10996
|
+
'egress_filter': self.egress_filter,
|
10997
|
+
'healthy': self.healthy,
|
10998
|
+
'hostname': self.hostname,
|
10999
|
+
'id': self.id,
|
11000
|
+
'name': self.name,
|
11001
|
+
'port_override': self.port_override,
|
11002
|
+
'proxy_cluster_id': self.proxy_cluster_id,
|
11003
|
+
'region': self.region,
|
11004
|
+
'secret_store_id': self.secret_store_id,
|
11005
|
+
'subdomain': self.subdomain,
|
11006
|
+
'tags': self.tags,
|
11007
|
+
}
|
11008
|
+
|
11009
|
+
@classmethod
|
11010
|
+
def from_dict(cls, d):
|
11011
|
+
return cls(
|
11012
|
+
bind_interface=d.get('bind_interface'),
|
11013
|
+
connect_to_replica=d.get('connect_to_replica'),
|
11014
|
+
egress_filter=d.get('egress_filter'),
|
11015
|
+
healthy=d.get('healthy'),
|
11016
|
+
hostname=d.get('hostname'),
|
11017
|
+
id=d.get('id'),
|
11018
|
+
name=d.get('name'),
|
11019
|
+
port_override=d.get('port_override'),
|
11020
|
+
proxy_cluster_id=d.get('proxy_cluster_id'),
|
11021
|
+
region=d.get('region'),
|
11022
|
+
secret_store_id=d.get('secret_store_id'),
|
11023
|
+
subdomain=d.get('subdomain'),
|
11024
|
+
tags=d.get('tags'),
|
11025
|
+
)
|
11026
|
+
|
11027
|
+
|
10885
11028
|
class Druid:
|
10886
11029
|
__slots__ = [
|
10887
11030
|
'bind_interface',
|
@@ -5178,6 +5178,60 @@ def convert_repeated_document_db_replica_set_to_porcelain(plumbings):
|
|
5178
5178
|
]
|
5179
5179
|
|
5180
5180
|
|
5181
|
+
def convert_document_db_replica_set_iam_to_porcelain(plumbing):
|
5182
|
+
if plumbing is None:
|
5183
|
+
return None
|
5184
|
+
porcelain = models.DocumentDBReplicaSetIAM()
|
5185
|
+
porcelain.bind_interface = (plumbing.bind_interface)
|
5186
|
+
porcelain.connect_to_replica = (plumbing.connect_to_replica)
|
5187
|
+
porcelain.egress_filter = (plumbing.egress_filter)
|
5188
|
+
porcelain.healthy = (plumbing.healthy)
|
5189
|
+
porcelain.hostname = (plumbing.hostname)
|
5190
|
+
porcelain.id = (plumbing.id)
|
5191
|
+
porcelain.name = (plumbing.name)
|
5192
|
+
porcelain.port_override = (plumbing.port_override)
|
5193
|
+
porcelain.proxy_cluster_id = (plumbing.proxy_cluster_id)
|
5194
|
+
porcelain.region = (plumbing.region)
|
5195
|
+
porcelain.secret_store_id = (plumbing.secret_store_id)
|
5196
|
+
porcelain.subdomain = (plumbing.subdomain)
|
5197
|
+
porcelain.tags = convert_tags_to_porcelain(plumbing.tags)
|
5198
|
+
return porcelain
|
5199
|
+
|
5200
|
+
|
5201
|
+
def convert_document_db_replica_set_iam_to_plumbing(porcelain):
|
5202
|
+
plumbing = DocumentDBReplicaSetIAM()
|
5203
|
+
if porcelain is None:
|
5204
|
+
return plumbing
|
5205
|
+
plumbing.bind_interface = (porcelain.bind_interface)
|
5206
|
+
plumbing.connect_to_replica = (porcelain.connect_to_replica)
|
5207
|
+
plumbing.egress_filter = (porcelain.egress_filter)
|
5208
|
+
plumbing.healthy = (porcelain.healthy)
|
5209
|
+
plumbing.hostname = (porcelain.hostname)
|
5210
|
+
plumbing.id = (porcelain.id)
|
5211
|
+
plumbing.name = (porcelain.name)
|
5212
|
+
plumbing.port_override = (porcelain.port_override)
|
5213
|
+
plumbing.proxy_cluster_id = (porcelain.proxy_cluster_id)
|
5214
|
+
plumbing.region = (porcelain.region)
|
5215
|
+
plumbing.secret_store_id = (porcelain.secret_store_id)
|
5216
|
+
plumbing.subdomain = (porcelain.subdomain)
|
5217
|
+
plumbing.tags.CopyFrom(convert_tags_to_plumbing(porcelain.tags))
|
5218
|
+
return plumbing
|
5219
|
+
|
5220
|
+
|
5221
|
+
def convert_repeated_document_db_replica_set_iam_to_plumbing(porcelains):
|
5222
|
+
return [
|
5223
|
+
convert_document_db_replica_set_iam_to_plumbing(porcelain)
|
5224
|
+
for porcelain in porcelains
|
5225
|
+
]
|
5226
|
+
|
5227
|
+
|
5228
|
+
def convert_repeated_document_db_replica_set_iam_to_porcelain(plumbings):
|
5229
|
+
return [
|
5230
|
+
convert_document_db_replica_set_iam_to_porcelain(plumbing)
|
5231
|
+
for plumbing in plumbings
|
5232
|
+
]
|
5233
|
+
|
5234
|
+
|
5181
5235
|
def convert_druid_to_porcelain(plumbing):
|
5182
5236
|
if plumbing is None:
|
5183
5237
|
return None
|
@@ -11962,6 +12016,9 @@ def convert_resource_to_plumbing(porcelain):
|
|
11962
12016
|
if isinstance(porcelain, models.DocumentDBReplicaSet):
|
11963
12017
|
plumbing.document_db_replica_set.CopyFrom(
|
11964
12018
|
convert_document_db_replica_set_to_plumbing(porcelain))
|
12019
|
+
if isinstance(porcelain, models.DocumentDBReplicaSetIAM):
|
12020
|
+
plumbing.document_db_replica_set_iam.CopyFrom(
|
12021
|
+
convert_document_db_replica_set_iam_to_plumbing(porcelain))
|
11965
12022
|
if isinstance(porcelain, models.Druid):
|
11966
12023
|
plumbing.druid.CopyFrom(convert_druid_to_plumbing(porcelain))
|
11967
12024
|
if isinstance(porcelain, models.DynamoDB):
|
@@ -12220,6 +12277,9 @@ def convert_resource_to_porcelain(plumbing):
|
|
12220
12277
|
if plumbing.HasField('document_db_replica_set'):
|
12221
12278
|
return convert_document_db_replica_set_to_porcelain(
|
12222
12279
|
plumbing.document_db_replica_set)
|
12280
|
+
if plumbing.HasField('document_db_replica_set_iam'):
|
12281
|
+
return convert_document_db_replica_set_iam_to_porcelain(
|
12282
|
+
plumbing.document_db_replica_set_iam)
|
12223
12283
|
if plumbing.HasField('druid'):
|
12224
12284
|
return convert_druid_to_porcelain(plumbing.druid)
|
12225
12285
|
if plumbing.HasField('dynamo_db'):
|
@@ -4865,6 +4865,7 @@ class Resources:
|
|
4865
4865
|
`strongdm.models.DocumentDBHost`
|
4866
4866
|
`strongdm.models.DocumentDBHostIAM`
|
4867
4867
|
`strongdm.models.DocumentDBReplicaSet`
|
4868
|
+
`strongdm.models.DocumentDBReplicaSetIAM`
|
4868
4869
|
`strongdm.models.Druid`
|
4869
4870
|
`strongdm.models.DynamoDB`
|
4870
4871
|
`strongdm.models.DynamoDBIAM`
|
@@ -1,12 +1,12 @@
|
|
1
1
|
Metadata-Version: 2.1
|
2
2
|
Name: strongdm
|
3
|
-
Version: 14.
|
3
|
+
Version: 14.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/v14.
|
9
|
+
Download-URL: https://github.com/strongdm/strongdm-sdk-python/archive/v14.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-14.4.0 → strongdm-14.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
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|