strongdm 14.17.0__zip → 14.20.0__zip
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {strongdm-14.17.0 → strongdm-14.20.0}/PKG-INFO +2 -2
- {strongdm-14.17.0 → strongdm-14.20.0}/setup.py +2 -2
- {strongdm-14.17.0 → strongdm-14.20.0}/strongdm/client.py +48 -31
- {strongdm-14.17.0 → strongdm-14.20.0}/strongdm/drivers_pb2.py +96 -92
- {strongdm-14.17.0 → strongdm-14.20.0}/strongdm/models.py +28 -0
- {strongdm-14.17.0 → strongdm-14.20.0}/strongdm/plumbing.py +6 -0
- {strongdm-14.17.0 → strongdm-14.20.0}/strongdm/queries_pb2.py +10 -8
- {strongdm-14.17.0 → strongdm-14.20.0}/strongdm/svc.py +869 -483
- {strongdm-14.17.0 → strongdm-14.20.0}/strongdm.egg-info/PKG-INFO +2 -2
- {strongdm-14.17.0 → strongdm-14.20.0}/LICENSE +0 -0
- {strongdm-14.17.0 → strongdm-14.20.0}/README.md +0 -0
- {strongdm-14.17.0 → strongdm-14.20.0}/setup.cfg +0 -0
- {strongdm-14.17.0 → strongdm-14.20.0}/strongdm/__init__.py +0 -0
- {strongdm-14.17.0 → strongdm-14.20.0}/strongdm/access_request_events_history_pb2.py +0 -0
- {strongdm-14.17.0 → strongdm-14.20.0}/strongdm/access_request_events_history_pb2_grpc.py +0 -0
- {strongdm-14.17.0 → strongdm-14.20.0}/strongdm/access_requests_history_pb2.py +0 -0
- {strongdm-14.17.0 → strongdm-14.20.0}/strongdm/access_requests_history_pb2_grpc.py +0 -0
- {strongdm-14.17.0 → strongdm-14.20.0}/strongdm/access_requests_pb2.py +0 -0
- {strongdm-14.17.0 → strongdm-14.20.0}/strongdm/access_requests_pb2_grpc.py +0 -0
- {strongdm-14.17.0 → strongdm-14.20.0}/strongdm/account_attachments_history_pb2.py +0 -0
- {strongdm-14.17.0 → strongdm-14.20.0}/strongdm/account_attachments_history_pb2_grpc.py +0 -0
- {strongdm-14.17.0 → strongdm-14.20.0}/strongdm/account_attachments_pb2.py +0 -0
- {strongdm-14.17.0 → strongdm-14.20.0}/strongdm/account_attachments_pb2_grpc.py +0 -0
- {strongdm-14.17.0 → strongdm-14.20.0}/strongdm/account_grants_history_pb2.py +0 -0
- {strongdm-14.17.0 → strongdm-14.20.0}/strongdm/account_grants_history_pb2_grpc.py +0 -0
- {strongdm-14.17.0 → strongdm-14.20.0}/strongdm/account_grants_pb2.py +0 -0
- {strongdm-14.17.0 → strongdm-14.20.0}/strongdm/account_grants_pb2_grpc.py +0 -0
- {strongdm-14.17.0 → strongdm-14.20.0}/strongdm/account_permissions_pb2.py +0 -0
- {strongdm-14.17.0 → strongdm-14.20.0}/strongdm/account_permissions_pb2_grpc.py +0 -0
- {strongdm-14.17.0 → strongdm-14.20.0}/strongdm/account_resources_history_pb2.py +0 -0
- {strongdm-14.17.0 → strongdm-14.20.0}/strongdm/account_resources_history_pb2_grpc.py +0 -0
- {strongdm-14.17.0 → strongdm-14.20.0}/strongdm/account_resources_pb2.py +0 -0
- {strongdm-14.17.0 → strongdm-14.20.0}/strongdm/account_resources_pb2_grpc.py +0 -0
- {strongdm-14.17.0 → strongdm-14.20.0}/strongdm/accounts_history_pb2.py +0 -0
- {strongdm-14.17.0 → strongdm-14.20.0}/strongdm/accounts_history_pb2_grpc.py +0 -0
- {strongdm-14.17.0 → strongdm-14.20.0}/strongdm/accounts_pb2.py +0 -0
- {strongdm-14.17.0 → strongdm-14.20.0}/strongdm/accounts_pb2_grpc.py +0 -0
- {strongdm-14.17.0 → strongdm-14.20.0}/strongdm/activities_pb2.py +0 -0
- {strongdm-14.17.0 → strongdm-14.20.0}/strongdm/activities_pb2_grpc.py +0 -0
- {strongdm-14.17.0 → strongdm-14.20.0}/strongdm/approval_workflow_approvers_history_pb2.py +0 -0
- {strongdm-14.17.0 → strongdm-14.20.0}/strongdm/approval_workflow_approvers_history_pb2_grpc.py +0 -0
- {strongdm-14.17.0 → strongdm-14.20.0}/strongdm/approval_workflow_approvers_pb2.py +0 -0
- {strongdm-14.17.0 → strongdm-14.20.0}/strongdm/approval_workflow_approvers_pb2_grpc.py +0 -0
- {strongdm-14.17.0 → strongdm-14.20.0}/strongdm/approval_workflow_steps_history_pb2.py +0 -0
- {strongdm-14.17.0 → strongdm-14.20.0}/strongdm/approval_workflow_steps_history_pb2_grpc.py +0 -0
- {strongdm-14.17.0 → strongdm-14.20.0}/strongdm/approval_workflow_steps_pb2.py +0 -0
- {strongdm-14.17.0 → strongdm-14.20.0}/strongdm/approval_workflow_steps_pb2_grpc.py +0 -0
- {strongdm-14.17.0 → strongdm-14.20.0}/strongdm/approval_workflows_history_pb2.py +0 -0
- {strongdm-14.17.0 → strongdm-14.20.0}/strongdm/approval_workflows_history_pb2_grpc.py +0 -0
- {strongdm-14.17.0 → strongdm-14.20.0}/strongdm/approval_workflows_pb2.py +0 -0
- {strongdm-14.17.0 → strongdm-14.20.0}/strongdm/approval_workflows_pb2_grpc.py +0 -0
- {strongdm-14.17.0 → strongdm-14.20.0}/strongdm/constants.py +0 -0
- {strongdm-14.17.0 → strongdm-14.20.0}/strongdm/control_panel_pb2.py +0 -0
- {strongdm-14.17.0 → strongdm-14.20.0}/strongdm/control_panel_pb2_grpc.py +0 -0
- {strongdm-14.17.0 → strongdm-14.20.0}/strongdm/drivers_pb2_grpc.py +0 -0
- {strongdm-14.17.0 → strongdm-14.20.0}/strongdm/errors.py +0 -0
- {strongdm-14.17.0 → strongdm-14.20.0}/strongdm/health_checks_pb2.py +0 -0
- {strongdm-14.17.0 → strongdm-14.20.0}/strongdm/health_checks_pb2_grpc.py +0 -0
- {strongdm-14.17.0 → strongdm-14.20.0}/strongdm/identity_aliases_history_pb2.py +0 -0
- {strongdm-14.17.0 → strongdm-14.20.0}/strongdm/identity_aliases_history_pb2_grpc.py +0 -0
- {strongdm-14.17.0 → strongdm-14.20.0}/strongdm/identity_aliases_pb2.py +0 -0
- {strongdm-14.17.0 → strongdm-14.20.0}/strongdm/identity_aliases_pb2_grpc.py +0 -0
- {strongdm-14.17.0 → strongdm-14.20.0}/strongdm/identity_sets_history_pb2.py +0 -0
- {strongdm-14.17.0 → strongdm-14.20.0}/strongdm/identity_sets_history_pb2_grpc.py +0 -0
- {strongdm-14.17.0 → strongdm-14.20.0}/strongdm/identity_sets_pb2.py +0 -0
- {strongdm-14.17.0 → strongdm-14.20.0}/strongdm/identity_sets_pb2_grpc.py +0 -0
- {strongdm-14.17.0 → strongdm-14.20.0}/strongdm/managed_secrets_pb2.py +0 -0
- {strongdm-14.17.0 → strongdm-14.20.0}/strongdm/managed_secrets_pb2_grpc.py +0 -0
- {strongdm-14.17.0 → strongdm-14.20.0}/strongdm/nodes_history_pb2.py +0 -0
- {strongdm-14.17.0 → strongdm-14.20.0}/strongdm/nodes_history_pb2_grpc.py +0 -0
- {strongdm-14.17.0 → strongdm-14.20.0}/strongdm/nodes_pb2.py +0 -0
- {strongdm-14.17.0 → strongdm-14.20.0}/strongdm/nodes_pb2_grpc.py +0 -0
- {strongdm-14.17.0 → strongdm-14.20.0}/strongdm/options_pb2.py +0 -0
- {strongdm-14.17.0 → strongdm-14.20.0}/strongdm/options_pb2_grpc.py +0 -0
- {strongdm-14.17.0 → strongdm-14.20.0}/strongdm/organization_history_pb2.py +0 -0
- {strongdm-14.17.0 → strongdm-14.20.0}/strongdm/organization_history_pb2_grpc.py +0 -0
- {strongdm-14.17.0 → strongdm-14.20.0}/strongdm/peering_group_nodes_pb2.py +0 -0
- {strongdm-14.17.0 → strongdm-14.20.0}/strongdm/peering_group_nodes_pb2_grpc.py +0 -0
- {strongdm-14.17.0 → strongdm-14.20.0}/strongdm/peering_group_peers_pb2.py +0 -0
- {strongdm-14.17.0 → strongdm-14.20.0}/strongdm/peering_group_peers_pb2_grpc.py +0 -0
- {strongdm-14.17.0 → strongdm-14.20.0}/strongdm/peering_group_resources_pb2.py +0 -0
- {strongdm-14.17.0 → strongdm-14.20.0}/strongdm/peering_group_resources_pb2_grpc.py +0 -0
- {strongdm-14.17.0 → strongdm-14.20.0}/strongdm/peering_groups_pb2.py +0 -0
- {strongdm-14.17.0 → strongdm-14.20.0}/strongdm/peering_groups_pb2_grpc.py +0 -0
- {strongdm-14.17.0 → strongdm-14.20.0}/strongdm/policies_history_pb2.py +0 -0
- {strongdm-14.17.0 → strongdm-14.20.0}/strongdm/policies_history_pb2_grpc.py +0 -0
- {strongdm-14.17.0 → strongdm-14.20.0}/strongdm/policies_pb2.py +0 -0
- {strongdm-14.17.0 → strongdm-14.20.0}/strongdm/policies_pb2_grpc.py +0 -0
- {strongdm-14.17.0 → strongdm-14.20.0}/strongdm/proxy_cluster_keys_pb2.py +0 -0
- {strongdm-14.17.0 → strongdm-14.20.0}/strongdm/proxy_cluster_keys_pb2_grpc.py +0 -0
- {strongdm-14.17.0 → strongdm-14.20.0}/strongdm/queries_pb2_grpc.py +0 -0
- {strongdm-14.17.0 → strongdm-14.20.0}/strongdm/remote_identities_history_pb2.py +0 -0
- {strongdm-14.17.0 → strongdm-14.20.0}/strongdm/remote_identities_history_pb2_grpc.py +0 -0
- {strongdm-14.17.0 → strongdm-14.20.0}/strongdm/remote_identities_pb2.py +0 -0
- {strongdm-14.17.0 → strongdm-14.20.0}/strongdm/remote_identities_pb2_grpc.py +0 -0
- {strongdm-14.17.0 → strongdm-14.20.0}/strongdm/remote_identity_groups_history_pb2.py +0 -0
- {strongdm-14.17.0 → strongdm-14.20.0}/strongdm/remote_identity_groups_history_pb2_grpc.py +0 -0
- {strongdm-14.17.0 → strongdm-14.20.0}/strongdm/remote_identity_groups_pb2.py +0 -0
- {strongdm-14.17.0 → strongdm-14.20.0}/strongdm/remote_identity_groups_pb2_grpc.py +0 -0
- {strongdm-14.17.0 → strongdm-14.20.0}/strongdm/replays_pb2.py +0 -0
- {strongdm-14.17.0 → strongdm-14.20.0}/strongdm/replays_pb2_grpc.py +0 -0
- {strongdm-14.17.0 → strongdm-14.20.0}/strongdm/resources_history_pb2.py +0 -0
- {strongdm-14.17.0 → strongdm-14.20.0}/strongdm/resources_history_pb2_grpc.py +0 -0
- {strongdm-14.17.0 → strongdm-14.20.0}/strongdm/resources_pb2.py +0 -0
- {strongdm-14.17.0 → strongdm-14.20.0}/strongdm/resources_pb2_grpc.py +0 -0
- {strongdm-14.17.0 → strongdm-14.20.0}/strongdm/role_resources_history_pb2.py +0 -0
- {strongdm-14.17.0 → strongdm-14.20.0}/strongdm/role_resources_history_pb2_grpc.py +0 -0
- {strongdm-14.17.0 → strongdm-14.20.0}/strongdm/role_resources_pb2.py +0 -0
- {strongdm-14.17.0 → strongdm-14.20.0}/strongdm/role_resources_pb2_grpc.py +0 -0
- {strongdm-14.17.0 → strongdm-14.20.0}/strongdm/roles_history_pb2.py +0 -0
- {strongdm-14.17.0 → strongdm-14.20.0}/strongdm/roles_history_pb2_grpc.py +0 -0
- {strongdm-14.17.0 → strongdm-14.20.0}/strongdm/roles_pb2.py +0 -0
- {strongdm-14.17.0 → strongdm-14.20.0}/strongdm/roles_pb2_grpc.py +0 -0
- {strongdm-14.17.0 → strongdm-14.20.0}/strongdm/secret_engine_policy_pb2.py +0 -0
- {strongdm-14.17.0 → strongdm-14.20.0}/strongdm/secret_engine_policy_pb2_grpc.py +0 -0
- {strongdm-14.17.0 → strongdm-14.20.0}/strongdm/secret_engine_types_pb2.py +0 -0
- {strongdm-14.17.0 → strongdm-14.20.0}/strongdm/secret_engine_types_pb2_grpc.py +0 -0
- {strongdm-14.17.0 → strongdm-14.20.0}/strongdm/secret_engines_pb2.py +0 -0
- {strongdm-14.17.0 → strongdm-14.20.0}/strongdm/secret_engines_pb2_grpc.py +0 -0
- {strongdm-14.17.0 → strongdm-14.20.0}/strongdm/secret_store_healths_pb2.py +0 -0
- {strongdm-14.17.0 → strongdm-14.20.0}/strongdm/secret_store_healths_pb2_grpc.py +0 -0
- {strongdm-14.17.0 → strongdm-14.20.0}/strongdm/secret_store_types_pb2.py +0 -0
- {strongdm-14.17.0 → strongdm-14.20.0}/strongdm/secret_store_types_pb2_grpc.py +0 -0
- {strongdm-14.17.0 → strongdm-14.20.0}/strongdm/secret_stores_history_pb2.py +0 -0
- {strongdm-14.17.0 → strongdm-14.20.0}/strongdm/secret_stores_history_pb2_grpc.py +0 -0
- {strongdm-14.17.0 → strongdm-14.20.0}/strongdm/secret_stores_pb2.py +0 -0
- {strongdm-14.17.0 → strongdm-14.20.0}/strongdm/secret_stores_pb2_grpc.py +0 -0
- {strongdm-14.17.0 → strongdm-14.20.0}/strongdm/spec_pb2.py +0 -0
- {strongdm-14.17.0 → strongdm-14.20.0}/strongdm/spec_pb2_grpc.py +0 -0
- {strongdm-14.17.0 → strongdm-14.20.0}/strongdm/tags_pb2.py +0 -0
- {strongdm-14.17.0 → strongdm-14.20.0}/strongdm/tags_pb2_grpc.py +0 -0
- {strongdm-14.17.0 → strongdm-14.20.0}/strongdm/workflow_approvers_history_pb2.py +0 -0
- {strongdm-14.17.0 → strongdm-14.20.0}/strongdm/workflow_approvers_history_pb2_grpc.py +0 -0
- {strongdm-14.17.0 → strongdm-14.20.0}/strongdm/workflow_approvers_pb2.py +0 -0
- {strongdm-14.17.0 → strongdm-14.20.0}/strongdm/workflow_approvers_pb2_grpc.py +0 -0
- {strongdm-14.17.0 → strongdm-14.20.0}/strongdm/workflow_assignments_history_pb2.py +0 -0
- {strongdm-14.17.0 → strongdm-14.20.0}/strongdm/workflow_assignments_history_pb2_grpc.py +0 -0
- {strongdm-14.17.0 → strongdm-14.20.0}/strongdm/workflow_assignments_pb2.py +0 -0
- {strongdm-14.17.0 → strongdm-14.20.0}/strongdm/workflow_assignments_pb2_grpc.py +0 -0
- {strongdm-14.17.0 → strongdm-14.20.0}/strongdm/workflow_roles_history_pb2.py +0 -0
- {strongdm-14.17.0 → strongdm-14.20.0}/strongdm/workflow_roles_history_pb2_grpc.py +0 -0
- {strongdm-14.17.0 → strongdm-14.20.0}/strongdm/workflow_roles_pb2.py +0 -0
- {strongdm-14.17.0 → strongdm-14.20.0}/strongdm/workflow_roles_pb2_grpc.py +0 -0
- {strongdm-14.17.0 → strongdm-14.20.0}/strongdm/workflows_history_pb2.py +0 -0
- {strongdm-14.17.0 → strongdm-14.20.0}/strongdm/workflows_history_pb2_grpc.py +0 -0
- {strongdm-14.17.0 → strongdm-14.20.0}/strongdm/workflows_pb2.py +0 -0
- {strongdm-14.17.0 → strongdm-14.20.0}/strongdm/workflows_pb2_grpc.py +0 -0
- {strongdm-14.17.0 → strongdm-14.20.0}/strongdm.egg-info/SOURCES.txt +0 -0
- {strongdm-14.17.0 → strongdm-14.20.0}/strongdm.egg-info/dependency_links.txt +0 -0
- {strongdm-14.17.0 → strongdm-14.20.0}/strongdm.egg-info/requires.txt +0 -0
- {strongdm-14.17.0 → strongdm-14.20.0}/strongdm.egg-info/top_level.txt +0 -0
@@ -15455,6 +15455,8 @@ class KubernetesPodIdentity:
|
|
15455
15455
|
'allow_resource_role_bypass',
|
15456
15456
|
'bind_interface',
|
15457
15457
|
'certificate_authority',
|
15458
|
+
'discovery_enabled',
|
15459
|
+
'discovery_username',
|
15458
15460
|
'egress_filter',
|
15459
15461
|
'healthcheck_namespace',
|
15460
15462
|
'healthy',
|
@@ -15474,6 +15476,8 @@ class KubernetesPodIdentity:
|
|
15474
15476
|
allow_resource_role_bypass=None,
|
15475
15477
|
bind_interface=None,
|
15476
15478
|
certificate_authority=None,
|
15479
|
+
discovery_enabled=None,
|
15480
|
+
discovery_username=None,
|
15477
15481
|
egress_filter=None,
|
15478
15482
|
healthcheck_namespace=None,
|
15479
15483
|
healthy=None,
|
@@ -15500,6 +15504,15 @@ class KubernetesPodIdentity:
|
|
15500
15504
|
'''
|
15501
15505
|
The CA to authenticate TLS connections with.
|
15502
15506
|
'''
|
15507
|
+
self.discovery_enabled = discovery_enabled if discovery_enabled is not None else False
|
15508
|
+
'''
|
15509
|
+
If true, configures discovery of a cluster to be run from a node.
|
15510
|
+
'''
|
15511
|
+
self.discovery_username = discovery_username if discovery_username is not None else ''
|
15512
|
+
'''
|
15513
|
+
If a cluster is configured for user impersonation, this is the user to impersonate when
|
15514
|
+
running discovery.
|
15515
|
+
'''
|
15503
15516
|
self.egress_filter = egress_filter if egress_filter is not None else ''
|
15504
15517
|
'''
|
15505
15518
|
A filter applied to the routing logic to pin datasource to nodes.
|
@@ -15554,6 +15567,8 @@ class KubernetesPodIdentity:
|
|
15554
15567
|
'allow_resource_role_bypass: ' + repr(self.allow_resource_role_bypass) + ' ' +\
|
15555
15568
|
'bind_interface: ' + repr(self.bind_interface) + ' ' +\
|
15556
15569
|
'certificate_authority: ' + repr(self.certificate_authority) + ' ' +\
|
15570
|
+
'discovery_enabled: ' + repr(self.discovery_enabled) + ' ' +\
|
15571
|
+
'discovery_username: ' + repr(self.discovery_username) + ' ' +\
|
15557
15572
|
'egress_filter: ' + repr(self.egress_filter) + ' ' +\
|
15558
15573
|
'healthcheck_namespace: ' + repr(self.healthcheck_namespace) + ' ' +\
|
15559
15574
|
'healthy: ' + repr(self.healthy) + ' ' +\
|
@@ -15573,6 +15588,8 @@ class KubernetesPodIdentity:
|
|
15573
15588
|
'allow_resource_role_bypass': self.allow_resource_role_bypass,
|
15574
15589
|
'bind_interface': self.bind_interface,
|
15575
15590
|
'certificate_authority': self.certificate_authority,
|
15591
|
+
'discovery_enabled': self.discovery_enabled,
|
15592
|
+
'discovery_username': self.discovery_username,
|
15576
15593
|
'egress_filter': self.egress_filter,
|
15577
15594
|
'healthcheck_namespace': self.healthcheck_namespace,
|
15578
15595
|
'healthy': self.healthy,
|
@@ -15594,6 +15611,8 @@ class KubernetesPodIdentity:
|
|
15594
15611
|
allow_resource_role_bypass=d.get('allow_resource_role_bypass'),
|
15595
15612
|
bind_interface=d.get('bind_interface'),
|
15596
15613
|
certificate_authority=d.get('certificate_authority'),
|
15614
|
+
discovery_enabled=d.get('discovery_enabled'),
|
15615
|
+
discovery_username=d.get('discovery_username'),
|
15597
15616
|
egress_filter=d.get('egress_filter'),
|
15598
15617
|
healthcheck_namespace=d.get('healthcheck_namespace'),
|
15599
15618
|
healthy=d.get('healthy'),
|
@@ -22201,6 +22220,7 @@ class Query:
|
|
22201
22220
|
'encrypted',
|
22202
22221
|
'id',
|
22203
22222
|
'identity_alias_username',
|
22223
|
+
'metadata_json',
|
22204
22224
|
'query_body',
|
22205
22225
|
'query_category',
|
22206
22226
|
'query_hash',
|
@@ -22233,6 +22253,7 @@ class Query:
|
|
22233
22253
|
encrypted=None,
|
22234
22254
|
id=None,
|
22235
22255
|
identity_alias_username=None,
|
22256
|
+
metadata_json=None,
|
22236
22257
|
query_body=None,
|
22237
22258
|
query_category=None,
|
22238
22259
|
query_hash=None,
|
@@ -22311,6 +22332,10 @@ class Query:
|
|
22311
22332
|
'''
|
22312
22333
|
The username of the IdentityAlias used to access the Resource.
|
22313
22334
|
'''
|
22335
|
+
self.metadata_json = metadata_json if metadata_json is not None else ''
|
22336
|
+
'''
|
22337
|
+
Driver specific metadata associated with this query.
|
22338
|
+
'''
|
22314
22339
|
self.query_body = query_body if query_body is not None else ''
|
22315
22340
|
'''
|
22316
22341
|
The captured content of the Query.
|
@@ -22391,6 +22416,7 @@ class Query:
|
|
22391
22416
|
'encrypted: ' + repr(self.encrypted) + ' ' +\
|
22392
22417
|
'id: ' + repr(self.id) + ' ' +\
|
22393
22418
|
'identity_alias_username: ' + repr(self.identity_alias_username) + ' ' +\
|
22419
|
+
'metadata_json: ' + repr(self.metadata_json) + ' ' +\
|
22394
22420
|
'query_body: ' + repr(self.query_body) + ' ' +\
|
22395
22421
|
'query_category: ' + repr(self.query_category) + ' ' +\
|
22396
22422
|
'query_hash: ' + repr(self.query_hash) + ' ' +\
|
@@ -22423,6 +22449,7 @@ class Query:
|
|
22423
22449
|
'encrypted': self.encrypted,
|
22424
22450
|
'id': self.id,
|
22425
22451
|
'identity_alias_username': self.identity_alias_username,
|
22452
|
+
'metadata_json': self.metadata_json,
|
22426
22453
|
'query_body': self.query_body,
|
22427
22454
|
'query_category': self.query_category,
|
22428
22455
|
'query_hash': self.query_hash,
|
@@ -22456,6 +22483,7 @@ class Query:
|
|
22456
22483
|
encrypted=d.get('encrypted'),
|
22457
22484
|
id=d.get('id'),
|
22458
22485
|
identity_alias_username=d.get('identity_alias_username'),
|
22486
|
+
metadata_json=d.get('metadata_json'),
|
22459
22487
|
query_body=d.get('query_body'),
|
22460
22488
|
query_category=d.get('query_category'),
|
22461
22489
|
query_hash=d.get('query_hash'),
|
@@ -7243,6 +7243,8 @@ def convert_kubernetes_pod_identity_to_porcelain(plumbing):
|
|
7243
7243
|
plumbing.allow_resource_role_bypass)
|
7244
7244
|
porcelain.bind_interface = (plumbing.bind_interface)
|
7245
7245
|
porcelain.certificate_authority = (plumbing.certificate_authority)
|
7246
|
+
porcelain.discovery_enabled = (plumbing.discovery_enabled)
|
7247
|
+
porcelain.discovery_username = (plumbing.discovery_username)
|
7246
7248
|
porcelain.egress_filter = (plumbing.egress_filter)
|
7247
7249
|
porcelain.healthcheck_namespace = (plumbing.healthcheck_namespace)
|
7248
7250
|
porcelain.healthy = (plumbing.healthy)
|
@@ -7267,6 +7269,8 @@ def convert_kubernetes_pod_identity_to_plumbing(porcelain):
|
|
7267
7269
|
porcelain.allow_resource_role_bypass)
|
7268
7270
|
plumbing.bind_interface = (porcelain.bind_interface)
|
7269
7271
|
plumbing.certificate_authority = (porcelain.certificate_authority)
|
7272
|
+
plumbing.discovery_enabled = (porcelain.discovery_enabled)
|
7273
|
+
plumbing.discovery_username = (porcelain.discovery_username)
|
7270
7274
|
plumbing.egress_filter = (porcelain.egress_filter)
|
7271
7275
|
plumbing.healthcheck_namespace = (porcelain.healthcheck_namespace)
|
7272
7276
|
plumbing.healthy = (porcelain.healthy)
|
@@ -10731,6 +10735,7 @@ def convert_query_to_porcelain(plumbing):
|
|
10731
10735
|
porcelain.encrypted = (plumbing.encrypted)
|
10732
10736
|
porcelain.id = (plumbing.id)
|
10733
10737
|
porcelain.identity_alias_username = (plumbing.identity_alias_username)
|
10738
|
+
porcelain.metadata_json = (plumbing.metadata_json)
|
10734
10739
|
porcelain.query_body = (plumbing.query_body)
|
10735
10740
|
porcelain.query_category = (plumbing.query_category)
|
10736
10741
|
porcelain.query_hash = (plumbing.query_hash)
|
@@ -10770,6 +10775,7 @@ def convert_query_to_plumbing(porcelain):
|
|
10770
10775
|
plumbing.encrypted = (porcelain.encrypted)
|
10771
10776
|
plumbing.id = (porcelain.id)
|
10772
10777
|
plumbing.identity_alias_username = (porcelain.identity_alias_username)
|
10778
|
+
plumbing.metadata_json = (porcelain.metadata_json)
|
10773
10779
|
plumbing.query_body = (porcelain.query_body)
|
10774
10780
|
plumbing.query_category = (porcelain.query_category)
|
10775
10781
|
plumbing.query_hash = (porcelain.query_hash)
|
@@ -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\"\
|
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\"\xd3\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\x12=\n\rmetadata_json\x18\x1f \x01(\tB&\xf2\xf8\xb3\x07!\xb0\xf3\xb3\x07\x01\xca\xf3\xb3\x07\x17\xc2\xf4\xb3\x07\x12\n\x02go\x12\x0cMetadataJSON: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
|
|
@@ -153,6 +153,8 @@ if _descriptor._USE_C_DESCRIPTORS == False:
|
|
153
153
|
_QUERY.fields_by_name['client_ip']._serialized_options = b'\362\370\263\007\035\260\363\263\007\001\312\363\263\007\023\302\364\263\007\016\n\002go\022\010ClientIP'
|
154
154
|
_QUERY.fields_by_name['identity_alias_username']._options = None
|
155
155
|
_QUERY.fields_by_name['identity_alias_username']._serialized_options = b'\362\370\263\007\005\260\363\263\007\001'
|
156
|
+
_QUERY.fields_by_name['metadata_json']._options = None
|
157
|
+
_QUERY.fields_by_name['metadata_json']._serialized_options = b'\362\370\263\007!\260\363\263\007\001\312\363\263\007\027\302\364\263\007\022\n\002go\022\014MetadataJSON'
|
156
158
|
_QUERY._options = None
|
157
159
|
_QUERY._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'
|
158
160
|
_QUERYCAPTURE_ENVENTRY._options = None
|
@@ -200,11 +202,11 @@ if _descriptor._USE_C_DESCRIPTORS == False:
|
|
200
202
|
_QUERYLISTRESPONSE._serialized_start=255
|
201
203
|
_QUERYLISTRESPONSE._serialized_end=485
|
202
204
|
_QUERY._serialized_start=488
|
203
|
-
_QUERY._serialized_end=
|
204
|
-
_QUERYCAPTURE._serialized_start=
|
205
|
-
_QUERYCAPTURE._serialized_end=
|
206
|
-
_QUERYCAPTURE_ENVENTRY._serialized_start=
|
207
|
-
_QUERYCAPTURE_ENVENTRY._serialized_end=
|
208
|
-
_QUERIES._serialized_start=
|
209
|
-
_QUERIES._serialized_end=
|
205
|
+
_QUERY._serialized_end=1851
|
206
|
+
_QUERYCAPTURE._serialized_start=1854
|
207
|
+
_QUERYCAPTURE._serialized_end=2529
|
208
|
+
_QUERYCAPTURE_ENVENTRY._serialized_start=2435
|
209
|
+
_QUERYCAPTURE_ENVENTRY._serialized_end=2477
|
210
|
+
_QUERIES._serialized_start=2532
|
211
|
+
_QUERIES._serialized_end=2697
|
210
212
|
# @@protoc_insertion_point(module_scope)
|