strongdm 12.9.0__zip → 12.9.1__zip
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {strongdm-12.9.0 → strongdm-12.9.1}/PKG-INFO +2 -2
- {strongdm-12.9.0 → strongdm-12.9.1}/setup.py +2 -2
- {strongdm-12.9.0 → strongdm-12.9.1}/strongdm/access_requests_pb2.py +40 -8
- {strongdm-12.9.0 → strongdm-12.9.1}/strongdm/client.py +1 -1
- {strongdm-12.9.0 → strongdm-12.9.1}/strongdm/drivers_pb2.py +240 -196
- {strongdm-12.9.0 → strongdm-12.9.1}/strongdm/models.py +161 -0
- {strongdm-12.9.0 → strongdm-12.9.1}/strongdm/plumbing.py +61 -0
- {strongdm-12.9.0 → strongdm-12.9.1}/strongdm/spec_pb2.py +66 -26
- {strongdm-12.9.0 → strongdm-12.9.1}/strongdm/svc.py +1 -0
- {strongdm-12.9.0 → strongdm-12.9.1}/strongdm.egg-info/PKG-INFO +2 -2
- {strongdm-12.9.0 → strongdm-12.9.1}/LICENSE +0 -0
- {strongdm-12.9.0 → strongdm-12.9.1}/README.md +0 -0
- {strongdm-12.9.0 → strongdm-12.9.1}/setup.cfg +0 -0
- {strongdm-12.9.0 → strongdm-12.9.1}/strongdm/__init__.py +0 -0
- {strongdm-12.9.0 → strongdm-12.9.1}/strongdm/access_request_events_history_pb2.py +0 -0
- {strongdm-12.9.0 → strongdm-12.9.1}/strongdm/access_request_events_history_pb2_grpc.py +0 -0
- {strongdm-12.9.0 → strongdm-12.9.1}/strongdm/access_requests_history_pb2.py +0 -0
- {strongdm-12.9.0 → strongdm-12.9.1}/strongdm/access_requests_history_pb2_grpc.py +0 -0
- {strongdm-12.9.0 → strongdm-12.9.1}/strongdm/access_requests_pb2_grpc.py +0 -0
- {strongdm-12.9.0 → strongdm-12.9.1}/strongdm/account_attachments_history_pb2.py +0 -0
- {strongdm-12.9.0 → strongdm-12.9.1}/strongdm/account_attachments_history_pb2_grpc.py +0 -0
- {strongdm-12.9.0 → strongdm-12.9.1}/strongdm/account_attachments_pb2.py +0 -0
- {strongdm-12.9.0 → strongdm-12.9.1}/strongdm/account_attachments_pb2_grpc.py +0 -0
- {strongdm-12.9.0 → strongdm-12.9.1}/strongdm/account_grants_history_pb2.py +0 -0
- {strongdm-12.9.0 → strongdm-12.9.1}/strongdm/account_grants_history_pb2_grpc.py +0 -0
- {strongdm-12.9.0 → strongdm-12.9.1}/strongdm/account_grants_pb2.py +0 -0
- {strongdm-12.9.0 → strongdm-12.9.1}/strongdm/account_grants_pb2_grpc.py +0 -0
- {strongdm-12.9.0 → strongdm-12.9.1}/strongdm/account_permissions_pb2.py +0 -0
- {strongdm-12.9.0 → strongdm-12.9.1}/strongdm/account_permissions_pb2_grpc.py +0 -0
- {strongdm-12.9.0 → strongdm-12.9.1}/strongdm/account_resources_history_pb2.py +0 -0
- {strongdm-12.9.0 → strongdm-12.9.1}/strongdm/account_resources_history_pb2_grpc.py +0 -0
- {strongdm-12.9.0 → strongdm-12.9.1}/strongdm/account_resources_pb2.py +0 -0
- {strongdm-12.9.0 → strongdm-12.9.1}/strongdm/account_resources_pb2_grpc.py +0 -0
- {strongdm-12.9.0 → strongdm-12.9.1}/strongdm/accounts_history_pb2.py +0 -0
- {strongdm-12.9.0 → strongdm-12.9.1}/strongdm/accounts_history_pb2_grpc.py +0 -0
- {strongdm-12.9.0 → strongdm-12.9.1}/strongdm/accounts_pb2.py +0 -0
- {strongdm-12.9.0 → strongdm-12.9.1}/strongdm/accounts_pb2_grpc.py +0 -0
- {strongdm-12.9.0 → strongdm-12.9.1}/strongdm/activities_pb2.py +0 -0
- {strongdm-12.9.0 → strongdm-12.9.1}/strongdm/activities_pb2_grpc.py +0 -0
- {strongdm-12.9.0 → strongdm-12.9.1}/strongdm/approval_workflow_approvers_history_pb2.py +0 -0
- {strongdm-12.9.0 → strongdm-12.9.1}/strongdm/approval_workflow_approvers_history_pb2_grpc.py +0 -0
- {strongdm-12.9.0 → strongdm-12.9.1}/strongdm/approval_workflow_approvers_pb2.py +0 -0
- {strongdm-12.9.0 → strongdm-12.9.1}/strongdm/approval_workflow_approvers_pb2_grpc.py +0 -0
- {strongdm-12.9.0 → strongdm-12.9.1}/strongdm/approval_workflow_steps_history_pb2.py +0 -0
- {strongdm-12.9.0 → strongdm-12.9.1}/strongdm/approval_workflow_steps_history_pb2_grpc.py +0 -0
- {strongdm-12.9.0 → strongdm-12.9.1}/strongdm/approval_workflow_steps_pb2.py +0 -0
- {strongdm-12.9.0 → strongdm-12.9.1}/strongdm/approval_workflow_steps_pb2_grpc.py +0 -0
- {strongdm-12.9.0 → strongdm-12.9.1}/strongdm/approval_workflows_history_pb2.py +0 -0
- {strongdm-12.9.0 → strongdm-12.9.1}/strongdm/approval_workflows_history_pb2_grpc.py +0 -0
- {strongdm-12.9.0 → strongdm-12.9.1}/strongdm/approval_workflows_pb2.py +0 -0
- {strongdm-12.9.0 → strongdm-12.9.1}/strongdm/approval_workflows_pb2_grpc.py +0 -0
- {strongdm-12.9.0 → strongdm-12.9.1}/strongdm/constants.py +0 -0
- {strongdm-12.9.0 → strongdm-12.9.1}/strongdm/control_panel_pb2.py +0 -0
- {strongdm-12.9.0 → strongdm-12.9.1}/strongdm/control_panel_pb2_grpc.py +0 -0
- {strongdm-12.9.0 → strongdm-12.9.1}/strongdm/drivers_pb2_grpc.py +0 -0
- {strongdm-12.9.0 → strongdm-12.9.1}/strongdm/errors.py +0 -0
- {strongdm-12.9.0 → strongdm-12.9.1}/strongdm/health_checks_pb2.py +0 -0
- {strongdm-12.9.0 → strongdm-12.9.1}/strongdm/health_checks_pb2_grpc.py +0 -0
- {strongdm-12.9.0 → strongdm-12.9.1}/strongdm/identity_aliases_history_pb2.py +0 -0
- {strongdm-12.9.0 → strongdm-12.9.1}/strongdm/identity_aliases_history_pb2_grpc.py +0 -0
- {strongdm-12.9.0 → strongdm-12.9.1}/strongdm/identity_aliases_pb2.py +0 -0
- {strongdm-12.9.0 → strongdm-12.9.1}/strongdm/identity_aliases_pb2_grpc.py +0 -0
- {strongdm-12.9.0 → strongdm-12.9.1}/strongdm/identity_sets_history_pb2.py +0 -0
- {strongdm-12.9.0 → strongdm-12.9.1}/strongdm/identity_sets_history_pb2_grpc.py +0 -0
- {strongdm-12.9.0 → strongdm-12.9.1}/strongdm/identity_sets_pb2.py +0 -0
- {strongdm-12.9.0 → strongdm-12.9.1}/strongdm/identity_sets_pb2_grpc.py +0 -0
- {strongdm-12.9.0 → strongdm-12.9.1}/strongdm/nodes_history_pb2.py +0 -0
- {strongdm-12.9.0 → strongdm-12.9.1}/strongdm/nodes_history_pb2_grpc.py +0 -0
- {strongdm-12.9.0 → strongdm-12.9.1}/strongdm/nodes_pb2.py +0 -0
- {strongdm-12.9.0 → strongdm-12.9.1}/strongdm/nodes_pb2_grpc.py +0 -0
- {strongdm-12.9.0 → strongdm-12.9.1}/strongdm/options_pb2.py +0 -0
- {strongdm-12.9.0 → strongdm-12.9.1}/strongdm/options_pb2_grpc.py +0 -0
- {strongdm-12.9.0 → strongdm-12.9.1}/strongdm/organization_history_pb2.py +0 -0
- {strongdm-12.9.0 → strongdm-12.9.1}/strongdm/organization_history_pb2_grpc.py +0 -0
- {strongdm-12.9.0 → strongdm-12.9.1}/strongdm/peering_group_nodes_pb2.py +0 -0
- {strongdm-12.9.0 → strongdm-12.9.1}/strongdm/peering_group_nodes_pb2_grpc.py +0 -0
- {strongdm-12.9.0 → strongdm-12.9.1}/strongdm/peering_group_peers_pb2.py +0 -0
- {strongdm-12.9.0 → strongdm-12.9.1}/strongdm/peering_group_peers_pb2_grpc.py +0 -0
- {strongdm-12.9.0 → strongdm-12.9.1}/strongdm/peering_group_resources_pb2.py +0 -0
- {strongdm-12.9.0 → strongdm-12.9.1}/strongdm/peering_group_resources_pb2_grpc.py +0 -0
- {strongdm-12.9.0 → strongdm-12.9.1}/strongdm/peering_groups_pb2.py +0 -0
- {strongdm-12.9.0 → strongdm-12.9.1}/strongdm/peering_groups_pb2_grpc.py +0 -0
- {strongdm-12.9.0 → strongdm-12.9.1}/strongdm/policies_history_pb2.py +0 -0
- {strongdm-12.9.0 → strongdm-12.9.1}/strongdm/policies_history_pb2_grpc.py +0 -0
- {strongdm-12.9.0 → strongdm-12.9.1}/strongdm/policies_pb2.py +0 -0
- {strongdm-12.9.0 → strongdm-12.9.1}/strongdm/policies_pb2_grpc.py +0 -0
- {strongdm-12.9.0 → strongdm-12.9.1}/strongdm/proxy_cluster_keys_pb2.py +0 -0
- {strongdm-12.9.0 → strongdm-12.9.1}/strongdm/proxy_cluster_keys_pb2_grpc.py +0 -0
- {strongdm-12.9.0 → strongdm-12.9.1}/strongdm/queries_pb2.py +0 -0
- {strongdm-12.9.0 → strongdm-12.9.1}/strongdm/queries_pb2_grpc.py +0 -0
- {strongdm-12.9.0 → strongdm-12.9.1}/strongdm/remote_identities_history_pb2.py +0 -0
- {strongdm-12.9.0 → strongdm-12.9.1}/strongdm/remote_identities_history_pb2_grpc.py +0 -0
- {strongdm-12.9.0 → strongdm-12.9.1}/strongdm/remote_identities_pb2.py +0 -0
- {strongdm-12.9.0 → strongdm-12.9.1}/strongdm/remote_identities_pb2_grpc.py +0 -0
- {strongdm-12.9.0 → strongdm-12.9.1}/strongdm/remote_identity_groups_history_pb2.py +0 -0
- {strongdm-12.9.0 → strongdm-12.9.1}/strongdm/remote_identity_groups_history_pb2_grpc.py +0 -0
- {strongdm-12.9.0 → strongdm-12.9.1}/strongdm/remote_identity_groups_pb2.py +0 -0
- {strongdm-12.9.0 → strongdm-12.9.1}/strongdm/remote_identity_groups_pb2_grpc.py +0 -0
- {strongdm-12.9.0 → strongdm-12.9.1}/strongdm/replays_pb2.py +0 -0
- {strongdm-12.9.0 → strongdm-12.9.1}/strongdm/replays_pb2_grpc.py +0 -0
- {strongdm-12.9.0 → strongdm-12.9.1}/strongdm/resources_history_pb2.py +0 -0
- {strongdm-12.9.0 → strongdm-12.9.1}/strongdm/resources_history_pb2_grpc.py +0 -0
- {strongdm-12.9.0 → strongdm-12.9.1}/strongdm/resources_pb2.py +0 -0
- {strongdm-12.9.0 → strongdm-12.9.1}/strongdm/resources_pb2_grpc.py +0 -0
- {strongdm-12.9.0 → strongdm-12.9.1}/strongdm/role_resources_history_pb2.py +0 -0
- {strongdm-12.9.0 → strongdm-12.9.1}/strongdm/role_resources_history_pb2_grpc.py +0 -0
- {strongdm-12.9.0 → strongdm-12.9.1}/strongdm/role_resources_pb2.py +0 -0
- {strongdm-12.9.0 → strongdm-12.9.1}/strongdm/role_resources_pb2_grpc.py +0 -0
- {strongdm-12.9.0 → strongdm-12.9.1}/strongdm/roles_history_pb2.py +0 -0
- {strongdm-12.9.0 → strongdm-12.9.1}/strongdm/roles_history_pb2_grpc.py +0 -0
- {strongdm-12.9.0 → strongdm-12.9.1}/strongdm/roles_pb2.py +0 -0
- {strongdm-12.9.0 → strongdm-12.9.1}/strongdm/roles_pb2_grpc.py +0 -0
- {strongdm-12.9.0 → strongdm-12.9.1}/strongdm/secret_engine_policy_pb2_grpc.py +0 -0
- {strongdm-12.9.0 → strongdm-12.9.1}/strongdm/secret_engine_types_pb2_grpc.py +0 -0
- {strongdm-12.9.0 → strongdm-12.9.1}/strongdm/secret_store_healths_pb2.py +0 -0
- {strongdm-12.9.0 → strongdm-12.9.1}/strongdm/secret_store_healths_pb2_grpc.py +0 -0
- {strongdm-12.9.0 → strongdm-12.9.1}/strongdm/secret_store_types_pb2.py +0 -0
- {strongdm-12.9.0 → strongdm-12.9.1}/strongdm/secret_store_types_pb2_grpc.py +0 -0
- {strongdm-12.9.0 → strongdm-12.9.1}/strongdm/secret_stores_history_pb2.py +0 -0
- {strongdm-12.9.0 → strongdm-12.9.1}/strongdm/secret_stores_history_pb2_grpc.py +0 -0
- {strongdm-12.9.0 → strongdm-12.9.1}/strongdm/secret_stores_pb2.py +0 -0
- {strongdm-12.9.0 → strongdm-12.9.1}/strongdm/secret_stores_pb2_grpc.py +0 -0
- {strongdm-12.9.0 → strongdm-12.9.1}/strongdm/spec_pb2_grpc.py +0 -0
- {strongdm-12.9.0 → strongdm-12.9.1}/strongdm/tags_pb2.py +0 -0
- {strongdm-12.9.0 → strongdm-12.9.1}/strongdm/tags_pb2_grpc.py +0 -0
- {strongdm-12.9.0 → strongdm-12.9.1}/strongdm/workflow_approvers_history_pb2.py +0 -0
- {strongdm-12.9.0 → strongdm-12.9.1}/strongdm/workflow_approvers_history_pb2_grpc.py +0 -0
- {strongdm-12.9.0 → strongdm-12.9.1}/strongdm/workflow_approvers_pb2.py +0 -0
- {strongdm-12.9.0 → strongdm-12.9.1}/strongdm/workflow_approvers_pb2_grpc.py +0 -0
- {strongdm-12.9.0 → strongdm-12.9.1}/strongdm/workflow_assignments_history_pb2.py +0 -0
- {strongdm-12.9.0 → strongdm-12.9.1}/strongdm/workflow_assignments_history_pb2_grpc.py +0 -0
- {strongdm-12.9.0 → strongdm-12.9.1}/strongdm/workflow_assignments_pb2.py +0 -0
- {strongdm-12.9.0 → strongdm-12.9.1}/strongdm/workflow_assignments_pb2_grpc.py +0 -0
- {strongdm-12.9.0 → strongdm-12.9.1}/strongdm/workflow_roles_history_pb2.py +0 -0
- {strongdm-12.9.0 → strongdm-12.9.1}/strongdm/workflow_roles_history_pb2_grpc.py +0 -0
- {strongdm-12.9.0 → strongdm-12.9.1}/strongdm/workflow_roles_pb2.py +0 -0
- {strongdm-12.9.0 → strongdm-12.9.1}/strongdm/workflow_roles_pb2_grpc.py +0 -0
- {strongdm-12.9.0 → strongdm-12.9.1}/strongdm/workflows_history_pb2.py +0 -0
- {strongdm-12.9.0 → strongdm-12.9.1}/strongdm/workflows_history_pb2_grpc.py +0 -0
- {strongdm-12.9.0 → strongdm-12.9.1}/strongdm/workflows_pb2.py +0 -0
- {strongdm-12.9.0 → strongdm-12.9.1}/strongdm/workflows_pb2_grpc.py +0 -0
- {strongdm-12.9.0 → strongdm-12.9.1}/strongdm.egg-info/SOURCES.txt +0 -0
- {strongdm-12.9.0 → strongdm-12.9.1}/strongdm.egg-info/dependency_links.txt +0 -0
- {strongdm-12.9.0 → strongdm-12.9.1}/strongdm.egg-info/requires.txt +0 -0
- {strongdm-12.9.0 → strongdm-12.9.1}/strongdm.egg-info/top_level.txt +0 -0
@@ -4611,6 +4611,167 @@ class AmazonES:
|
|
4611
4611
|
)
|
4612
4612
|
|
4613
4613
|
|
4614
|
+
class AmazonESIAM:
|
4615
|
+
'''
|
4616
|
+
AmazonESIAM is currently unstable, and its API may change, or it may be removed,
|
4617
|
+
without a major version bump.
|
4618
|
+
'''
|
4619
|
+
__slots__ = [
|
4620
|
+
'bind_interface',
|
4621
|
+
'egress_filter',
|
4622
|
+
'endpoint',
|
4623
|
+
'healthy',
|
4624
|
+
'id',
|
4625
|
+
'name',
|
4626
|
+
'port_override',
|
4627
|
+
'proxy_cluster_id',
|
4628
|
+
'region',
|
4629
|
+
'role_arn',
|
4630
|
+
'role_external_id',
|
4631
|
+
'secret_store_id',
|
4632
|
+
'subdomain',
|
4633
|
+
'tags',
|
4634
|
+
'tlsrequired',
|
4635
|
+
]
|
4636
|
+
|
4637
|
+
def __init__(
|
4638
|
+
self,
|
4639
|
+
bind_interface=None,
|
4640
|
+
egress_filter=None,
|
4641
|
+
endpoint=None,
|
4642
|
+
healthy=None,
|
4643
|
+
id=None,
|
4644
|
+
name=None,
|
4645
|
+
port_override=None,
|
4646
|
+
proxy_cluster_id=None,
|
4647
|
+
region=None,
|
4648
|
+
role_arn=None,
|
4649
|
+
role_external_id=None,
|
4650
|
+
secret_store_id=None,
|
4651
|
+
subdomain=None,
|
4652
|
+
tags=None,
|
4653
|
+
tlsrequired=None,
|
4654
|
+
):
|
4655
|
+
self.bind_interface = bind_interface if bind_interface is not None else ''
|
4656
|
+
'''
|
4657
|
+
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.
|
4658
|
+
'''
|
4659
|
+
self.egress_filter = egress_filter if egress_filter is not None else ''
|
4660
|
+
'''
|
4661
|
+
A filter applied to the routing logic to pin datasource to nodes.
|
4662
|
+
'''
|
4663
|
+
self.endpoint = endpoint if endpoint is not None else ''
|
4664
|
+
'''
|
4665
|
+
The endpoint to dial e.g. search-?.region.es.amazonaws.com"
|
4666
|
+
'''
|
4667
|
+
self.healthy = healthy if healthy is not None else False
|
4668
|
+
'''
|
4669
|
+
True if the datasource is reachable and the credentials are valid.
|
4670
|
+
'''
|
4671
|
+
self.id = id if id is not None else ''
|
4672
|
+
'''
|
4673
|
+
Unique identifier of the Resource.
|
4674
|
+
'''
|
4675
|
+
self.name = name if name is not None else ''
|
4676
|
+
'''
|
4677
|
+
Unique human-readable name of the Resource.
|
4678
|
+
'''
|
4679
|
+
self.port_override = port_override if port_override is not None else 0
|
4680
|
+
'''
|
4681
|
+
The local port used by clients to connect to this resource.
|
4682
|
+
'''
|
4683
|
+
self.proxy_cluster_id = proxy_cluster_id if proxy_cluster_id is not None else ''
|
4684
|
+
'''
|
4685
|
+
ID of the proxy cluster for this resource, if any.
|
4686
|
+
'''
|
4687
|
+
self.region = region if region is not None else ''
|
4688
|
+
'''
|
4689
|
+
The AWS region to connect to.
|
4690
|
+
'''
|
4691
|
+
self.role_arn = role_arn if role_arn is not None else ''
|
4692
|
+
'''
|
4693
|
+
The role to assume after logging in.
|
4694
|
+
'''
|
4695
|
+
self.role_external_id = role_external_id if role_external_id is not None else ''
|
4696
|
+
'''
|
4697
|
+
The external ID to associate with assume role requests. Does nothing if a role ARN is not provided.
|
4698
|
+
'''
|
4699
|
+
self.secret_store_id = secret_store_id if secret_store_id is not None else ''
|
4700
|
+
'''
|
4701
|
+
ID of the secret store containing credentials for this resource, if any.
|
4702
|
+
'''
|
4703
|
+
self.subdomain = subdomain if subdomain is not None else ''
|
4704
|
+
'''
|
4705
|
+
Subdomain is the local DNS address. (e.g. app-prod1 turns into app-prod1.your-org-name.sdm.network)
|
4706
|
+
'''
|
4707
|
+
self.tags = tags if tags is not None else _porcelain_zero_value_tags()
|
4708
|
+
'''
|
4709
|
+
Tags is a map of key, value pairs.
|
4710
|
+
'''
|
4711
|
+
self.tlsrequired = tlsrequired if tlsrequired is not None else False
|
4712
|
+
'''
|
4713
|
+
Use TLS to connect to the OpenSearch server
|
4714
|
+
'''
|
4715
|
+
|
4716
|
+
def __repr__(self):
|
4717
|
+
return '<sdm.AmazonESIAM ' + \
|
4718
|
+
'bind_interface: ' + repr(self.bind_interface) + ' ' +\
|
4719
|
+
'egress_filter: ' + repr(self.egress_filter) + ' ' +\
|
4720
|
+
'endpoint: ' + repr(self.endpoint) + ' ' +\
|
4721
|
+
'healthy: ' + repr(self.healthy) + ' ' +\
|
4722
|
+
'id: ' + repr(self.id) + ' ' +\
|
4723
|
+
'name: ' + repr(self.name) + ' ' +\
|
4724
|
+
'port_override: ' + repr(self.port_override) + ' ' +\
|
4725
|
+
'proxy_cluster_id: ' + repr(self.proxy_cluster_id) + ' ' +\
|
4726
|
+
'region: ' + repr(self.region) + ' ' +\
|
4727
|
+
'role_arn: ' + repr(self.role_arn) + ' ' +\
|
4728
|
+
'role_external_id: ' + repr(self.role_external_id) + ' ' +\
|
4729
|
+
'secret_store_id: ' + repr(self.secret_store_id) + ' ' +\
|
4730
|
+
'subdomain: ' + repr(self.subdomain) + ' ' +\
|
4731
|
+
'tags: ' + repr(self.tags) + ' ' +\
|
4732
|
+
'tlsrequired: ' + repr(self.tlsrequired) + ' ' +\
|
4733
|
+
'>'
|
4734
|
+
|
4735
|
+
def to_dict(self):
|
4736
|
+
return {
|
4737
|
+
'bind_interface': self.bind_interface,
|
4738
|
+
'egress_filter': self.egress_filter,
|
4739
|
+
'endpoint': self.endpoint,
|
4740
|
+
'healthy': self.healthy,
|
4741
|
+
'id': self.id,
|
4742
|
+
'name': self.name,
|
4743
|
+
'port_override': self.port_override,
|
4744
|
+
'proxy_cluster_id': self.proxy_cluster_id,
|
4745
|
+
'region': self.region,
|
4746
|
+
'role_arn': self.role_arn,
|
4747
|
+
'role_external_id': self.role_external_id,
|
4748
|
+
'secret_store_id': self.secret_store_id,
|
4749
|
+
'subdomain': self.subdomain,
|
4750
|
+
'tags': self.tags,
|
4751
|
+
'tlsrequired': self.tlsrequired,
|
4752
|
+
}
|
4753
|
+
|
4754
|
+
@classmethod
|
4755
|
+
def from_dict(cls, d):
|
4756
|
+
return cls(
|
4757
|
+
bind_interface=d.get('bind_interface'),
|
4758
|
+
egress_filter=d.get('egress_filter'),
|
4759
|
+
endpoint=d.get('endpoint'),
|
4760
|
+
healthy=d.get('healthy'),
|
4761
|
+
id=d.get('id'),
|
4762
|
+
name=d.get('name'),
|
4763
|
+
port_override=d.get('port_override'),
|
4764
|
+
proxy_cluster_id=d.get('proxy_cluster_id'),
|
4765
|
+
region=d.get('region'),
|
4766
|
+
role_arn=d.get('role_arn'),
|
4767
|
+
role_external_id=d.get('role_external_id'),
|
4768
|
+
secret_store_id=d.get('secret_store_id'),
|
4769
|
+
subdomain=d.get('subdomain'),
|
4770
|
+
tags=d.get('tags'),
|
4771
|
+
tlsrequired=d.get('tlsrequired'),
|
4772
|
+
)
|
4773
|
+
|
4774
|
+
|
4614
4775
|
class AmazonMQAMQP091:
|
4615
4776
|
__slots__ = [
|
4616
4777
|
'bind_interface',
|
@@ -2340,6 +2340,62 @@ def convert_repeated_amazon_es_to_porcelain(plumbings):
|
|
2340
2340
|
return [convert_amazon_es_to_porcelain(plumbing) for plumbing in plumbings]
|
2341
2341
|
|
2342
2342
|
|
2343
|
+
def convert_amazon_esiam_to_porcelain(plumbing):
|
2344
|
+
if plumbing is None:
|
2345
|
+
return None
|
2346
|
+
porcelain = models.AmazonESIAM()
|
2347
|
+
porcelain.bind_interface = (plumbing.bind_interface)
|
2348
|
+
porcelain.egress_filter = (plumbing.egress_filter)
|
2349
|
+
porcelain.endpoint = (plumbing.endpoint)
|
2350
|
+
porcelain.healthy = (plumbing.healthy)
|
2351
|
+
porcelain.id = (plumbing.id)
|
2352
|
+
porcelain.name = (plumbing.name)
|
2353
|
+
porcelain.port_override = (plumbing.port_override)
|
2354
|
+
porcelain.proxy_cluster_id = (plumbing.proxy_cluster_id)
|
2355
|
+
porcelain.region = (plumbing.region)
|
2356
|
+
porcelain.role_arn = (plumbing.role_arn)
|
2357
|
+
porcelain.role_external_id = (plumbing.role_external_id)
|
2358
|
+
porcelain.secret_store_id = (plumbing.secret_store_id)
|
2359
|
+
porcelain.subdomain = (plumbing.subdomain)
|
2360
|
+
porcelain.tags = convert_tags_to_porcelain(plumbing.tags)
|
2361
|
+
porcelain.tlsrequired = (plumbing.tlsRequired)
|
2362
|
+
return porcelain
|
2363
|
+
|
2364
|
+
|
2365
|
+
def convert_amazon_esiam_to_plumbing(porcelain):
|
2366
|
+
plumbing = AmazonESIAM()
|
2367
|
+
if porcelain is None:
|
2368
|
+
return plumbing
|
2369
|
+
plumbing.bind_interface = (porcelain.bind_interface)
|
2370
|
+
plumbing.egress_filter = (porcelain.egress_filter)
|
2371
|
+
plumbing.endpoint = (porcelain.endpoint)
|
2372
|
+
plumbing.healthy = (porcelain.healthy)
|
2373
|
+
plumbing.id = (porcelain.id)
|
2374
|
+
plumbing.name = (porcelain.name)
|
2375
|
+
plumbing.port_override = (porcelain.port_override)
|
2376
|
+
plumbing.proxy_cluster_id = (porcelain.proxy_cluster_id)
|
2377
|
+
plumbing.region = (porcelain.region)
|
2378
|
+
plumbing.role_arn = (porcelain.role_arn)
|
2379
|
+
plumbing.role_external_id = (porcelain.role_external_id)
|
2380
|
+
plumbing.secret_store_id = (porcelain.secret_store_id)
|
2381
|
+
plumbing.subdomain = (porcelain.subdomain)
|
2382
|
+
plumbing.tags.CopyFrom(convert_tags_to_plumbing(porcelain.tags))
|
2383
|
+
plumbing.tlsRequired = (porcelain.tlsrequired)
|
2384
|
+
return plumbing
|
2385
|
+
|
2386
|
+
|
2387
|
+
def convert_repeated_amazon_esiam_to_plumbing(porcelains):
|
2388
|
+
return [
|
2389
|
+
convert_amazon_esiam_to_plumbing(porcelain) for porcelain in porcelains
|
2390
|
+
]
|
2391
|
+
|
2392
|
+
|
2393
|
+
def convert_repeated_amazon_esiam_to_porcelain(plumbings):
|
2394
|
+
return [
|
2395
|
+
convert_amazon_esiam_to_porcelain(plumbing) for plumbing in plumbings
|
2396
|
+
]
|
2397
|
+
|
2398
|
+
|
2343
2399
|
def convert_amazon_mqamqp_091_to_porcelain(plumbing):
|
2344
2400
|
if plumbing is None:
|
2345
2401
|
return None
|
@@ -10329,6 +10385,9 @@ def convert_resource_to_plumbing(porcelain):
|
|
10329
10385
|
convert_amazon_eks_user_impersonation_to_plumbing(porcelain))
|
10330
10386
|
if isinstance(porcelain, models.AmazonES):
|
10331
10387
|
plumbing.amazon_es.CopyFrom(convert_amazon_es_to_plumbing(porcelain))
|
10388
|
+
if isinstance(porcelain, models.AmazonESIAM):
|
10389
|
+
plumbing.amazon_esiam.CopyFrom(
|
10390
|
+
convert_amazon_esiam_to_plumbing(porcelain))
|
10332
10391
|
if isinstance(porcelain, models.AmazonMQAMQP091):
|
10333
10392
|
plumbing.amazon_mqamqp_091.CopyFrom(
|
10334
10393
|
convert_amazon_mqamqp_091_to_plumbing(porcelain))
|
@@ -10579,6 +10638,8 @@ def convert_resource_to_porcelain(plumbing):
|
|
10579
10638
|
plumbing.amazon_eks_user_impersonation)
|
10580
10639
|
if plumbing.HasField('amazon_es'):
|
10581
10640
|
return convert_amazon_es_to_porcelain(plumbing.amazon_es)
|
10641
|
+
if plumbing.HasField('amazon_esiam'):
|
10642
|
+
return convert_amazon_esiam_to_porcelain(plumbing.amazon_esiam)
|
10582
10643
|
if plumbing.HasField('amazon_mqamqp_091'):
|
10583
10644
|
return convert_amazon_mqamqp_091_to_porcelain(
|
10584
10645
|
plumbing.amazon_mqamqp_091)
|
@@ -30,7 +30,7 @@ from . import options_pb2 as options__pb2
|
|
30
30
|
from google.protobuf import timestamp_pb2 as google_dot_protobuf_dot_timestamp__pb2
|
31
31
|
|
32
32
|
|
33
|
-
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n\nspec.proto\x12\x02v1\x1a\roptions.proto\x1a\x1fgoogle/protobuf/timestamp.proto\"<\n\x12\x41lreadyExistsError\x12\x1a\n\x06\x65ntity\x18\x01 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01:\n\xfa\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x06\"7\n\rNotFoundError\x12\x1a\n\x06\x65ntity\x18\x01 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01:\n\xfa\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x05\"\x1d\n\x0f\x42\x61\x64RequestError:\n\xfa\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x03\"!\n\x13\x41uthenticationError:\n\xfa\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x10\"\x1d\n\x0fPermissionError:\n\xfa\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x07\"\x1b\n\rInternalError:\n\xfa\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\r\"u\n\x0eRateLimitError\x12W\n\nrate_limit\x18\x01 \x01(\x0b\x32\x15.v1.RateLimitMetadataB,\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x06\xb2\xf4\xb3\x07\x01*\xf2\xf8\xb3\x07\x12\xb2\xf4\xb3\x07\r!json_gateway:\n\xfa\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x08\"\
|
33
|
+
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n\nspec.proto\x12\x02v1\x1a\roptions.proto\x1a\x1fgoogle/protobuf/timestamp.proto\"<\n\x12\x41lreadyExistsError\x12\x1a\n\x06\x65ntity\x18\x01 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01:\n\xfa\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x06\"7\n\rNotFoundError\x12\x1a\n\x06\x65ntity\x18\x01 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01:\n\xfa\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x05\"\x1d\n\x0f\x42\x61\x64RequestError:\n\xfa\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x03\"!\n\x13\x41uthenticationError:\n\xfa\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x10\"\x1d\n\x0fPermissionError:\n\xfa\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x07\"\x1b\n\rInternalError:\n\xfa\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\r\"u\n\x0eRateLimitError\x12W\n\nrate_limit\x18\x01 \x01(\x0b\x32\x15.v1.RateLimitMetadataB,\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x06\xb2\xf4\xb3\x07\x01*\xf2\xf8\xb3\x07\x12\xb2\xf4\xb3\x07\r!json_gateway:\n\xfa\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x08\"G\n\x15\x43reateRequestMetadata\x12.\n\x0c\x66ulfillments\x18\x01 \x01(\x0b\x32\x18.v1.FulfillmentsMetadata\"$\n\x16\x43reateResponseMetadata:\n\xfa\xf8\xb3\x07\x05\xa8\xf3\xb3\x07\x01\"u\n\x12GetRequestMetadata\x12/\n\x0bsnapshot_at\x18\x01 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12.\n\x0c\x66ulfillments\x18\x02 \x01(\x0b\x32\x18.v1.FulfillmentsMetadata\"!\n\x13GetResponseMetadata:\n\xfa\xf8\xb3\x07\x05\xa8\xf3\xb3\x07\x01\"G\n\x15UpdateRequestMetadata\x12.\n\x0c\x66ulfillments\x18\x01 \x01(\x0b\x32\x18.v1.FulfillmentsMetadata\"$\n\x16UpdateResponseMetadata:\n\xfa\xf8\xb3\x07\x05\xa8\xf3\xb3\x07\x01\"G\n\x15\x44\x65leteRequestMetadata\x12.\n\x0c\x66ulfillments\x18\x01 \x01(\x0b\x32\x18.v1.FulfillmentsMetadata\"$\n\x16\x44\x65leteResponseMetadata:\n\xfa\xf8\xb3\x07\x05\xa8\xf3\xb3\x07\x01\"\xb5\x01\n\x13ListRequestMetadata\x12\x0e\n\x06\x63ursor\x18\x01 \x01(\t\x12\x0c\n\x04page\x18\x02 \x01(\x05\x12\r\n\x05limit\x18\x03 \x01(\x05\x12\x10\n\x08order_by\x18\x04 \x01(\t\x12/\n\x0bsnapshot_at\x18\x05 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12.\n\x0c\x66ulfillments\x18\x06 \x01(\x0b\x32\x18.v1.FulfillmentsMetadata\">\n\x14ListResponseMetadata\x12\x13\n\x0bnext_cursor\x18\x01 \x01(\t\x12\x11\n\x05total\x18\x02 \x01(\x05\x42\x02\x18\x01\"\xaf\x01\n\x11RateLimitMetadata\x12\x19\n\x05limit\x18\x01 \x01(\x03\x42\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12\x1d\n\tremaining\x18\x02 \x01(\x03\x42\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12\x38\n\x08reset_at\x18\x03 \x01(\x0b\x32\x1a.google.protobuf.TimestampB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12\x1a\n\x06\x62ucket\x18\x04 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01:\n\xfa\xf8\xb3\x07\x05\xa8\xf3\xb3\x07\x01\"H\n\x16GenericRequestMetadata\x12.\n\x0c\x66ulfillments\x18\x01 \x01(\x0b\x32\x18.v1.FulfillmentsMetadata\"%\n\x17GenericResponseMetadata:\n\xfa\xf8\xb3\x07\x05\xa8\xf3\xb3\x07\x01\"=\n\x14RequirementsMetadata\x12%\n\x0crequirements\x18\x01 \x03(\x0b\x32\x0f.v1.Requirement\"=\n\x14\x46ulfillmentsMetadata\x12%\n\x0c\x66ulfillments\x18\x01 \x03(\x0b\x32\x0f.v1.Fulfillment\"*\n\x0bRequirement\x12\x0c\n\x04type\x18\x01 \x01(\t\x12\r\n\x05value\x18\x02 \x01(\t\"B\n\x0b\x46ulfillment\x12$\n\x0brequirement\x18\x01 \x01(\x0b\x32\x0f.v1.Requirement\x12\r\n\x05value\x18\x02 \x01(\tBR\n\x19\x63om.strongdm.api.plumbingZ5github.com/strongdm/strongdm-sdk-go/v3/internal/v1;v1b\x06proto3')
|
34
34
|
|
35
35
|
|
36
36
|
|
@@ -54,6 +54,10 @@ _LISTRESPONSEMETADATA = DESCRIPTOR.message_types_by_name['ListResponseMetadata']
|
|
54
54
|
_RATELIMITMETADATA = DESCRIPTOR.message_types_by_name['RateLimitMetadata']
|
55
55
|
_GENERICREQUESTMETADATA = DESCRIPTOR.message_types_by_name['GenericRequestMetadata']
|
56
56
|
_GENERICRESPONSEMETADATA = DESCRIPTOR.message_types_by_name['GenericResponseMetadata']
|
57
|
+
_REQUIREMENTSMETADATA = DESCRIPTOR.message_types_by_name['RequirementsMetadata']
|
58
|
+
_FULFILLMENTSMETADATA = DESCRIPTOR.message_types_by_name['FulfillmentsMetadata']
|
59
|
+
_REQUIREMENT = DESCRIPTOR.message_types_by_name['Requirement']
|
60
|
+
_FULFILLMENT = DESCRIPTOR.message_types_by_name['Fulfillment']
|
57
61
|
AlreadyExistsError = _reflection.GeneratedProtocolMessageType('AlreadyExistsError', (_message.Message,), {
|
58
62
|
'DESCRIPTOR' : _ALREADYEXISTSERROR,
|
59
63
|
'__module__' : 'spec_pb2'
|
@@ -194,6 +198,34 @@ GenericResponseMetadata = _reflection.GeneratedProtocolMessageType('GenericRespo
|
|
194
198
|
})
|
195
199
|
_sym_db.RegisterMessage(GenericResponseMetadata)
|
196
200
|
|
201
|
+
RequirementsMetadata = _reflection.GeneratedProtocolMessageType('RequirementsMetadata', (_message.Message,), {
|
202
|
+
'DESCRIPTOR' : _REQUIREMENTSMETADATA,
|
203
|
+
'__module__' : 'spec_pb2'
|
204
|
+
# @@protoc_insertion_point(class_scope:v1.RequirementsMetadata)
|
205
|
+
})
|
206
|
+
_sym_db.RegisterMessage(RequirementsMetadata)
|
207
|
+
|
208
|
+
FulfillmentsMetadata = _reflection.GeneratedProtocolMessageType('FulfillmentsMetadata', (_message.Message,), {
|
209
|
+
'DESCRIPTOR' : _FULFILLMENTSMETADATA,
|
210
|
+
'__module__' : 'spec_pb2'
|
211
|
+
# @@protoc_insertion_point(class_scope:v1.FulfillmentsMetadata)
|
212
|
+
})
|
213
|
+
_sym_db.RegisterMessage(FulfillmentsMetadata)
|
214
|
+
|
215
|
+
Requirement = _reflection.GeneratedProtocolMessageType('Requirement', (_message.Message,), {
|
216
|
+
'DESCRIPTOR' : _REQUIREMENT,
|
217
|
+
'__module__' : 'spec_pb2'
|
218
|
+
# @@protoc_insertion_point(class_scope:v1.Requirement)
|
219
|
+
})
|
220
|
+
_sym_db.RegisterMessage(Requirement)
|
221
|
+
|
222
|
+
Fulfillment = _reflection.GeneratedProtocolMessageType('Fulfillment', (_message.Message,), {
|
223
|
+
'DESCRIPTOR' : _FULFILLMENT,
|
224
|
+
'__module__' : 'spec_pb2'
|
225
|
+
# @@protoc_insertion_point(class_scope:v1.Fulfillment)
|
226
|
+
})
|
227
|
+
_sym_db.RegisterMessage(Fulfillment)
|
228
|
+
|
197
229
|
if _descriptor._USE_C_DESCRIPTORS == False:
|
198
230
|
|
199
231
|
DESCRIPTOR._options = None
|
@@ -255,29 +287,37 @@ if _descriptor._USE_C_DESCRIPTORS == False:
|
|
255
287
|
_RATELIMITERROR._serialized_start=311
|
256
288
|
_RATELIMITERROR._serialized_end=428
|
257
289
|
_CREATEREQUESTMETADATA._serialized_start=430
|
258
|
-
_CREATEREQUESTMETADATA._serialized_end=
|
259
|
-
_CREATERESPONSEMETADATA._serialized_start=
|
260
|
-
_CREATERESPONSEMETADATA._serialized_end=
|
261
|
-
_GETREQUESTMETADATA._serialized_start=
|
262
|
-
_GETREQUESTMETADATA._serialized_end=
|
263
|
-
_GETRESPONSEMETADATA._serialized_start=
|
264
|
-
_GETRESPONSEMETADATA._serialized_end=
|
265
|
-
_UPDATEREQUESTMETADATA._serialized_start=
|
266
|
-
_UPDATEREQUESTMETADATA._serialized_end=
|
267
|
-
_UPDATERESPONSEMETADATA._serialized_start=
|
268
|
-
_UPDATERESPONSEMETADATA._serialized_end=
|
269
|
-
_DELETEREQUESTMETADATA._serialized_start=
|
270
|
-
_DELETEREQUESTMETADATA._serialized_end=
|
271
|
-
_DELETERESPONSEMETADATA._serialized_start=
|
272
|
-
_DELETERESPONSEMETADATA._serialized_end=
|
273
|
-
_LISTREQUESTMETADATA._serialized_start=
|
274
|
-
_LISTREQUESTMETADATA._serialized_end=
|
275
|
-
_LISTRESPONSEMETADATA._serialized_start=
|
276
|
-
_LISTRESPONSEMETADATA._serialized_end=
|
277
|
-
_RATELIMITMETADATA._serialized_start=
|
278
|
-
_RATELIMITMETADATA._serialized_end=
|
279
|
-
_GENERICREQUESTMETADATA._serialized_start=
|
280
|
-
_GENERICREQUESTMETADATA._serialized_end=
|
281
|
-
_GENERICRESPONSEMETADATA._serialized_start=
|
282
|
-
_GENERICRESPONSEMETADATA._serialized_end=
|
290
|
+
_CREATEREQUESTMETADATA._serialized_end=501
|
291
|
+
_CREATERESPONSEMETADATA._serialized_start=503
|
292
|
+
_CREATERESPONSEMETADATA._serialized_end=539
|
293
|
+
_GETREQUESTMETADATA._serialized_start=541
|
294
|
+
_GETREQUESTMETADATA._serialized_end=658
|
295
|
+
_GETRESPONSEMETADATA._serialized_start=660
|
296
|
+
_GETRESPONSEMETADATA._serialized_end=693
|
297
|
+
_UPDATEREQUESTMETADATA._serialized_start=695
|
298
|
+
_UPDATEREQUESTMETADATA._serialized_end=766
|
299
|
+
_UPDATERESPONSEMETADATA._serialized_start=768
|
300
|
+
_UPDATERESPONSEMETADATA._serialized_end=804
|
301
|
+
_DELETEREQUESTMETADATA._serialized_start=806
|
302
|
+
_DELETEREQUESTMETADATA._serialized_end=877
|
303
|
+
_DELETERESPONSEMETADATA._serialized_start=879
|
304
|
+
_DELETERESPONSEMETADATA._serialized_end=915
|
305
|
+
_LISTREQUESTMETADATA._serialized_start=918
|
306
|
+
_LISTREQUESTMETADATA._serialized_end=1099
|
307
|
+
_LISTRESPONSEMETADATA._serialized_start=1101
|
308
|
+
_LISTRESPONSEMETADATA._serialized_end=1163
|
309
|
+
_RATELIMITMETADATA._serialized_start=1166
|
310
|
+
_RATELIMITMETADATA._serialized_end=1341
|
311
|
+
_GENERICREQUESTMETADATA._serialized_start=1343
|
312
|
+
_GENERICREQUESTMETADATA._serialized_end=1415
|
313
|
+
_GENERICRESPONSEMETADATA._serialized_start=1417
|
314
|
+
_GENERICRESPONSEMETADATA._serialized_end=1454
|
315
|
+
_REQUIREMENTSMETADATA._serialized_start=1456
|
316
|
+
_REQUIREMENTSMETADATA._serialized_end=1517
|
317
|
+
_FULFILLMENTSMETADATA._serialized_start=1519
|
318
|
+
_FULFILLMENTSMETADATA._serialized_end=1580
|
319
|
+
_REQUIREMENT._serialized_start=1582
|
320
|
+
_REQUIREMENT._serialized_end=1624
|
321
|
+
_FULFILLMENT._serialized_start=1626
|
322
|
+
_FULFILLMENT._serialized_end=1692
|
283
323
|
# @@protoc_insertion_point(module_scope)
|
@@ -4464,6 +4464,7 @@ class Resources:
|
|
4464
4464
|
`strongdm.models.AmazonEKSInstanceProfileUserImpersonation`
|
4465
4465
|
`strongdm.models.AmazonEKSUserImpersonation`
|
4466
4466
|
`strongdm.models.AmazonES`
|
4467
|
+
`strongdm.models.AmazonESIAM`
|
4467
4468
|
`strongdm.models.AmazonMQAMQP091`
|
4468
4469
|
`strongdm.models.Athena`
|
4469
4470
|
`strongdm.models.AthenaIAM`
|
@@ -1,12 +1,12 @@
|
|
1
1
|
Metadata-Version: 2.1
|
2
2
|
Name: strongdm
|
3
|
-
Version: 12.9.
|
3
|
+
Version: 12.9.1
|
4
4
|
Summary: strongDM SDK for the Python programming language.
|
5
5
|
Home-page: https://github.com/strongdm/strongdm-sdk-python
|
6
6
|
Author: strongDM Team
|
7
7
|
Author-email: sdk-feedback@strongdm.com
|
8
8
|
License: apache-2.0
|
9
|
-
Download-URL: https://github.com/strongdm/strongdm-sdk-python/archive/v12.9.
|
9
|
+
Download-URL: https://github.com/strongdm/strongdm-sdk-python/archive/v12.9.1.tar.gz
|
10
10
|
Keywords: strongDM,sdm,api,automation,security,audit,database,server,ssh,rdp
|
11
11
|
Platform: UNKNOWN
|
12
12
|
Classifier: Development Status :: 4 - Beta
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{strongdm-12.9.0 → strongdm-12.9.1}/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
|