strongdm 12.6.0__zip → 12.9.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.6.0 → strongdm-12.9.0}/PKG-INFO +2 -2
- {strongdm-12.6.0 → strongdm-12.9.0}/setup.py +2 -2
- {strongdm-12.6.0 → strongdm-12.9.0}/strongdm/access_requests_pb2.py +12 -10
- {strongdm-12.6.0 → strongdm-12.9.0}/strongdm/client.py +1 -1
- {strongdm-12.6.0 → strongdm-12.9.0}/strongdm/drivers_pb2.py +237 -195
- {strongdm-12.6.0 → strongdm-12.9.0}/strongdm/models.py +161 -4
- {strongdm-12.6.0 → strongdm-12.9.0}/strongdm/plumbing.py +62 -1
- {strongdm-12.6.0 → strongdm-12.9.0}/strongdm/queries_pb2.py +8 -6
- {strongdm-12.6.0 → strongdm-12.9.0}/strongdm/svc.py +3 -2
- {strongdm-12.6.0 → strongdm-12.9.0}/strongdm.egg-info/PKG-INFO +2 -2
- {strongdm-12.6.0 → strongdm-12.9.0}/LICENSE +0 -0
- {strongdm-12.6.0 → strongdm-12.9.0}/README.md +0 -0
- {strongdm-12.6.0 → strongdm-12.9.0}/setup.cfg +0 -0
- {strongdm-12.6.0 → strongdm-12.9.0}/strongdm/__init__.py +0 -0
- {strongdm-12.6.0 → strongdm-12.9.0}/strongdm/access_request_events_history_pb2.py +0 -0
- {strongdm-12.6.0 → strongdm-12.9.0}/strongdm/access_request_events_history_pb2_grpc.py +0 -0
- {strongdm-12.6.0 → strongdm-12.9.0}/strongdm/access_requests_history_pb2.py +0 -0
- {strongdm-12.6.0 → strongdm-12.9.0}/strongdm/access_requests_history_pb2_grpc.py +0 -0
- {strongdm-12.6.0 → strongdm-12.9.0}/strongdm/access_requests_pb2_grpc.py +0 -0
- {strongdm-12.6.0 → strongdm-12.9.0}/strongdm/account_attachments_history_pb2.py +0 -0
- {strongdm-12.6.0 → strongdm-12.9.0}/strongdm/account_attachments_history_pb2_grpc.py +0 -0
- {strongdm-12.6.0 → strongdm-12.9.0}/strongdm/account_attachments_pb2.py +0 -0
- {strongdm-12.6.0 → strongdm-12.9.0}/strongdm/account_attachments_pb2_grpc.py +0 -0
- {strongdm-12.6.0 → strongdm-12.9.0}/strongdm/account_grants_history_pb2.py +0 -0
- {strongdm-12.6.0 → strongdm-12.9.0}/strongdm/account_grants_history_pb2_grpc.py +0 -0
- {strongdm-12.6.0 → strongdm-12.9.0}/strongdm/account_grants_pb2.py +0 -0
- {strongdm-12.6.0 → strongdm-12.9.0}/strongdm/account_grants_pb2_grpc.py +0 -0
- {strongdm-12.6.0 → strongdm-12.9.0}/strongdm/account_permissions_pb2.py +0 -0
- {strongdm-12.6.0 → strongdm-12.9.0}/strongdm/account_permissions_pb2_grpc.py +0 -0
- {strongdm-12.6.0 → strongdm-12.9.0}/strongdm/account_resources_history_pb2.py +0 -0
- {strongdm-12.6.0 → strongdm-12.9.0}/strongdm/account_resources_history_pb2_grpc.py +0 -0
- {strongdm-12.6.0 → strongdm-12.9.0}/strongdm/account_resources_pb2.py +0 -0
- {strongdm-12.6.0 → strongdm-12.9.0}/strongdm/account_resources_pb2_grpc.py +0 -0
- {strongdm-12.6.0 → strongdm-12.9.0}/strongdm/accounts_history_pb2.py +0 -0
- {strongdm-12.6.0 → strongdm-12.9.0}/strongdm/accounts_history_pb2_grpc.py +0 -0
- {strongdm-12.6.0 → strongdm-12.9.0}/strongdm/accounts_pb2.py +0 -0
- {strongdm-12.6.0 → strongdm-12.9.0}/strongdm/accounts_pb2_grpc.py +0 -0
- {strongdm-12.6.0 → strongdm-12.9.0}/strongdm/activities_pb2.py +0 -0
- {strongdm-12.6.0 → strongdm-12.9.0}/strongdm/activities_pb2_grpc.py +0 -0
- {strongdm-12.6.0 → strongdm-12.9.0}/strongdm/approval_workflow_approvers_history_pb2.py +0 -0
- {strongdm-12.6.0 → strongdm-12.9.0}/strongdm/approval_workflow_approvers_history_pb2_grpc.py +0 -0
- {strongdm-12.6.0 → strongdm-12.9.0}/strongdm/approval_workflow_approvers_pb2.py +0 -0
- {strongdm-12.6.0 → strongdm-12.9.0}/strongdm/approval_workflow_approvers_pb2_grpc.py +0 -0
- {strongdm-12.6.0 → strongdm-12.9.0}/strongdm/approval_workflow_steps_history_pb2.py +0 -0
- {strongdm-12.6.0 → strongdm-12.9.0}/strongdm/approval_workflow_steps_history_pb2_grpc.py +0 -0
- {strongdm-12.6.0 → strongdm-12.9.0}/strongdm/approval_workflow_steps_pb2.py +0 -0
- {strongdm-12.6.0 → strongdm-12.9.0}/strongdm/approval_workflow_steps_pb2_grpc.py +0 -0
- {strongdm-12.6.0 → strongdm-12.9.0}/strongdm/approval_workflows_history_pb2.py +0 -0
- {strongdm-12.6.0 → strongdm-12.9.0}/strongdm/approval_workflows_history_pb2_grpc.py +0 -0
- {strongdm-12.6.0 → strongdm-12.9.0}/strongdm/approval_workflows_pb2.py +0 -0
- {strongdm-12.6.0 → strongdm-12.9.0}/strongdm/approval_workflows_pb2_grpc.py +0 -0
- {strongdm-12.6.0 → strongdm-12.9.0}/strongdm/constants.py +0 -0
- {strongdm-12.6.0 → strongdm-12.9.0}/strongdm/control_panel_pb2.py +0 -0
- {strongdm-12.6.0 → strongdm-12.9.0}/strongdm/control_panel_pb2_grpc.py +0 -0
- {strongdm-12.6.0 → strongdm-12.9.0}/strongdm/drivers_pb2_grpc.py +0 -0
- {strongdm-12.6.0 → strongdm-12.9.0}/strongdm/errors.py +0 -0
- {strongdm-12.6.0 → strongdm-12.9.0}/strongdm/health_checks_pb2.py +0 -0
- {strongdm-12.6.0 → strongdm-12.9.0}/strongdm/health_checks_pb2_grpc.py +0 -0
- {strongdm-12.6.0 → strongdm-12.9.0}/strongdm/identity_aliases_history_pb2.py +0 -0
- {strongdm-12.6.0 → strongdm-12.9.0}/strongdm/identity_aliases_history_pb2_grpc.py +0 -0
- {strongdm-12.6.0 → strongdm-12.9.0}/strongdm/identity_aliases_pb2.py +0 -0
- {strongdm-12.6.0 → strongdm-12.9.0}/strongdm/identity_aliases_pb2_grpc.py +0 -0
- {strongdm-12.6.0 → strongdm-12.9.0}/strongdm/identity_sets_history_pb2.py +0 -0
- {strongdm-12.6.0 → strongdm-12.9.0}/strongdm/identity_sets_history_pb2_grpc.py +0 -0
- {strongdm-12.6.0 → strongdm-12.9.0}/strongdm/identity_sets_pb2.py +0 -0
- {strongdm-12.6.0 → strongdm-12.9.0}/strongdm/identity_sets_pb2_grpc.py +0 -0
- {strongdm-12.6.0 → strongdm-12.9.0}/strongdm/nodes_history_pb2.py +0 -0
- {strongdm-12.6.0 → strongdm-12.9.0}/strongdm/nodes_history_pb2_grpc.py +0 -0
- {strongdm-12.6.0 → strongdm-12.9.0}/strongdm/nodes_pb2.py +0 -0
- {strongdm-12.6.0 → strongdm-12.9.0}/strongdm/nodes_pb2_grpc.py +0 -0
- {strongdm-12.6.0 → strongdm-12.9.0}/strongdm/options_pb2.py +0 -0
- {strongdm-12.6.0 → strongdm-12.9.0}/strongdm/options_pb2_grpc.py +0 -0
- {strongdm-12.6.0 → strongdm-12.9.0}/strongdm/organization_history_pb2.py +0 -0
- {strongdm-12.6.0 → strongdm-12.9.0}/strongdm/organization_history_pb2_grpc.py +0 -0
- {strongdm-12.6.0 → strongdm-12.9.0}/strongdm/peering_group_nodes_pb2.py +0 -0
- {strongdm-12.6.0 → strongdm-12.9.0}/strongdm/peering_group_nodes_pb2_grpc.py +0 -0
- {strongdm-12.6.0 → strongdm-12.9.0}/strongdm/peering_group_peers_pb2.py +0 -0
- {strongdm-12.6.0 → strongdm-12.9.0}/strongdm/peering_group_peers_pb2_grpc.py +0 -0
- {strongdm-12.6.0 → strongdm-12.9.0}/strongdm/peering_group_resources_pb2.py +0 -0
- {strongdm-12.6.0 → strongdm-12.9.0}/strongdm/peering_group_resources_pb2_grpc.py +0 -0
- {strongdm-12.6.0 → strongdm-12.9.0}/strongdm/peering_groups_pb2.py +0 -0
- {strongdm-12.6.0 → strongdm-12.9.0}/strongdm/peering_groups_pb2_grpc.py +0 -0
- {strongdm-12.6.0 → strongdm-12.9.0}/strongdm/policies_history_pb2.py +0 -0
- {strongdm-12.6.0 → strongdm-12.9.0}/strongdm/policies_history_pb2_grpc.py +0 -0
- {strongdm-12.6.0 → strongdm-12.9.0}/strongdm/policies_pb2.py +0 -0
- {strongdm-12.6.0 → strongdm-12.9.0}/strongdm/policies_pb2_grpc.py +0 -0
- {strongdm-12.6.0 → strongdm-12.9.0}/strongdm/proxy_cluster_keys_pb2.py +0 -0
- {strongdm-12.6.0 → strongdm-12.9.0}/strongdm/proxy_cluster_keys_pb2_grpc.py +0 -0
- {strongdm-12.6.0 → strongdm-12.9.0}/strongdm/queries_pb2_grpc.py +0 -0
- {strongdm-12.6.0 → strongdm-12.9.0}/strongdm/remote_identities_history_pb2.py +0 -0
- {strongdm-12.6.0 → strongdm-12.9.0}/strongdm/remote_identities_history_pb2_grpc.py +0 -0
- {strongdm-12.6.0 → strongdm-12.9.0}/strongdm/remote_identities_pb2.py +0 -0
- {strongdm-12.6.0 → strongdm-12.9.0}/strongdm/remote_identities_pb2_grpc.py +0 -0
- {strongdm-12.6.0 → strongdm-12.9.0}/strongdm/remote_identity_groups_history_pb2.py +0 -0
- {strongdm-12.6.0 → strongdm-12.9.0}/strongdm/remote_identity_groups_history_pb2_grpc.py +0 -0
- {strongdm-12.6.0 → strongdm-12.9.0}/strongdm/remote_identity_groups_pb2.py +0 -0
- {strongdm-12.6.0 → strongdm-12.9.0}/strongdm/remote_identity_groups_pb2_grpc.py +0 -0
- {strongdm-12.6.0 → strongdm-12.9.0}/strongdm/replays_pb2.py +0 -0
- {strongdm-12.6.0 → strongdm-12.9.0}/strongdm/replays_pb2_grpc.py +0 -0
- {strongdm-12.6.0 → strongdm-12.9.0}/strongdm/resources_history_pb2.py +0 -0
- {strongdm-12.6.0 → strongdm-12.9.0}/strongdm/resources_history_pb2_grpc.py +0 -0
- {strongdm-12.6.0 → strongdm-12.9.0}/strongdm/resources_pb2.py +0 -0
- {strongdm-12.6.0 → strongdm-12.9.0}/strongdm/resources_pb2_grpc.py +0 -0
- {strongdm-12.6.0 → strongdm-12.9.0}/strongdm/role_resources_history_pb2.py +0 -0
- {strongdm-12.6.0 → strongdm-12.9.0}/strongdm/role_resources_history_pb2_grpc.py +0 -0
- {strongdm-12.6.0 → strongdm-12.9.0}/strongdm/role_resources_pb2.py +0 -0
- {strongdm-12.6.0 → strongdm-12.9.0}/strongdm/role_resources_pb2_grpc.py +0 -0
- {strongdm-12.6.0 → strongdm-12.9.0}/strongdm/roles_history_pb2.py +0 -0
- {strongdm-12.6.0 → strongdm-12.9.0}/strongdm/roles_history_pb2_grpc.py +0 -0
- {strongdm-12.6.0 → strongdm-12.9.0}/strongdm/roles_pb2.py +0 -0
- {strongdm-12.6.0 → strongdm-12.9.0}/strongdm/roles_pb2_grpc.py +0 -0
- {strongdm-12.6.0 → strongdm-12.9.0}/strongdm/secret_engine_policy_pb2_grpc.py +0 -0
- {strongdm-12.6.0 → strongdm-12.9.0}/strongdm/secret_engine_types_pb2_grpc.py +0 -0
- {strongdm-12.6.0 → strongdm-12.9.0}/strongdm/secret_store_healths_pb2.py +0 -0
- {strongdm-12.6.0 → strongdm-12.9.0}/strongdm/secret_store_healths_pb2_grpc.py +0 -0
- {strongdm-12.6.0 → strongdm-12.9.0}/strongdm/secret_store_types_pb2.py +0 -0
- {strongdm-12.6.0 → strongdm-12.9.0}/strongdm/secret_store_types_pb2_grpc.py +0 -0
- {strongdm-12.6.0 → strongdm-12.9.0}/strongdm/secret_stores_history_pb2.py +0 -0
- {strongdm-12.6.0 → strongdm-12.9.0}/strongdm/secret_stores_history_pb2_grpc.py +0 -0
- {strongdm-12.6.0 → strongdm-12.9.0}/strongdm/secret_stores_pb2.py +0 -0
- {strongdm-12.6.0 → strongdm-12.9.0}/strongdm/secret_stores_pb2_grpc.py +0 -0
- {strongdm-12.6.0 → strongdm-12.9.0}/strongdm/spec_pb2.py +0 -0
- {strongdm-12.6.0 → strongdm-12.9.0}/strongdm/spec_pb2_grpc.py +0 -0
- {strongdm-12.6.0 → strongdm-12.9.0}/strongdm/tags_pb2.py +0 -0
- {strongdm-12.6.0 → strongdm-12.9.0}/strongdm/tags_pb2_grpc.py +0 -0
- {strongdm-12.6.0 → strongdm-12.9.0}/strongdm/workflow_approvers_history_pb2.py +0 -0
- {strongdm-12.6.0 → strongdm-12.9.0}/strongdm/workflow_approvers_history_pb2_grpc.py +0 -0
- {strongdm-12.6.0 → strongdm-12.9.0}/strongdm/workflow_approvers_pb2.py +0 -0
- {strongdm-12.6.0 → strongdm-12.9.0}/strongdm/workflow_approvers_pb2_grpc.py +0 -0
- {strongdm-12.6.0 → strongdm-12.9.0}/strongdm/workflow_assignments_history_pb2.py +0 -0
- {strongdm-12.6.0 → strongdm-12.9.0}/strongdm/workflow_assignments_history_pb2_grpc.py +0 -0
- {strongdm-12.6.0 → strongdm-12.9.0}/strongdm/workflow_assignments_pb2.py +0 -0
- {strongdm-12.6.0 → strongdm-12.9.0}/strongdm/workflow_assignments_pb2_grpc.py +0 -0
- {strongdm-12.6.0 → strongdm-12.9.0}/strongdm/workflow_roles_history_pb2.py +0 -0
- {strongdm-12.6.0 → strongdm-12.9.0}/strongdm/workflow_roles_history_pb2_grpc.py +0 -0
- {strongdm-12.6.0 → strongdm-12.9.0}/strongdm/workflow_roles_pb2.py +0 -0
- {strongdm-12.6.0 → strongdm-12.9.0}/strongdm/workflow_roles_pb2_grpc.py +0 -0
- {strongdm-12.6.0 → strongdm-12.9.0}/strongdm/workflows_history_pb2.py +0 -0
- {strongdm-12.6.0 → strongdm-12.9.0}/strongdm/workflows_history_pb2_grpc.py +0 -0
- {strongdm-12.6.0 → strongdm-12.9.0}/strongdm/workflows_pb2.py +0 -0
- {strongdm-12.6.0 → strongdm-12.9.0}/strongdm/workflows_pb2_grpc.py +0 -0
- {strongdm-12.6.0 → strongdm-12.9.0}/strongdm.egg-info/SOURCES.txt +0 -0
- {strongdm-12.6.0 → strongdm-12.9.0}/strongdm.egg-info/dependency_links.txt +0 -0
- {strongdm-12.6.0 → strongdm-12.9.0}/strongdm.egg-info/requires.txt +0 -0
- {strongdm-12.6.0 → strongdm-12.9.0}/strongdm.egg-info/top_level.txt +0 -0
@@ -5858,6 +5858,158 @@ class Athena:
|
|
5858
5858
|
)
|
5859
5859
|
|
5860
5860
|
|
5861
|
+
class AthenaIAM:
|
5862
|
+
'''
|
5863
|
+
AthenaIAM is currently unstable, and its API may change, or it may be removed,
|
5864
|
+
without a major version bump.
|
5865
|
+
'''
|
5866
|
+
__slots__ = [
|
5867
|
+
'bind_interface',
|
5868
|
+
'egress_filter',
|
5869
|
+
'healthy',
|
5870
|
+
'id',
|
5871
|
+
'name',
|
5872
|
+
'output',
|
5873
|
+
'port_override',
|
5874
|
+
'proxy_cluster_id',
|
5875
|
+
'region',
|
5876
|
+
'role_arn',
|
5877
|
+
'role_external_id',
|
5878
|
+
'secret_store_id',
|
5879
|
+
'subdomain',
|
5880
|
+
'tags',
|
5881
|
+
]
|
5882
|
+
|
5883
|
+
def __init__(
|
5884
|
+
self,
|
5885
|
+
bind_interface=None,
|
5886
|
+
egress_filter=None,
|
5887
|
+
healthy=None,
|
5888
|
+
id=None,
|
5889
|
+
name=None,
|
5890
|
+
output=None,
|
5891
|
+
port_override=None,
|
5892
|
+
proxy_cluster_id=None,
|
5893
|
+
region=None,
|
5894
|
+
role_arn=None,
|
5895
|
+
role_external_id=None,
|
5896
|
+
secret_store_id=None,
|
5897
|
+
subdomain=None,
|
5898
|
+
tags=None,
|
5899
|
+
):
|
5900
|
+
self.bind_interface = bind_interface if bind_interface is not None else ''
|
5901
|
+
'''
|
5902
|
+
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.
|
5903
|
+
'''
|
5904
|
+
self.egress_filter = egress_filter if egress_filter is not None else ''
|
5905
|
+
'''
|
5906
|
+
A filter applied to the routing logic to pin datasource to nodes.
|
5907
|
+
'''
|
5908
|
+
self.healthy = healthy if healthy is not None else False
|
5909
|
+
'''
|
5910
|
+
True if the datasource is reachable and the credentials are valid.
|
5911
|
+
'''
|
5912
|
+
self.id = id if id is not None else ''
|
5913
|
+
'''
|
5914
|
+
Unique identifier of the Resource.
|
5915
|
+
'''
|
5916
|
+
self.name = name if name is not None else ''
|
5917
|
+
'''
|
5918
|
+
Unique human-readable name of the Resource.
|
5919
|
+
'''
|
5920
|
+
self.output = output if output is not None else ''
|
5921
|
+
'''
|
5922
|
+
The AWS S3 output location.
|
5923
|
+
'''
|
5924
|
+
self.port_override = port_override if port_override is not None else 0
|
5925
|
+
'''
|
5926
|
+
The local port used by clients to connect to this resource.
|
5927
|
+
'''
|
5928
|
+
self.proxy_cluster_id = proxy_cluster_id if proxy_cluster_id is not None else ''
|
5929
|
+
'''
|
5930
|
+
ID of the proxy cluster for this resource, if any.
|
5931
|
+
'''
|
5932
|
+
self.region = region if region is not None else ''
|
5933
|
+
'''
|
5934
|
+
The AWS region to connect to e.g. us-east-1.
|
5935
|
+
'''
|
5936
|
+
self.role_arn = role_arn if role_arn is not None else ''
|
5937
|
+
'''
|
5938
|
+
The role to assume after logging in.
|
5939
|
+
'''
|
5940
|
+
self.role_external_id = role_external_id if role_external_id is not None else ''
|
5941
|
+
'''
|
5942
|
+
The external ID to associate with assume role requests. Does nothing if a role ARN is not provided.
|
5943
|
+
'''
|
5944
|
+
self.secret_store_id = secret_store_id if secret_store_id is not None else ''
|
5945
|
+
'''
|
5946
|
+
ID of the secret store containing credentials for this resource, if any.
|
5947
|
+
'''
|
5948
|
+
self.subdomain = subdomain if subdomain is not None else ''
|
5949
|
+
'''
|
5950
|
+
Subdomain is the local DNS address. (e.g. app-prod1 turns into app-prod1.your-org-name.sdm.network)
|
5951
|
+
'''
|
5952
|
+
self.tags = tags if tags is not None else _porcelain_zero_value_tags()
|
5953
|
+
'''
|
5954
|
+
Tags is a map of key, value pairs.
|
5955
|
+
'''
|
5956
|
+
|
5957
|
+
def __repr__(self):
|
5958
|
+
return '<sdm.AthenaIAM ' + \
|
5959
|
+
'bind_interface: ' + repr(self.bind_interface) + ' ' +\
|
5960
|
+
'egress_filter: ' + repr(self.egress_filter) + ' ' +\
|
5961
|
+
'healthy: ' + repr(self.healthy) + ' ' +\
|
5962
|
+
'id: ' + repr(self.id) + ' ' +\
|
5963
|
+
'name: ' + repr(self.name) + ' ' +\
|
5964
|
+
'output: ' + repr(self.output) + ' ' +\
|
5965
|
+
'port_override: ' + repr(self.port_override) + ' ' +\
|
5966
|
+
'proxy_cluster_id: ' + repr(self.proxy_cluster_id) + ' ' +\
|
5967
|
+
'region: ' + repr(self.region) + ' ' +\
|
5968
|
+
'role_arn: ' + repr(self.role_arn) + ' ' +\
|
5969
|
+
'role_external_id: ' + repr(self.role_external_id) + ' ' +\
|
5970
|
+
'secret_store_id: ' + repr(self.secret_store_id) + ' ' +\
|
5971
|
+
'subdomain: ' + repr(self.subdomain) + ' ' +\
|
5972
|
+
'tags: ' + repr(self.tags) + ' ' +\
|
5973
|
+
'>'
|
5974
|
+
|
5975
|
+
def to_dict(self):
|
5976
|
+
return {
|
5977
|
+
'bind_interface': self.bind_interface,
|
5978
|
+
'egress_filter': self.egress_filter,
|
5979
|
+
'healthy': self.healthy,
|
5980
|
+
'id': self.id,
|
5981
|
+
'name': self.name,
|
5982
|
+
'output': self.output,
|
5983
|
+
'port_override': self.port_override,
|
5984
|
+
'proxy_cluster_id': self.proxy_cluster_id,
|
5985
|
+
'region': self.region,
|
5986
|
+
'role_arn': self.role_arn,
|
5987
|
+
'role_external_id': self.role_external_id,
|
5988
|
+
'secret_store_id': self.secret_store_id,
|
5989
|
+
'subdomain': self.subdomain,
|
5990
|
+
'tags': self.tags,
|
5991
|
+
}
|
5992
|
+
|
5993
|
+
@classmethod
|
5994
|
+
def from_dict(cls, d):
|
5995
|
+
return cls(
|
5996
|
+
bind_interface=d.get('bind_interface'),
|
5997
|
+
egress_filter=d.get('egress_filter'),
|
5998
|
+
healthy=d.get('healthy'),
|
5999
|
+
id=d.get('id'),
|
6000
|
+
name=d.get('name'),
|
6001
|
+
output=d.get('output'),
|
6002
|
+
port_override=d.get('port_override'),
|
6003
|
+
proxy_cluster_id=d.get('proxy_cluster_id'),
|
6004
|
+
region=d.get('region'),
|
6005
|
+
role_arn=d.get('role_arn'),
|
6006
|
+
role_external_id=d.get('role_external_id'),
|
6007
|
+
secret_store_id=d.get('secret_store_id'),
|
6008
|
+
subdomain=d.get('subdomain'),
|
6009
|
+
tags=d.get('tags'),
|
6010
|
+
)
|
6011
|
+
|
6012
|
+
|
5861
6013
|
class AuroraMysql:
|
5862
6014
|
__slots__ = [
|
5863
6015
|
'bind_interface',
|
@@ -6036,10 +6188,6 @@ class AuroraMysql:
|
|
6036
6188
|
|
6037
6189
|
|
6038
6190
|
class AuroraMysqlIAM:
|
6039
|
-
'''
|
6040
|
-
AuroraMysqlIAM is currently unstable, and its API may change, or it may be removed,
|
6041
|
-
without a major version bump.
|
6042
|
-
'''
|
6043
6191
|
__slots__ = [
|
6044
6192
|
'bind_interface',
|
6045
6193
|
'database',
|
@@ -19845,6 +19993,7 @@ class QueryCapture:
|
|
19845
19993
|
'impersonation_groups',
|
19846
19994
|
'impersonation_user',
|
19847
19995
|
'pod',
|
19996
|
+
'privilege_groups',
|
19848
19997
|
'request_body',
|
19849
19998
|
'request_method',
|
19850
19999
|
'request_uri',
|
@@ -19864,6 +20013,7 @@ class QueryCapture:
|
|
19864
20013
|
impersonation_groups=None,
|
19865
20014
|
impersonation_user=None,
|
19866
20015
|
pod=None,
|
20016
|
+
privilege_groups=None,
|
19867
20017
|
request_body=None,
|
19868
20018
|
request_method=None,
|
19869
20019
|
request_uri=None,
|
@@ -19910,6 +20060,10 @@ class QueryCapture:
|
|
19910
20060
|
'''
|
19911
20061
|
The target pod of a Kubernetes operation.
|
19912
20062
|
'''
|
20063
|
+
self.privilege_groups = privilege_groups if privilege_groups is not None else []
|
20064
|
+
'''
|
20065
|
+
The additional impersonation groups, as granted by privilege levels, of a Kubernetes operation.
|
20066
|
+
'''
|
19913
20067
|
self.request_body = request_body if request_body is not None else b''
|
19914
20068
|
'''
|
19915
20069
|
The HTTP request body of a Kubernetes operation.
|
@@ -19943,6 +20097,7 @@ class QueryCapture:
|
|
19943
20097
|
'impersonation_groups: ' + repr(self.impersonation_groups) + ' ' +\
|
19944
20098
|
'impersonation_user: ' + repr(self.impersonation_user) + ' ' +\
|
19945
20099
|
'pod: ' + repr(self.pod) + ' ' +\
|
20100
|
+
'privilege_groups: ' + repr(self.privilege_groups) + ' ' +\
|
19946
20101
|
'request_body: ' + repr(self.request_body) + ' ' +\
|
19947
20102
|
'request_method: ' + repr(self.request_method) + ' ' +\
|
19948
20103
|
'request_uri: ' + repr(self.request_uri) + ' ' +\
|
@@ -19962,6 +20117,7 @@ class QueryCapture:
|
|
19962
20117
|
'impersonation_groups': self.impersonation_groups,
|
19963
20118
|
'impersonation_user': self.impersonation_user,
|
19964
20119
|
'pod': self.pod,
|
20120
|
+
'privilege_groups': self.privilege_groups,
|
19965
20121
|
'request_body': self.request_body,
|
19966
20122
|
'request_method': self.request_method,
|
19967
20123
|
'request_uri': self.request_uri,
|
@@ -19982,6 +20138,7 @@ class QueryCapture:
|
|
19982
20138
|
impersonation_groups=d.get('impersonation_groups'),
|
19983
20139
|
impersonation_user=d.get('impersonation_user'),
|
19984
20140
|
pod=d.get('pod'),
|
20141
|
+
privilege_groups=d.get('privilege_groups'),
|
19985
20142
|
request_body=d.get('request_body'),
|
19986
20143
|
request_method=d.get('request_method'),
|
19987
20144
|
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 *
|
@@ -3161,6 +3161,60 @@ def convert_repeated_athena_to_porcelain(plumbings):
|
|
3161
3161
|
return [convert_athena_to_porcelain(plumbing) for plumbing in plumbings]
|
3162
3162
|
|
3163
3163
|
|
3164
|
+
def convert_athena_iam_to_porcelain(plumbing):
|
3165
|
+
if plumbing is None:
|
3166
|
+
return None
|
3167
|
+
porcelain = models.AthenaIAM()
|
3168
|
+
porcelain.bind_interface = (plumbing.bind_interface)
|
3169
|
+
porcelain.egress_filter = (plumbing.egress_filter)
|
3170
|
+
porcelain.healthy = (plumbing.healthy)
|
3171
|
+
porcelain.id = (plumbing.id)
|
3172
|
+
porcelain.name = (plumbing.name)
|
3173
|
+
porcelain.output = (plumbing.output)
|
3174
|
+
porcelain.port_override = (plumbing.port_override)
|
3175
|
+
porcelain.proxy_cluster_id = (plumbing.proxy_cluster_id)
|
3176
|
+
porcelain.region = (plumbing.region)
|
3177
|
+
porcelain.role_arn = (plumbing.role_arn)
|
3178
|
+
porcelain.role_external_id = (plumbing.role_external_id)
|
3179
|
+
porcelain.secret_store_id = (plumbing.secret_store_id)
|
3180
|
+
porcelain.subdomain = (plumbing.subdomain)
|
3181
|
+
porcelain.tags = convert_tags_to_porcelain(plumbing.tags)
|
3182
|
+
return porcelain
|
3183
|
+
|
3184
|
+
|
3185
|
+
def convert_athena_iam_to_plumbing(porcelain):
|
3186
|
+
plumbing = AthenaIAM()
|
3187
|
+
if porcelain is None:
|
3188
|
+
return plumbing
|
3189
|
+
plumbing.bind_interface = (porcelain.bind_interface)
|
3190
|
+
plumbing.egress_filter = (porcelain.egress_filter)
|
3191
|
+
plumbing.healthy = (porcelain.healthy)
|
3192
|
+
plumbing.id = (porcelain.id)
|
3193
|
+
plumbing.name = (porcelain.name)
|
3194
|
+
plumbing.output = (porcelain.output)
|
3195
|
+
plumbing.port_override = (porcelain.port_override)
|
3196
|
+
plumbing.proxy_cluster_id = (porcelain.proxy_cluster_id)
|
3197
|
+
plumbing.region = (porcelain.region)
|
3198
|
+
plumbing.role_arn = (porcelain.role_arn)
|
3199
|
+
plumbing.role_external_id = (porcelain.role_external_id)
|
3200
|
+
plumbing.secret_store_id = (porcelain.secret_store_id)
|
3201
|
+
plumbing.subdomain = (porcelain.subdomain)
|
3202
|
+
plumbing.tags.CopyFrom(convert_tags_to_plumbing(porcelain.tags))
|
3203
|
+
return plumbing
|
3204
|
+
|
3205
|
+
|
3206
|
+
def convert_repeated_athena_iam_to_plumbing(porcelains):
|
3207
|
+
return [
|
3208
|
+
convert_athena_iam_to_plumbing(porcelain) for porcelain in porcelains
|
3209
|
+
]
|
3210
|
+
|
3211
|
+
|
3212
|
+
def convert_repeated_athena_iam_to_porcelain(plumbings):
|
3213
|
+
return [
|
3214
|
+
convert_athena_iam_to_porcelain(plumbing) for plumbing in plumbings
|
3215
|
+
]
|
3216
|
+
|
3217
|
+
|
3164
3218
|
def convert_aurora_mysql_to_porcelain(plumbing):
|
3165
3219
|
if plumbing is None:
|
3166
3220
|
return None
|
@@ -9272,6 +9326,7 @@ def convert_query_capture_to_porcelain(plumbing):
|
|
9272
9326
|
porcelain.impersonation_groups = (plumbing.impersonation_groups)
|
9273
9327
|
porcelain.impersonation_user = (plumbing.impersonation_user)
|
9274
9328
|
porcelain.pod = (plumbing.pod)
|
9329
|
+
porcelain.privilege_groups = (plumbing.privilege_groups)
|
9275
9330
|
porcelain.request_body = (plumbing.request_body)
|
9276
9331
|
porcelain.request_method = (plumbing.request_method)
|
9277
9332
|
porcelain.request_uri = (plumbing.request_uri)
|
@@ -9295,6 +9350,8 @@ def convert_query_capture_to_plumbing(porcelain):
|
|
9295
9350
|
plumbing.impersonation_groups.extend((porcelain.impersonation_groups))
|
9296
9351
|
plumbing.impersonation_user = (porcelain.impersonation_user)
|
9297
9352
|
plumbing.pod = (porcelain.pod)
|
9353
|
+
del plumbing.privilege_groups[:]
|
9354
|
+
plumbing.privilege_groups.extend((porcelain.privilege_groups))
|
9298
9355
|
plumbing.request_body = (porcelain.request_body)
|
9299
9356
|
plumbing.request_method = (porcelain.request_method)
|
9300
9357
|
plumbing.request_uri = (porcelain.request_uri)
|
@@ -10277,6 +10334,8 @@ def convert_resource_to_plumbing(porcelain):
|
|
10277
10334
|
convert_amazon_mqamqp_091_to_plumbing(porcelain))
|
10278
10335
|
if isinstance(porcelain, models.Athena):
|
10279
10336
|
plumbing.athena.CopyFrom(convert_athena_to_plumbing(porcelain))
|
10337
|
+
if isinstance(porcelain, models.AthenaIAM):
|
10338
|
+
plumbing.athena_iam.CopyFrom(convert_athena_iam_to_plumbing(porcelain))
|
10280
10339
|
if isinstance(porcelain, models.AuroraMysql):
|
10281
10340
|
plumbing.aurora_mysql.CopyFrom(
|
10282
10341
|
convert_aurora_mysql_to_plumbing(porcelain))
|
@@ -10525,6 +10584,8 @@ def convert_resource_to_porcelain(plumbing):
|
|
10525
10584
|
plumbing.amazon_mqamqp_091)
|
10526
10585
|
if plumbing.HasField('athena'):
|
10527
10586
|
return convert_athena_to_porcelain(plumbing.athena)
|
10587
|
+
if plumbing.HasField('athena_iam'):
|
10588
|
+
return convert_athena_iam_to_porcelain(plumbing.athena_iam)
|
10528
10589
|
if plumbing.HasField('aurora_mysql'):
|
10529
10590
|
return convert_aurora_mysql_to_porcelain(plumbing.aurora_mysql)
|
10530
10591
|
if plumbing.HasField('aurora_mysql_iam'):
|
@@ -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,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 *
|
@@ -4466,6 +4466,7 @@ class Resources:
|
|
4466
4466
|
`strongdm.models.AmazonES`
|
4467
4467
|
`strongdm.models.AmazonMQAMQP091`
|
4468
4468
|
`strongdm.models.Athena`
|
4469
|
+
`strongdm.models.AthenaIAM`
|
4469
4470
|
`strongdm.models.AuroraMysql`
|
4470
4471
|
`strongdm.models.AuroraMysqlIAM`
|
4471
4472
|
`strongdm.models.AuroraPostgres`
|
@@ -1,12 +1,12 @@
|
|
1
1
|
Metadata-Version: 2.1
|
2
2
|
Name: strongdm
|
3
|
-
Version: 12.
|
3
|
+
Version: 12.9.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.9.0.tar.gz
|
10
10
|
Keywords: strongDM,sdm,api,automation,security,audit,database,server,ssh,rdp
|
11
11
|
Platform: UNKNOWN
|
12
12
|
Classifier: Development Status :: 4 - Beta
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{strongdm-12.6.0 → strongdm-12.9.0}/strongdm/approval_workflow_approvers_history_pb2_grpc.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|