strongdm 12.9.0__zip → 12.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-12.9.0 → strongdm-12.10.0}/PKG-INFO +2 -2
- {strongdm-12.9.0 → strongdm-12.10.0}/setup.py +2 -2
- {strongdm-12.9.0 → strongdm-12.10.0}/strongdm/access_requests_pb2.py +40 -8
- {strongdm-12.9.0 → strongdm-12.10.0}/strongdm/account_grants_pb2.py +5 -5
- {strongdm-12.9.0 → strongdm-12.10.0}/strongdm/client.py +1 -1
- {strongdm-12.9.0 → strongdm-12.10.0}/strongdm/drivers_pb2.py +240 -196
- {strongdm-12.9.0 → strongdm-12.10.0}/strongdm/models.py +175 -0
- {strongdm-12.9.0 → strongdm-12.10.0}/strongdm/plumbing.py +75 -0
- {strongdm-12.9.0 → strongdm-12.10.0}/strongdm/spec_pb2.py +66 -26
- {strongdm-12.9.0 → strongdm-12.10.0}/strongdm/svc.py +1 -0
- {strongdm-12.9.0 → strongdm-12.10.0}/strongdm.egg-info/PKG-INFO +2 -2
- {strongdm-12.9.0 → strongdm-12.10.0}/LICENSE +0 -0
- {strongdm-12.9.0 → strongdm-12.10.0}/README.md +0 -0
- {strongdm-12.9.0 → strongdm-12.10.0}/setup.cfg +0 -0
- {strongdm-12.9.0 → strongdm-12.10.0}/strongdm/__init__.py +0 -0
- {strongdm-12.9.0 → strongdm-12.10.0}/strongdm/access_request_events_history_pb2.py +0 -0
- {strongdm-12.9.0 → strongdm-12.10.0}/strongdm/access_request_events_history_pb2_grpc.py +0 -0
- {strongdm-12.9.0 → strongdm-12.10.0}/strongdm/access_requests_history_pb2.py +0 -0
- {strongdm-12.9.0 → strongdm-12.10.0}/strongdm/access_requests_history_pb2_grpc.py +0 -0
- {strongdm-12.9.0 → strongdm-12.10.0}/strongdm/access_requests_pb2_grpc.py +0 -0
- {strongdm-12.9.0 → strongdm-12.10.0}/strongdm/account_attachments_history_pb2.py +0 -0
- {strongdm-12.9.0 → strongdm-12.10.0}/strongdm/account_attachments_history_pb2_grpc.py +0 -0
- {strongdm-12.9.0 → strongdm-12.10.0}/strongdm/account_attachments_pb2.py +0 -0
- {strongdm-12.9.0 → strongdm-12.10.0}/strongdm/account_attachments_pb2_grpc.py +0 -0
- {strongdm-12.9.0 → strongdm-12.10.0}/strongdm/account_grants_history_pb2.py +0 -0
- {strongdm-12.9.0 → strongdm-12.10.0}/strongdm/account_grants_history_pb2_grpc.py +0 -0
- {strongdm-12.9.0 → strongdm-12.10.0}/strongdm/account_grants_pb2_grpc.py +0 -0
- {strongdm-12.9.0 → strongdm-12.10.0}/strongdm/account_permissions_pb2.py +0 -0
- {strongdm-12.9.0 → strongdm-12.10.0}/strongdm/account_permissions_pb2_grpc.py +0 -0
- {strongdm-12.9.0 → strongdm-12.10.0}/strongdm/account_resources_history_pb2.py +0 -0
- {strongdm-12.9.0 → strongdm-12.10.0}/strongdm/account_resources_history_pb2_grpc.py +0 -0
- {strongdm-12.9.0 → strongdm-12.10.0}/strongdm/account_resources_pb2.py +0 -0
- {strongdm-12.9.0 → strongdm-12.10.0}/strongdm/account_resources_pb2_grpc.py +0 -0
- {strongdm-12.9.0 → strongdm-12.10.0}/strongdm/accounts_history_pb2.py +0 -0
- {strongdm-12.9.0 → strongdm-12.10.0}/strongdm/accounts_history_pb2_grpc.py +0 -0
- {strongdm-12.9.0 → strongdm-12.10.0}/strongdm/accounts_pb2.py +0 -0
- {strongdm-12.9.0 → strongdm-12.10.0}/strongdm/accounts_pb2_grpc.py +0 -0
- {strongdm-12.9.0 → strongdm-12.10.0}/strongdm/activities_pb2.py +0 -0
- {strongdm-12.9.0 → strongdm-12.10.0}/strongdm/activities_pb2_grpc.py +0 -0
- {strongdm-12.9.0 → strongdm-12.10.0}/strongdm/approval_workflow_approvers_history_pb2.py +0 -0
- {strongdm-12.9.0 → strongdm-12.10.0}/strongdm/approval_workflow_approvers_history_pb2_grpc.py +0 -0
- {strongdm-12.9.0 → strongdm-12.10.0}/strongdm/approval_workflow_approvers_pb2.py +0 -0
- {strongdm-12.9.0 → strongdm-12.10.0}/strongdm/approval_workflow_approvers_pb2_grpc.py +0 -0
- {strongdm-12.9.0 → strongdm-12.10.0}/strongdm/approval_workflow_steps_history_pb2.py +0 -0
- {strongdm-12.9.0 → strongdm-12.10.0}/strongdm/approval_workflow_steps_history_pb2_grpc.py +0 -0
- {strongdm-12.9.0 → strongdm-12.10.0}/strongdm/approval_workflow_steps_pb2.py +0 -0
- {strongdm-12.9.0 → strongdm-12.10.0}/strongdm/approval_workflow_steps_pb2_grpc.py +0 -0
- {strongdm-12.9.0 → strongdm-12.10.0}/strongdm/approval_workflows_history_pb2.py +0 -0
- {strongdm-12.9.0 → strongdm-12.10.0}/strongdm/approval_workflows_history_pb2_grpc.py +0 -0
- {strongdm-12.9.0 → strongdm-12.10.0}/strongdm/approval_workflows_pb2.py +0 -0
- {strongdm-12.9.0 → strongdm-12.10.0}/strongdm/approval_workflows_pb2_grpc.py +0 -0
- {strongdm-12.9.0 → strongdm-12.10.0}/strongdm/constants.py +0 -0
- {strongdm-12.9.0 → strongdm-12.10.0}/strongdm/control_panel_pb2.py +0 -0
- {strongdm-12.9.0 → strongdm-12.10.0}/strongdm/control_panel_pb2_grpc.py +0 -0
- {strongdm-12.9.0 → strongdm-12.10.0}/strongdm/drivers_pb2_grpc.py +0 -0
- {strongdm-12.9.0 → strongdm-12.10.0}/strongdm/errors.py +0 -0
- {strongdm-12.9.0 → strongdm-12.10.0}/strongdm/health_checks_pb2.py +0 -0
- {strongdm-12.9.0 → strongdm-12.10.0}/strongdm/health_checks_pb2_grpc.py +0 -0
- {strongdm-12.9.0 → strongdm-12.10.0}/strongdm/identity_aliases_history_pb2.py +0 -0
- {strongdm-12.9.0 → strongdm-12.10.0}/strongdm/identity_aliases_history_pb2_grpc.py +0 -0
- {strongdm-12.9.0 → strongdm-12.10.0}/strongdm/identity_aliases_pb2.py +0 -0
- {strongdm-12.9.0 → strongdm-12.10.0}/strongdm/identity_aliases_pb2_grpc.py +0 -0
- {strongdm-12.9.0 → strongdm-12.10.0}/strongdm/identity_sets_history_pb2.py +0 -0
- {strongdm-12.9.0 → strongdm-12.10.0}/strongdm/identity_sets_history_pb2_grpc.py +0 -0
- {strongdm-12.9.0 → strongdm-12.10.0}/strongdm/identity_sets_pb2.py +0 -0
- {strongdm-12.9.0 → strongdm-12.10.0}/strongdm/identity_sets_pb2_grpc.py +0 -0
- {strongdm-12.9.0 → strongdm-12.10.0}/strongdm/nodes_history_pb2.py +0 -0
- {strongdm-12.9.0 → strongdm-12.10.0}/strongdm/nodes_history_pb2_grpc.py +0 -0
- {strongdm-12.9.0 → strongdm-12.10.0}/strongdm/nodes_pb2.py +0 -0
- {strongdm-12.9.0 → strongdm-12.10.0}/strongdm/nodes_pb2_grpc.py +0 -0
- {strongdm-12.9.0 → strongdm-12.10.0}/strongdm/options_pb2.py +0 -0
- {strongdm-12.9.0 → strongdm-12.10.0}/strongdm/options_pb2_grpc.py +0 -0
- {strongdm-12.9.0 → strongdm-12.10.0}/strongdm/organization_history_pb2.py +0 -0
- {strongdm-12.9.0 → strongdm-12.10.0}/strongdm/organization_history_pb2_grpc.py +0 -0
- {strongdm-12.9.0 → strongdm-12.10.0}/strongdm/peering_group_nodes_pb2.py +0 -0
- {strongdm-12.9.0 → strongdm-12.10.0}/strongdm/peering_group_nodes_pb2_grpc.py +0 -0
- {strongdm-12.9.0 → strongdm-12.10.0}/strongdm/peering_group_peers_pb2.py +0 -0
- {strongdm-12.9.0 → strongdm-12.10.0}/strongdm/peering_group_peers_pb2_grpc.py +0 -0
- {strongdm-12.9.0 → strongdm-12.10.0}/strongdm/peering_group_resources_pb2.py +0 -0
- {strongdm-12.9.0 → strongdm-12.10.0}/strongdm/peering_group_resources_pb2_grpc.py +0 -0
- {strongdm-12.9.0 → strongdm-12.10.0}/strongdm/peering_groups_pb2.py +0 -0
- {strongdm-12.9.0 → strongdm-12.10.0}/strongdm/peering_groups_pb2_grpc.py +0 -0
- {strongdm-12.9.0 → strongdm-12.10.0}/strongdm/policies_history_pb2.py +0 -0
- {strongdm-12.9.0 → strongdm-12.10.0}/strongdm/policies_history_pb2_grpc.py +0 -0
- {strongdm-12.9.0 → strongdm-12.10.0}/strongdm/policies_pb2.py +0 -0
- {strongdm-12.9.0 → strongdm-12.10.0}/strongdm/policies_pb2_grpc.py +0 -0
- {strongdm-12.9.0 → strongdm-12.10.0}/strongdm/proxy_cluster_keys_pb2.py +0 -0
- {strongdm-12.9.0 → strongdm-12.10.0}/strongdm/proxy_cluster_keys_pb2_grpc.py +0 -0
- {strongdm-12.9.0 → strongdm-12.10.0}/strongdm/queries_pb2.py +0 -0
- {strongdm-12.9.0 → strongdm-12.10.0}/strongdm/queries_pb2_grpc.py +0 -0
- {strongdm-12.9.0 → strongdm-12.10.0}/strongdm/remote_identities_history_pb2.py +0 -0
- {strongdm-12.9.0 → strongdm-12.10.0}/strongdm/remote_identities_history_pb2_grpc.py +0 -0
- {strongdm-12.9.0 → strongdm-12.10.0}/strongdm/remote_identities_pb2.py +0 -0
- {strongdm-12.9.0 → strongdm-12.10.0}/strongdm/remote_identities_pb2_grpc.py +0 -0
- {strongdm-12.9.0 → strongdm-12.10.0}/strongdm/remote_identity_groups_history_pb2.py +0 -0
- {strongdm-12.9.0 → strongdm-12.10.0}/strongdm/remote_identity_groups_history_pb2_grpc.py +0 -0
- {strongdm-12.9.0 → strongdm-12.10.0}/strongdm/remote_identity_groups_pb2.py +0 -0
- {strongdm-12.9.0 → strongdm-12.10.0}/strongdm/remote_identity_groups_pb2_grpc.py +0 -0
- {strongdm-12.9.0 → strongdm-12.10.0}/strongdm/replays_pb2.py +0 -0
- {strongdm-12.9.0 → strongdm-12.10.0}/strongdm/replays_pb2_grpc.py +0 -0
- {strongdm-12.9.0 → strongdm-12.10.0}/strongdm/resources_history_pb2.py +0 -0
- {strongdm-12.9.0 → strongdm-12.10.0}/strongdm/resources_history_pb2_grpc.py +0 -0
- {strongdm-12.9.0 → strongdm-12.10.0}/strongdm/resources_pb2.py +0 -0
- {strongdm-12.9.0 → strongdm-12.10.0}/strongdm/resources_pb2_grpc.py +0 -0
- {strongdm-12.9.0 → strongdm-12.10.0}/strongdm/role_resources_history_pb2.py +0 -0
- {strongdm-12.9.0 → strongdm-12.10.0}/strongdm/role_resources_history_pb2_grpc.py +0 -0
- {strongdm-12.9.0 → strongdm-12.10.0}/strongdm/role_resources_pb2.py +0 -0
- {strongdm-12.9.0 → strongdm-12.10.0}/strongdm/role_resources_pb2_grpc.py +0 -0
- {strongdm-12.9.0 → strongdm-12.10.0}/strongdm/roles_history_pb2.py +0 -0
- {strongdm-12.9.0 → strongdm-12.10.0}/strongdm/roles_history_pb2_grpc.py +0 -0
- {strongdm-12.9.0 → strongdm-12.10.0}/strongdm/roles_pb2.py +0 -0
- {strongdm-12.9.0 → strongdm-12.10.0}/strongdm/roles_pb2_grpc.py +0 -0
- {strongdm-12.9.0 → strongdm-12.10.0}/strongdm/secret_engine_policy_pb2_grpc.py +0 -0
- {strongdm-12.9.0 → strongdm-12.10.0}/strongdm/secret_engine_types_pb2_grpc.py +0 -0
- {strongdm-12.9.0 → strongdm-12.10.0}/strongdm/secret_store_healths_pb2.py +0 -0
- {strongdm-12.9.0 → strongdm-12.10.0}/strongdm/secret_store_healths_pb2_grpc.py +0 -0
- {strongdm-12.9.0 → strongdm-12.10.0}/strongdm/secret_store_types_pb2.py +0 -0
- {strongdm-12.9.0 → strongdm-12.10.0}/strongdm/secret_store_types_pb2_grpc.py +0 -0
- {strongdm-12.9.0 → strongdm-12.10.0}/strongdm/secret_stores_history_pb2.py +0 -0
- {strongdm-12.9.0 → strongdm-12.10.0}/strongdm/secret_stores_history_pb2_grpc.py +0 -0
- {strongdm-12.9.0 → strongdm-12.10.0}/strongdm/secret_stores_pb2.py +0 -0
- {strongdm-12.9.0 → strongdm-12.10.0}/strongdm/secret_stores_pb2_grpc.py +0 -0
- {strongdm-12.9.0 → strongdm-12.10.0}/strongdm/spec_pb2_grpc.py +0 -0
- {strongdm-12.9.0 → strongdm-12.10.0}/strongdm/tags_pb2.py +0 -0
- {strongdm-12.9.0 → strongdm-12.10.0}/strongdm/tags_pb2_grpc.py +0 -0
- {strongdm-12.9.0 → strongdm-12.10.0}/strongdm/workflow_approvers_history_pb2.py +0 -0
- {strongdm-12.9.0 → strongdm-12.10.0}/strongdm/workflow_approvers_history_pb2_grpc.py +0 -0
- {strongdm-12.9.0 → strongdm-12.10.0}/strongdm/workflow_approvers_pb2.py +0 -0
- {strongdm-12.9.0 → strongdm-12.10.0}/strongdm/workflow_approvers_pb2_grpc.py +0 -0
- {strongdm-12.9.0 → strongdm-12.10.0}/strongdm/workflow_assignments_history_pb2.py +0 -0
- {strongdm-12.9.0 → strongdm-12.10.0}/strongdm/workflow_assignments_history_pb2_grpc.py +0 -0
- {strongdm-12.9.0 → strongdm-12.10.0}/strongdm/workflow_assignments_pb2.py +0 -0
- {strongdm-12.9.0 → strongdm-12.10.0}/strongdm/workflow_assignments_pb2_grpc.py +0 -0
- {strongdm-12.9.0 → strongdm-12.10.0}/strongdm/workflow_roles_history_pb2.py +0 -0
- {strongdm-12.9.0 → strongdm-12.10.0}/strongdm/workflow_roles_history_pb2_grpc.py +0 -0
- {strongdm-12.9.0 → strongdm-12.10.0}/strongdm/workflow_roles_pb2.py +0 -0
- {strongdm-12.9.0 → strongdm-12.10.0}/strongdm/workflow_roles_pb2_grpc.py +0 -0
- {strongdm-12.9.0 → strongdm-12.10.0}/strongdm/workflows_history_pb2.py +0 -0
- {strongdm-12.9.0 → strongdm-12.10.0}/strongdm/workflows_history_pb2_grpc.py +0 -0
- {strongdm-12.9.0 → strongdm-12.10.0}/strongdm/workflows_pb2.py +0 -0
- {strongdm-12.9.0 → strongdm-12.10.0}/strongdm/workflows_pb2_grpc.py +0 -0
- {strongdm-12.9.0 → strongdm-12.10.0}/strongdm.egg-info/SOURCES.txt +0 -0
- {strongdm-12.9.0 → strongdm-12.10.0}/strongdm.egg-info/dependency_links.txt +0 -0
- {strongdm-12.9.0 → strongdm-12.10.0}/strongdm.egg-info/requires.txt +0 -0
- {strongdm-12.9.0 → strongdm-12.10.0}/strongdm.egg-info/top_level.txt +0 -0
@@ -2638,6 +2638,7 @@ class AccountGrant:
|
|
2638
2638
|
AccountGrants connect a resource directly to an account, giving the account the permission to connect to that resource.
|
2639
2639
|
'''
|
2640
2640
|
__slots__ = [
|
2641
|
+
'access_rule',
|
2641
2642
|
'account_id',
|
2642
2643
|
'id',
|
2643
2644
|
'resource_id',
|
@@ -2647,12 +2648,18 @@ class AccountGrant:
|
|
2647
2648
|
|
2648
2649
|
def __init__(
|
2649
2650
|
self,
|
2651
|
+
access_rule=None,
|
2650
2652
|
account_id=None,
|
2651
2653
|
id=None,
|
2652
2654
|
resource_id=None,
|
2653
2655
|
start_from=None,
|
2654
2656
|
valid_until=None,
|
2655
2657
|
):
|
2658
|
+
self.access_rule = access_rule if access_rule is not None else _porcelain_zero_value_access_rule(
|
2659
|
+
)
|
2660
|
+
'''
|
2661
|
+
The access rule associated with this AccountGrant.
|
2662
|
+
'''
|
2656
2663
|
self.account_id = account_id if account_id is not None else ''
|
2657
2664
|
'''
|
2658
2665
|
The account ID of this AccountGrant.
|
@@ -2676,6 +2683,7 @@ class AccountGrant:
|
|
2676
2683
|
|
2677
2684
|
def __repr__(self):
|
2678
2685
|
return '<sdm.AccountGrant ' + \
|
2686
|
+
'access_rule: ' + repr(self.access_rule) + ' ' +\
|
2679
2687
|
'account_id: ' + repr(self.account_id) + ' ' +\
|
2680
2688
|
'id: ' + repr(self.id) + ' ' +\
|
2681
2689
|
'resource_id: ' + repr(self.resource_id) + ' ' +\
|
@@ -2685,6 +2693,7 @@ class AccountGrant:
|
|
2685
2693
|
|
2686
2694
|
def to_dict(self):
|
2687
2695
|
return {
|
2696
|
+
'access_rule': self.access_rule,
|
2688
2697
|
'account_id': self.account_id,
|
2689
2698
|
'id': self.id,
|
2690
2699
|
'resource_id': self.resource_id,
|
@@ -2695,6 +2704,7 @@ class AccountGrant:
|
|
2695
2704
|
@classmethod
|
2696
2705
|
def from_dict(cls, d):
|
2697
2706
|
return cls(
|
2707
|
+
access_rule=d.get('access_rule'),
|
2698
2708
|
account_id=d.get('account_id'),
|
2699
2709
|
id=d.get('id'),
|
2700
2710
|
resource_id=d.get('resource_id'),
|
@@ -4611,6 +4621,167 @@ class AmazonES:
|
|
4611
4621
|
)
|
4612
4622
|
|
4613
4623
|
|
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
|
+
__slots__ = [
|
4630
|
+
'bind_interface',
|
4631
|
+
'egress_filter',
|
4632
|
+
'endpoint',
|
4633
|
+
'healthy',
|
4634
|
+
'id',
|
4635
|
+
'name',
|
4636
|
+
'port_override',
|
4637
|
+
'proxy_cluster_id',
|
4638
|
+
'region',
|
4639
|
+
'role_arn',
|
4640
|
+
'role_external_id',
|
4641
|
+
'secret_store_id',
|
4642
|
+
'subdomain',
|
4643
|
+
'tags',
|
4644
|
+
'tlsrequired',
|
4645
|
+
]
|
4646
|
+
|
4647
|
+
def __init__(
|
4648
|
+
self,
|
4649
|
+
bind_interface=None,
|
4650
|
+
egress_filter=None,
|
4651
|
+
endpoint=None,
|
4652
|
+
healthy=None,
|
4653
|
+
id=None,
|
4654
|
+
name=None,
|
4655
|
+
port_override=None,
|
4656
|
+
proxy_cluster_id=None,
|
4657
|
+
region=None,
|
4658
|
+
role_arn=None,
|
4659
|
+
role_external_id=None,
|
4660
|
+
secret_store_id=None,
|
4661
|
+
subdomain=None,
|
4662
|
+
tags=None,
|
4663
|
+
tlsrequired=None,
|
4664
|
+
):
|
4665
|
+
self.bind_interface = bind_interface if bind_interface is not None else ''
|
4666
|
+
'''
|
4667
|
+
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.
|
4668
|
+
'''
|
4669
|
+
self.egress_filter = egress_filter if egress_filter is not None else ''
|
4670
|
+
'''
|
4671
|
+
A filter applied to the routing logic to pin datasource to nodes.
|
4672
|
+
'''
|
4673
|
+
self.endpoint = endpoint if endpoint is not None else ''
|
4674
|
+
'''
|
4675
|
+
The endpoint to dial e.g. search-?.region.es.amazonaws.com"
|
4676
|
+
'''
|
4677
|
+
self.healthy = healthy if healthy is not None else False
|
4678
|
+
'''
|
4679
|
+
True if the datasource is reachable and the credentials are valid.
|
4680
|
+
'''
|
4681
|
+
self.id = id if id is not None else ''
|
4682
|
+
'''
|
4683
|
+
Unique identifier of the Resource.
|
4684
|
+
'''
|
4685
|
+
self.name = name if name is not None else ''
|
4686
|
+
'''
|
4687
|
+
Unique human-readable name of the Resource.
|
4688
|
+
'''
|
4689
|
+
self.port_override = port_override if port_override is not None else 0
|
4690
|
+
'''
|
4691
|
+
The local port used by clients to connect to this resource.
|
4692
|
+
'''
|
4693
|
+
self.proxy_cluster_id = proxy_cluster_id if proxy_cluster_id is not None else ''
|
4694
|
+
'''
|
4695
|
+
ID of the proxy cluster for this resource, if any.
|
4696
|
+
'''
|
4697
|
+
self.region = region if region is not None else ''
|
4698
|
+
'''
|
4699
|
+
The AWS region to connect to.
|
4700
|
+
'''
|
4701
|
+
self.role_arn = role_arn if role_arn is not None else ''
|
4702
|
+
'''
|
4703
|
+
The role to assume after logging in.
|
4704
|
+
'''
|
4705
|
+
self.role_external_id = role_external_id if role_external_id is not None else ''
|
4706
|
+
'''
|
4707
|
+
The external ID to associate with assume role requests. Does nothing if a role ARN is not provided.
|
4708
|
+
'''
|
4709
|
+
self.secret_store_id = secret_store_id if secret_store_id is not None else ''
|
4710
|
+
'''
|
4711
|
+
ID of the secret store containing credentials for this resource, if any.
|
4712
|
+
'''
|
4713
|
+
self.subdomain = subdomain if subdomain is not None else ''
|
4714
|
+
'''
|
4715
|
+
Subdomain is the local DNS address. (e.g. app-prod1 turns into app-prod1.your-org-name.sdm.network)
|
4716
|
+
'''
|
4717
|
+
self.tags = tags if tags is not None else _porcelain_zero_value_tags()
|
4718
|
+
'''
|
4719
|
+
Tags is a map of key, value pairs.
|
4720
|
+
'''
|
4721
|
+
self.tlsrequired = tlsrequired if tlsrequired is not None else False
|
4722
|
+
'''
|
4723
|
+
Use TLS to connect to the OpenSearch server
|
4724
|
+
'''
|
4725
|
+
|
4726
|
+
def __repr__(self):
|
4727
|
+
return '<sdm.AmazonESIAM ' + \
|
4728
|
+
'bind_interface: ' + repr(self.bind_interface) + ' ' +\
|
4729
|
+
'egress_filter: ' + repr(self.egress_filter) + ' ' +\
|
4730
|
+
'endpoint: ' + repr(self.endpoint) + ' ' +\
|
4731
|
+
'healthy: ' + repr(self.healthy) + ' ' +\
|
4732
|
+
'id: ' + repr(self.id) + ' ' +\
|
4733
|
+
'name: ' + repr(self.name) + ' ' +\
|
4734
|
+
'port_override: ' + repr(self.port_override) + ' ' +\
|
4735
|
+
'proxy_cluster_id: ' + repr(self.proxy_cluster_id) + ' ' +\
|
4736
|
+
'region: ' + repr(self.region) + ' ' +\
|
4737
|
+
'role_arn: ' + repr(self.role_arn) + ' ' +\
|
4738
|
+
'role_external_id: ' + repr(self.role_external_id) + ' ' +\
|
4739
|
+
'secret_store_id: ' + repr(self.secret_store_id) + ' ' +\
|
4740
|
+
'subdomain: ' + repr(self.subdomain) + ' ' +\
|
4741
|
+
'tags: ' + repr(self.tags) + ' ' +\
|
4742
|
+
'tlsrequired: ' + repr(self.tlsrequired) + ' ' +\
|
4743
|
+
'>'
|
4744
|
+
|
4745
|
+
def to_dict(self):
|
4746
|
+
return {
|
4747
|
+
'bind_interface': self.bind_interface,
|
4748
|
+
'egress_filter': self.egress_filter,
|
4749
|
+
'endpoint': self.endpoint,
|
4750
|
+
'healthy': self.healthy,
|
4751
|
+
'id': self.id,
|
4752
|
+
'name': self.name,
|
4753
|
+
'port_override': self.port_override,
|
4754
|
+
'proxy_cluster_id': self.proxy_cluster_id,
|
4755
|
+
'region': self.region,
|
4756
|
+
'role_arn': self.role_arn,
|
4757
|
+
'role_external_id': self.role_external_id,
|
4758
|
+
'secret_store_id': self.secret_store_id,
|
4759
|
+
'subdomain': self.subdomain,
|
4760
|
+
'tags': self.tags,
|
4761
|
+
'tlsrequired': self.tlsrequired,
|
4762
|
+
}
|
4763
|
+
|
4764
|
+
@classmethod
|
4765
|
+
def from_dict(cls, d):
|
4766
|
+
return cls(
|
4767
|
+
bind_interface=d.get('bind_interface'),
|
4768
|
+
egress_filter=d.get('egress_filter'),
|
4769
|
+
endpoint=d.get('endpoint'),
|
4770
|
+
healthy=d.get('healthy'),
|
4771
|
+
id=d.get('id'),
|
4772
|
+
name=d.get('name'),
|
4773
|
+
port_override=d.get('port_override'),
|
4774
|
+
proxy_cluster_id=d.get('proxy_cluster_id'),
|
4775
|
+
region=d.get('region'),
|
4776
|
+
role_arn=d.get('role_arn'),
|
4777
|
+
role_external_id=d.get('role_external_id'),
|
4778
|
+
secret_store_id=d.get('secret_store_id'),
|
4779
|
+
subdomain=d.get('subdomain'),
|
4780
|
+
tags=d.get('tags'),
|
4781
|
+
tlsrequired=d.get('tlsrequired'),
|
4782
|
+
)
|
4783
|
+
|
4784
|
+
|
4614
4785
|
class AmazonMQAMQP091:
|
4615
4786
|
__slots__ = [
|
4616
4787
|
'bind_interface',
|
@@ -28368,3 +28539,7 @@ def _porcelain_zero_value_tags():
|
|
28368
28539
|
|
28369
28540
|
def _porcelain_zero_value_access_rules():
|
28370
28541
|
return []
|
28542
|
+
|
28543
|
+
|
28544
|
+
def _porcelain_zero_value_access_rule():
|
28545
|
+
return {}
|
@@ -160,6 +160,16 @@ def convert_access_rules_to_plumbing(access_rules):
|
|
160
160
|
return json.dumps(access_rules)
|
161
161
|
|
162
162
|
|
163
|
+
def convert_access_rule_to_porcelain(access_rule_json):
|
164
|
+
if access_rule_json == "":
|
165
|
+
return {}
|
166
|
+
return json.loads(access_rule_json)
|
167
|
+
|
168
|
+
|
169
|
+
def convert_access_rule_to_plumbing(access_rule):
|
170
|
+
return json.dumps(access_rule)
|
171
|
+
|
172
|
+
|
163
173
|
def convert_aks_to_porcelain(plumbing):
|
164
174
|
if plumbing is None:
|
165
175
|
return None
|
@@ -1412,6 +1422,8 @@ def convert_account_grant_to_porcelain(plumbing):
|
|
1412
1422
|
if plumbing is None:
|
1413
1423
|
return None
|
1414
1424
|
porcelain = models.AccountGrant()
|
1425
|
+
porcelain.access_rule = convert_access_rule_to_porcelain(
|
1426
|
+
plumbing.access_rule)
|
1415
1427
|
porcelain.account_id = (plumbing.account_id)
|
1416
1428
|
porcelain.id = (plumbing.id)
|
1417
1429
|
porcelain.resource_id = (plumbing.resource_id)
|
@@ -1425,6 +1437,8 @@ def convert_account_grant_to_plumbing(porcelain):
|
|
1425
1437
|
plumbing = AccountGrant()
|
1426
1438
|
if porcelain is None:
|
1427
1439
|
return plumbing
|
1440
|
+
plumbing.access_rule = convert_access_rule_to_plumbing(
|
1441
|
+
porcelain.access_rule)
|
1428
1442
|
plumbing.account_id = (porcelain.account_id)
|
1429
1443
|
plumbing.id = (porcelain.id)
|
1430
1444
|
plumbing.resource_id = (porcelain.resource_id)
|
@@ -2340,6 +2354,62 @@ def convert_repeated_amazon_es_to_porcelain(plumbings):
|
|
2340
2354
|
return [convert_amazon_es_to_porcelain(plumbing) for plumbing in plumbings]
|
2341
2355
|
|
2342
2356
|
|
2357
|
+
def convert_amazon_esiam_to_porcelain(plumbing):
|
2358
|
+
if plumbing is None:
|
2359
|
+
return None
|
2360
|
+
porcelain = models.AmazonESIAM()
|
2361
|
+
porcelain.bind_interface = (plumbing.bind_interface)
|
2362
|
+
porcelain.egress_filter = (plumbing.egress_filter)
|
2363
|
+
porcelain.endpoint = (plumbing.endpoint)
|
2364
|
+
porcelain.healthy = (plumbing.healthy)
|
2365
|
+
porcelain.id = (plumbing.id)
|
2366
|
+
porcelain.name = (plumbing.name)
|
2367
|
+
porcelain.port_override = (plumbing.port_override)
|
2368
|
+
porcelain.proxy_cluster_id = (plumbing.proxy_cluster_id)
|
2369
|
+
porcelain.region = (plumbing.region)
|
2370
|
+
porcelain.role_arn = (plumbing.role_arn)
|
2371
|
+
porcelain.role_external_id = (plumbing.role_external_id)
|
2372
|
+
porcelain.secret_store_id = (plumbing.secret_store_id)
|
2373
|
+
porcelain.subdomain = (plumbing.subdomain)
|
2374
|
+
porcelain.tags = convert_tags_to_porcelain(plumbing.tags)
|
2375
|
+
porcelain.tlsrequired = (plumbing.tlsRequired)
|
2376
|
+
return porcelain
|
2377
|
+
|
2378
|
+
|
2379
|
+
def convert_amazon_esiam_to_plumbing(porcelain):
|
2380
|
+
plumbing = AmazonESIAM()
|
2381
|
+
if porcelain is None:
|
2382
|
+
return plumbing
|
2383
|
+
plumbing.bind_interface = (porcelain.bind_interface)
|
2384
|
+
plumbing.egress_filter = (porcelain.egress_filter)
|
2385
|
+
plumbing.endpoint = (porcelain.endpoint)
|
2386
|
+
plumbing.healthy = (porcelain.healthy)
|
2387
|
+
plumbing.id = (porcelain.id)
|
2388
|
+
plumbing.name = (porcelain.name)
|
2389
|
+
plumbing.port_override = (porcelain.port_override)
|
2390
|
+
plumbing.proxy_cluster_id = (porcelain.proxy_cluster_id)
|
2391
|
+
plumbing.region = (porcelain.region)
|
2392
|
+
plumbing.role_arn = (porcelain.role_arn)
|
2393
|
+
plumbing.role_external_id = (porcelain.role_external_id)
|
2394
|
+
plumbing.secret_store_id = (porcelain.secret_store_id)
|
2395
|
+
plumbing.subdomain = (porcelain.subdomain)
|
2396
|
+
plumbing.tags.CopyFrom(convert_tags_to_plumbing(porcelain.tags))
|
2397
|
+
plumbing.tlsRequired = (porcelain.tlsrequired)
|
2398
|
+
return plumbing
|
2399
|
+
|
2400
|
+
|
2401
|
+
def convert_repeated_amazon_esiam_to_plumbing(porcelains):
|
2402
|
+
return [
|
2403
|
+
convert_amazon_esiam_to_plumbing(porcelain) for porcelain in porcelains
|
2404
|
+
]
|
2405
|
+
|
2406
|
+
|
2407
|
+
def convert_repeated_amazon_esiam_to_porcelain(plumbings):
|
2408
|
+
return [
|
2409
|
+
convert_amazon_esiam_to_porcelain(plumbing) for plumbing in plumbings
|
2410
|
+
]
|
2411
|
+
|
2412
|
+
|
2343
2413
|
def convert_amazon_mqamqp_091_to_porcelain(plumbing):
|
2344
2414
|
if plumbing is None:
|
2345
2415
|
return None
|
@@ -10329,6 +10399,9 @@ def convert_resource_to_plumbing(porcelain):
|
|
10329
10399
|
convert_amazon_eks_user_impersonation_to_plumbing(porcelain))
|
10330
10400
|
if isinstance(porcelain, models.AmazonES):
|
10331
10401
|
plumbing.amazon_es.CopyFrom(convert_amazon_es_to_plumbing(porcelain))
|
10402
|
+
if isinstance(porcelain, models.AmazonESIAM):
|
10403
|
+
plumbing.amazon_esiam.CopyFrom(
|
10404
|
+
convert_amazon_esiam_to_plumbing(porcelain))
|
10332
10405
|
if isinstance(porcelain, models.AmazonMQAMQP091):
|
10333
10406
|
plumbing.amazon_mqamqp_091.CopyFrom(
|
10334
10407
|
convert_amazon_mqamqp_091_to_plumbing(porcelain))
|
@@ -10579,6 +10652,8 @@ def convert_resource_to_porcelain(plumbing):
|
|
10579
10652
|
plumbing.amazon_eks_user_impersonation)
|
10580
10653
|
if plumbing.HasField('amazon_es'):
|
10581
10654
|
return convert_amazon_es_to_porcelain(plumbing.amazon_es)
|
10655
|
+
if plumbing.HasField('amazon_esiam'):
|
10656
|
+
return convert_amazon_esiam_to_porcelain(plumbing.amazon_esiam)
|
10582
10657
|
if plumbing.HasField('amazon_mqamqp_091'):
|
10583
10658
|
return convert_amazon_mqamqp_091_to_porcelain(
|
10584
10659
|
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.
|
3
|
+
Version: 12.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/v12.
|
9
|
+
Download-URL: https://github.com/strongdm/strongdm-sdk-python/archive/v12.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
|
{strongdm-12.9.0 → strongdm-12.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
|