strongdm 14.21.0__zip → 14.22.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.21.0 → strongdm-14.22.0}/PKG-INFO +2 -2
- {strongdm-14.21.0 → strongdm-14.22.0}/setup.py +2 -2
- {strongdm-14.21.0 → strongdm-14.22.0}/strongdm/access_requests_pb2.py +27 -11
- {strongdm-14.21.0 → strongdm-14.22.0}/strongdm/client.py +1 -1
- {strongdm-14.21.0 → strongdm-14.22.0}/strongdm/constants.py +1 -0
- {strongdm-14.21.0 → strongdm-14.22.0}/strongdm/drivers_pb2.py +259 -215
- {strongdm-14.21.0 → strongdm-14.22.0}/strongdm/models.py +162 -1
- {strongdm-14.21.0 → strongdm-14.22.0}/strongdm/plumbing.py +62 -0
- {strongdm-14.21.0 → strongdm-14.22.0}/strongdm/svc.py +1 -0
- {strongdm-14.21.0 → strongdm-14.22.0}/strongdm.egg-info/PKG-INFO +2 -2
- {strongdm-14.21.0 → strongdm-14.22.0}/LICENSE +0 -0
- {strongdm-14.21.0 → strongdm-14.22.0}/README.md +0 -0
- {strongdm-14.21.0 → strongdm-14.22.0}/setup.cfg +0 -0
- {strongdm-14.21.0 → strongdm-14.22.0}/strongdm/__init__.py +0 -0
- {strongdm-14.21.0 → strongdm-14.22.0}/strongdm/access_request_events_history_pb2.py +0 -0
- {strongdm-14.21.0 → strongdm-14.22.0}/strongdm/access_request_events_history_pb2_grpc.py +0 -0
- {strongdm-14.21.0 → strongdm-14.22.0}/strongdm/access_requests_history_pb2.py +0 -0
- {strongdm-14.21.0 → strongdm-14.22.0}/strongdm/access_requests_history_pb2_grpc.py +0 -0
- {strongdm-14.21.0 → strongdm-14.22.0}/strongdm/access_requests_pb2_grpc.py +0 -0
- {strongdm-14.21.0 → strongdm-14.22.0}/strongdm/account_attachments_history_pb2.py +0 -0
- {strongdm-14.21.0 → strongdm-14.22.0}/strongdm/account_attachments_history_pb2_grpc.py +0 -0
- {strongdm-14.21.0 → strongdm-14.22.0}/strongdm/account_attachments_pb2.py +0 -0
- {strongdm-14.21.0 → strongdm-14.22.0}/strongdm/account_attachments_pb2_grpc.py +0 -0
- {strongdm-14.21.0 → strongdm-14.22.0}/strongdm/account_grants_history_pb2.py +0 -0
- {strongdm-14.21.0 → strongdm-14.22.0}/strongdm/account_grants_history_pb2_grpc.py +0 -0
- {strongdm-14.21.0 → strongdm-14.22.0}/strongdm/account_grants_pb2.py +0 -0
- {strongdm-14.21.0 → strongdm-14.22.0}/strongdm/account_grants_pb2_grpc.py +0 -0
- {strongdm-14.21.0 → strongdm-14.22.0}/strongdm/account_permissions_pb2.py +0 -0
- {strongdm-14.21.0 → strongdm-14.22.0}/strongdm/account_permissions_pb2_grpc.py +0 -0
- {strongdm-14.21.0 → strongdm-14.22.0}/strongdm/account_resources_history_pb2.py +0 -0
- {strongdm-14.21.0 → strongdm-14.22.0}/strongdm/account_resources_history_pb2_grpc.py +0 -0
- {strongdm-14.21.0 → strongdm-14.22.0}/strongdm/account_resources_pb2.py +0 -0
- {strongdm-14.21.0 → strongdm-14.22.0}/strongdm/account_resources_pb2_grpc.py +0 -0
- {strongdm-14.21.0 → strongdm-14.22.0}/strongdm/accounts_history_pb2.py +0 -0
- {strongdm-14.21.0 → strongdm-14.22.0}/strongdm/accounts_history_pb2_grpc.py +0 -0
- {strongdm-14.21.0 → strongdm-14.22.0}/strongdm/accounts_pb2.py +0 -0
- {strongdm-14.21.0 → strongdm-14.22.0}/strongdm/accounts_pb2_grpc.py +0 -0
- {strongdm-14.21.0 → strongdm-14.22.0}/strongdm/activities_pb2.py +0 -0
- {strongdm-14.21.0 → strongdm-14.22.0}/strongdm/activities_pb2_grpc.py +0 -0
- {strongdm-14.21.0 → strongdm-14.22.0}/strongdm/approval_workflow_approvers_history_pb2.py +0 -0
- {strongdm-14.21.0 → strongdm-14.22.0}/strongdm/approval_workflow_approvers_history_pb2_grpc.py +0 -0
- {strongdm-14.21.0 → strongdm-14.22.0}/strongdm/approval_workflow_approvers_pb2.py +0 -0
- {strongdm-14.21.0 → strongdm-14.22.0}/strongdm/approval_workflow_approvers_pb2_grpc.py +0 -0
- {strongdm-14.21.0 → strongdm-14.22.0}/strongdm/approval_workflow_steps_history_pb2.py +0 -0
- {strongdm-14.21.0 → strongdm-14.22.0}/strongdm/approval_workflow_steps_history_pb2_grpc.py +0 -0
- {strongdm-14.21.0 → strongdm-14.22.0}/strongdm/approval_workflow_steps_pb2.py +0 -0
- {strongdm-14.21.0 → strongdm-14.22.0}/strongdm/approval_workflow_steps_pb2_grpc.py +0 -0
- {strongdm-14.21.0 → strongdm-14.22.0}/strongdm/approval_workflows_history_pb2.py +0 -0
- {strongdm-14.21.0 → strongdm-14.22.0}/strongdm/approval_workflows_history_pb2_grpc.py +0 -0
- {strongdm-14.21.0 → strongdm-14.22.0}/strongdm/approval_workflows_pb2.py +0 -0
- {strongdm-14.21.0 → strongdm-14.22.0}/strongdm/approval_workflows_pb2_grpc.py +0 -0
- {strongdm-14.21.0 → strongdm-14.22.0}/strongdm/control_panel_pb2.py +0 -0
- {strongdm-14.21.0 → strongdm-14.22.0}/strongdm/control_panel_pb2_grpc.py +0 -0
- {strongdm-14.21.0 → strongdm-14.22.0}/strongdm/drivers_pb2_grpc.py +0 -0
- {strongdm-14.21.0 → strongdm-14.22.0}/strongdm/errors.py +0 -0
- {strongdm-14.21.0 → strongdm-14.22.0}/strongdm/health_checks_pb2.py +0 -0
- {strongdm-14.21.0 → strongdm-14.22.0}/strongdm/health_checks_pb2_grpc.py +0 -0
- {strongdm-14.21.0 → strongdm-14.22.0}/strongdm/identity_aliases_history_pb2.py +0 -0
- {strongdm-14.21.0 → strongdm-14.22.0}/strongdm/identity_aliases_history_pb2_grpc.py +0 -0
- {strongdm-14.21.0 → strongdm-14.22.0}/strongdm/identity_aliases_pb2.py +0 -0
- {strongdm-14.21.0 → strongdm-14.22.0}/strongdm/identity_aliases_pb2_grpc.py +0 -0
- {strongdm-14.21.0 → strongdm-14.22.0}/strongdm/identity_sets_history_pb2.py +0 -0
- {strongdm-14.21.0 → strongdm-14.22.0}/strongdm/identity_sets_history_pb2_grpc.py +0 -0
- {strongdm-14.21.0 → strongdm-14.22.0}/strongdm/identity_sets_pb2.py +0 -0
- {strongdm-14.21.0 → strongdm-14.22.0}/strongdm/identity_sets_pb2_grpc.py +0 -0
- {strongdm-14.21.0 → strongdm-14.22.0}/strongdm/managed_secrets_pb2.py +0 -0
- {strongdm-14.21.0 → strongdm-14.22.0}/strongdm/managed_secrets_pb2_grpc.py +0 -0
- {strongdm-14.21.0 → strongdm-14.22.0}/strongdm/nodes_history_pb2.py +0 -0
- {strongdm-14.21.0 → strongdm-14.22.0}/strongdm/nodes_history_pb2_grpc.py +0 -0
- {strongdm-14.21.0 → strongdm-14.22.0}/strongdm/nodes_pb2.py +0 -0
- {strongdm-14.21.0 → strongdm-14.22.0}/strongdm/nodes_pb2_grpc.py +0 -0
- {strongdm-14.21.0 → strongdm-14.22.0}/strongdm/options_pb2.py +0 -0
- {strongdm-14.21.0 → strongdm-14.22.0}/strongdm/options_pb2_grpc.py +0 -0
- {strongdm-14.21.0 → strongdm-14.22.0}/strongdm/organization_history_pb2.py +0 -0
- {strongdm-14.21.0 → strongdm-14.22.0}/strongdm/organization_history_pb2_grpc.py +0 -0
- {strongdm-14.21.0 → strongdm-14.22.0}/strongdm/peering_group_nodes_pb2.py +0 -0
- {strongdm-14.21.0 → strongdm-14.22.0}/strongdm/peering_group_nodes_pb2_grpc.py +0 -0
- {strongdm-14.21.0 → strongdm-14.22.0}/strongdm/peering_group_peers_pb2.py +0 -0
- {strongdm-14.21.0 → strongdm-14.22.0}/strongdm/peering_group_peers_pb2_grpc.py +0 -0
- {strongdm-14.21.0 → strongdm-14.22.0}/strongdm/peering_group_resources_pb2.py +0 -0
- {strongdm-14.21.0 → strongdm-14.22.0}/strongdm/peering_group_resources_pb2_grpc.py +0 -0
- {strongdm-14.21.0 → strongdm-14.22.0}/strongdm/peering_groups_pb2.py +0 -0
- {strongdm-14.21.0 → strongdm-14.22.0}/strongdm/peering_groups_pb2_grpc.py +0 -0
- {strongdm-14.21.0 → strongdm-14.22.0}/strongdm/policies_history_pb2.py +0 -0
- {strongdm-14.21.0 → strongdm-14.22.0}/strongdm/policies_history_pb2_grpc.py +0 -0
- {strongdm-14.21.0 → strongdm-14.22.0}/strongdm/policies_pb2.py +0 -0
- {strongdm-14.21.0 → strongdm-14.22.0}/strongdm/policies_pb2_grpc.py +0 -0
- {strongdm-14.21.0 → strongdm-14.22.0}/strongdm/proxy_cluster_keys_pb2.py +0 -0
- {strongdm-14.21.0 → strongdm-14.22.0}/strongdm/proxy_cluster_keys_pb2_grpc.py +0 -0
- {strongdm-14.21.0 → strongdm-14.22.0}/strongdm/queries_pb2.py +0 -0
- {strongdm-14.21.0 → strongdm-14.22.0}/strongdm/queries_pb2_grpc.py +0 -0
- {strongdm-14.21.0 → strongdm-14.22.0}/strongdm/remote_identities_history_pb2.py +0 -0
- {strongdm-14.21.0 → strongdm-14.22.0}/strongdm/remote_identities_history_pb2_grpc.py +0 -0
- {strongdm-14.21.0 → strongdm-14.22.0}/strongdm/remote_identities_pb2.py +0 -0
- {strongdm-14.21.0 → strongdm-14.22.0}/strongdm/remote_identities_pb2_grpc.py +0 -0
- {strongdm-14.21.0 → strongdm-14.22.0}/strongdm/remote_identity_groups_history_pb2.py +0 -0
- {strongdm-14.21.0 → strongdm-14.22.0}/strongdm/remote_identity_groups_history_pb2_grpc.py +0 -0
- {strongdm-14.21.0 → strongdm-14.22.0}/strongdm/remote_identity_groups_pb2.py +0 -0
- {strongdm-14.21.0 → strongdm-14.22.0}/strongdm/remote_identity_groups_pb2_grpc.py +0 -0
- {strongdm-14.21.0 → strongdm-14.22.0}/strongdm/replays_pb2.py +0 -0
- {strongdm-14.21.0 → strongdm-14.22.0}/strongdm/replays_pb2_grpc.py +0 -0
- {strongdm-14.21.0 → strongdm-14.22.0}/strongdm/resources_history_pb2.py +0 -0
- {strongdm-14.21.0 → strongdm-14.22.0}/strongdm/resources_history_pb2_grpc.py +0 -0
- {strongdm-14.21.0 → strongdm-14.22.0}/strongdm/resources_pb2.py +0 -0
- {strongdm-14.21.0 → strongdm-14.22.0}/strongdm/resources_pb2_grpc.py +0 -0
- {strongdm-14.21.0 → strongdm-14.22.0}/strongdm/role_resources_history_pb2.py +0 -0
- {strongdm-14.21.0 → strongdm-14.22.0}/strongdm/role_resources_history_pb2_grpc.py +0 -0
- {strongdm-14.21.0 → strongdm-14.22.0}/strongdm/role_resources_pb2.py +0 -0
- {strongdm-14.21.0 → strongdm-14.22.0}/strongdm/role_resources_pb2_grpc.py +0 -0
- {strongdm-14.21.0 → strongdm-14.22.0}/strongdm/roles_history_pb2.py +0 -0
- {strongdm-14.21.0 → strongdm-14.22.0}/strongdm/roles_history_pb2_grpc.py +0 -0
- {strongdm-14.21.0 → strongdm-14.22.0}/strongdm/roles_pb2.py +0 -0
- {strongdm-14.21.0 → strongdm-14.22.0}/strongdm/roles_pb2_grpc.py +0 -0
- {strongdm-14.21.0 → strongdm-14.22.0}/strongdm/secret_engine_policy_pb2.py +0 -0
- {strongdm-14.21.0 → strongdm-14.22.0}/strongdm/secret_engine_policy_pb2_grpc.py +0 -0
- {strongdm-14.21.0 → strongdm-14.22.0}/strongdm/secret_engine_types_pb2.py +0 -0
- {strongdm-14.21.0 → strongdm-14.22.0}/strongdm/secret_engine_types_pb2_grpc.py +0 -0
- {strongdm-14.21.0 → strongdm-14.22.0}/strongdm/secret_engines_pb2.py +0 -0
- {strongdm-14.21.0 → strongdm-14.22.0}/strongdm/secret_engines_pb2_grpc.py +0 -0
- {strongdm-14.21.0 → strongdm-14.22.0}/strongdm/secret_store_healths_pb2.py +0 -0
- {strongdm-14.21.0 → strongdm-14.22.0}/strongdm/secret_store_healths_pb2_grpc.py +0 -0
- {strongdm-14.21.0 → strongdm-14.22.0}/strongdm/secret_store_types_pb2.py +0 -0
- {strongdm-14.21.0 → strongdm-14.22.0}/strongdm/secret_store_types_pb2_grpc.py +0 -0
- {strongdm-14.21.0 → strongdm-14.22.0}/strongdm/secret_stores_history_pb2.py +0 -0
- {strongdm-14.21.0 → strongdm-14.22.0}/strongdm/secret_stores_history_pb2_grpc.py +0 -0
- {strongdm-14.21.0 → strongdm-14.22.0}/strongdm/secret_stores_pb2.py +0 -0
- {strongdm-14.21.0 → strongdm-14.22.0}/strongdm/secret_stores_pb2_grpc.py +0 -0
- {strongdm-14.21.0 → strongdm-14.22.0}/strongdm/spec_pb2.py +0 -0
- {strongdm-14.21.0 → strongdm-14.22.0}/strongdm/spec_pb2_grpc.py +0 -0
- {strongdm-14.21.0 → strongdm-14.22.0}/strongdm/tags_pb2.py +0 -0
- {strongdm-14.21.0 → strongdm-14.22.0}/strongdm/tags_pb2_grpc.py +0 -0
- {strongdm-14.21.0 → strongdm-14.22.0}/strongdm/workflow_approvers_history_pb2.py +0 -0
- {strongdm-14.21.0 → strongdm-14.22.0}/strongdm/workflow_approvers_history_pb2_grpc.py +0 -0
- {strongdm-14.21.0 → strongdm-14.22.0}/strongdm/workflow_approvers_pb2.py +0 -0
- {strongdm-14.21.0 → strongdm-14.22.0}/strongdm/workflow_approvers_pb2_grpc.py +0 -0
- {strongdm-14.21.0 → strongdm-14.22.0}/strongdm/workflow_assignments_history_pb2.py +0 -0
- {strongdm-14.21.0 → strongdm-14.22.0}/strongdm/workflow_assignments_history_pb2_grpc.py +0 -0
- {strongdm-14.21.0 → strongdm-14.22.0}/strongdm/workflow_assignments_pb2.py +0 -0
- {strongdm-14.21.0 → strongdm-14.22.0}/strongdm/workflow_assignments_pb2_grpc.py +0 -0
- {strongdm-14.21.0 → strongdm-14.22.0}/strongdm/workflow_roles_history_pb2.py +0 -0
- {strongdm-14.21.0 → strongdm-14.22.0}/strongdm/workflow_roles_history_pb2_grpc.py +0 -0
- {strongdm-14.21.0 → strongdm-14.22.0}/strongdm/workflow_roles_pb2.py +0 -0
- {strongdm-14.21.0 → strongdm-14.22.0}/strongdm/workflow_roles_pb2_grpc.py +0 -0
- {strongdm-14.21.0 → strongdm-14.22.0}/strongdm/workflows_history_pb2.py +0 -0
- {strongdm-14.21.0 → strongdm-14.22.0}/strongdm/workflows_history_pb2_grpc.py +0 -0
- {strongdm-14.21.0 → strongdm-14.22.0}/strongdm/workflows_pb2.py +0 -0
- {strongdm-14.21.0 → strongdm-14.22.0}/strongdm/workflows_pb2_grpc.py +0 -0
- {strongdm-14.21.0 → strongdm-14.22.0}/strongdm.egg-info/SOURCES.txt +0 -0
- {strongdm-14.21.0 → strongdm-14.22.0}/strongdm.egg-info/dependency_links.txt +0 -0
- {strongdm-14.21.0 → strongdm-14.22.0}/strongdm.egg-info/requires.txt +0 -0
- {strongdm-14.21.0 → strongdm-14.22.0}/strongdm.egg-info/top_level.txt +0 -0
@@ -1,12 +1,12 @@
|
|
1
1
|
Metadata-Version: 2.1
|
2
2
|
Name: strongdm
|
3
|
-
Version: 14.
|
3
|
+
Version: 14.22.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/v14.
|
9
|
+
Download-URL: https://github.com/strongdm/strongdm-sdk-python/archive/v14.22.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
|
@@ -23,7 +23,7 @@ from setuptools import setup
|
|
23
23
|
setup(
|
24
24
|
name='strongdm',
|
25
25
|
packages=['strongdm'],
|
26
|
-
version='14.
|
26
|
+
version='14.22.0',
|
27
27
|
license='apache-2.0',
|
28
28
|
description='strongDM SDK for the Python programming language.',
|
29
29
|
long_description=long_description,
|
@@ -32,7 +32,7 @@ setup(
|
|
32
32
|
author_email='sdk-feedback@strongdm.com',
|
33
33
|
url='https://github.com/strongdm/strongdm-sdk-python',
|
34
34
|
download_url=
|
35
|
-
'https://github.com/strongdm/strongdm-sdk-python/archive/v14.
|
35
|
+
'https://github.com/strongdm/strongdm-sdk-python/archive/v14.22.0.tar.gz',
|
36
36
|
keywords=[
|
37
37
|
'strongDM', 'sdm', 'api', 'automation', 'security', 'audit',
|
38
38
|
'database', 'server', 'ssh', 'rdp'
|
@@ -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\x15\x61\x63\x63\x65ss_requests.proto\x12\x02v1\x1a\x1egoogle/protobuf/duration.proto\x1a\x1fgoogle/protobuf/timestamp.proto\x1a\roptions.proto\x1a\nspec.proto\x1a\ntags.proto\"i\n\x18\x41\x63\x63\x65ssRequestListRequest\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:\n\xfa\xf8\xb3\x07\x05\xa8\xf3\xb3\x07\x01\"\xc9\x01\n\x19\x41\x63\x63\x65ssRequestListResponse\x12&\n\x04meta\x18\x01 \x01(\x0b\x32\x18.v1.ListResponseMetadata\x12\x36\n\x0f\x61\x63\x63\x65ss_requests\x18\x02 \x03(\x0b\x32\x11.v1.AccessRequestB\n\xf2\xf8\xb3\x07\x05\xb8\xf3\xb3\x07\x01\x12@\n\nrate_limit\x18\x03 \x01(\x0b\x32\x15.v1.RateLimitMetadataB\x15\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x06\xb2\xf4\xb3\x07\x01*:\n\xfa\xf8\xb3\x07\x05\xa8\xf3\xb3\x07\x01\"\x83\x05\n\rAccessRequest\x12\x16\n\x02id\x18\x01 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12$\n\x0bresource_id\x18\x02 \x01(\tB\x0f\xf2\xf8\xb3\x07\n\xb0\xf3\xb3\x07\x01\xc0\xf3\xb3\x07\x01\x12\x1a\n\x06reason\x18\x03 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12\x1f\n\x0bworkflow_id\x18\x04 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12\x1e\n\naccount_id\x18\x05 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12:\n\nstart_from\x18\x06 \x01(\x0b\x32\x1a.google.protobuf.TimestampB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12@\n\x0bvalid_until\x18\x07 \x01(\x0b\x32\x1a.google.protobuf.TimestampB\x0f\xf2\xf8\xb3\x07\n\xb0\xf3\xb3\x07\x01\xc0\xf3\xb3\x07\x01\x12\x1a\n\x06status\x18\x08 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12\x39\n\tstatus_at\x18\t \x01(\x0b\x32\x1a.google.protobuf.TimestampB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12\x1c\n\x08grant_id\x18\n \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12\x1e\n\x08\x64uration\x18\x0b \x01(\x03\x42\x0c\x18\x01\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12@\n\x11requestedDuration\x18\r \x01(\x0b\x32\x19.google.protobuf.DurationB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12=\n\x0eresultDuration\x18\x0e \x01(\x0b\x32\x19.google.protobuf.DurationB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12\x31\n\x0erequester_name\x18\x0c \x01(\tB\x19\xf2\xf8\xb3\x07\x14\xb0\xf3\xb3\x07\x01\xb2\xf4\xb3\x07\ngo_private:\x10\xfa\xf8\xb3\x07\x0b\xa8\xf3\xb3\x07\x01\xd2\xf3\xb3\x07\x01*\"\xf9\x01\n\x12\x41\x63\x63\x65ssRequestEvent\x12\x16\n\x02id\x18\x01 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12\x1e\n\nrequest_id\x18\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12\x1c\n\x08\x61\x63tor_id\x18\x03 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12\x18\n\x04type\x18\x04 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12\x1c\n\x08metadata\x18\x05 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12\x43\n\x04time\x18\x06 \x01(\x0b\x32\x1a.google.protobuf.TimestampB\x19\xf2\xf8\xb3\x07\x14\xb0\xf3\xb3\x07\x01\xb2\xf4\xb3\x07\ngo_private:\x10\xfa\xf8\xb3\x07\x0b\xa8\xf3\xb3\x07\x01\xd2\xf3\xb3\x07\x01*\"\xfc\x02\n\x13RequestableResource\x12\x16\n\x02id\x18\x01 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12\x18\n\x04name\x18\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12\x1b\n\x07healthy\x18\x03 \x01(\x08\x42\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12\x18\n\x04type\x18\x04 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12\"\n\x0e\x61uthentication\x18\x05 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12\"\n\x04tags\x18\x06 \x01(\x0b\x32\x08.v1.TagsB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12\x1a\n\x06\x61\x63\x63\x65ss\x18\x07 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12\x44\n\nprivileges\x18\x08 \x01(\x0b\x32\x15.v1.PrivilegesMessageB\x19\xf2\xf8\xb3\x07\x14\xb0\xf3\xb3\x07\x01\xb2\xf4\xb3\x07\ngo_private\x12@\n\x1dprivileges_requirement_status\x18\t \x01(\tB\x19\xf2\xf8\xb3\x07\x14\xb0\xf3\xb3\x07\x01\xb2\xf4\xb3\x07\ngo_private:\x10\xfa\xf8\xb3\x07\x0b\xa8\xf3\xb3\x07\x01\xd2\xf3\xb3\x07\x01*\"
|
36
|
+
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n\x15\x61\x63\x63\x65ss_requests.proto\x12\x02v1\x1a\x1egoogle/protobuf/duration.proto\x1a\x1fgoogle/protobuf/timestamp.proto\x1a\roptions.proto\x1a\nspec.proto\x1a\ntags.proto\"i\n\x18\x41\x63\x63\x65ssRequestListRequest\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:\n\xfa\xf8\xb3\x07\x05\xa8\xf3\xb3\x07\x01\"\xc9\x01\n\x19\x41\x63\x63\x65ssRequestListResponse\x12&\n\x04meta\x18\x01 \x01(\x0b\x32\x18.v1.ListResponseMetadata\x12\x36\n\x0f\x61\x63\x63\x65ss_requests\x18\x02 \x03(\x0b\x32\x11.v1.AccessRequestB\n\xf2\xf8\xb3\x07\x05\xb8\xf3\xb3\x07\x01\x12@\n\nrate_limit\x18\x03 \x01(\x0b\x32\x15.v1.RateLimitMetadataB\x15\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x06\xb2\xf4\xb3\x07\x01*:\n\xfa\xf8\xb3\x07\x05\xa8\xf3\xb3\x07\x01\"\x83\x05\n\rAccessRequest\x12\x16\n\x02id\x18\x01 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12$\n\x0bresource_id\x18\x02 \x01(\tB\x0f\xf2\xf8\xb3\x07\n\xb0\xf3\xb3\x07\x01\xc0\xf3\xb3\x07\x01\x12\x1a\n\x06reason\x18\x03 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12\x1f\n\x0bworkflow_id\x18\x04 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12\x1e\n\naccount_id\x18\x05 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12:\n\nstart_from\x18\x06 \x01(\x0b\x32\x1a.google.protobuf.TimestampB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12@\n\x0bvalid_until\x18\x07 \x01(\x0b\x32\x1a.google.protobuf.TimestampB\x0f\xf2\xf8\xb3\x07\n\xb0\xf3\xb3\x07\x01\xc0\xf3\xb3\x07\x01\x12\x1a\n\x06status\x18\x08 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12\x39\n\tstatus_at\x18\t \x01(\x0b\x32\x1a.google.protobuf.TimestampB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12\x1c\n\x08grant_id\x18\n \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12\x1e\n\x08\x64uration\x18\x0b \x01(\x03\x42\x0c\x18\x01\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12@\n\x11requestedDuration\x18\r \x01(\x0b\x32\x19.google.protobuf.DurationB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12=\n\x0eresultDuration\x18\x0e \x01(\x0b\x32\x19.google.protobuf.DurationB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12\x31\n\x0erequester_name\x18\x0c \x01(\tB\x19\xf2\xf8\xb3\x07\x14\xb0\xf3\xb3\x07\x01\xb2\xf4\xb3\x07\ngo_private:\x10\xfa\xf8\xb3\x07\x0b\xa8\xf3\xb3\x07\x01\xd2\xf3\xb3\x07\x01*\"\xf9\x01\n\x12\x41\x63\x63\x65ssRequestEvent\x12\x16\n\x02id\x18\x01 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12\x1e\n\nrequest_id\x18\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12\x1c\n\x08\x61\x63tor_id\x18\x03 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12\x18\n\x04type\x18\x04 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12\x1c\n\x08metadata\x18\x05 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12\x43\n\x04time\x18\x06 \x01(\x0b\x32\x1a.google.protobuf.TimestampB\x19\xf2\xf8\xb3\x07\x14\xb0\xf3\xb3\x07\x01\xb2\xf4\xb3\x07\ngo_private:\x10\xfa\xf8\xb3\x07\x0b\xa8\xf3\xb3\x07\x01\xd2\xf3\xb3\x07\x01*\"\xfc\x02\n\x13RequestableResource\x12\x16\n\x02id\x18\x01 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12\x18\n\x04name\x18\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12\x1b\n\x07healthy\x18\x03 \x01(\x08\x42\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12\x18\n\x04type\x18\x04 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12\"\n\x0e\x61uthentication\x18\x05 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12\"\n\x04tags\x18\x06 \x01(\x0b\x32\x08.v1.TagsB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12\x1a\n\x06\x61\x63\x63\x65ss\x18\x07 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12\x44\n\nprivileges\x18\x08 \x01(\x0b\x32\x15.v1.PrivilegesMessageB\x19\xf2\xf8\xb3\x07\x14\xb0\xf3\xb3\x07\x01\xb2\xf4\xb3\x07\ngo_private\x12@\n\x1dprivileges_requirement_status\x18\t \x01(\tB\x19\xf2\xf8\xb3\x07\x14\xb0\xf3\xb3\x07\x01\xb2\xf4\xb3\x07\ngo_private:\x10\xfa\xf8\xb3\x07\x0b\xa8\xf3\xb3\x07\x01\xd2\xf3\xb3\x07\x01*\"\xa3\x01\n\x11PrivilegesMessage\x12\x38\n\nkubernetes\x18\x01 \x01(\x0b\x32\x18.v1.KubernetesPrivilegesB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12\x39\n\x0b\x65ntraGroups\x18\x02 \x01(\x0b\x32\x18.v1.EntraGroupPrivilegesB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01:\x19\xfa\xf8\xb3\x07\x14\xa8\xf3\xb3\x07\x01\xd2\xf3\xb3\x07\ngo_private\"M\n\x14KubernetesPrivileges\x12\x1a\n\x06groups\x18\x01 \x03(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01:\x19\xfa\xf8\xb3\x07\x14\xa8\xf3\xb3\x07\x01\xd2\xf3\xb3\x07\ngo_private\"M\n\x14\x45ntraGroupPrivileges\x12\x1a\n\x06groups\x18\x01 \x03(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01:\x19\xfa\xf8\xb3\x07\x14\xa8\xf3\xb3\x07\x01\xd2\xf3\xb3\x07\ngo_private\"\xc3\x01\n\x13\x41\x63\x63\x65ssRequestConfig\x12$\n\x0bresource_id\x18\x01 \x01(\tB\x0f\xf2\xf8\xb3\x07\n\xb0\xf3\xb3\x07\x01\xc0\xf3\xb3\x07\x01\x12\x1a\n\x06reason\x18\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12:\n\nstart_from\x18\x03 \x01(\x0b\x32\x1a.google.protobuf.TimestampB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12\x1c\n\x08\x64uration\x18\x04 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01:\x10\xfa\xf8\xb3\x07\x0b\xa8\xf3\xb3\x07\x01\xd2\xf3\xb3\x07\x01*\"\xcb\x03\n\x1aRequestAccessRequestConfig\x12\'\n\x0cresource_ids\x18\x01 \x03(\tB\x11\x18\x01\xf2\xf8\xb3\x07\n\xb0\xf3\xb3\x07\x01\xc0\xf3\xb3\x07\x01\x12\x1a\n\x06reason\x18\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12:\n\nstart_from\x18\x03 \x01(\x0b\x32\x1a.google.protobuf.TimestampB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12\x1c\n\x08\x64uration\x18\x04 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12\xf2\x01\n\x0c\x61\x63\x63\x65ss_rules\x18\x05 \x01(\tB\xdb\x01\xf2\xf8\xb3\x07\xd5\x01\xb0\xf3\xb3\x07\x01\xca\xf3\xb3\x07\xa9\x01\xea\xf3\xb3\x07\x0c\x61\x63\x63\x65ss_rules\xf2\xf3\xb3\x07\x11\n\x02go\x12\x0b\x41\x63\x63\x65ssRules\xf2\xf3\xb3\x07\x19\n\ngo_private\x12\x0b\x41\x63\x63\x65ssRules\xf2\xf3\xb3\x07\x1b\n\x0cgo_terraform\x12\x0b\x41\x63\x63\x65ssRules\xf2\xf3\xb3\x07\x18\n\x04java\x12\x10List<AccessRule>\xf2\xf3\xb3\x07\"\n\x0cjson_gateway\x12\x12models.AccessRules\xba\xf4\xb3\x07\x17\x61\x63\x63\x65ssRulesDiffSuppress\xd0\xf4\xb3\x07\x01:\x19\xfa\xf8\xb3\x07\x14\xa8\xf3\xb3\x07\x01\xd2\xf3\xb3\x07\ngo_private2\xd9\x01\n\x0e\x41\x63\x63\x65ssRequests\x12o\n\x04List\x12\x1c.v1.AccessRequestListRequest\x1a\x1d.v1.AccessRequestListResponse\"*\x82\xf9\xb3\x07\x08\xa2\xf3\xb3\x07\x03get\x82\xf9\xb3\x07\x18\xaa\xf3\xb3\x07\x13/v1/access-requests\x1aV\xca\xf9\xb3\x07\x12\xc2\xf9\xb3\x07\rAccessRequest\xca\xf9\xb3\x07\x08\xd2\xf9\xb3\x07\x03\x61q-\xca\xf9\xb3\x07\x06\xca\xf9\xb3\x07\x01*\xca\xf9\xb3\x07\x18\xca\xf9\xb3\x07\x13!terraform-provider\xca\xf9\xb3\x07\x05\xe8\xf9\xb3\x07\x01\x42\x92\x01\n\x19\x63om.strongdm.api.plumbingB\x16\x41\x63\x63\x65ssRequestsPlumbingZ5github.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
|
|
@@ -44,6 +44,7 @@ _ACCESSREQUESTEVENT = DESCRIPTOR.message_types_by_name['AccessRequestEvent']
|
|
44
44
|
_REQUESTABLERESOURCE = DESCRIPTOR.message_types_by_name['RequestableResource']
|
45
45
|
_PRIVILEGESMESSAGE = DESCRIPTOR.message_types_by_name['PrivilegesMessage']
|
46
46
|
_KUBERNETESPRIVILEGES = DESCRIPTOR.message_types_by_name['KubernetesPrivileges']
|
47
|
+
_ENTRAGROUPPRIVILEGES = DESCRIPTOR.message_types_by_name['EntraGroupPrivileges']
|
47
48
|
_ACCESSREQUESTCONFIG = DESCRIPTOR.message_types_by_name['AccessRequestConfig']
|
48
49
|
_REQUESTACCESSREQUESTCONFIG = DESCRIPTOR.message_types_by_name['RequestAccessRequestConfig']
|
49
50
|
AccessRequestListRequest = _reflection.GeneratedProtocolMessageType('AccessRequestListRequest', (_message.Message,), {
|
@@ -95,6 +96,13 @@ KubernetesPrivileges = _reflection.GeneratedProtocolMessageType('KubernetesPrivi
|
|
95
96
|
})
|
96
97
|
_sym_db.RegisterMessage(KubernetesPrivileges)
|
97
98
|
|
99
|
+
EntraGroupPrivileges = _reflection.GeneratedProtocolMessageType('EntraGroupPrivileges', (_message.Message,), {
|
100
|
+
'DESCRIPTOR' : _ENTRAGROUPPRIVILEGES,
|
101
|
+
'__module__' : 'access_requests_pb2'
|
102
|
+
# @@protoc_insertion_point(class_scope:v1.EntraGroupPrivileges)
|
103
|
+
})
|
104
|
+
_sym_db.RegisterMessage(EntraGroupPrivileges)
|
105
|
+
|
98
106
|
AccessRequestConfig = _reflection.GeneratedProtocolMessageType('AccessRequestConfig', (_message.Message,), {
|
99
107
|
'DESCRIPTOR' : _ACCESSREQUESTCONFIG,
|
100
108
|
'__module__' : 'access_requests_pb2'
|
@@ -190,12 +198,18 @@ if _descriptor._USE_C_DESCRIPTORS == False:
|
|
190
198
|
_REQUESTABLERESOURCE._serialized_options = b'\372\370\263\007\013\250\363\263\007\001\322\363\263\007\001*'
|
191
199
|
_PRIVILEGESMESSAGE.fields_by_name['kubernetes']._options = None
|
192
200
|
_PRIVILEGESMESSAGE.fields_by_name['kubernetes']._serialized_options = b'\362\370\263\007\005\260\363\263\007\001'
|
201
|
+
_PRIVILEGESMESSAGE.fields_by_name['entraGroups']._options = None
|
202
|
+
_PRIVILEGESMESSAGE.fields_by_name['entraGroups']._serialized_options = b'\362\370\263\007\005\260\363\263\007\001'
|
193
203
|
_PRIVILEGESMESSAGE._options = None
|
194
204
|
_PRIVILEGESMESSAGE._serialized_options = b'\372\370\263\007\024\250\363\263\007\001\322\363\263\007\ngo_private'
|
195
205
|
_KUBERNETESPRIVILEGES.fields_by_name['groups']._options = None
|
196
206
|
_KUBERNETESPRIVILEGES.fields_by_name['groups']._serialized_options = b'\362\370\263\007\005\260\363\263\007\001'
|
197
207
|
_KUBERNETESPRIVILEGES._options = None
|
198
208
|
_KUBERNETESPRIVILEGES._serialized_options = b'\372\370\263\007\024\250\363\263\007\001\322\363\263\007\ngo_private'
|
209
|
+
_ENTRAGROUPPRIVILEGES.fields_by_name['groups']._options = None
|
210
|
+
_ENTRAGROUPPRIVILEGES.fields_by_name['groups']._serialized_options = b'\362\370\263\007\005\260\363\263\007\001'
|
211
|
+
_ENTRAGROUPPRIVILEGES._options = None
|
212
|
+
_ENTRAGROUPPRIVILEGES._serialized_options = b'\372\370\263\007\024\250\363\263\007\001\322\363\263\007\ngo_private'
|
199
213
|
_ACCESSREQUESTCONFIG.fields_by_name['resource_id']._options = None
|
200
214
|
_ACCESSREQUESTCONFIG.fields_by_name['resource_id']._serialized_options = b'\362\370\263\007\n\260\363\263\007\001\300\363\263\007\001'
|
201
215
|
_ACCESSREQUESTCONFIG.fields_by_name['reason']._options = None
|
@@ -232,14 +246,16 @@ if _descriptor._USE_C_DESCRIPTORS == False:
|
|
232
246
|
_ACCESSREQUESTEVENT._serialized_end=1340
|
233
247
|
_REQUESTABLERESOURCE._serialized_start=1343
|
234
248
|
_REQUESTABLERESOURCE._serialized_end=1723
|
235
|
-
_PRIVILEGESMESSAGE._serialized_start=
|
236
|
-
_PRIVILEGESMESSAGE._serialized_end=
|
237
|
-
_KUBERNETESPRIVILEGES._serialized_start=
|
238
|
-
_KUBERNETESPRIVILEGES._serialized_end=
|
239
|
-
|
240
|
-
|
241
|
-
|
242
|
-
|
243
|
-
|
244
|
-
|
249
|
+
_PRIVILEGESMESSAGE._serialized_start=1726
|
250
|
+
_PRIVILEGESMESSAGE._serialized_end=1889
|
251
|
+
_KUBERNETESPRIVILEGES._serialized_start=1891
|
252
|
+
_KUBERNETESPRIVILEGES._serialized_end=1968
|
253
|
+
_ENTRAGROUPPRIVILEGES._serialized_start=1970
|
254
|
+
_ENTRAGROUPPRIVILEGES._serialized_end=2047
|
255
|
+
_ACCESSREQUESTCONFIG._serialized_start=2050
|
256
|
+
_ACCESSREQUESTCONFIG._serialized_end=2245
|
257
|
+
_REQUESTACCESSREQUESTCONFIG._serialized_start=2248
|
258
|
+
_REQUESTACCESSREQUESTCONFIG._serialized_end=2707
|
259
|
+
_ACCESSREQUESTS._serialized_start=2710
|
260
|
+
_ACCESSREQUESTS._serialized_end=2927
|
245
261
|
# @@protoc_insertion_point(module_scope)
|
@@ -227,6 +227,7 @@ class ActivityVerb:
|
|
227
227
|
ORG_SELF_REGISTRATION_DEACTIVATED = "self-registration deactivated"
|
228
228
|
ORG_NAME_UPDATED = "organization name updated"
|
229
229
|
ORG_SETTING_UPDATED = "organization setting updated"
|
230
|
+
ORG_LOG_CONFIG_UPDATED = "organization logging configuration updated"
|
230
231
|
ORG_LOG_SYNC_SETTING_UPDATED = "organization log stream setting updated"
|
231
232
|
ORG_WORKFLOW_SETTING_UPDATED = "organization workflow setting updated"
|
232
233
|
ORG_CREATED = "organization created"
|