strongdm 12.9.0__zip → 12.10.0__zip
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {strongdm-12.9.0 → strongdm-12.10.0}/PKG-INFO +2 -2
- {strongdm-12.9.0 → strongdm-12.10.0}/setup.py +2 -2
- {strongdm-12.9.0 → strongdm-12.10.0}/strongdm/access_requests_pb2.py +40 -8
- {strongdm-12.9.0 → strongdm-12.10.0}/strongdm/account_grants_pb2.py +5 -5
- {strongdm-12.9.0 → strongdm-12.10.0}/strongdm/client.py +1 -1
- {strongdm-12.9.0 → strongdm-12.10.0}/strongdm/drivers_pb2.py +240 -196
- {strongdm-12.9.0 → strongdm-12.10.0}/strongdm/models.py +175 -0
- {strongdm-12.9.0 → strongdm-12.10.0}/strongdm/plumbing.py +75 -0
- {strongdm-12.9.0 → strongdm-12.10.0}/strongdm/spec_pb2.py +66 -26
- {strongdm-12.9.0 → strongdm-12.10.0}/strongdm/svc.py +1 -0
- {strongdm-12.9.0 → strongdm-12.10.0}/strongdm.egg-info/PKG-INFO +2 -2
- {strongdm-12.9.0 → strongdm-12.10.0}/LICENSE +0 -0
- {strongdm-12.9.0 → strongdm-12.10.0}/README.md +0 -0
- {strongdm-12.9.0 → strongdm-12.10.0}/setup.cfg +0 -0
- {strongdm-12.9.0 → strongdm-12.10.0}/strongdm/__init__.py +0 -0
- {strongdm-12.9.0 → strongdm-12.10.0}/strongdm/access_request_events_history_pb2.py +0 -0
- {strongdm-12.9.0 → strongdm-12.10.0}/strongdm/access_request_events_history_pb2_grpc.py +0 -0
- {strongdm-12.9.0 → strongdm-12.10.0}/strongdm/access_requests_history_pb2.py +0 -0
- {strongdm-12.9.0 → strongdm-12.10.0}/strongdm/access_requests_history_pb2_grpc.py +0 -0
- {strongdm-12.9.0 → strongdm-12.10.0}/strongdm/access_requests_pb2_grpc.py +0 -0
- {strongdm-12.9.0 → strongdm-12.10.0}/strongdm/account_attachments_history_pb2.py +0 -0
- {strongdm-12.9.0 → strongdm-12.10.0}/strongdm/account_attachments_history_pb2_grpc.py +0 -0
- {strongdm-12.9.0 → strongdm-12.10.0}/strongdm/account_attachments_pb2.py +0 -0
- {strongdm-12.9.0 → strongdm-12.10.0}/strongdm/account_attachments_pb2_grpc.py +0 -0
- {strongdm-12.9.0 → strongdm-12.10.0}/strongdm/account_grants_history_pb2.py +0 -0
- {strongdm-12.9.0 → strongdm-12.10.0}/strongdm/account_grants_history_pb2_grpc.py +0 -0
- {strongdm-12.9.0 → strongdm-12.10.0}/strongdm/account_grants_pb2_grpc.py +0 -0
- {strongdm-12.9.0 → strongdm-12.10.0}/strongdm/account_permissions_pb2.py +0 -0
- {strongdm-12.9.0 → strongdm-12.10.0}/strongdm/account_permissions_pb2_grpc.py +0 -0
- {strongdm-12.9.0 → strongdm-12.10.0}/strongdm/account_resources_history_pb2.py +0 -0
- {strongdm-12.9.0 → strongdm-12.10.0}/strongdm/account_resources_history_pb2_grpc.py +0 -0
- {strongdm-12.9.0 → strongdm-12.10.0}/strongdm/account_resources_pb2.py +0 -0
- {strongdm-12.9.0 → strongdm-12.10.0}/strongdm/account_resources_pb2_grpc.py +0 -0
- {strongdm-12.9.0 → strongdm-12.10.0}/strongdm/accounts_history_pb2.py +0 -0
- {strongdm-12.9.0 → strongdm-12.10.0}/strongdm/accounts_history_pb2_grpc.py +0 -0
- {strongdm-12.9.0 → strongdm-12.10.0}/strongdm/accounts_pb2.py +0 -0
- {strongdm-12.9.0 → strongdm-12.10.0}/strongdm/accounts_pb2_grpc.py +0 -0
- {strongdm-12.9.0 → strongdm-12.10.0}/strongdm/activities_pb2.py +0 -0
- {strongdm-12.9.0 → strongdm-12.10.0}/strongdm/activities_pb2_grpc.py +0 -0
- {strongdm-12.9.0 → strongdm-12.10.0}/strongdm/approval_workflow_approvers_history_pb2.py +0 -0
- {strongdm-12.9.0 → strongdm-12.10.0}/strongdm/approval_workflow_approvers_history_pb2_grpc.py +0 -0
- {strongdm-12.9.0 → strongdm-12.10.0}/strongdm/approval_workflow_approvers_pb2.py +0 -0
- {strongdm-12.9.0 → strongdm-12.10.0}/strongdm/approval_workflow_approvers_pb2_grpc.py +0 -0
- {strongdm-12.9.0 → strongdm-12.10.0}/strongdm/approval_workflow_steps_history_pb2.py +0 -0
- {strongdm-12.9.0 → strongdm-12.10.0}/strongdm/approval_workflow_steps_history_pb2_grpc.py +0 -0
- {strongdm-12.9.0 → strongdm-12.10.0}/strongdm/approval_workflow_steps_pb2.py +0 -0
- {strongdm-12.9.0 → strongdm-12.10.0}/strongdm/approval_workflow_steps_pb2_grpc.py +0 -0
- {strongdm-12.9.0 → strongdm-12.10.0}/strongdm/approval_workflows_history_pb2.py +0 -0
- {strongdm-12.9.0 → strongdm-12.10.0}/strongdm/approval_workflows_history_pb2_grpc.py +0 -0
- {strongdm-12.9.0 → strongdm-12.10.0}/strongdm/approval_workflows_pb2.py +0 -0
- {strongdm-12.9.0 → strongdm-12.10.0}/strongdm/approval_workflows_pb2_grpc.py +0 -0
- {strongdm-12.9.0 → strongdm-12.10.0}/strongdm/constants.py +0 -0
- {strongdm-12.9.0 → strongdm-12.10.0}/strongdm/control_panel_pb2.py +0 -0
- {strongdm-12.9.0 → strongdm-12.10.0}/strongdm/control_panel_pb2_grpc.py +0 -0
- {strongdm-12.9.0 → strongdm-12.10.0}/strongdm/drivers_pb2_grpc.py +0 -0
- {strongdm-12.9.0 → strongdm-12.10.0}/strongdm/errors.py +0 -0
- {strongdm-12.9.0 → strongdm-12.10.0}/strongdm/health_checks_pb2.py +0 -0
- {strongdm-12.9.0 → strongdm-12.10.0}/strongdm/health_checks_pb2_grpc.py +0 -0
- {strongdm-12.9.0 → strongdm-12.10.0}/strongdm/identity_aliases_history_pb2.py +0 -0
- {strongdm-12.9.0 → strongdm-12.10.0}/strongdm/identity_aliases_history_pb2_grpc.py +0 -0
- {strongdm-12.9.0 → strongdm-12.10.0}/strongdm/identity_aliases_pb2.py +0 -0
- {strongdm-12.9.0 → strongdm-12.10.0}/strongdm/identity_aliases_pb2_grpc.py +0 -0
- {strongdm-12.9.0 → strongdm-12.10.0}/strongdm/identity_sets_history_pb2.py +0 -0
- {strongdm-12.9.0 → strongdm-12.10.0}/strongdm/identity_sets_history_pb2_grpc.py +0 -0
- {strongdm-12.9.0 → strongdm-12.10.0}/strongdm/identity_sets_pb2.py +0 -0
- {strongdm-12.9.0 → strongdm-12.10.0}/strongdm/identity_sets_pb2_grpc.py +0 -0
- {strongdm-12.9.0 → strongdm-12.10.0}/strongdm/nodes_history_pb2.py +0 -0
- {strongdm-12.9.0 → strongdm-12.10.0}/strongdm/nodes_history_pb2_grpc.py +0 -0
- {strongdm-12.9.0 → strongdm-12.10.0}/strongdm/nodes_pb2.py +0 -0
- {strongdm-12.9.0 → strongdm-12.10.0}/strongdm/nodes_pb2_grpc.py +0 -0
- {strongdm-12.9.0 → strongdm-12.10.0}/strongdm/options_pb2.py +0 -0
- {strongdm-12.9.0 → strongdm-12.10.0}/strongdm/options_pb2_grpc.py +0 -0
- {strongdm-12.9.0 → strongdm-12.10.0}/strongdm/organization_history_pb2.py +0 -0
- {strongdm-12.9.0 → strongdm-12.10.0}/strongdm/organization_history_pb2_grpc.py +0 -0
- {strongdm-12.9.0 → strongdm-12.10.0}/strongdm/peering_group_nodes_pb2.py +0 -0
- {strongdm-12.9.0 → strongdm-12.10.0}/strongdm/peering_group_nodes_pb2_grpc.py +0 -0
- {strongdm-12.9.0 → strongdm-12.10.0}/strongdm/peering_group_peers_pb2.py +0 -0
- {strongdm-12.9.0 → strongdm-12.10.0}/strongdm/peering_group_peers_pb2_grpc.py +0 -0
- {strongdm-12.9.0 → strongdm-12.10.0}/strongdm/peering_group_resources_pb2.py +0 -0
- {strongdm-12.9.0 → strongdm-12.10.0}/strongdm/peering_group_resources_pb2_grpc.py +0 -0
- {strongdm-12.9.0 → strongdm-12.10.0}/strongdm/peering_groups_pb2.py +0 -0
- {strongdm-12.9.0 → strongdm-12.10.0}/strongdm/peering_groups_pb2_grpc.py +0 -0
- {strongdm-12.9.0 → strongdm-12.10.0}/strongdm/policies_history_pb2.py +0 -0
- {strongdm-12.9.0 → strongdm-12.10.0}/strongdm/policies_history_pb2_grpc.py +0 -0
- {strongdm-12.9.0 → strongdm-12.10.0}/strongdm/policies_pb2.py +0 -0
- {strongdm-12.9.0 → strongdm-12.10.0}/strongdm/policies_pb2_grpc.py +0 -0
- {strongdm-12.9.0 → strongdm-12.10.0}/strongdm/proxy_cluster_keys_pb2.py +0 -0
- {strongdm-12.9.0 → strongdm-12.10.0}/strongdm/proxy_cluster_keys_pb2_grpc.py +0 -0
- {strongdm-12.9.0 → strongdm-12.10.0}/strongdm/queries_pb2.py +0 -0
- {strongdm-12.9.0 → strongdm-12.10.0}/strongdm/queries_pb2_grpc.py +0 -0
- {strongdm-12.9.0 → strongdm-12.10.0}/strongdm/remote_identities_history_pb2.py +0 -0
- {strongdm-12.9.0 → strongdm-12.10.0}/strongdm/remote_identities_history_pb2_grpc.py +0 -0
- {strongdm-12.9.0 → strongdm-12.10.0}/strongdm/remote_identities_pb2.py +0 -0
- {strongdm-12.9.0 → strongdm-12.10.0}/strongdm/remote_identities_pb2_grpc.py +0 -0
- {strongdm-12.9.0 → strongdm-12.10.0}/strongdm/remote_identity_groups_history_pb2.py +0 -0
- {strongdm-12.9.0 → strongdm-12.10.0}/strongdm/remote_identity_groups_history_pb2_grpc.py +0 -0
- {strongdm-12.9.0 → strongdm-12.10.0}/strongdm/remote_identity_groups_pb2.py +0 -0
- {strongdm-12.9.0 → strongdm-12.10.0}/strongdm/remote_identity_groups_pb2_grpc.py +0 -0
- {strongdm-12.9.0 → strongdm-12.10.0}/strongdm/replays_pb2.py +0 -0
- {strongdm-12.9.0 → strongdm-12.10.0}/strongdm/replays_pb2_grpc.py +0 -0
- {strongdm-12.9.0 → strongdm-12.10.0}/strongdm/resources_history_pb2.py +0 -0
- {strongdm-12.9.0 → strongdm-12.10.0}/strongdm/resources_history_pb2_grpc.py +0 -0
- {strongdm-12.9.0 → strongdm-12.10.0}/strongdm/resources_pb2.py +0 -0
- {strongdm-12.9.0 → strongdm-12.10.0}/strongdm/resources_pb2_grpc.py +0 -0
- {strongdm-12.9.0 → strongdm-12.10.0}/strongdm/role_resources_history_pb2.py +0 -0
- {strongdm-12.9.0 → strongdm-12.10.0}/strongdm/role_resources_history_pb2_grpc.py +0 -0
- {strongdm-12.9.0 → strongdm-12.10.0}/strongdm/role_resources_pb2.py +0 -0
- {strongdm-12.9.0 → strongdm-12.10.0}/strongdm/role_resources_pb2_grpc.py +0 -0
- {strongdm-12.9.0 → strongdm-12.10.0}/strongdm/roles_history_pb2.py +0 -0
- {strongdm-12.9.0 → strongdm-12.10.0}/strongdm/roles_history_pb2_grpc.py +0 -0
- {strongdm-12.9.0 → strongdm-12.10.0}/strongdm/roles_pb2.py +0 -0
- {strongdm-12.9.0 → strongdm-12.10.0}/strongdm/roles_pb2_grpc.py +0 -0
- {strongdm-12.9.0 → strongdm-12.10.0}/strongdm/secret_engine_policy_pb2_grpc.py +0 -0
- {strongdm-12.9.0 → strongdm-12.10.0}/strongdm/secret_engine_types_pb2_grpc.py +0 -0
- {strongdm-12.9.0 → strongdm-12.10.0}/strongdm/secret_store_healths_pb2.py +0 -0
- {strongdm-12.9.0 → strongdm-12.10.0}/strongdm/secret_store_healths_pb2_grpc.py +0 -0
- {strongdm-12.9.0 → strongdm-12.10.0}/strongdm/secret_store_types_pb2.py +0 -0
- {strongdm-12.9.0 → strongdm-12.10.0}/strongdm/secret_store_types_pb2_grpc.py +0 -0
- {strongdm-12.9.0 → strongdm-12.10.0}/strongdm/secret_stores_history_pb2.py +0 -0
- {strongdm-12.9.0 → strongdm-12.10.0}/strongdm/secret_stores_history_pb2_grpc.py +0 -0
- {strongdm-12.9.0 → strongdm-12.10.0}/strongdm/secret_stores_pb2.py +0 -0
- {strongdm-12.9.0 → strongdm-12.10.0}/strongdm/secret_stores_pb2_grpc.py +0 -0
- {strongdm-12.9.0 → strongdm-12.10.0}/strongdm/spec_pb2_grpc.py +0 -0
- {strongdm-12.9.0 → strongdm-12.10.0}/strongdm/tags_pb2.py +0 -0
- {strongdm-12.9.0 → strongdm-12.10.0}/strongdm/tags_pb2_grpc.py +0 -0
- {strongdm-12.9.0 → strongdm-12.10.0}/strongdm/workflow_approvers_history_pb2.py +0 -0
- {strongdm-12.9.0 → strongdm-12.10.0}/strongdm/workflow_approvers_history_pb2_grpc.py +0 -0
- {strongdm-12.9.0 → strongdm-12.10.0}/strongdm/workflow_approvers_pb2.py +0 -0
- {strongdm-12.9.0 → strongdm-12.10.0}/strongdm/workflow_approvers_pb2_grpc.py +0 -0
- {strongdm-12.9.0 → strongdm-12.10.0}/strongdm/workflow_assignments_history_pb2.py +0 -0
- {strongdm-12.9.0 → strongdm-12.10.0}/strongdm/workflow_assignments_history_pb2_grpc.py +0 -0
- {strongdm-12.9.0 → strongdm-12.10.0}/strongdm/workflow_assignments_pb2.py +0 -0
- {strongdm-12.9.0 → strongdm-12.10.0}/strongdm/workflow_assignments_pb2_grpc.py +0 -0
- {strongdm-12.9.0 → strongdm-12.10.0}/strongdm/workflow_roles_history_pb2.py +0 -0
- {strongdm-12.9.0 → strongdm-12.10.0}/strongdm/workflow_roles_history_pb2_grpc.py +0 -0
- {strongdm-12.9.0 → strongdm-12.10.0}/strongdm/workflow_roles_pb2.py +0 -0
- {strongdm-12.9.0 → strongdm-12.10.0}/strongdm/workflow_roles_pb2_grpc.py +0 -0
- {strongdm-12.9.0 → strongdm-12.10.0}/strongdm/workflows_history_pb2.py +0 -0
- {strongdm-12.9.0 → strongdm-12.10.0}/strongdm/workflows_history_pb2_grpc.py +0 -0
- {strongdm-12.9.0 → strongdm-12.10.0}/strongdm/workflows_pb2.py +0 -0
- {strongdm-12.9.0 → strongdm-12.10.0}/strongdm/workflows_pb2_grpc.py +0 -0
- {strongdm-12.9.0 → strongdm-12.10.0}/strongdm.egg-info/SOURCES.txt +0 -0
- {strongdm-12.9.0 → strongdm-12.10.0}/strongdm.egg-info/dependency_links.txt +0 -0
- {strongdm-12.9.0 → strongdm-12.10.0}/strongdm.egg-info/requires.txt +0 -0
- {strongdm-12.9.0 → strongdm-12.10.0}/strongdm.egg-info/top_level.txt +0 -0
@@ -1,12 +1,12 @@
|
|
1
1
|
Metadata-Version: 2.1
|
2
2
|
Name: strongdm
|
3
|
-
Version: 12.
|
3
|
+
Version: 12.10.0
|
4
4
|
Summary: strongDM SDK for the Python programming language.
|
5
5
|
Home-page: https://github.com/strongdm/strongdm-sdk-python
|
6
6
|
Author: strongDM Team
|
7
7
|
Author-email: sdk-feedback@strongdm.com
|
8
8
|
License: apache-2.0
|
9
|
-
Download-URL: https://github.com/strongdm/strongdm-sdk-python/archive/v12.
|
9
|
+
Download-URL: https://github.com/strongdm/strongdm-sdk-python/archive/v12.10.0.tar.gz
|
10
10
|
Keywords: strongDM,sdm,api,automation,security,audit,database,server,ssh,rdp
|
11
11
|
Platform: UNKNOWN
|
12
12
|
Classifier: Development Status :: 4 - Beta
|
@@ -23,7 +23,7 @@ from setuptools import setup
|
|
23
23
|
setup(
|
24
24
|
name='strongdm',
|
25
25
|
packages=['strongdm'],
|
26
|
-
version='12.
|
26
|
+
version='12.10.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/v12.
|
35
|
+
'https://github.com/strongdm/strongdm-sdk-python/archive/v12.10.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*\"\
|
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*\"h\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:\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\"\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
|
|
@@ -42,6 +42,8 @@ _ACCESSREQUESTLISTRESPONSE = DESCRIPTOR.message_types_by_name['AccessRequestList
|
|
42
42
|
_ACCESSREQUEST = DESCRIPTOR.message_types_by_name['AccessRequest']
|
43
43
|
_ACCESSREQUESTEVENT = DESCRIPTOR.message_types_by_name['AccessRequestEvent']
|
44
44
|
_REQUESTABLERESOURCE = DESCRIPTOR.message_types_by_name['RequestableResource']
|
45
|
+
_PRIVILEGESMESSAGE = DESCRIPTOR.message_types_by_name['PrivilegesMessage']
|
46
|
+
_KUBERNETESPRIVILEGES = DESCRIPTOR.message_types_by_name['KubernetesPrivileges']
|
45
47
|
_ACCESSREQUESTCONFIG = DESCRIPTOR.message_types_by_name['AccessRequestConfig']
|
46
48
|
_REQUESTACCESSREQUESTCONFIG = DESCRIPTOR.message_types_by_name['RequestAccessRequestConfig']
|
47
49
|
AccessRequestListRequest = _reflection.GeneratedProtocolMessageType('AccessRequestListRequest', (_message.Message,), {
|
@@ -79,6 +81,20 @@ RequestableResource = _reflection.GeneratedProtocolMessageType('RequestableResou
|
|
79
81
|
})
|
80
82
|
_sym_db.RegisterMessage(RequestableResource)
|
81
83
|
|
84
|
+
PrivilegesMessage = _reflection.GeneratedProtocolMessageType('PrivilegesMessage', (_message.Message,), {
|
85
|
+
'DESCRIPTOR' : _PRIVILEGESMESSAGE,
|
86
|
+
'__module__' : 'access_requests_pb2'
|
87
|
+
# @@protoc_insertion_point(class_scope:v1.PrivilegesMessage)
|
88
|
+
})
|
89
|
+
_sym_db.RegisterMessage(PrivilegesMessage)
|
90
|
+
|
91
|
+
KubernetesPrivileges = _reflection.GeneratedProtocolMessageType('KubernetesPrivileges', (_message.Message,), {
|
92
|
+
'DESCRIPTOR' : _KUBERNETESPRIVILEGES,
|
93
|
+
'__module__' : 'access_requests_pb2'
|
94
|
+
# @@protoc_insertion_point(class_scope:v1.KubernetesPrivileges)
|
95
|
+
})
|
96
|
+
_sym_db.RegisterMessage(KubernetesPrivileges)
|
97
|
+
|
82
98
|
AccessRequestConfig = _reflection.GeneratedProtocolMessageType('AccessRequestConfig', (_message.Message,), {
|
83
99
|
'DESCRIPTOR' : _ACCESSREQUESTCONFIG,
|
84
100
|
'__module__' : 'access_requests_pb2'
|
@@ -166,8 +182,20 @@ if _descriptor._USE_C_DESCRIPTORS == False:
|
|
166
182
|
_REQUESTABLERESOURCE.fields_by_name['tags']._serialized_options = b'\362\370\263\007\005\260\363\263\007\001'
|
167
183
|
_REQUESTABLERESOURCE.fields_by_name['access']._options = None
|
168
184
|
_REQUESTABLERESOURCE.fields_by_name['access']._serialized_options = b'\362\370\263\007\005\260\363\263\007\001'
|
185
|
+
_REQUESTABLERESOURCE.fields_by_name['privileges']._options = None
|
186
|
+
_REQUESTABLERESOURCE.fields_by_name['privileges']._serialized_options = b'\362\370\263\007\024\260\363\263\007\001\262\364\263\007\ngo_private'
|
187
|
+
_REQUESTABLERESOURCE.fields_by_name['privileges_requirement_status']._options = None
|
188
|
+
_REQUESTABLERESOURCE.fields_by_name['privileges_requirement_status']._serialized_options = b'\362\370\263\007\024\260\363\263\007\001\262\364\263\007\ngo_private'
|
169
189
|
_REQUESTABLERESOURCE._options = None
|
170
190
|
_REQUESTABLERESOURCE._serialized_options = b'\372\370\263\007\013\250\363\263\007\001\322\363\263\007\001*'
|
191
|
+
_PRIVILEGESMESSAGE.fields_by_name['kubernetes']._options = None
|
192
|
+
_PRIVILEGESMESSAGE.fields_by_name['kubernetes']._serialized_options = b'\362\370\263\007\005\260\363\263\007\001'
|
193
|
+
_PRIVILEGESMESSAGE._options = None
|
194
|
+
_PRIVILEGESMESSAGE._serialized_options = b'\372\370\263\007\024\250\363\263\007\001\322\363\263\007\ngo_private'
|
195
|
+
_KUBERNETESPRIVILEGES.fields_by_name['groups']._options = None
|
196
|
+
_KUBERNETESPRIVILEGES.fields_by_name['groups']._serialized_options = b'\362\370\263\007\005\260\363\263\007\001'
|
197
|
+
_KUBERNETESPRIVILEGES._options = None
|
198
|
+
_KUBERNETESPRIVILEGES._serialized_options = b'\372\370\263\007\024\250\363\263\007\001\322\363\263\007\ngo_private'
|
171
199
|
_ACCESSREQUESTCONFIG.fields_by_name['resource_id']._options = None
|
172
200
|
_ACCESSREQUESTCONFIG.fields_by_name['resource_id']._serialized_options = b'\362\370\263\007\n\260\363\263\007\001\300\363\263\007\001'
|
173
201
|
_ACCESSREQUESTCONFIG.fields_by_name['reason']._options = None
|
@@ -203,11 +231,15 @@ if _descriptor._USE_C_DESCRIPTORS == False:
|
|
203
231
|
_ACCESSREQUESTEVENT._serialized_start=1091
|
204
232
|
_ACCESSREQUESTEVENT._serialized_end=1340
|
205
233
|
_REQUESTABLERESOURCE._serialized_start=1343
|
206
|
-
_REQUESTABLERESOURCE._serialized_end=
|
207
|
-
|
208
|
-
|
209
|
-
|
210
|
-
|
211
|
-
|
212
|
-
|
234
|
+
_REQUESTABLERESOURCE._serialized_end=1723
|
235
|
+
_PRIVILEGESMESSAGE._serialized_start=1725
|
236
|
+
_PRIVILEGESMESSAGE._serialized_end=1829
|
237
|
+
_KUBERNETESPRIVILEGES._serialized_start=1831
|
238
|
+
_KUBERNETESPRIVILEGES._serialized_end=1908
|
239
|
+
_ACCESSREQUESTCONFIG._serialized_start=1911
|
240
|
+
_ACCESSREQUESTCONFIG._serialized_end=2106
|
241
|
+
_REQUESTACCESSREQUESTCONFIG._serialized_start=2109
|
242
|
+
_REQUESTACCESSREQUESTCONFIG._serialized_end=2568
|
243
|
+
_ACCESSREQUESTS._serialized_start=2571
|
244
|
+
_ACCESSREQUESTS._serialized_end=2788
|
213
245
|
# @@protoc_insertion_point(module_scope)
|
@@ -31,7 +31,7 @@ from . import options_pb2 as options__pb2
|
|
31
31
|
from . import spec_pb2 as spec__pb2
|
32
32
|
|
33
33
|
|
34
|
-
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n\x14\x61\x63\x63ount_grants.proto\x12\x02v1\x1a\x1fgoogle/protobuf/timestamp.proto\x1a\roptions.proto\x1a\nspec.proto\"y\n\x19\x41\x63\x63ountGrantCreateRequest\x12\'\n\x04meta\x18\x01 \x01(\x0b\x32\x19.v1.CreateRequestMetadata\x12\x33\n\raccount_grant\x18\x02 \x01(\x0b\x32\x10.v1.AccountGrantB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\"\xec\x01\n\x1a\x41\x63\x63ountGrantCreateResponse\x12\x34\n\x04meta\x18\x01 \x01(\x0b\x32\x1a.v1.CreateResponseMetadataB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12\x33\n\raccount_grant\x18\x02 \x01(\x0b\x32\x10.v1.AccountGrantB\n\xf2\xf8\xb3\x07\x05\xb0\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:\n\xfa\xf8\xb3\x07\x05\xa8\xf3\xb3\x07\x01\"V\n\x16\x41\x63\x63ountGrantGetRequest\x12$\n\x04meta\x18\x01 \x01(\x0b\x32\x16.v1.GetRequestMetadata\x12\x16\n\x02id\x18\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\"\xe6\x01\n\x17\x41\x63\x63ountGrantGetResponse\x12\x31\n\x04meta\x18\x01 \x01(\x0b\x32\x17.v1.GetResponseMetadataB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12\x33\n\raccount_grant\x18\x02 \x01(\x0b\x32\x10.v1.AccountGrantB\n\xf2\xf8\xb3\x07\x05\xb0\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:\n\xfa\xf8\xb3\x07\x05\xa8\xf3\xb3\x07\x01\"\\\n\x19\x41\x63\x63ountGrantDeleteRequest\x12\'\n\x04meta\x18\x01 \x01(\x0b\x32\x19.v1.DeleteRequestMetadata\x12\x16\n\x02id\x18\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\"\xb7\x01\n\x1a\x41\x63\x63ountGrantDeleteResponse\x12\x34\n\x04meta\x18\x01 \x01(\x0b\x32\x1a.v1.DeleteResponseMetadataB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12W\n\nrate_limit\x18\x02 \x01(\x0b\x32\x15.v1.RateLimitMetadataB,\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x06\xb2\xf4\xb3\x07\x01*\xf2\xf8\xb3\x07\x12\xb2\xf4\xb3\x07\r!json_gateway:\n\xfa\xf8\xb3\x07\x05\xa8\xf3\xb3\x07\x01\"\\\n\x17\x41\x63\x63ountGrantListRequest\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\"\xd1\x01\n\x18\x41\x63\x63ountGrantListResponse\x12&\n\x04meta\x18\x01 \x01(\x0b\x32\x18.v1.ListResponseMetadata\x12\x34\n\x0e\x61\x63\x63ount_grants\x18\x02 \x03(\x0b\x32\x10.v1.AccountGrantB\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\"\
|
34
|
+
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n\x14\x61\x63\x63ount_grants.proto\x12\x02v1\x1a\x1fgoogle/protobuf/timestamp.proto\x1a\roptions.proto\x1a\nspec.proto\"y\n\x19\x41\x63\x63ountGrantCreateRequest\x12\'\n\x04meta\x18\x01 \x01(\x0b\x32\x19.v1.CreateRequestMetadata\x12\x33\n\raccount_grant\x18\x02 \x01(\x0b\x32\x10.v1.AccountGrantB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\"\xec\x01\n\x1a\x41\x63\x63ountGrantCreateResponse\x12\x34\n\x04meta\x18\x01 \x01(\x0b\x32\x1a.v1.CreateResponseMetadataB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12\x33\n\raccount_grant\x18\x02 \x01(\x0b\x32\x10.v1.AccountGrantB\n\xf2\xf8\xb3\x07\x05\xb0\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:\n\xfa\xf8\xb3\x07\x05\xa8\xf3\xb3\x07\x01\"V\n\x16\x41\x63\x63ountGrantGetRequest\x12$\n\x04meta\x18\x01 \x01(\x0b\x32\x16.v1.GetRequestMetadata\x12\x16\n\x02id\x18\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\"\xe6\x01\n\x17\x41\x63\x63ountGrantGetResponse\x12\x31\n\x04meta\x18\x01 \x01(\x0b\x32\x17.v1.GetResponseMetadataB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12\x33\n\raccount_grant\x18\x02 \x01(\x0b\x32\x10.v1.AccountGrantB\n\xf2\xf8\xb3\x07\x05\xb0\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:\n\xfa\xf8\xb3\x07\x05\xa8\xf3\xb3\x07\x01\"\\\n\x19\x41\x63\x63ountGrantDeleteRequest\x12\'\n\x04meta\x18\x01 \x01(\x0b\x32\x19.v1.DeleteRequestMetadata\x12\x16\n\x02id\x18\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\"\xb7\x01\n\x1a\x41\x63\x63ountGrantDeleteResponse\x12\x34\n\x04meta\x18\x01 \x01(\x0b\x32\x1a.v1.DeleteResponseMetadataB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12W\n\nrate_limit\x18\x02 \x01(\x0b\x32\x15.v1.RateLimitMetadataB,\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x06\xb2\xf4\xb3\x07\x01*\xf2\xf8\xb3\x07\x12\xb2\xf4\xb3\x07\r!json_gateway:\n\xfa\xf8\xb3\x07\x05\xa8\xf3\xb3\x07\x01\"\\\n\x17\x41\x63\x63ountGrantListRequest\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\"\xd1\x01\n\x18\x41\x63\x63ountGrantListResponse\x12&\n\x04meta\x18\x01 \x01(\x0b\x32\x18.v1.ListResponseMetadata\x12\x34\n\x0e\x61\x63\x63ount_grants\x18\x02 \x03(\x0b\x32\x10.v1.AccountGrantB\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\"\xfc\x03\n\x0c\x41\x63\x63ountGrant\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#\n\naccount_id\x18\x03 \x01(\tB\x0f\xf2\xf8\xb3\x07\n\xb0\xf3\xb3\x07\x01\xc0\xf3\xb3\x07\x01\x12:\n\nstart_from\x18\x04 \x01(\x0b\x32\x1a.google.protobuf.TimestampB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12;\n\x0bvalid_until\x18\x05 \x01(\x0b\x32\x1a.google.protobuf.TimestampB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12\xe5\x01\n\x0b\x61\x63\x63\x65ss_rule\x18\x06 \x01(\tB\xcf\x01\xf2\xf8\xb3\x07\xc9\x01\xb0\xf3\xb3\x07\x01\xca\xf3\xb3\x07\x9e\x01\xea\xf3\xb3\x07\x0b\x61\x63\x63\x65ss_rule\xf2\xf3\xb3\x07\x10\n\x02go\x12\nAccessRule\xf2\xf3\xb3\x07\x18\n\ngo_private\x12\nAccessRule\xf2\xf3\xb3\x07\x1a\n\x0cgo_terraform\x12\nAccessRule\xf2\xf3\xb3\x07\x12\n\x04java\x12\nAccessRule\xf2\xf3\xb3\x07!\n\x0cjson_gateway\x12\x11models.AccessRule\xba\xf4\xb3\x07\x16\x61\x63\x63\x65ssRuleDiffSuppress\xd0\xf4\xb3\x07\x01:(\xfa\xf8\xb3\x07#\xa8\xf3\xb3\x07\x01\xd2\xf3\xb3\x07\x01*\xd2\xf3\xb3\x07\x13!terraform-provider2\xab\x04\n\rAccountGrants\x12s\n\x06\x43reate\x12\x1d.v1.AccountGrantCreateRequest\x1a\x1e.v1.AccountGrantCreateResponse\"*\x82\xf9\xb3\x07\t\xa2\xf3\xb3\x07\x04post\x82\xf9\xb3\x07\x17\xaa\xf3\xb3\x07\x12/v1/account-grants\x12n\n\x03Get\x12\x1a.v1.AccountGrantGetRequest\x1a\x1b.v1.AccountGrantGetResponse\".\x82\xf9\xb3\x07\x08\xa2\xf3\xb3\x07\x03get\x82\xf9\xb3\x07\x1c\xaa\xf3\xb3\x07\x17/v1/account-grants/{id}\x12z\n\x06\x44\x65lete\x12\x1d.v1.AccountGrantDeleteRequest\x1a\x1e.v1.AccountGrantDeleteResponse\"1\x82\xf9\xb3\x07\x0b\xa2\xf3\xb3\x07\x06\x64\x65lete\x82\xf9\xb3\x07\x1c\xaa\xf3\xb3\x07\x17/v1/account-grants/{id}\x12l\n\x04List\x12\x1b.v1.AccountGrantListRequest\x1a\x1c.v1.AccountGrantListResponse\")\x82\xf9\xb3\x07\x08\xa2\xf3\xb3\x07\x03get\x82\xf9\xb3\x07\x17\xaa\xf3\xb3\x07\x12/v1/account-grants\x1aK\xca\xf9\xb3\x07\x11\xc2\xf9\xb3\x07\x0c\x41\x63\x63ountGrant\xca\xf9\xb3\x07\x08\xd2\xf9\xb3\x07\x03\x61g-\xca\xf9\xb3\x07\x06\xca\xf9\xb3\x07\x01*\xca\xf9\xb3\x07\x18\xca\xf9\xb3\x07\x13!terraform-providerBi\n\x19\x63om.strongdm.api.plumbingB\x15\x41\x63\x63ountGrantsPlumbingZ5github.com/strongdm/strongdm-sdk-go/v3/internal/v1;v1b\x06proto3')
|
35
35
|
|
36
36
|
|
37
37
|
|
@@ -157,7 +157,7 @@ if _descriptor._USE_C_DESCRIPTORS == False:
|
|
157
157
|
_ACCOUNTGRANT.fields_by_name['valid_until']._options = None
|
158
158
|
_ACCOUNTGRANT.fields_by_name['valid_until']._serialized_options = b'\362\370\263\007\005\260\363\263\007\001'
|
159
159
|
_ACCOUNTGRANT.fields_by_name['access_rule']._options = None
|
160
|
-
_ACCOUNTGRANT.fields_by_name['access_rule']._serialized_options = b'\362\370\263\007\
|
160
|
+
_ACCOUNTGRANT.fields_by_name['access_rule']._serialized_options = b'\362\370\263\007\311\001\260\363\263\007\001\312\363\263\007\236\001\352\363\263\007\013access_rule\362\363\263\007\020\n\002go\022\nAccessRule\362\363\263\007\030\n\ngo_private\022\nAccessRule\362\363\263\007\032\n\014go_terraform\022\nAccessRule\362\363\263\007\022\n\004java\022\nAccessRule\362\363\263\007!\n\014json_gateway\022\021models.AccessRule\272\364\263\007\026accessRuleDiffSuppress\320\364\263\007\001'
|
161
161
|
_ACCOUNTGRANT._options = None
|
162
162
|
_ACCOUNTGRANT._serialized_options = b'\372\370\263\007#\250\363\263\007\001\322\363\263\007\001*\322\363\263\007\023!terraform-provider'
|
163
163
|
_ACCOUNTGRANTS._options = None
|
@@ -187,7 +187,7 @@ if _descriptor._USE_C_DESCRIPTORS == False:
|
|
187
187
|
_ACCOUNTGRANTLISTRESPONSE._serialized_start=1146
|
188
188
|
_ACCOUNTGRANTLISTRESPONSE._serialized_end=1355
|
189
189
|
_ACCOUNTGRANT._serialized_start=1358
|
190
|
-
_ACCOUNTGRANT._serialized_end=
|
191
|
-
_ACCOUNTGRANTS._serialized_start=
|
192
|
-
_ACCOUNTGRANTS._serialized_end=
|
190
|
+
_ACCOUNTGRANT._serialized_end=1866
|
191
|
+
_ACCOUNTGRANTS._serialized_start=1869
|
192
|
+
_ACCOUNTGRANTS._serialized_end=2424
|
193
193
|
# @@protoc_insertion_point(module_scope)
|