strongdm 12.8.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.8.0 → strongdm-12.9.1}/PKG-INFO +2 -2
- {strongdm-12.8.0 → strongdm-12.9.1}/setup.py +2 -2
- {strongdm-12.8.0 → strongdm-12.9.1}/strongdm/access_requests_pb2.py +44 -10
- {strongdm-12.8.0 → strongdm-12.9.1}/strongdm/client.py +1 -1
- {strongdm-12.8.0 → strongdm-12.9.1}/strongdm/drivers_pb2.py +240 -196
- {strongdm-12.8.0 → strongdm-12.9.1}/strongdm/models.py +170 -0
- {strongdm-12.8.0 → strongdm-12.9.1}/strongdm/plumbing.py +65 -1
- {strongdm-12.8.0 → strongdm-12.9.1}/strongdm/queries_pb2.py +8 -6
- {strongdm-12.8.0 → strongdm-12.9.1}/strongdm/spec_pb2.py +66 -26
- {strongdm-12.8.0 → strongdm-12.9.1}/strongdm/svc.py +3 -2
- {strongdm-12.8.0 → strongdm-12.9.1}/strongdm.egg-info/PKG-INFO +2 -2
- {strongdm-12.8.0 → strongdm-12.9.1}/LICENSE +0 -0
- {strongdm-12.8.0 → strongdm-12.9.1}/README.md +0 -0
- {strongdm-12.8.0 → strongdm-12.9.1}/setup.cfg +0 -0
- {strongdm-12.8.0 → strongdm-12.9.1}/strongdm/__init__.py +0 -0
- {strongdm-12.8.0 → strongdm-12.9.1}/strongdm/access_request_events_history_pb2.py +0 -0
- {strongdm-12.8.0 → strongdm-12.9.1}/strongdm/access_request_events_history_pb2_grpc.py +0 -0
- {strongdm-12.8.0 → strongdm-12.9.1}/strongdm/access_requests_history_pb2.py +0 -0
- {strongdm-12.8.0 → strongdm-12.9.1}/strongdm/access_requests_history_pb2_grpc.py +0 -0
- {strongdm-12.8.0 → strongdm-12.9.1}/strongdm/access_requests_pb2_grpc.py +0 -0
- {strongdm-12.8.0 → strongdm-12.9.1}/strongdm/account_attachments_history_pb2.py +0 -0
- {strongdm-12.8.0 → strongdm-12.9.1}/strongdm/account_attachments_history_pb2_grpc.py +0 -0
- {strongdm-12.8.0 → strongdm-12.9.1}/strongdm/account_attachments_pb2.py +0 -0
- {strongdm-12.8.0 → strongdm-12.9.1}/strongdm/account_attachments_pb2_grpc.py +0 -0
- {strongdm-12.8.0 → strongdm-12.9.1}/strongdm/account_grants_history_pb2.py +0 -0
- {strongdm-12.8.0 → strongdm-12.9.1}/strongdm/account_grants_history_pb2_grpc.py +0 -0
- {strongdm-12.8.0 → strongdm-12.9.1}/strongdm/account_grants_pb2.py +0 -0
- {strongdm-12.8.0 → strongdm-12.9.1}/strongdm/account_grants_pb2_grpc.py +0 -0
- {strongdm-12.8.0 → strongdm-12.9.1}/strongdm/account_permissions_pb2.py +0 -0
- {strongdm-12.8.0 → strongdm-12.9.1}/strongdm/account_permissions_pb2_grpc.py +0 -0
- {strongdm-12.8.0 → strongdm-12.9.1}/strongdm/account_resources_history_pb2.py +0 -0
- {strongdm-12.8.0 → strongdm-12.9.1}/strongdm/account_resources_history_pb2_grpc.py +0 -0
- {strongdm-12.8.0 → strongdm-12.9.1}/strongdm/account_resources_pb2.py +0 -0
- {strongdm-12.8.0 → strongdm-12.9.1}/strongdm/account_resources_pb2_grpc.py +0 -0
- {strongdm-12.8.0 → strongdm-12.9.1}/strongdm/accounts_history_pb2.py +0 -0
- {strongdm-12.8.0 → strongdm-12.9.1}/strongdm/accounts_history_pb2_grpc.py +0 -0
- {strongdm-12.8.0 → strongdm-12.9.1}/strongdm/accounts_pb2.py +0 -0
- {strongdm-12.8.0 → strongdm-12.9.1}/strongdm/accounts_pb2_grpc.py +0 -0
- {strongdm-12.8.0 → strongdm-12.9.1}/strongdm/activities_pb2.py +0 -0
- {strongdm-12.8.0 → strongdm-12.9.1}/strongdm/activities_pb2_grpc.py +0 -0
- {strongdm-12.8.0 → strongdm-12.9.1}/strongdm/approval_workflow_approvers_history_pb2.py +0 -0
- {strongdm-12.8.0 → strongdm-12.9.1}/strongdm/approval_workflow_approvers_history_pb2_grpc.py +0 -0
- {strongdm-12.8.0 → strongdm-12.9.1}/strongdm/approval_workflow_approvers_pb2.py +0 -0
- {strongdm-12.8.0 → strongdm-12.9.1}/strongdm/approval_workflow_approvers_pb2_grpc.py +0 -0
- {strongdm-12.8.0 → strongdm-12.9.1}/strongdm/approval_workflow_steps_history_pb2.py +0 -0
- {strongdm-12.8.0 → strongdm-12.9.1}/strongdm/approval_workflow_steps_history_pb2_grpc.py +0 -0
- {strongdm-12.8.0 → strongdm-12.9.1}/strongdm/approval_workflow_steps_pb2.py +0 -0
- {strongdm-12.8.0 → strongdm-12.9.1}/strongdm/approval_workflow_steps_pb2_grpc.py +0 -0
- {strongdm-12.8.0 → strongdm-12.9.1}/strongdm/approval_workflows_history_pb2.py +0 -0
- {strongdm-12.8.0 → strongdm-12.9.1}/strongdm/approval_workflows_history_pb2_grpc.py +0 -0
- {strongdm-12.8.0 → strongdm-12.9.1}/strongdm/approval_workflows_pb2.py +0 -0
- {strongdm-12.8.0 → strongdm-12.9.1}/strongdm/approval_workflows_pb2_grpc.py +0 -0
- {strongdm-12.8.0 → strongdm-12.9.1}/strongdm/constants.py +0 -0
- {strongdm-12.8.0 → strongdm-12.9.1}/strongdm/control_panel_pb2.py +0 -0
- {strongdm-12.8.0 → strongdm-12.9.1}/strongdm/control_panel_pb2_grpc.py +0 -0
- {strongdm-12.8.0 → strongdm-12.9.1}/strongdm/drivers_pb2_grpc.py +0 -0
- {strongdm-12.8.0 → strongdm-12.9.1}/strongdm/errors.py +0 -0
- {strongdm-12.8.0 → strongdm-12.9.1}/strongdm/health_checks_pb2.py +0 -0
- {strongdm-12.8.0 → strongdm-12.9.1}/strongdm/health_checks_pb2_grpc.py +0 -0
- {strongdm-12.8.0 → strongdm-12.9.1}/strongdm/identity_aliases_history_pb2.py +0 -0
- {strongdm-12.8.0 → strongdm-12.9.1}/strongdm/identity_aliases_history_pb2_grpc.py +0 -0
- {strongdm-12.8.0 → strongdm-12.9.1}/strongdm/identity_aliases_pb2.py +0 -0
- {strongdm-12.8.0 → strongdm-12.9.1}/strongdm/identity_aliases_pb2_grpc.py +0 -0
- {strongdm-12.8.0 → strongdm-12.9.1}/strongdm/identity_sets_history_pb2.py +0 -0
- {strongdm-12.8.0 → strongdm-12.9.1}/strongdm/identity_sets_history_pb2_grpc.py +0 -0
- {strongdm-12.8.0 → strongdm-12.9.1}/strongdm/identity_sets_pb2.py +0 -0
- {strongdm-12.8.0 → strongdm-12.9.1}/strongdm/identity_sets_pb2_grpc.py +0 -0
- {strongdm-12.8.0 → strongdm-12.9.1}/strongdm/nodes_history_pb2.py +0 -0
- {strongdm-12.8.0 → strongdm-12.9.1}/strongdm/nodes_history_pb2_grpc.py +0 -0
- {strongdm-12.8.0 → strongdm-12.9.1}/strongdm/nodes_pb2.py +0 -0
- {strongdm-12.8.0 → strongdm-12.9.1}/strongdm/nodes_pb2_grpc.py +0 -0
- {strongdm-12.8.0 → strongdm-12.9.1}/strongdm/options_pb2.py +0 -0
- {strongdm-12.8.0 → strongdm-12.9.1}/strongdm/options_pb2_grpc.py +0 -0
- {strongdm-12.8.0 → strongdm-12.9.1}/strongdm/organization_history_pb2.py +0 -0
- {strongdm-12.8.0 → strongdm-12.9.1}/strongdm/organization_history_pb2_grpc.py +0 -0
- {strongdm-12.8.0 → strongdm-12.9.1}/strongdm/peering_group_nodes_pb2.py +0 -0
- {strongdm-12.8.0 → strongdm-12.9.1}/strongdm/peering_group_nodes_pb2_grpc.py +0 -0
- {strongdm-12.8.0 → strongdm-12.9.1}/strongdm/peering_group_peers_pb2.py +0 -0
- {strongdm-12.8.0 → strongdm-12.9.1}/strongdm/peering_group_peers_pb2_grpc.py +0 -0
- {strongdm-12.8.0 → strongdm-12.9.1}/strongdm/peering_group_resources_pb2.py +0 -0
- {strongdm-12.8.0 → strongdm-12.9.1}/strongdm/peering_group_resources_pb2_grpc.py +0 -0
- {strongdm-12.8.0 → strongdm-12.9.1}/strongdm/peering_groups_pb2.py +0 -0
- {strongdm-12.8.0 → strongdm-12.9.1}/strongdm/peering_groups_pb2_grpc.py +0 -0
- {strongdm-12.8.0 → strongdm-12.9.1}/strongdm/policies_history_pb2.py +0 -0
- {strongdm-12.8.0 → strongdm-12.9.1}/strongdm/policies_history_pb2_grpc.py +0 -0
- {strongdm-12.8.0 → strongdm-12.9.1}/strongdm/policies_pb2.py +0 -0
- {strongdm-12.8.0 → strongdm-12.9.1}/strongdm/policies_pb2_grpc.py +0 -0
- {strongdm-12.8.0 → strongdm-12.9.1}/strongdm/proxy_cluster_keys_pb2.py +0 -0
- {strongdm-12.8.0 → strongdm-12.9.1}/strongdm/proxy_cluster_keys_pb2_grpc.py +0 -0
- {strongdm-12.8.0 → strongdm-12.9.1}/strongdm/queries_pb2_grpc.py +0 -0
- {strongdm-12.8.0 → strongdm-12.9.1}/strongdm/remote_identities_history_pb2.py +0 -0
- {strongdm-12.8.0 → strongdm-12.9.1}/strongdm/remote_identities_history_pb2_grpc.py +0 -0
- {strongdm-12.8.0 → strongdm-12.9.1}/strongdm/remote_identities_pb2.py +0 -0
- {strongdm-12.8.0 → strongdm-12.9.1}/strongdm/remote_identities_pb2_grpc.py +0 -0
- {strongdm-12.8.0 → strongdm-12.9.1}/strongdm/remote_identity_groups_history_pb2.py +0 -0
- {strongdm-12.8.0 → strongdm-12.9.1}/strongdm/remote_identity_groups_history_pb2_grpc.py +0 -0
- {strongdm-12.8.0 → strongdm-12.9.1}/strongdm/remote_identity_groups_pb2.py +0 -0
- {strongdm-12.8.0 → strongdm-12.9.1}/strongdm/remote_identity_groups_pb2_grpc.py +0 -0
- {strongdm-12.8.0 → strongdm-12.9.1}/strongdm/replays_pb2.py +0 -0
- {strongdm-12.8.0 → strongdm-12.9.1}/strongdm/replays_pb2_grpc.py +0 -0
- {strongdm-12.8.0 → strongdm-12.9.1}/strongdm/resources_history_pb2.py +0 -0
- {strongdm-12.8.0 → strongdm-12.9.1}/strongdm/resources_history_pb2_grpc.py +0 -0
- {strongdm-12.8.0 → strongdm-12.9.1}/strongdm/resources_pb2.py +0 -0
- {strongdm-12.8.0 → strongdm-12.9.1}/strongdm/resources_pb2_grpc.py +0 -0
- {strongdm-12.8.0 → strongdm-12.9.1}/strongdm/role_resources_history_pb2.py +0 -0
- {strongdm-12.8.0 → strongdm-12.9.1}/strongdm/role_resources_history_pb2_grpc.py +0 -0
- {strongdm-12.8.0 → strongdm-12.9.1}/strongdm/role_resources_pb2.py +0 -0
- {strongdm-12.8.0 → strongdm-12.9.1}/strongdm/role_resources_pb2_grpc.py +0 -0
- {strongdm-12.8.0 → strongdm-12.9.1}/strongdm/roles_history_pb2.py +0 -0
- {strongdm-12.8.0 → strongdm-12.9.1}/strongdm/roles_history_pb2_grpc.py +0 -0
- {strongdm-12.8.0 → strongdm-12.9.1}/strongdm/roles_pb2.py +0 -0
- {strongdm-12.8.0 → strongdm-12.9.1}/strongdm/roles_pb2_grpc.py +0 -0
- {strongdm-12.8.0 → strongdm-12.9.1}/strongdm/secret_engine_policy_pb2_grpc.py +0 -0
- {strongdm-12.8.0 → strongdm-12.9.1}/strongdm/secret_engine_types_pb2_grpc.py +0 -0
- {strongdm-12.8.0 → strongdm-12.9.1}/strongdm/secret_store_healths_pb2.py +0 -0
- {strongdm-12.8.0 → strongdm-12.9.1}/strongdm/secret_store_healths_pb2_grpc.py +0 -0
- {strongdm-12.8.0 → strongdm-12.9.1}/strongdm/secret_store_types_pb2.py +0 -0
- {strongdm-12.8.0 → strongdm-12.9.1}/strongdm/secret_store_types_pb2_grpc.py +0 -0
- {strongdm-12.8.0 → strongdm-12.9.1}/strongdm/secret_stores_history_pb2.py +0 -0
- {strongdm-12.8.0 → strongdm-12.9.1}/strongdm/secret_stores_history_pb2_grpc.py +0 -0
- {strongdm-12.8.0 → strongdm-12.9.1}/strongdm/secret_stores_pb2.py +0 -0
- {strongdm-12.8.0 → strongdm-12.9.1}/strongdm/secret_stores_pb2_grpc.py +0 -0
- {strongdm-12.8.0 → strongdm-12.9.1}/strongdm/spec_pb2_grpc.py +0 -0
- {strongdm-12.8.0 → strongdm-12.9.1}/strongdm/tags_pb2.py +0 -0
- {strongdm-12.8.0 → strongdm-12.9.1}/strongdm/tags_pb2_grpc.py +0 -0
- {strongdm-12.8.0 → strongdm-12.9.1}/strongdm/workflow_approvers_history_pb2.py +0 -0
- {strongdm-12.8.0 → strongdm-12.9.1}/strongdm/workflow_approvers_history_pb2_grpc.py +0 -0
- {strongdm-12.8.0 → strongdm-12.9.1}/strongdm/workflow_approvers_pb2.py +0 -0
- {strongdm-12.8.0 → strongdm-12.9.1}/strongdm/workflow_approvers_pb2_grpc.py +0 -0
- {strongdm-12.8.0 → strongdm-12.9.1}/strongdm/workflow_assignments_history_pb2.py +0 -0
- {strongdm-12.8.0 → strongdm-12.9.1}/strongdm/workflow_assignments_history_pb2_grpc.py +0 -0
- {strongdm-12.8.0 → strongdm-12.9.1}/strongdm/workflow_assignments_pb2.py +0 -0
- {strongdm-12.8.0 → strongdm-12.9.1}/strongdm/workflow_assignments_pb2_grpc.py +0 -0
- {strongdm-12.8.0 → strongdm-12.9.1}/strongdm/workflow_roles_history_pb2.py +0 -0
- {strongdm-12.8.0 → strongdm-12.9.1}/strongdm/workflow_roles_history_pb2_grpc.py +0 -0
- {strongdm-12.8.0 → strongdm-12.9.1}/strongdm/workflow_roles_pb2.py +0 -0
- {strongdm-12.8.0 → strongdm-12.9.1}/strongdm/workflow_roles_pb2_grpc.py +0 -0
- {strongdm-12.8.0 → strongdm-12.9.1}/strongdm/workflows_history_pb2.py +0 -0
- {strongdm-12.8.0 → strongdm-12.9.1}/strongdm/workflows_history_pb2_grpc.py +0 -0
- {strongdm-12.8.0 → strongdm-12.9.1}/strongdm/workflows_pb2.py +0 -0
- {strongdm-12.8.0 → strongdm-12.9.1}/strongdm/workflows_pb2_grpc.py +0 -0
- {strongdm-12.8.0 → strongdm-12.9.1}/strongdm.egg-info/SOURCES.txt +0 -0
- {strongdm-12.8.0 → strongdm-12.9.1}/strongdm.egg-info/dependency_links.txt +0 -0
- {strongdm-12.8.0 → strongdm-12.9.1}/strongdm.egg-info/requires.txt +0 -0
- {strongdm-12.8.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',
|
@@ -19993,6 +20154,7 @@ class QueryCapture:
|
|
19993
20154
|
'impersonation_groups',
|
19994
20155
|
'impersonation_user',
|
19995
20156
|
'pod',
|
20157
|
+
'privilege_groups',
|
19996
20158
|
'request_body',
|
19997
20159
|
'request_method',
|
19998
20160
|
'request_uri',
|
@@ -20012,6 +20174,7 @@ class QueryCapture:
|
|
20012
20174
|
impersonation_groups=None,
|
20013
20175
|
impersonation_user=None,
|
20014
20176
|
pod=None,
|
20177
|
+
privilege_groups=None,
|
20015
20178
|
request_body=None,
|
20016
20179
|
request_method=None,
|
20017
20180
|
request_uri=None,
|
@@ -20058,6 +20221,10 @@ class QueryCapture:
|
|
20058
20221
|
'''
|
20059
20222
|
The target pod of a Kubernetes operation.
|
20060
20223
|
'''
|
20224
|
+
self.privilege_groups = privilege_groups if privilege_groups is not None else []
|
20225
|
+
'''
|
20226
|
+
The additional impersonation groups, as granted by privilege levels, of a Kubernetes operation.
|
20227
|
+
'''
|
20061
20228
|
self.request_body = request_body if request_body is not None else b''
|
20062
20229
|
'''
|
20063
20230
|
The HTTP request body of a Kubernetes operation.
|
@@ -20091,6 +20258,7 @@ class QueryCapture:
|
|
20091
20258
|
'impersonation_groups: ' + repr(self.impersonation_groups) + ' ' +\
|
20092
20259
|
'impersonation_user: ' + repr(self.impersonation_user) + ' ' +\
|
20093
20260
|
'pod: ' + repr(self.pod) + ' ' +\
|
20261
|
+
'privilege_groups: ' + repr(self.privilege_groups) + ' ' +\
|
20094
20262
|
'request_body: ' + repr(self.request_body) + ' ' +\
|
20095
20263
|
'request_method: ' + repr(self.request_method) + ' ' +\
|
20096
20264
|
'request_uri: ' + repr(self.request_uri) + ' ' +\
|
@@ -20110,6 +20278,7 @@ class QueryCapture:
|
|
20110
20278
|
'impersonation_groups': self.impersonation_groups,
|
20111
20279
|
'impersonation_user': self.impersonation_user,
|
20112
20280
|
'pod': self.pod,
|
20281
|
+
'privilege_groups': self.privilege_groups,
|
20113
20282
|
'request_body': self.request_body,
|
20114
20283
|
'request_method': self.request_method,
|
20115
20284
|
'request_uri': self.request_uri,
|
@@ -20130,6 +20299,7 @@ class QueryCapture:
|
|
20130
20299
|
impersonation_groups=d.get('impersonation_groups'),
|
20131
20300
|
impersonation_user=d.get('impersonation_user'),
|
20132
20301
|
pod=d.get('pod'),
|
20302
|
+
privilege_groups=d.get('privilege_groups'),
|
20133
20303
|
request_body=d.get('request_body'),
|
20134
20304
|
request_method=d.get('request_method'),
|
20135
20305
|
request_uri=d.get('request_uri'),
|
@@ -30,6 +30,7 @@ from .tags_pb2 import *
|
|
30
30
|
from .access_requests_pb2 import *
|
31
31
|
from .access_request_events_history_pb2 import *
|
32
32
|
from .access_requests_history_pb2 import *
|
33
|
+
from .drivers_pb2 import *
|
33
34
|
from .account_attachments_pb2 import *
|
34
35
|
from .account_attachments_history_pb2 import *
|
35
36
|
from .account_grants_pb2 import *
|
@@ -47,7 +48,6 @@ from .approval_workflow_steps_history_pb2 import *
|
|
47
48
|
from .approval_workflows_pb2 import *
|
48
49
|
from .approval_workflows_history_pb2 import *
|
49
50
|
from .control_panel_pb2 import *
|
50
|
-
from .drivers_pb2 import *
|
51
51
|
from .health_checks_pb2 import *
|
52
52
|
from .identity_aliases_pb2 import *
|
53
53
|
from .identity_aliases_history_pb2 import *
|
@@ -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
|
@@ -9326,6 +9382,7 @@ def convert_query_capture_to_porcelain(plumbing):
|
|
9326
9382
|
porcelain.impersonation_groups = (plumbing.impersonation_groups)
|
9327
9383
|
porcelain.impersonation_user = (plumbing.impersonation_user)
|
9328
9384
|
porcelain.pod = (plumbing.pod)
|
9385
|
+
porcelain.privilege_groups = (plumbing.privilege_groups)
|
9329
9386
|
porcelain.request_body = (plumbing.request_body)
|
9330
9387
|
porcelain.request_method = (plumbing.request_method)
|
9331
9388
|
porcelain.request_uri = (plumbing.request_uri)
|
@@ -9349,6 +9406,8 @@ def convert_query_capture_to_plumbing(porcelain):
|
|
9349
9406
|
plumbing.impersonation_groups.extend((porcelain.impersonation_groups))
|
9350
9407
|
plumbing.impersonation_user = (porcelain.impersonation_user)
|
9351
9408
|
plumbing.pod = (porcelain.pod)
|
9409
|
+
del plumbing.privilege_groups[:]
|
9410
|
+
plumbing.privilege_groups.extend((porcelain.privilege_groups))
|
9352
9411
|
plumbing.request_body = (porcelain.request_body)
|
9353
9412
|
plumbing.request_method = (porcelain.request_method)
|
9354
9413
|
plumbing.request_uri = (porcelain.request_uri)
|
@@ -10326,6 +10385,9 @@ def convert_resource_to_plumbing(porcelain):
|
|
10326
10385
|
convert_amazon_eks_user_impersonation_to_plumbing(porcelain))
|
10327
10386
|
if isinstance(porcelain, models.AmazonES):
|
10328
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))
|
10329
10391
|
if isinstance(porcelain, models.AmazonMQAMQP091):
|
10330
10392
|
plumbing.amazon_mqamqp_091.CopyFrom(
|
10331
10393
|
convert_amazon_mqamqp_091_to_plumbing(porcelain))
|
@@ -10576,6 +10638,8 @@ def convert_resource_to_porcelain(plumbing):
|
|
10576
10638
|
plumbing.amazon_eks_user_impersonation)
|
10577
10639
|
if plumbing.HasField('amazon_es'):
|
10578
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)
|
10579
10643
|
if plumbing.HasField('amazon_mqamqp_091'):
|
10580
10644
|
return convert_amazon_mqamqp_091_to_porcelain(
|
10581
10645
|
plumbing.amazon_mqamqp_091)
|
@@ -33,7 +33,7 @@ from . import spec_pb2 as spec__pb2
|
|
33
33
|
from . import tags_pb2 as tags__pb2
|
34
34
|
|
35
35
|
|
36
|
-
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n\rqueries.proto\x12\x02v1\x1a\x1egoogle/protobuf/duration.proto\x1a\x1fgoogle/protobuf/timestamp.proto\x1a\roptions.proto\x1a\nspec.proto\x1a\ntags.proto\"\x7f\n\x10QueryListRequest\x12%\n\x04meta\x18\x01 \x01(\x0b\x32\x17.v1.ListRequestMetadata\x12\x1a\n\x06\x66ilter\x18\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01:(\xfa\xf8\xb3\x07\x06\xd2\xf3\xb3\x07\x01*\xfa\xf8\xb3\x07\x18\xd2\xf3\xb3\x07\x13!terraform-provider\"\xe6\x01\n\x11QueryListResponse\x12&\n\x04meta\x18\x01 \x01(\x0b\x32\x18.v1.ListResponseMetadata\x12&\n\x07queries\x18\x02 \x03(\x0b\x32\t.v1.QueryB\n\xf2\xf8\xb3\x07\x05\xb8\xf3\xb3\x07\x01\x12W\n\nrate_limit\x18\x03 \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:(\xfa\xf8\xb3\x07\x06\xd2\xf3\xb3\x07\x01*\xfa\xf8\xb3\x07\x18\xd2\xf3\xb3\x07\x13!terraform-provider\"\x94\n\n\x05Query\x12\x16\n\x02id\x18\x01 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12\x1e\n\naccount_id\x18\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12\x1f\n\x0bresource_id\x18\x03 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12\x1e\n\nquery_body\x18\x04 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12\x37\n\x08\x64uration\x18\x05 \x01(\x0b\x32\x19.google.protobuf.DurationB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12\x1d\n\tencrypted\x18\x06 \x01(\x08\x42\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12\x1e\n\nquery_hash\x18\x07 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12.\n\x18remote_identity_username\x18\x08 \x01(\tB\x0c\x18\x01\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12\x39\n\ttimestamp\x18\t \x01(\x0b\x32\x1a.google.protobuf.TimestampB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12\"\n\x0e\x65gress_node_id\x18\n \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12\x1e\n\nreplayable\x18\x0b \x01(\x08\x42\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12 \n\x0crecord_count\x18\x0c \x01(\x03\x42\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12!\n\rresource_type\x18\r \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12\"\n\x0equery_category\x18\x0e \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12\x1d\n\tquery_key\x18\x0f \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12!\n\rresource_name\x18\x10 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12+\n\rresource_tags\x18\x11 \x01(\x0b\x32\x08.v1.TagsB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12&\n\x12\x61\x63\x63ount_first_name\x18\x12 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12%\n\x11\x61\x63\x63ount_last_name\x18\x13 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12!\n\raccount_email\x18\x14 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12*\n\x0c\x61\x63\x63ount_tags\x18\x15 \x01(\x0b\x32\x08.v1.TagsB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12/\n\x0cquery_key_id\x18\x16 \x01(\tB\x19\xf2\xf8\xb3\x07\x14\xb0\xf3\xb3\x07\x01\xb2\xf4\xb3\x07\ngo_private\x12<\n\x0c\x63ompleted_at\x18\x17 \x01(\x0b\x32\x1a.google.protobuf.TimestampB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12-\n\x07\x63\x61pture\x18\x18 \x01(\x0b\x32\x10.v1.QueryCaptureB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12\x35\n\tsource_ip\x18\x19 \x01(\tB\"\xf2\xf8\xb3\x07\x1d\xb0\xf3\xb3\x07\x01\xca\xf3\xb3\x07\x13\xc2\xf4\xb3\x07\x0e\n\x02go\x12\x08SourceIP\x12\x34\n\x11\x61uthentication_id\x18\x1a \x01(\tB\x19\xf2\xf8\xb3\x07\x14\xb0\xf3\xb3\x07\x01\xb2\xf4\xb3\x07\ngo_private\x12\x1a\n\x06target\x18\x1b \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12\x36\n\tauthzJson\x18\x1c \x01(\tB#\xf2\xf8\xb3\x07\x1e\xb0\xf3\xb3\x07\x01\xca\xf3\xb3\x07\x14\xc2\xf4\xb3\x07\x0f\n\x02go\x12\tAuthzJSON\x12\x35\n\tclient_ip\x18\x1d \x01(\tB\"\xf2\xf8\xb3\x07\x1d\xb0\xf3\xb3\x07\x01\xca\xf3\xb3\x07\x13\xc2\xf4\xb3\x07\x0e\n\x02go\x12\x08\x43lientIP\x12+\n\x17identity_alias_username\x18\x1e \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01:2\xfa\xf8\xb3\x07\x05\xa8\xf3\xb3\x07\x01\xfa\xf8\xb3\x07\x06\xd2\xf3\xb3\x07\x01*\xfa\xf8\xb3\x07\x18\xd2\xf3\xb3\x07\x13!terraform-provider\"\
|
36
|
+
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n\rqueries.proto\x12\x02v1\x1a\x1egoogle/protobuf/duration.proto\x1a\x1fgoogle/protobuf/timestamp.proto\x1a\roptions.proto\x1a\nspec.proto\x1a\ntags.proto\"\x7f\n\x10QueryListRequest\x12%\n\x04meta\x18\x01 \x01(\x0b\x32\x17.v1.ListRequestMetadata\x12\x1a\n\x06\x66ilter\x18\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01:(\xfa\xf8\xb3\x07\x06\xd2\xf3\xb3\x07\x01*\xfa\xf8\xb3\x07\x18\xd2\xf3\xb3\x07\x13!terraform-provider\"\xe6\x01\n\x11QueryListResponse\x12&\n\x04meta\x18\x01 \x01(\x0b\x32\x18.v1.ListResponseMetadata\x12&\n\x07queries\x18\x02 \x03(\x0b\x32\t.v1.QueryB\n\xf2\xf8\xb3\x07\x05\xb8\xf3\xb3\x07\x01\x12W\n\nrate_limit\x18\x03 \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:(\xfa\xf8\xb3\x07\x06\xd2\xf3\xb3\x07\x01*\xfa\xf8\xb3\x07\x18\xd2\xf3\xb3\x07\x13!terraform-provider\"\x94\n\n\x05Query\x12\x16\n\x02id\x18\x01 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12\x1e\n\naccount_id\x18\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12\x1f\n\x0bresource_id\x18\x03 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12\x1e\n\nquery_body\x18\x04 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12\x37\n\x08\x64uration\x18\x05 \x01(\x0b\x32\x19.google.protobuf.DurationB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12\x1d\n\tencrypted\x18\x06 \x01(\x08\x42\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12\x1e\n\nquery_hash\x18\x07 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12.\n\x18remote_identity_username\x18\x08 \x01(\tB\x0c\x18\x01\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12\x39\n\ttimestamp\x18\t \x01(\x0b\x32\x1a.google.protobuf.TimestampB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12\"\n\x0e\x65gress_node_id\x18\n \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12\x1e\n\nreplayable\x18\x0b \x01(\x08\x42\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12 \n\x0crecord_count\x18\x0c \x01(\x03\x42\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12!\n\rresource_type\x18\r \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12\"\n\x0equery_category\x18\x0e \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12\x1d\n\tquery_key\x18\x0f \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12!\n\rresource_name\x18\x10 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12+\n\rresource_tags\x18\x11 \x01(\x0b\x32\x08.v1.TagsB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12&\n\x12\x61\x63\x63ount_first_name\x18\x12 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12%\n\x11\x61\x63\x63ount_last_name\x18\x13 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12!\n\raccount_email\x18\x14 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12*\n\x0c\x61\x63\x63ount_tags\x18\x15 \x01(\x0b\x32\x08.v1.TagsB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12/\n\x0cquery_key_id\x18\x16 \x01(\tB\x19\xf2\xf8\xb3\x07\x14\xb0\xf3\xb3\x07\x01\xb2\xf4\xb3\x07\ngo_private\x12<\n\x0c\x63ompleted_at\x18\x17 \x01(\x0b\x32\x1a.google.protobuf.TimestampB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12-\n\x07\x63\x61pture\x18\x18 \x01(\x0b\x32\x10.v1.QueryCaptureB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12\x35\n\tsource_ip\x18\x19 \x01(\tB\"\xf2\xf8\xb3\x07\x1d\xb0\xf3\xb3\x07\x01\xca\xf3\xb3\x07\x13\xc2\xf4\xb3\x07\x0e\n\x02go\x12\x08SourceIP\x12\x34\n\x11\x61uthentication_id\x18\x1a \x01(\tB\x19\xf2\xf8\xb3\x07\x14\xb0\xf3\xb3\x07\x01\xb2\xf4\xb3\x07\ngo_private\x12\x1a\n\x06target\x18\x1b \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12\x36\n\tauthzJson\x18\x1c \x01(\tB#\xf2\xf8\xb3\x07\x1e\xb0\xf3\xb3\x07\x01\xca\xf3\xb3\x07\x14\xc2\xf4\xb3\x07\x0f\n\x02go\x12\tAuthzJSON\x12\x35\n\tclient_ip\x18\x1d \x01(\tB\"\xf2\xf8\xb3\x07\x1d\xb0\xf3\xb3\x07\x01\xca\xf3\xb3\x07\x13\xc2\xf4\xb3\x07\x0e\n\x02go\x12\x08\x43lientIP\x12+\n\x17identity_alias_username\x18\x1e \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01:2\xfa\xf8\xb3\x07\x05\xa8\xf3\xb3\x07\x01\xfa\xf8\xb3\x07\x06\xd2\xf3\xb3\x07\x01*\xfa\xf8\xb3\x07\x18\xd2\xf3\xb3\x07\x13!terraform-provider\"\xa3\x05\n\x0cQueryCapture\x12\x19\n\x05width\x18\x01 \x01(\x05\x42\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12\x1a\n\x06height\x18\x02 \x01(\x05\x42\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12\x1b\n\x07\x63ommand\x18\x03 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12\x32\n\x03\x65nv\x18\x04 \x03(\x0b\x32\x19.v1.QueryCapture.EnvEntryB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12\x18\n\x04type\x18\x05 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12\x1d\n\tfile_name\x18\x06 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12\x1d\n\tfile_size\x18\x07 \x01(\x03\x42\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12\"\n\x0e\x63lient_command\x18\x08 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12\x17\n\x03pod\x18\t \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12\x1d\n\tcontainer\x18\n \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12\"\n\x0erequest_method\x18\x0b \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12\x39\n\x0brequest_uri\x18\x0c \x01(\tB$\xf2\xf8\xb3\x07\x1f\xb0\xf3\xb3\x07\x01\xca\xf3\xb3\x07\x15\xc2\xf4\xb3\x07\x10\n\x02go\x12\nRequestURI\x12 \n\x0crequest_body\x18\r \x01(\x0c\x42\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12&\n\x12impersonation_user\x18\x0e \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12(\n\x14impersonation_groups\x18\x0f \x03(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12$\n\x10privilege_groups\x18\x10 \x03(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x1a*\n\x08\x45nvEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\r\n\x05value\x18\x02 \x01(\t:\x02\x38\x01:2\xfa\xf8\xb3\x07\x05\xa8\xf3\xb3\x07\x01\xfa\xf8\xb3\x07\x06\xd2\xf3\xb3\x07\x01*\xfa\xf8\xb3\x07\x18\xd2\xf3\xb3\x07\x13!terraform-provider2\xa5\x01\n\x07Queries\x12W\n\x04List\x12\x14.v1.QueryListRequest\x1a\x15.v1.QueryListResponse\"\"\x82\xf9\xb3\x07\x08\xa2\xf3\xb3\x07\x03get\x82\xf9\xb3\x07\x10\xaa\xf3\xb3\x07\x0b/v1/queries\x1a\x41\xca\xf9\xb3\x07\n\xc2\xf9\xb3\x07\x05Query\xca\xf9\xb3\x07\x05\xd8\xf9\xb3\x07\x01\xca\xf9\xb3\x07\x06\xca\xf9\xb3\x07\x01*\xca\xf9\xb3\x07\x18\xca\xf9\xb3\x07\x13!terraform-providerB\x8b\x01\n\x19\x63om.strongdm.api.plumbingB\x0fQueriesPlumbingZ5github.com/strongdm/strongdm-sdk-go/v3/internal/v1;v1\xc2\x92\xb4\x07\x06\xa2\x8c\xb4\x07\x01*\xc2\x92\xb4\x07\x18\xa2\x8c\xb4\x07\x13!terraform-providerb\x06proto3')
|
37
37
|
|
38
38
|
|
39
39
|
|
@@ -187,6 +187,8 @@ if _descriptor._USE_C_DESCRIPTORS == False:
|
|
187
187
|
_QUERYCAPTURE.fields_by_name['impersonation_user']._serialized_options = b'\362\370\263\007\005\260\363\263\007\001'
|
188
188
|
_QUERYCAPTURE.fields_by_name['impersonation_groups']._options = None
|
189
189
|
_QUERYCAPTURE.fields_by_name['impersonation_groups']._serialized_options = b'\362\370\263\007\005\260\363\263\007\001'
|
190
|
+
_QUERYCAPTURE.fields_by_name['privilege_groups']._options = None
|
191
|
+
_QUERYCAPTURE.fields_by_name['privilege_groups']._serialized_options = b'\362\370\263\007\005\260\363\263\007\001'
|
190
192
|
_QUERYCAPTURE._options = None
|
191
193
|
_QUERYCAPTURE._serialized_options = b'\372\370\263\007\005\250\363\263\007\001\372\370\263\007\006\322\363\263\007\001*\372\370\263\007\030\322\363\263\007\023!terraform-provider'
|
192
194
|
_QUERIES._options = None
|
@@ -200,9 +202,9 @@ if _descriptor._USE_C_DESCRIPTORS == False:
|
|
200
202
|
_QUERY._serialized_start=488
|
201
203
|
_QUERY._serialized_end=1788
|
202
204
|
_QUERYCAPTURE._serialized_start=1791
|
203
|
-
_QUERYCAPTURE._serialized_end=
|
204
|
-
_QUERYCAPTURE_ENVENTRY._serialized_start=
|
205
|
-
_QUERYCAPTURE_ENVENTRY._serialized_end=
|
206
|
-
_QUERIES._serialized_start=
|
207
|
-
_QUERIES._serialized_end=
|
205
|
+
_QUERYCAPTURE._serialized_end=2466
|
206
|
+
_QUERYCAPTURE_ENVENTRY._serialized_start=2372
|
207
|
+
_QUERYCAPTURE_ENVENTRY._serialized_end=2414
|
208
|
+
_QUERIES._serialized_start=2469
|
209
|
+
_QUERIES._serialized_end=2634
|
208
210
|
# @@protoc_insertion_point(module_scope)
|
@@ -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)
|
@@ -30,6 +30,8 @@ from .access_request_events_history_pb2 import *
|
|
30
30
|
from .access_request_events_history_pb2_grpc import *
|
31
31
|
from .access_requests_history_pb2 import *
|
32
32
|
from .access_requests_history_pb2_grpc import *
|
33
|
+
from .drivers_pb2 import *
|
34
|
+
from .drivers_pb2_grpc import *
|
33
35
|
from .account_attachments_pb2 import *
|
34
36
|
from .account_attachments_pb2_grpc import *
|
35
37
|
from .account_attachments_history_pb2 import *
|
@@ -64,8 +66,6 @@ from .approval_workflows_history_pb2 import *
|
|
64
66
|
from .approval_workflows_history_pb2_grpc import *
|
65
67
|
from .control_panel_pb2 import *
|
66
68
|
from .control_panel_pb2_grpc import *
|
67
|
-
from .drivers_pb2 import *
|
68
|
-
from .drivers_pb2_grpc import *
|
69
69
|
from .health_checks_pb2 import *
|
70
70
|
from .health_checks_pb2_grpc import *
|
71
71
|
from .identity_aliases_pb2 import *
|
@@ -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.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
|
+
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.8.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
|