strongdm 7.0.0__zip → 12.1.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-7.0.0 → strongdm-12.1.0}/PKG-INFO +2 -2
- {strongdm-7.0.0 → strongdm-12.1.0}/setup.py +2 -2
- {strongdm-7.0.0 → strongdm-12.1.0}/strongdm/access_request_events_history_pb2.py +3 -3
- {strongdm-7.0.0 → strongdm-12.1.0}/strongdm/access_requests_history_pb2.py +3 -3
- {strongdm-7.0.0 → strongdm-12.1.0}/strongdm/access_requests_pb2.py +45 -16
- {strongdm-7.0.0 → strongdm-12.1.0}/strongdm/account_grants_pb2.py +6 -4
- {strongdm-7.0.0 → strongdm-12.1.0}/strongdm/accounts_pb2.py +47 -34
- {strongdm-7.0.0 → strongdm-12.1.0}/strongdm/accounts_pb2_grpc.py +3 -0
- {strongdm-7.0.0 → strongdm-12.1.0}/strongdm/approval_workflow_approvers_history_pb2.py +3 -3
- {strongdm-7.0.0 → strongdm-12.1.0}/strongdm/approval_workflow_approvers_pb2.py +3 -3
- {strongdm-7.0.0 → strongdm-12.1.0}/strongdm/approval_workflow_steps_history_pb2.py +3 -3
- {strongdm-7.0.0 → strongdm-12.1.0}/strongdm/approval_workflow_steps_pb2.py +3 -3
- {strongdm-7.0.0 → strongdm-12.1.0}/strongdm/approval_workflows_history_pb2.py +3 -3
- {strongdm-7.0.0 → strongdm-12.1.0}/strongdm/approval_workflows_pb2.py +3 -3
- {strongdm-7.0.0 → strongdm-12.1.0}/strongdm/client.py +108 -13
- {strongdm-7.0.0 → strongdm-12.1.0}/strongdm/constants.py +86 -12
- {strongdm-7.0.0 → strongdm-12.1.0}/strongdm/drivers_pb2.py +745 -227
- strongdm-12.1.0/strongdm/health_checks_pb2.py +107 -0
- strongdm-12.1.0/strongdm/health_checks_pb2_grpc.py +87 -0
- strongdm-12.1.0/strongdm/identity_aliases_history_pb2.py +100 -0
- strongdm-12.1.0/strongdm/identity_aliases_history_pb2_grpc.py +84 -0
- strongdm-12.1.0/strongdm/identity_aliases_pb2.py +220 -0
- strongdm-12.1.0/strongdm/identity_aliases_pb2_grpc.py +223 -0
- strongdm-12.1.0/strongdm/identity_sets_history_pb2.py +100 -0
- strongdm-12.1.0/strongdm/identity_sets_history_pb2_grpc.py +84 -0
- strongdm-12.1.0/strongdm/identity_sets_pb2.py +216 -0
- strongdm-12.1.0/strongdm/identity_sets_pb2_grpc.py +223 -0
- {strongdm-7.0.0 → strongdm-12.1.0}/strongdm/models.py +5857 -1634
- {strongdm-7.0.0 → strongdm-12.1.0}/strongdm/nodes_pb2.py +41 -15
- {strongdm-7.0.0 → strongdm-12.1.0}/strongdm/options_pb2.py +24 -24
- {strongdm-7.0.0 → strongdm-12.1.0}/strongdm/organization_history_pb2.py +13 -5
- {strongdm-7.0.0 → strongdm-12.1.0}/strongdm/peering_group_nodes_pb2.py +3 -3
- {strongdm-7.0.0 → strongdm-12.1.0}/strongdm/peering_group_peers_pb2.py +3 -3
- {strongdm-7.0.0 → strongdm-12.1.0}/strongdm/peering_group_resources_pb2.py +3 -3
- {strongdm-7.0.0 → strongdm-12.1.0}/strongdm/peering_groups_pb2.py +3 -3
- {strongdm-7.0.0 → strongdm-12.1.0}/strongdm/plumbing.py +3197 -1210
- strongdm-12.1.0/strongdm/policies_history_pb2.py +100 -0
- strongdm-12.1.0/strongdm/policies_history_pb2_grpc.py +84 -0
- strongdm-12.1.0/strongdm/policies_pb2.py +216 -0
- strongdm-12.1.0/strongdm/policies_pb2_grpc.py +223 -0
- strongdm-12.1.0/strongdm/proxy_cluster_keys_pb2.py +191 -0
- strongdm-12.1.0/strongdm/proxy_cluster_keys_pb2_grpc.py +192 -0
- {strongdm-7.0.0 → strongdm-12.1.0}/strongdm/queries_pb2.py +17 -11
- {strongdm-7.0.0 → strongdm-12.1.0}/strongdm/remote_identities_history_pb2.py +3 -3
- {strongdm-7.0.0 → strongdm-12.1.0}/strongdm/remote_identities_pb2.py +3 -3
- {strongdm-7.0.0 → strongdm-12.1.0}/strongdm/remote_identity_groups_history_pb2.py +3 -3
- {strongdm-7.0.0 → strongdm-12.1.0}/strongdm/remote_identity_groups_pb2.py +3 -3
- {strongdm-7.0.0 → strongdm-12.1.0}/strongdm/replays_pb2.py +8 -6
- strongdm-12.1.0/strongdm/secret_store_types_pb2.py +687 -0
- {strongdm-7.0.0 → strongdm-12.1.0}/strongdm/spec_pb2.py +12 -8
- strongdm-12.1.0/strongdm/spec_pb2_grpc.py +18 -0
- {strongdm-7.0.0 → strongdm-12.1.0}/strongdm/svc.py +1345 -339
- strongdm-12.1.0/strongdm/tags_pb2_grpc.py +18 -0
- {strongdm-7.0.0 → strongdm-12.1.0}/strongdm/workflow_approvers_history_pb2.py +3 -3
- {strongdm-7.0.0 → strongdm-12.1.0}/strongdm/workflow_approvers_pb2.py +3 -3
- {strongdm-7.0.0 → strongdm-12.1.0}/strongdm/workflow_assignments_history_pb2.py +3 -3
- {strongdm-7.0.0 → strongdm-12.1.0}/strongdm/workflow_assignments_pb2.py +3 -3
- {strongdm-7.0.0 → strongdm-12.1.0}/strongdm/workflow_roles_history_pb2.py +3 -3
- {strongdm-7.0.0 → strongdm-12.1.0}/strongdm/workflow_roles_pb2.py +3 -3
- {strongdm-7.0.0 → strongdm-12.1.0}/strongdm/workflows_history_pb2.py +3 -3
- {strongdm-7.0.0 → strongdm-12.1.0}/strongdm/workflows_pb2.py +31 -26
- {strongdm-7.0.0 → strongdm-12.1.0}/strongdm.egg-info/PKG-INFO +2 -2
- {strongdm-7.0.0 → strongdm-12.1.0}/strongdm.egg-info/SOURCES.txt +18 -0
- strongdm-7.0.0/strongdm/secret_store_types_pb2.py +0 -549
- {strongdm-7.0.0 → strongdm-12.1.0}/LICENSE +0 -0
- {strongdm-7.0.0 → strongdm-12.1.0}/README.md +0 -0
- {strongdm-7.0.0 → strongdm-12.1.0}/setup.cfg +0 -0
- {strongdm-7.0.0 → strongdm-12.1.0}/strongdm/__init__.py +0 -0
- {strongdm-7.0.0 → strongdm-12.1.0}/strongdm/access_request_events_history_pb2_grpc.py +0 -0
- {strongdm-7.0.0 → strongdm-12.1.0}/strongdm/access_requests_history_pb2_grpc.py +0 -0
- {strongdm-7.0.0 → strongdm-12.1.0}/strongdm/access_requests_pb2_grpc.py +0 -0
- {strongdm-7.0.0 → strongdm-12.1.0}/strongdm/account_attachments_history_pb2.py +0 -0
- {strongdm-7.0.0 → strongdm-12.1.0}/strongdm/account_attachments_history_pb2_grpc.py +0 -0
- {strongdm-7.0.0 → strongdm-12.1.0}/strongdm/account_attachments_pb2.py +0 -0
- {strongdm-7.0.0 → strongdm-12.1.0}/strongdm/account_attachments_pb2_grpc.py +0 -0
- {strongdm-7.0.0 → strongdm-12.1.0}/strongdm/account_grants_history_pb2.py +0 -0
- {strongdm-7.0.0 → strongdm-12.1.0}/strongdm/account_grants_history_pb2_grpc.py +0 -0
- {strongdm-7.0.0 → strongdm-12.1.0}/strongdm/account_grants_pb2_grpc.py +0 -0
- {strongdm-7.0.0 → strongdm-12.1.0}/strongdm/account_permissions_pb2.py +0 -0
- {strongdm-7.0.0 → strongdm-12.1.0}/strongdm/account_permissions_pb2_grpc.py +0 -0
- {strongdm-7.0.0 → strongdm-12.1.0}/strongdm/account_resources_history_pb2.py +0 -0
- {strongdm-7.0.0 → strongdm-12.1.0}/strongdm/account_resources_history_pb2_grpc.py +0 -0
- {strongdm-7.0.0 → strongdm-12.1.0}/strongdm/account_resources_pb2.py +0 -0
- {strongdm-7.0.0 → strongdm-12.1.0}/strongdm/account_resources_pb2_grpc.py +0 -0
- {strongdm-7.0.0 → strongdm-12.1.0}/strongdm/accounts_history_pb2.py +0 -0
- {strongdm-7.0.0 → strongdm-12.1.0}/strongdm/accounts_history_pb2_grpc.py +0 -0
- {strongdm-7.0.0 → strongdm-12.1.0}/strongdm/activities_pb2.py +0 -0
- {strongdm-7.0.0 → strongdm-12.1.0}/strongdm/activities_pb2_grpc.py +0 -0
- {strongdm-7.0.0 → strongdm-12.1.0}/strongdm/approval_workflow_approvers_history_pb2_grpc.py +0 -0
- {strongdm-7.0.0 → strongdm-12.1.0}/strongdm/approval_workflow_approvers_pb2_grpc.py +0 -0
- {strongdm-7.0.0 → strongdm-12.1.0}/strongdm/approval_workflow_steps_history_pb2_grpc.py +0 -0
- {strongdm-7.0.0 → strongdm-12.1.0}/strongdm/approval_workflow_steps_pb2_grpc.py +0 -0
- {strongdm-7.0.0 → strongdm-12.1.0}/strongdm/approval_workflows_history_pb2_grpc.py +0 -0
- {strongdm-7.0.0 → strongdm-12.1.0}/strongdm/approval_workflows_pb2_grpc.py +0 -0
- {strongdm-7.0.0 → strongdm-12.1.0}/strongdm/control_panel_pb2.py +0 -0
- {strongdm-7.0.0 → strongdm-12.1.0}/strongdm/control_panel_pb2_grpc.py +0 -0
- {strongdm-7.0.0 → strongdm-12.1.0}/strongdm/drivers_pb2_grpc.py +0 -0
- {strongdm-7.0.0 → strongdm-12.1.0}/strongdm/errors.py +0 -0
- {strongdm-7.0.0 → strongdm-12.1.0}/strongdm/nodes_history_pb2.py +0 -0
- {strongdm-7.0.0 → strongdm-12.1.0}/strongdm/nodes_history_pb2_grpc.py +0 -0
- {strongdm-7.0.0 → strongdm-12.1.0}/strongdm/nodes_pb2_grpc.py +0 -0
- {strongdm-7.0.0 → strongdm-12.1.0}/strongdm/options_pb2_grpc.py +0 -0
- {strongdm-7.0.0 → strongdm-12.1.0}/strongdm/organization_history_pb2_grpc.py +0 -0
- {strongdm-7.0.0 → strongdm-12.1.0}/strongdm/peering_group_nodes_pb2_grpc.py +0 -0
- {strongdm-7.0.0 → strongdm-12.1.0}/strongdm/peering_group_peers_pb2_grpc.py +0 -0
- {strongdm-7.0.0 → strongdm-12.1.0}/strongdm/peering_group_resources_pb2_grpc.py +0 -0
- {strongdm-7.0.0 → strongdm-12.1.0}/strongdm/peering_groups_pb2_grpc.py +0 -0
- {strongdm-7.0.0 → strongdm-12.1.0}/strongdm/queries_pb2_grpc.py +0 -0
- {strongdm-7.0.0 → strongdm-12.1.0}/strongdm/remote_identities_history_pb2_grpc.py +0 -0
- {strongdm-7.0.0 → strongdm-12.1.0}/strongdm/remote_identities_pb2_grpc.py +0 -0
- {strongdm-7.0.0 → strongdm-12.1.0}/strongdm/remote_identity_groups_history_pb2_grpc.py +0 -0
- {strongdm-7.0.0 → strongdm-12.1.0}/strongdm/remote_identity_groups_pb2_grpc.py +0 -0
- {strongdm-7.0.0 → strongdm-12.1.0}/strongdm/replays_pb2_grpc.py +0 -0
- {strongdm-7.0.0 → strongdm-12.1.0}/strongdm/resources_history_pb2.py +0 -0
- {strongdm-7.0.0 → strongdm-12.1.0}/strongdm/resources_history_pb2_grpc.py +0 -0
- {strongdm-7.0.0 → strongdm-12.1.0}/strongdm/resources_pb2.py +0 -0
- {strongdm-7.0.0 → strongdm-12.1.0}/strongdm/resources_pb2_grpc.py +0 -0
- {strongdm-7.0.0 → strongdm-12.1.0}/strongdm/role_resources_history_pb2.py +0 -0
- {strongdm-7.0.0 → strongdm-12.1.0}/strongdm/role_resources_history_pb2_grpc.py +0 -0
- {strongdm-7.0.0 → strongdm-12.1.0}/strongdm/role_resources_pb2.py +0 -0
- {strongdm-7.0.0 → strongdm-12.1.0}/strongdm/role_resources_pb2_grpc.py +0 -0
- {strongdm-7.0.0 → strongdm-12.1.0}/strongdm/roles_history_pb2.py +0 -0
- {strongdm-7.0.0 → strongdm-12.1.0}/strongdm/roles_history_pb2_grpc.py +0 -0
- {strongdm-7.0.0 → strongdm-12.1.0}/strongdm/roles_pb2.py +0 -0
- {strongdm-7.0.0 → strongdm-12.1.0}/strongdm/roles_pb2_grpc.py +0 -0
- /strongdm-7.0.0/strongdm/secret_store_types_pb2_grpc.py → /strongdm-12.1.0/strongdm/secret_engine_policy_pb2_grpc.py +0 -0
- /strongdm-7.0.0/strongdm/spec_pb2_grpc.py → /strongdm-12.1.0/strongdm/secret_engine_types_pb2_grpc.py +0 -0
- {strongdm-7.0.0 → strongdm-12.1.0}/strongdm/secret_store_healths_pb2.py +0 -0
- {strongdm-7.0.0 → strongdm-12.1.0}/strongdm/secret_store_healths_pb2_grpc.py +0 -0
- /strongdm-7.0.0/strongdm/tags_pb2_grpc.py → /strongdm-12.1.0/strongdm/secret_store_types_pb2_grpc.py +0 -0
- {strongdm-7.0.0 → strongdm-12.1.0}/strongdm/secret_stores_history_pb2.py +0 -0
- {strongdm-7.0.0 → strongdm-12.1.0}/strongdm/secret_stores_history_pb2_grpc.py +0 -0
- {strongdm-7.0.0 → strongdm-12.1.0}/strongdm/secret_stores_pb2.py +0 -0
- {strongdm-7.0.0 → strongdm-12.1.0}/strongdm/secret_stores_pb2_grpc.py +0 -0
- {strongdm-7.0.0 → strongdm-12.1.0}/strongdm/tags_pb2.py +0 -0
- {strongdm-7.0.0 → strongdm-12.1.0}/strongdm/workflow_approvers_history_pb2_grpc.py +0 -0
- {strongdm-7.0.0 → strongdm-12.1.0}/strongdm/workflow_approvers_pb2_grpc.py +0 -0
- {strongdm-7.0.0 → strongdm-12.1.0}/strongdm/workflow_assignments_history_pb2_grpc.py +0 -0
- {strongdm-7.0.0 → strongdm-12.1.0}/strongdm/workflow_assignments_pb2_grpc.py +0 -0
- {strongdm-7.0.0 → strongdm-12.1.0}/strongdm/workflow_roles_history_pb2_grpc.py +0 -0
- {strongdm-7.0.0 → strongdm-12.1.0}/strongdm/workflow_roles_pb2_grpc.py +0 -0
- {strongdm-7.0.0 → strongdm-12.1.0}/strongdm/workflows_history_pb2_grpc.py +0 -0
- {strongdm-7.0.0 → strongdm-12.1.0}/strongdm/workflows_pb2_grpc.py +0 -0
- {strongdm-7.0.0 → strongdm-12.1.0}/strongdm.egg-info/dependency_links.txt +0 -0
- {strongdm-7.0.0 → strongdm-12.1.0}/strongdm.egg-info/requires.txt +0 -0
- {strongdm-7.0.0 → strongdm-12.1.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:
|
3
|
+
Version: 12.1.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/
|
9
|
+
Download-URL: https://github.com/strongdm/strongdm-sdk-python/archive/v12.1.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='
|
26
|
+
version='12.1.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/
|
35
|
+
'https://github.com/strongdm/strongdm-sdk-python/archive/v12.1.0.tar.gz',
|
36
36
|
keywords=[
|
37
37
|
'strongDM', 'sdm', 'api', 'automation', 'security', 'audit',
|
38
38
|
'database', 'server', 'ssh', 'rdp'
|
@@ -32,7 +32,7 @@ from . import options_pb2 as options__pb2
|
|
32
32
|
from . import spec_pb2 as spec__pb2
|
33
33
|
|
34
34
|
|
35
|
-
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n#access_request_events_history.proto\x12\x02v1\x1a\x1fgoogle/protobuf/timestamp.proto\x1a\x15\x61\x63\x63\x65ss_requests.proto\x1a\roptions.proto\x1a\nspec.proto\"\x93\x01\n$AccessRequestEventHistoryListRequest\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\"\x8e\x02\n%AccessRequestEventHistoryListResponse\x12&\n\x04meta\x18\x01 \x01(\x0b\x32\x18.v1.ListResponseMetadata\x12:\n\x07history\x18\x02 \x03(\x0b\x32\x1d.v1.AccessRequestEventHistoryB\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\"\xa9\x02\n\x19\x41\x63\x63\x65ssRequestEventHistory\x12\x1f\n\x0b\x61\x63tivity_id\x18\x01 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12\x39\n\ttimestamp\x18\x02 \x01(\x0b\x32\x1a.google.protobuf.TimestampB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12@\n\x14\x61\x63\x63\x65ss_request_event\x18\x03 \x01(\x0b\x32\x16.v1.AccessRequestEventB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12:\n\ndeleted_at\x18\x04 \x01(\x0b\x32\x1a.google.protobuf.TimestampB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01:2\xfa\xf8\xb3\x07\x05\xa8\xf3\xb3\x07\x01\xfa\xf8\xb3\x07\x06\xd2\xf3\xb3\x07\x01*\xfa\xf8\xb3\x07\x18\xd2\xf3\xb3\x07\x13!terraform-provider2\
|
35
|
+
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n#access_request_events_history.proto\x12\x02v1\x1a\x1fgoogle/protobuf/timestamp.proto\x1a\x15\x61\x63\x63\x65ss_requests.proto\x1a\roptions.proto\x1a\nspec.proto\"\x93\x01\n$AccessRequestEventHistoryListRequest\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\"\x8e\x02\n%AccessRequestEventHistoryListResponse\x12&\n\x04meta\x18\x01 \x01(\x0b\x32\x18.v1.ListResponseMetadata\x12:\n\x07history\x18\x02 \x03(\x0b\x32\x1d.v1.AccessRequestEventHistoryB\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\"\xa9\x02\n\x19\x41\x63\x63\x65ssRequestEventHistory\x12\x1f\n\x0b\x61\x63tivity_id\x18\x01 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12\x39\n\ttimestamp\x18\x02 \x01(\x0b\x32\x1a.google.protobuf.TimestampB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12@\n\x14\x61\x63\x63\x65ss_request_event\x18\x03 \x01(\x0b\x32\x16.v1.AccessRequestEventB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12:\n\ndeleted_at\x18\x04 \x01(\x0b\x32\x1a.google.protobuf.TimestampB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01:2\xfa\xf8\xb3\x07\x05\xa8\xf3\xb3\x07\x01\xfa\xf8\xb3\x07\x06\xd2\xf3\xb3\x07\x01*\xfa\xf8\xb3\x07\x18\xd2\xf3\xb3\x07\x13!terraform-provider2\x95\x02\n\x1a\x41\x63\x63\x65ssRequestEventsHistory\x12\x95\x01\n\x04List\x12(.v1.AccessRequestEventHistoryListRequest\x1a).v1.AccessRequestEventHistoryListResponse\"8\x82\xf9\xb3\x07\x08\xa2\xf3\xb3\x07\x03get\x82\xf9\xb3\x07&\xaa\xf3\xb3\x07!/v1/access-request-events-history\x1a_\xca\xf9\xb3\x07\x1e\xc2\xf9\xb3\x07\x19\x41\x63\x63\x65ssRequestEventHistory\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-provider\xca\xf9\xb3\x07\x05\xe8\xf9\xb3\x07\x01\x42\x9e\x01\n\x19\x63om.strongdm.api.plumbingB\"AccessRequestEventsHistoryPlumbingZ5github.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')
|
36
36
|
|
37
37
|
|
38
38
|
|
@@ -86,7 +86,7 @@ if _descriptor._USE_C_DESCRIPTORS == False:
|
|
86
86
|
_ACCESSREQUESTEVENTHISTORY._options = None
|
87
87
|
_ACCESSREQUESTEVENTHISTORY._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'
|
88
88
|
_ACCESSREQUESTEVENTSHISTORY._options = None
|
89
|
-
_ACCESSREQUESTEVENTSHISTORY._serialized_options = b'\312\371\263\007\036\302\371\263\007\031AccessRequestEventHistory\312\371\263\007\005\330\371\263\007\001\312\371\263\007\006\312\371\263\007\001*\312\371\263\007\030\312\371\263\007\023!terraform-provider'
|
89
|
+
_ACCESSREQUESTEVENTSHISTORY._serialized_options = b'\312\371\263\007\036\302\371\263\007\031AccessRequestEventHistory\312\371\263\007\005\330\371\263\007\001\312\371\263\007\006\312\371\263\007\001*\312\371\263\007\030\312\371\263\007\023!terraform-provider\312\371\263\007\005\350\371\263\007\001'
|
90
90
|
_ACCESSREQUESTEVENTSHISTORY.methods_by_name['List']._options = None
|
91
91
|
_ACCESSREQUESTEVENTSHISTORY.methods_by_name['List']._serialized_options = b'\202\371\263\007\010\242\363\263\007\003get\202\371\263\007&\252\363\263\007!/v1/access-request-events-history'
|
92
92
|
_ACCESSREQUESTEVENTHISTORYLISTREQUEST._serialized_start=127
|
@@ -96,5 +96,5 @@ if _descriptor._USE_C_DESCRIPTORS == False:
|
|
96
96
|
_ACCESSREQUESTEVENTHISTORY._serialized_start=550
|
97
97
|
_ACCESSREQUESTEVENTHISTORY._serialized_end=847
|
98
98
|
_ACCESSREQUESTEVENTSHISTORY._serialized_start=850
|
99
|
-
_ACCESSREQUESTEVENTSHISTORY._serialized_end=
|
99
|
+
_ACCESSREQUESTEVENTSHISTORY._serialized_end=1127
|
100
100
|
# @@protoc_insertion_point(module_scope)
|
@@ -32,7 +32,7 @@ from . import options_pb2 as options__pb2
|
|
32
32
|
from . import spec_pb2 as spec__pb2
|
33
33
|
|
34
34
|
|
35
|
-
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n\x1d\x61\x63\x63\x65ss_requests_history.proto\x12\x02v1\x1a\x1fgoogle/protobuf/timestamp.proto\x1a\x15\x61\x63\x63\x65ss_requests.proto\x1a\roptions.proto\x1a\nspec.proto\"\x8e\x01\n\x1f\x41\x63\x63\x65ssRequestHistoryListRequest\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\"\x84\x02\n AccessRequestHistoryListResponse\x12&\n\x04meta\x18\x01 \x01(\x0b\x32\x18.v1.ListResponseMetadata\x12\x35\n\x07history\x18\x02 \x03(\x0b\x32\x18.v1.AccessRequestHistoryB\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\"\x99\x02\n\x14\x41\x63\x63\x65ssRequestHistory\x12\x1f\n\x0b\x61\x63tivity_id\x18\x01 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12\x39\n\ttimestamp\x18\x02 \x01(\x0b\x32\x1a.google.protobuf.TimestampB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12\x35\n\x0e\x61\x63\x63\x65ss_request\x18\x03 \x01(\x0b\x32\x11.v1.AccessRequestB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12:\n\ndeleted_at\x18\x04 \x01(\x0b\x32\x1a.google.protobuf.TimestampB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01:2\xfa\xf8\xb3\x07\x05\xa8\xf3\xb3\x07\x01\xfa\xf8\xb3\x07\x06\xd2\xf3\xb3\x07\x01*\xfa\xf8\xb3\x07\x18\xd2\xf3\xb3\x07\x13!terraform-provider2\
|
35
|
+
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n\x1d\x61\x63\x63\x65ss_requests_history.proto\x12\x02v1\x1a\x1fgoogle/protobuf/timestamp.proto\x1a\x15\x61\x63\x63\x65ss_requests.proto\x1a\roptions.proto\x1a\nspec.proto\"\x8e\x01\n\x1f\x41\x63\x63\x65ssRequestHistoryListRequest\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\"\x84\x02\n AccessRequestHistoryListResponse\x12&\n\x04meta\x18\x01 \x01(\x0b\x32\x18.v1.ListResponseMetadata\x12\x35\n\x07history\x18\x02 \x03(\x0b\x32\x18.v1.AccessRequestHistoryB\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\"\x99\x02\n\x14\x41\x63\x63\x65ssRequestHistory\x12\x1f\n\x0b\x61\x63tivity_id\x18\x01 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12\x39\n\ttimestamp\x18\x02 \x01(\x0b\x32\x1a.google.protobuf.TimestampB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12\x35\n\x0e\x61\x63\x63\x65ss_request\x18\x03 \x01(\x0b\x32\x11.v1.AccessRequestB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12:\n\ndeleted_at\x18\x04 \x01(\x0b\x32\x1a.google.protobuf.TimestampB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01:2\xfa\xf8\xb3\x07\x05\xa8\xf3\xb3\x07\x01\xfa\xf8\xb3\x07\x06\xd2\xf3\xb3\x07\x01*\xfa\xf8\xb3\x07\x18\xd2\xf3\xb3\x07\x13!terraform-provider2\xfb\x01\n\x15\x41\x63\x63\x65ssRequestsHistory\x12\x85\x01\n\x04List\x12#.v1.AccessRequestHistoryListRequest\x1a$.v1.AccessRequestHistoryListResponse\"2\x82\xf9\xb3\x07\x08\xa2\xf3\xb3\x07\x03get\x82\xf9\xb3\x07 \xaa\xf3\xb3\x07\x1b/v1/access-requests-history\x1aZ\xca\xf9\xb3\x07\x19\xc2\xf9\xb3\x07\x14\x41\x63\x63\x65ssRequestHistory\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-provider\xca\xf9\xb3\x07\x05\xe8\xf9\xb3\x07\x01\x42\x99\x01\n\x19\x63om.strongdm.api.plumbingB\x1d\x41\x63\x63\x65ssRequestsHistoryPlumbingZ5github.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')
|
36
36
|
|
37
37
|
|
38
38
|
|
@@ -86,7 +86,7 @@ if _descriptor._USE_C_DESCRIPTORS == False:
|
|
86
86
|
_ACCESSREQUESTHISTORY._options = None
|
87
87
|
_ACCESSREQUESTHISTORY._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'
|
88
88
|
_ACCESSREQUESTSHISTORY._options = None
|
89
|
-
_ACCESSREQUESTSHISTORY._serialized_options = b'\312\371\263\007\031\302\371\263\007\024AccessRequestHistory\312\371\263\007\005\330\371\263\007\001\312\371\263\007\006\312\371\263\007\001*\312\371\263\007\030\312\371\263\007\023!terraform-provider'
|
89
|
+
_ACCESSREQUESTSHISTORY._serialized_options = b'\312\371\263\007\031\302\371\263\007\024AccessRequestHistory\312\371\263\007\005\330\371\263\007\001\312\371\263\007\006\312\371\263\007\001*\312\371\263\007\030\312\371\263\007\023!terraform-provider\312\371\263\007\005\350\371\263\007\001'
|
90
90
|
_ACCESSREQUESTSHISTORY.methods_by_name['List']._options = None
|
91
91
|
_ACCESSREQUESTSHISTORY.methods_by_name['List']._serialized_options = b'\202\371\263\007\010\242\363\263\007\003get\202\371\263\007 \252\363\263\007\033/v1/access-requests-history'
|
92
92
|
_ACCESSREQUESTHISTORYLISTREQUEST._serialized_start=121
|
@@ -96,5 +96,5 @@ if _descriptor._USE_C_DESCRIPTORS == False:
|
|
96
96
|
_ACCESSREQUESTHISTORY._serialized_start=529
|
97
97
|
_ACCESSREQUESTHISTORY._serialized_end=810
|
98
98
|
_ACCESSREQUESTSHISTORY._serialized_start=813
|
99
|
-
_ACCESSREQUESTSHISTORY._serialized_end=
|
99
|
+
_ACCESSREQUESTSHISTORY._serialized_end=1064
|
100
100
|
# @@protoc_insertion_point(module_scope)
|
@@ -26,13 +26,14 @@ from google.protobuf import symbol_database as _symbol_database
|
|
26
26
|
_sym_db = _symbol_database.Default()
|
27
27
|
|
28
28
|
|
29
|
+
from google.protobuf import duration_pb2 as google_dot_protobuf_dot_duration__pb2
|
29
30
|
from google.protobuf import timestamp_pb2 as google_dot_protobuf_dot_timestamp__pb2
|
30
31
|
from . import options_pb2 as options__pb2
|
31
32
|
from . import spec_pb2 as spec__pb2
|
32
33
|
from . import tags_pb2 as tags__pb2
|
33
34
|
|
34
35
|
|
35
|
-
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n\x15\x61\x63\x63\x65ss_requests.proto\x12\x02v1\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\"\
|
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*\"\xb4\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:\x10\xfa\xf8\xb3\x07\x0b\xa8\xf3\xb3\x07\x01\xd2\xf3\xb3\x07\x01*\"\xf4\x01\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:\x10\xfa\xf8\xb3\x07\x0b\xa8\xf3\xb3\x07\x01\xd2\xf3\xb3\x07\x01*\"\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*\"\xd4\x01\n\x1aRequestAccessRequestConfig\x12%\n\x0cresource_ids\x18\x01 \x03(\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:\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')
|
36
37
|
|
37
38
|
|
38
39
|
|
@@ -42,6 +43,7 @@ _ACCESSREQUEST = DESCRIPTOR.message_types_by_name['AccessRequest']
|
|
42
43
|
_ACCESSREQUESTEVENT = DESCRIPTOR.message_types_by_name['AccessRequestEvent']
|
43
44
|
_REQUESTABLERESOURCE = DESCRIPTOR.message_types_by_name['RequestableResource']
|
44
45
|
_ACCESSREQUESTCONFIG = DESCRIPTOR.message_types_by_name['AccessRequestConfig']
|
46
|
+
_REQUESTACCESSREQUESTCONFIG = DESCRIPTOR.message_types_by_name['RequestAccessRequestConfig']
|
45
47
|
AccessRequestListRequest = _reflection.GeneratedProtocolMessageType('AccessRequestListRequest', (_message.Message,), {
|
46
48
|
'DESCRIPTOR' : _ACCESSREQUESTLISTREQUEST,
|
47
49
|
'__module__' : 'access_requests_pb2'
|
@@ -84,6 +86,13 @@ AccessRequestConfig = _reflection.GeneratedProtocolMessageType('AccessRequestCon
|
|
84
86
|
})
|
85
87
|
_sym_db.RegisterMessage(AccessRequestConfig)
|
86
88
|
|
89
|
+
RequestAccessRequestConfig = _reflection.GeneratedProtocolMessageType('RequestAccessRequestConfig', (_message.Message,), {
|
90
|
+
'DESCRIPTOR' : _REQUESTACCESSREQUESTCONFIG,
|
91
|
+
'__module__' : 'access_requests_pb2'
|
92
|
+
# @@protoc_insertion_point(class_scope:v1.RequestAccessRequestConfig)
|
93
|
+
})
|
94
|
+
_sym_db.RegisterMessage(RequestAccessRequestConfig)
|
95
|
+
|
87
96
|
_ACCESSREQUESTS = DESCRIPTOR.services_by_name['AccessRequests']
|
88
97
|
if _descriptor._USE_C_DESCRIPTORS == False:
|
89
98
|
|
@@ -119,6 +128,14 @@ if _descriptor._USE_C_DESCRIPTORS == False:
|
|
119
128
|
_ACCESSREQUEST.fields_by_name['status_at']._serialized_options = b'\362\370\263\007\005\260\363\263\007\001'
|
120
129
|
_ACCESSREQUEST.fields_by_name['grant_id']._options = None
|
121
130
|
_ACCESSREQUEST.fields_by_name['grant_id']._serialized_options = b'\362\370\263\007\005\260\363\263\007\001'
|
131
|
+
_ACCESSREQUEST.fields_by_name['duration']._options = None
|
132
|
+
_ACCESSREQUEST.fields_by_name['duration']._serialized_options = b'\030\001\362\370\263\007\005\260\363\263\007\001'
|
133
|
+
_ACCESSREQUEST.fields_by_name['requestedDuration']._options = None
|
134
|
+
_ACCESSREQUEST.fields_by_name['requestedDuration']._serialized_options = b'\362\370\263\007\005\260\363\263\007\001'
|
135
|
+
_ACCESSREQUEST.fields_by_name['resultDuration']._options = None
|
136
|
+
_ACCESSREQUEST.fields_by_name['resultDuration']._serialized_options = b'\362\370\263\007\005\260\363\263\007\001'
|
137
|
+
_ACCESSREQUEST.fields_by_name['requester_name']._options = None
|
138
|
+
_ACCESSREQUEST.fields_by_name['requester_name']._serialized_options = b'\362\370\263\007\024\260\363\263\007\001\262\364\263\007\ngo_private'
|
122
139
|
_ACCESSREQUEST._options = None
|
123
140
|
_ACCESSREQUEST._serialized_options = b'\372\370\263\007\013\250\363\263\007\001\322\363\263\007\001*'
|
124
141
|
_ACCESSREQUESTEVENT.fields_by_name['id']._options = None
|
@@ -159,22 +176,34 @@ if _descriptor._USE_C_DESCRIPTORS == False:
|
|
159
176
|
_ACCESSREQUESTCONFIG.fields_by_name['duration']._serialized_options = b'\362\370\263\007\005\260\363\263\007\001'
|
160
177
|
_ACCESSREQUESTCONFIG._options = None
|
161
178
|
_ACCESSREQUESTCONFIG._serialized_options = b'\372\370\263\007\013\250\363\263\007\001\322\363\263\007\001*'
|
179
|
+
_REQUESTACCESSREQUESTCONFIG.fields_by_name['resource_ids']._options = None
|
180
|
+
_REQUESTACCESSREQUESTCONFIG.fields_by_name['resource_ids']._serialized_options = b'\362\370\263\007\n\260\363\263\007\001\300\363\263\007\001'
|
181
|
+
_REQUESTACCESSREQUESTCONFIG.fields_by_name['reason']._options = None
|
182
|
+
_REQUESTACCESSREQUESTCONFIG.fields_by_name['reason']._serialized_options = b'\362\370\263\007\005\260\363\263\007\001'
|
183
|
+
_REQUESTACCESSREQUESTCONFIG.fields_by_name['start_from']._options = None
|
184
|
+
_REQUESTACCESSREQUESTCONFIG.fields_by_name['start_from']._serialized_options = b'\362\370\263\007\005\260\363\263\007\001'
|
185
|
+
_REQUESTACCESSREQUESTCONFIG.fields_by_name['duration']._options = None
|
186
|
+
_REQUESTACCESSREQUESTCONFIG.fields_by_name['duration']._serialized_options = b'\362\370\263\007\005\260\363\263\007\001'
|
187
|
+
_REQUESTACCESSREQUESTCONFIG._options = None
|
188
|
+
_REQUESTACCESSREQUESTCONFIG._serialized_options = b'\372\370\263\007\024\250\363\263\007\001\322\363\263\007\ngo_private'
|
162
189
|
_ACCESSREQUESTS._options = None
|
163
|
-
_ACCESSREQUESTS._serialized_options = b'\312\371\263\007\022\302\371\263\007\rAccessRequest\312\371\263\007\010\322\371\263\007\003aq-\312\371\263\007\006\312\371\263\007\001*\312\371\263\007\030\312\371\263\007\023!terraform-provider'
|
190
|
+
_ACCESSREQUESTS._serialized_options = b'\312\371\263\007\022\302\371\263\007\rAccessRequest\312\371\263\007\010\322\371\263\007\003aq-\312\371\263\007\006\312\371\263\007\001*\312\371\263\007\030\312\371\263\007\023!terraform-provider\312\371\263\007\005\350\371\263\007\001'
|
164
191
|
_ACCESSREQUESTS.methods_by_name['List']._options = None
|
165
192
|
_ACCESSREQUESTS.methods_by_name['List']._serialized_options = b'\202\371\263\007\010\242\363\263\007\003get\202\371\263\007\030\252\363\263\007\023/v1/access-requests'
|
166
|
-
_ACCESSREQUESTLISTREQUEST._serialized_start=
|
167
|
-
_ACCESSREQUESTLISTREQUEST._serialized_end=
|
168
|
-
_ACCESSREQUESTLISTRESPONSE._serialized_start=
|
169
|
-
_ACCESSREQUESTLISTRESPONSE._serialized_end=
|
170
|
-
_ACCESSREQUEST._serialized_start=
|
171
|
-
_ACCESSREQUEST._serialized_end=
|
172
|
-
_ACCESSREQUESTEVENT._serialized_start=
|
173
|
-
_ACCESSREQUESTEVENT._serialized_end=
|
174
|
-
_REQUESTABLERESOURCE._serialized_start=
|
175
|
-
_REQUESTABLERESOURCE._serialized_end=
|
176
|
-
_ACCESSREQUESTCONFIG._serialized_start=
|
177
|
-
_ACCESSREQUESTCONFIG._serialized_end=
|
178
|
-
|
179
|
-
|
193
|
+
_ACCESSREQUESTLISTREQUEST._serialized_start=133
|
194
|
+
_ACCESSREQUESTLISTREQUEST._serialized_end=238
|
195
|
+
_ACCESSREQUESTLISTRESPONSE._serialized_start=241
|
196
|
+
_ACCESSREQUESTLISTRESPONSE._serialized_end=442
|
197
|
+
_ACCESSREQUEST._serialized_start=445
|
198
|
+
_ACCESSREQUEST._serialized_end=1088
|
199
|
+
_ACCESSREQUESTEVENT._serialized_start=1091
|
200
|
+
_ACCESSREQUESTEVENT._serialized_end=1271
|
201
|
+
_REQUESTABLERESOURCE._serialized_start=1274
|
202
|
+
_REQUESTABLERESOURCE._serialized_end=1518
|
203
|
+
_ACCESSREQUESTCONFIG._serialized_start=1521
|
204
|
+
_ACCESSREQUESTCONFIG._serialized_end=1716
|
205
|
+
_REQUESTACCESSREQUESTCONFIG._serialized_start=1719
|
206
|
+
_REQUESTACCESSREQUESTCONFIG._serialized_end=1931
|
207
|
+
_ACCESSREQUESTS._serialized_start=1934
|
208
|
+
_ACCESSREQUESTS._serialized_end=2151
|
180
209
|
# @@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\"\xc9\x02\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\x33\n\x0b\x61\x63\x63\x65ss_rule\x18\x06 \x01(\tB\x1e\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x0f\xb2\xf4\xb3\x07\ngo_private:(\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
|
|
@@ -156,6 +156,8 @@ if _descriptor._USE_C_DESCRIPTORS == False:
|
|
156
156
|
_ACCOUNTGRANT.fields_by_name['start_from']._serialized_options = b'\362\370\263\007\005\260\363\263\007\001'
|
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
|
+
_ACCOUNTGRANT.fields_by_name['access_rule']._options = None
|
160
|
+
_ACCOUNTGRANT.fields_by_name['access_rule']._serialized_options = b'\362\370\263\007\005\260\363\263\007\001\362\370\263\007\017\262\364\263\007\ngo_private'
|
159
161
|
_ACCOUNTGRANT._options = None
|
160
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'
|
161
163
|
_ACCOUNTGRANTS._options = None
|
@@ -185,7 +187,7 @@ if _descriptor._USE_C_DESCRIPTORS == False:
|
|
185
187
|
_ACCOUNTGRANTLISTRESPONSE._serialized_start=1146
|
186
188
|
_ACCOUNTGRANTLISTRESPONSE._serialized_end=1355
|
187
189
|
_ACCOUNTGRANT._serialized_start=1358
|
188
|
-
_ACCOUNTGRANT._serialized_end=
|
189
|
-
_ACCOUNTGRANTS._serialized_start=
|
190
|
-
_ACCOUNTGRANTS._serialized_end=
|
190
|
+
_ACCOUNTGRANT._serialized_end=1687
|
191
|
+
_ACCOUNTGRANTS._serialized_start=1690
|
192
|
+
_ACCOUNTGRANTS._serialized_end=2245
|
191
193
|
# @@protoc_insertion_point(module_scope)
|
@@ -26,13 +26,14 @@ from google.protobuf import symbol_database as _symbol_database
|
|
26
26
|
_sym_db = _symbol_database.Default()
|
27
27
|
|
28
28
|
|
29
|
+
from google.protobuf import duration_pb2 as google_dot_protobuf_dot_duration__pb2
|
29
30
|
from google.protobuf import timestamp_pb2 as google_dot_protobuf_dot_timestamp__pb2
|
30
31
|
from . import options_pb2 as options__pb2
|
31
32
|
from . import spec_pb2 as spec__pb2
|
32
33
|
from . import tags_pb2 as tags__pb2
|
33
34
|
|
34
35
|
|
35
|
-
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n\x0e\x61\x63\x63ounts.proto\x12\x02v1\x1a\x1fgoogle/protobuf/timestamp.proto\x1a\roptions.proto\x1a\nspec.proto\x1a\ntags.proto\"i\n\x14\x41\x63\x63ountCreateRequest\x12\'\n\x04meta\x18\x01 \x01(\x0b\x32\x19.v1.CreateRequestMetadata\x12(\n\x07\x61\x63\x63ount\x18\x02 \x01(\x0b\x32\x0b.v1.AccountB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\"\
|
36
|
+
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n\x0e\x61\x63\x63ounts.proto\x12\x02v1\x1a\x1egoogle/protobuf/duration.proto\x1a\x1fgoogle/protobuf/timestamp.proto\x1a\roptions.proto\x1a\nspec.proto\x1a\ntags.proto\"i\n\x14\x41\x63\x63ountCreateRequest\x12\'\n\x04meta\x18\x01 \x01(\x0b\x32\x19.v1.CreateRequestMetadata\x12(\n\x07\x61\x63\x63ount\x18\x02 \x01(\x0b\x32\x0b.v1.AccountB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\"\xf8\x02\n\x15\x41\x63\x63ountCreateResponse\x12\x34\n\x04meta\x18\x01 \x01(\x0b\x32\x1a.v1.CreateResponseMetadataB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12(\n\x07\x61\x63\x63ount\x18\x02 \x01(\x0b\x32\x0b.v1.AccountB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12\x1e\n\x05token\x18\x03 \x01(\tB\x0f\xf2\xf8\xb3\x07\n\xb0\xf3\xb3\x07\x01\xf0\xf3\xb3\x07\x01\x12W\n\nrate_limit\x18\x04 \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\x12<\n\naccess_key\x18\x05 \x01(\tB(\xf2\xf8\xb3\x07#\xb0\xf3\xb3\x07\x01\xb2\xf4\xb3\x07\x01*\xb2\xf4\xb3\x07\x13!terraform-provider\x12<\n\nsecret_key\x18\x06 \x01(\tB(\xf2\xf8\xb3\x07#\xb0\xf3\xb3\x07\x01\xb2\xf4\xb3\x07\x01*\xb2\xf4\xb3\x07\x13!terraform-provider:\n\xfa\xf8\xb3\x07\x05\xa8\xf3\xb3\x07\x01\"Q\n\x11\x41\x63\x63ountGetRequest\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\"\xd6\x01\n\x12\x41\x63\x63ountGetResponse\x12\x31\n\x04meta\x18\x01 \x01(\x0b\x32\x17.v1.GetResponseMetadataB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12(\n\x07\x61\x63\x63ount\x18\x02 \x01(\x0b\x32\x0b.v1.AccountB\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\"u\n\x14\x41\x63\x63ountUpdateRequest\x12\'\n\x04meta\x18\x01 \x01(\x0b\x32\x19.v1.UpdateRequestMetadata\x12\n\n\x02id\x18\x02 \x01(\t\x12(\n\x07\x61\x63\x63ount\x18\x03 \x01(\x0b\x32\x0b.v1.AccountB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\"\xdc\x01\n\x15\x41\x63\x63ountUpdateResponse\x12\x34\n\x04meta\x18\x01 \x01(\x0b\x32\x1a.v1.UpdateResponseMetadataB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12(\n\x07\x61\x63\x63ount\x18\x02 \x01(\x0b\x32\x0b.v1.AccountB\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\"W\n\x14\x41\x63\x63ountDeleteRequest\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\"\xb2\x01\n\x15\x41\x63\x63ountDeleteResponse\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\"W\n\x12\x41\x63\x63ountListRequest\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\"\xc1\x01\n\x13\x41\x63\x63ountListResponse\x12&\n\x04meta\x18\x01 \x01(\x0b\x32\x18.v1.ListResponseMetadata\x12)\n\x08\x61\x63\x63ounts\x18\x02 \x03(\x0b\x32\x0b.v1.AccountB\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\"\x94\x02\n\x07\x41\x63\x63ount\x12$\n\x04user\x18\x01 \x01(\x0b\x32\x08.v1.UserB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01H\x00\x12*\n\x07service\x18\x02 \x01(\x0b\x32\x0b.v1.ServiceB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01H\x00\x12&\n\x05token\x18\x03 \x01(\x0b\x32\t.v1.TokenB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01H\x00:a\xfa\xf8\xb3\x07\x05\xa8\xf3\xb3\x07\x01\xfa\xf8\xb3\x07R\xc2\xf3\xb3\x07M\xa2\xf3\xb3\x07 tf_examples/account_resource.txt\xaa\xf3\xb3\x07#tf_examples/account_data_source.txtB,\n\x07\x61\x63\x63ount\x12!\xaa\xf8\xb3\x07\x0e\xaa\xf8\xb3\x07\tsuspended\xaa\xf8\xb3\x07\t\xaa\xf8\xb3\x07\x04tags\"\x93\x07\n\x04User\x12\x16\n\x02id\x18\x01 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12\x1e\n\x05\x65mail\x18\x02 \x01(\tB\x0f\xf2\xf8\xb3\x07\n\xb0\xf3\xb3\x07\x01\xc0\xf3\xb3\x07\x01\x12#\n\nfirst_name\x18\x03 \x01(\tB\x0f\xf2\xf8\xb3\x07\n\xb0\xf3\xb3\x07\x01\xc0\xf3\xb3\x07\x01\x12\"\n\tlast_name\x18\x04 \x01(\tB\x0f\xf2\xf8\xb3\x07\n\xb0\xf3\xb3\x07\x01\xc0\xf3\xb3\x07\x01\x12*\n\tsuspended\x18\x05 \x01(\x08\x42\x17\xf2\xf8\xb3\x07\x12\xb2\xf4\xb3\x07\r!json_gateway\x12\"\n\x04tags\x18\x06 \x01(\x0b\x32\x08.v1.TagsB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12\x36\n\x10permission_level\x18\x07 \x01(\tB\x1c\xf2\xf8\xb3\x07\x17\x98\xf4\xb3\x07\x01\xb2\xf4\xb3\x07\r!json_gateway\x12#\n\nmanaged_by\x18\x08 \x01(\tB\x0f\xf2\xf8\xb3\x07\n\xb0\xf3\xb3\x07\x01\x98\xf4\xb3\x07\x01\x12\x1f\n\x0b\x65xternal_id\x18\t \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12\xdb\x01\n\x0bsuspendedRO\x18\n \x01(\x08\x42\xc5\x01\xf2\xf8\xb3\x07\xbf\x01\xb0\xf3\xb3\x07\x01\xca\xf3\xb3\x07\xaf\x01\xc2\xf4\xb3\x07\x0f\n\x02go\x12\tSuspended\xc2\xf4\xb3\x07\x10\n\x03\x63li\x12\tsuspended\xc2\xf4\xb3\x07\x11\n\x04ruby\x12\tsuspended\xc2\xf4\xb3\x07\x13\n\x06python\x12\tsuspended\xc2\xf4\xb3\x07\x11\n\x04java\x12\tSuspended\xc2\xf4\xb3\x07\x1f\n\x12terraform-provider\x12\tsuspended\xc2\xf4\xb3\x07\x19\n\x0cjson_gateway\x12\tsuspended\x98\xf4\xb3\x07\x01\x12\x90\x02\n\x12permission_levelRW\x18\x0b \x01(\tB\xf3\x01\xf2\xf8\xb3\x07\xed\x01\xb0\xf3\xb3\x07\x01\xca\xf3\xb3\x07\xdd\x01\xc2\xf4\xb3\x07\x15\n\x02go\x12\x0fPermissionLevel\xc2\xf4\xb3\x07\x17\n\x03\x63li\x12\x10permission-level\xc2\xf4\xb3\x07\x18\n\x04ruby\x12\x10permission_level\xc2\xf4\xb3\x07\x1a\n\x06python\x12\x10permission_level\xc2\xf4\xb3\x07\x17\n\x04java\x12\x0fPermissionLevel\xc2\xf4\xb3\x07&\n\x12terraform-provider\x12\x10permission_level\xc2\xf4\xb3\x07\x1f\n\x0cjson_gateway\x12\x0fpermissionLevel\xd0\xf4\xb3\x07\x01\x12?\n\x08password\x18\x0c \x01(\tB-\xf2\xf8\xb3\x07(\xb0\xf3\xb3\x07\x01\xe8\xf3\xb3\x07\x01\xb2\xf4\xb3\x07\x01*\xb2\xf4\xb3\x07\x13!terraform-provider:\n\xfa\xf8\xb3\x07\x05\xa8\xf3\xb3\x07\x01\"\x8f\x01\n\x07Service\x12\x16\n\x02id\x18\x01 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12\x1d\n\x04name\x18\x02 \x01(\tB\x0f\xf2\xf8\xb3\x07\n\xb0\xf3\xb3\x07\x01\xc0\xf3\xb3\x07\x01\x12\x1d\n\tsuspended\x18\x03 \x01(\x08\x42\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12\"\n\x04tags\x18\x04 \x01(\x0b\x32\x08.v1.TagsB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01:\n\xfa\xf8\xb3\x07\x05\xa8\xf3\xb3\x07\x01\"\x81\x03\n\x05Token\x12\x16\n\x02id\x18\x01 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12\x1d\n\x04name\x18\x02 \x01(\tB\x0f\xf2\xf8\xb3\x07\n\xb0\xf3\xb3\x07\x01\xc0\xf3\xb3\x07\x01\x12\x1d\n\tsuspended\x18\x03 \x01(\x08\x42\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12\"\n\x04tags\x18\x04 \x01(\x0b\x32\x08.v1.TagsB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12\x37\n\x07rekeyed\x18\x05 \x01(\x0b\x32\x1a.google.protobuf.TimestampB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12\x38\n\x08\x64\x65\x61\x64line\x18\x06 \x01(\x0b\x32\x1a.google.protobuf.TimestampB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12 \n\x0c\x61\x63\x63ount_type\x18\x07 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12\x1f\n\x0bpermissions\x18\x08 \x03(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12\x37\n\x08\x64uration\x18\t \x01(\x0b\x32\x19.google.protobuf.DurationB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01:\x0f\xfa\xf8\xb3\x07\n\xa8\xf3\xb3\x07\x01\xd8\xf3\xb3\x07\x01\x32\xba\x04\n\x08\x41\x63\x63ounts\x12\x63\n\x06\x43reate\x12\x18.v1.AccountCreateRequest\x1a\x19.v1.AccountCreateResponse\"$\x82\xf9\xb3\x07\t\xa2\xf3\xb3\x07\x04post\x82\xf9\xb3\x07\x11\xaa\xf3\xb3\x07\x0c/v1/accounts\x12^\n\x03Get\x12\x15.v1.AccountGetRequest\x1a\x16.v1.AccountGetResponse\"(\x82\xf9\xb3\x07\x08\xa2\xf3\xb3\x07\x03get\x82\xf9\xb3\x07\x16\xaa\xf3\xb3\x07\x11/v1/accounts/{id}\x12g\n\x06Update\x12\x18.v1.AccountUpdateRequest\x1a\x19.v1.AccountUpdateResponse\"(\x82\xf9\xb3\x07\x08\xa2\xf3\xb3\x07\x03put\x82\xf9\xb3\x07\x16\xaa\xf3\xb3\x07\x11/v1/accounts/{id}\x12j\n\x06\x44\x65lete\x12\x18.v1.AccountDeleteRequest\x1a\x19.v1.AccountDeleteResponse\"+\x82\xf9\xb3\x07\x0b\xa2\xf3\xb3\x07\x06\x64\x65lete\x82\xf9\xb3\x07\x16\xaa\xf3\xb3\x07\x11/v1/accounts/{id}\x12\\\n\x04List\x12\x16.v1.AccountListRequest\x1a\x17.v1.AccountListResponse\"#\x82\xf9\xb3\x07\x08\xa2\xf3\xb3\x07\x03get\x82\xf9\xb3\x07\x11\xaa\xf3\xb3\x07\x0c/v1/accounts\x1a\x36\xca\xf9\xb3\x07\x0c\xc2\xf9\xb3\x07\x07\x41\x63\x63ount\xca\xf9\xb3\x07\x07\xd2\xf9\xb3\x07\x02\x61-\xca\xf9\xb3\x07\x06\xca\xf9\xb3\x07\x01*\xca\xf9\xb3\x07\t\xca\xf9\xb3\x07\x04!cliBd\n\x19\x63om.strongdm.api.plumbingB\x10\x41\x63\x63ountsPlumbingZ5github.com/strongdm/strongdm-sdk-go/v3/internal/v1;v1b\x06proto3')
|
36
37
|
|
37
38
|
|
38
39
|
|
@@ -163,6 +164,10 @@ if _descriptor._USE_C_DESCRIPTORS == False:
|
|
163
164
|
_ACCOUNTCREATERESPONSE.fields_by_name['token']._serialized_options = b'\362\370\263\007\n\260\363\263\007\001\360\363\263\007\001'
|
164
165
|
_ACCOUNTCREATERESPONSE.fields_by_name['rate_limit']._options = None
|
165
166
|
_ACCOUNTCREATERESPONSE.fields_by_name['rate_limit']._serialized_options = b'\362\370\263\007\005\260\363\263\007\001\362\370\263\007\006\262\364\263\007\001*\362\370\263\007\022\262\364\263\007\r!json_gateway'
|
167
|
+
_ACCOUNTCREATERESPONSE.fields_by_name['access_key']._options = None
|
168
|
+
_ACCOUNTCREATERESPONSE.fields_by_name['access_key']._serialized_options = b'\362\370\263\007#\260\363\263\007\001\262\364\263\007\001*\262\364\263\007\023!terraform-provider'
|
169
|
+
_ACCOUNTCREATERESPONSE.fields_by_name['secret_key']._options = None
|
170
|
+
_ACCOUNTCREATERESPONSE.fields_by_name['secret_key']._serialized_options = b'\362\370\263\007#\260\363\263\007\001\262\364\263\007\001*\262\364\263\007\023!terraform-provider'
|
166
171
|
_ACCOUNTCREATERESPONSE._options = None
|
167
172
|
_ACCOUNTCREATERESPONSE._serialized_options = b'\372\370\263\007\005\250\363\263\007\001'
|
168
173
|
_ACCOUNTGETREQUEST.fields_by_name['id']._options = None
|
@@ -206,7 +211,7 @@ if _descriptor._USE_C_DESCRIPTORS == False:
|
|
206
211
|
_ACCOUNT.fields_by_name['service']._options = None
|
207
212
|
_ACCOUNT.fields_by_name['service']._serialized_options = b'\362\370\263\007\005\260\363\263\007\001'
|
208
213
|
_ACCOUNT.fields_by_name['token']._options = None
|
209
|
-
_ACCOUNT.fields_by_name['token']._serialized_options = b'\362\370\263\007\
|
214
|
+
_ACCOUNT.fields_by_name['token']._serialized_options = b'\362\370\263\007\005\260\363\263\007\001'
|
210
215
|
_ACCOUNT._options = None
|
211
216
|
_ACCOUNT._serialized_options = b'\372\370\263\007\005\250\363\263\007\001\372\370\263\007R\302\363\263\007M\242\363\263\007 tf_examples/account_resource.txt\252\363\263\007#tf_examples/account_data_source.txt'
|
212
217
|
_USER.fields_by_name['id']._options = None
|
@@ -231,6 +236,8 @@ if _descriptor._USE_C_DESCRIPTORS == False:
|
|
231
236
|
_USER.fields_by_name['suspendedRO']._serialized_options = b'\362\370\263\007\277\001\260\363\263\007\001\312\363\263\007\257\001\302\364\263\007\017\n\002go\022\tSuspended\302\364\263\007\020\n\003cli\022\tsuspended\302\364\263\007\021\n\004ruby\022\tsuspended\302\364\263\007\023\n\006python\022\tsuspended\302\364\263\007\021\n\004java\022\tSuspended\302\364\263\007\037\n\022terraform-provider\022\tsuspended\302\364\263\007\031\n\014json_gateway\022\tsuspended\230\364\263\007\001'
|
232
237
|
_USER.fields_by_name['permission_levelRW']._options = None
|
233
238
|
_USER.fields_by_name['permission_levelRW']._serialized_options = b'\362\370\263\007\355\001\260\363\263\007\001\312\363\263\007\335\001\302\364\263\007\025\n\002go\022\017PermissionLevel\302\364\263\007\027\n\003cli\022\020permission-level\302\364\263\007\030\n\004ruby\022\020permission_level\302\364\263\007\032\n\006python\022\020permission_level\302\364\263\007\027\n\004java\022\017PermissionLevel\302\364\263\007&\n\022terraform-provider\022\020permission_level\302\364\263\007\037\n\014json_gateway\022\017permissionLevel\320\364\263\007\001'
|
239
|
+
_USER.fields_by_name['password']._options = None
|
240
|
+
_USER.fields_by_name['password']._serialized_options = b'\362\370\263\007(\260\363\263\007\001\350\363\263\007\001\262\364\263\007\001*\262\364\263\007\023!terraform-provider'
|
234
241
|
_USER._options = None
|
235
242
|
_USER._serialized_options = b'\372\370\263\007\005\250\363\263\007\001'
|
236
243
|
_SERVICE.fields_by_name['id']._options = None
|
@@ -255,10 +262,16 @@ if _descriptor._USE_C_DESCRIPTORS == False:
|
|
255
262
|
_TOKEN.fields_by_name['rekeyed']._serialized_options = b'\362\370\263\007\005\260\363\263\007\001'
|
256
263
|
_TOKEN.fields_by_name['deadline']._options = None
|
257
264
|
_TOKEN.fields_by_name['deadline']._serialized_options = b'\362\370\263\007\005\260\363\263\007\001'
|
265
|
+
_TOKEN.fields_by_name['account_type']._options = None
|
266
|
+
_TOKEN.fields_by_name['account_type']._serialized_options = b'\362\370\263\007\005\260\363\263\007\001'
|
267
|
+
_TOKEN.fields_by_name['permissions']._options = None
|
268
|
+
_TOKEN.fields_by_name['permissions']._serialized_options = b'\362\370\263\007\005\260\363\263\007\001'
|
269
|
+
_TOKEN.fields_by_name['duration']._options = None
|
270
|
+
_TOKEN.fields_by_name['duration']._serialized_options = b'\362\370\263\007\005\260\363\263\007\001'
|
258
271
|
_TOKEN._options = None
|
259
|
-
_TOKEN._serialized_options = b'\372\370\263\007\
|
272
|
+
_TOKEN._serialized_options = b'\372\370\263\007\n\250\363\263\007\001\330\363\263\007\001'
|
260
273
|
_ACCOUNTS._options = None
|
261
|
-
_ACCOUNTS._serialized_options = b'\312\371\263\007\014\302\371\263\007\007Account\312\371\263\007\007\322\371\263\007\002a
|
274
|
+
_ACCOUNTS._serialized_options = b'\312\371\263\007\014\302\371\263\007\007Account\312\371\263\007\007\322\371\263\007\002a-\312\371\263\007\006\312\371\263\007\001*\312\371\263\007\t\312\371\263\007\004!cli'
|
262
275
|
_ACCOUNTS.methods_by_name['Create']._options = None
|
263
276
|
_ACCOUNTS.methods_by_name['Create']._serialized_options = b'\202\371\263\007\t\242\363\263\007\004post\202\371\263\007\021\252\363\263\007\014/v1/accounts'
|
264
277
|
_ACCOUNTS.methods_by_name['Get']._options = None
|
@@ -269,34 +282,34 @@ if _descriptor._USE_C_DESCRIPTORS == False:
|
|
269
282
|
_ACCOUNTS.methods_by_name['Delete']._serialized_options = b'\202\371\263\007\013\242\363\263\007\006delete\202\371\263\007\026\252\363\263\007\021/v1/accounts/{id}'
|
270
283
|
_ACCOUNTS.methods_by_name['List']._options = None
|
271
284
|
_ACCOUNTS.methods_by_name['List']._serialized_options = b'\202\371\263\007\010\242\363\263\007\003get\202\371\263\007\021\252\363\263\007\014/v1/accounts'
|
272
|
-
_ACCOUNTCREATEREQUEST._serialized_start=
|
273
|
-
_ACCOUNTCREATEREQUEST._serialized_end=
|
274
|
-
_ACCOUNTCREATERESPONSE._serialized_start=
|
275
|
-
_ACCOUNTCREATERESPONSE._serialized_end=
|
276
|
-
_ACCOUNTGETREQUEST._serialized_start=
|
277
|
-
_ACCOUNTGETREQUEST._serialized_end=
|
278
|
-
_ACCOUNTGETRESPONSE._serialized_start=
|
279
|
-
_ACCOUNTGETRESPONSE._serialized_end=
|
280
|
-
_ACCOUNTUPDATEREQUEST._serialized_start=
|
281
|
-
_ACCOUNTUPDATEREQUEST._serialized_end=
|
282
|
-
_ACCOUNTUPDATERESPONSE._serialized_start=
|
283
|
-
_ACCOUNTUPDATERESPONSE._serialized_end=
|
284
|
-
_ACCOUNTDELETEREQUEST._serialized_start=
|
285
|
-
_ACCOUNTDELETEREQUEST._serialized_end=
|
286
|
-
_ACCOUNTDELETERESPONSE._serialized_start=
|
287
|
-
_ACCOUNTDELETERESPONSE._serialized_end=
|
288
|
-
_ACCOUNTLISTREQUEST._serialized_start=
|
289
|
-
_ACCOUNTLISTREQUEST._serialized_end=
|
290
|
-
_ACCOUNTLISTRESPONSE._serialized_start=
|
291
|
-
_ACCOUNTLISTRESPONSE._serialized_end=
|
292
|
-
_ACCOUNT._serialized_start=
|
293
|
-
_ACCOUNT._serialized_end=
|
294
|
-
_USER._serialized_start=
|
295
|
-
_USER._serialized_end=
|
296
|
-
_SERVICE._serialized_start=
|
297
|
-
_SERVICE._serialized_end=
|
298
|
-
_TOKEN._serialized_start=
|
299
|
-
_TOKEN._serialized_end=
|
300
|
-
_ACCOUNTS._serialized_start=
|
301
|
-
_ACCOUNTS._serialized_end=
|
285
|
+
_ACCOUNTCREATEREQUEST._serialized_start=126
|
286
|
+
_ACCOUNTCREATEREQUEST._serialized_end=231
|
287
|
+
_ACCOUNTCREATERESPONSE._serialized_start=234
|
288
|
+
_ACCOUNTCREATERESPONSE._serialized_end=610
|
289
|
+
_ACCOUNTGETREQUEST._serialized_start=612
|
290
|
+
_ACCOUNTGETREQUEST._serialized_end=693
|
291
|
+
_ACCOUNTGETRESPONSE._serialized_start=696
|
292
|
+
_ACCOUNTGETRESPONSE._serialized_end=910
|
293
|
+
_ACCOUNTUPDATEREQUEST._serialized_start=912
|
294
|
+
_ACCOUNTUPDATEREQUEST._serialized_end=1029
|
295
|
+
_ACCOUNTUPDATERESPONSE._serialized_start=1032
|
296
|
+
_ACCOUNTUPDATERESPONSE._serialized_end=1252
|
297
|
+
_ACCOUNTDELETEREQUEST._serialized_start=1254
|
298
|
+
_ACCOUNTDELETEREQUEST._serialized_end=1341
|
299
|
+
_ACCOUNTDELETERESPONSE._serialized_start=1344
|
300
|
+
_ACCOUNTDELETERESPONSE._serialized_end=1522
|
301
|
+
_ACCOUNTLISTREQUEST._serialized_start=1524
|
302
|
+
_ACCOUNTLISTREQUEST._serialized_end=1611
|
303
|
+
_ACCOUNTLISTRESPONSE._serialized_start=1614
|
304
|
+
_ACCOUNTLISTRESPONSE._serialized_end=1807
|
305
|
+
_ACCOUNT._serialized_start=1810
|
306
|
+
_ACCOUNT._serialized_end=2086
|
307
|
+
_USER._serialized_start=2089
|
308
|
+
_USER._serialized_end=3004
|
309
|
+
_SERVICE._serialized_start=3007
|
310
|
+
_SERVICE._serialized_end=3150
|
311
|
+
_TOKEN._serialized_start=3153
|
312
|
+
_TOKEN._serialized_end=3538
|
313
|
+
_ACCOUNTS._serialized_start=3541
|
314
|
+
_ACCOUNTS._serialized_end=4111
|
302
315
|
# @@protoc_insertion_point(module_scope)
|
@@ -23,6 +23,7 @@ class AccountsStub(object):
|
|
23
23
|
"""Accounts are users that have access to strongDM. There are two types of accounts:
|
24
24
|
1. **Users:** humans who are authenticated through username and password or SSO.
|
25
25
|
2. **Service Accounts:** machines that are authenticated using a service token.
|
26
|
+
3. **Tokens** are access keys with permissions that can be used for authentication.
|
26
27
|
"""
|
27
28
|
|
28
29
|
def __init__(self, channel):
|
@@ -62,6 +63,7 @@ class AccountsServicer(object):
|
|
62
63
|
"""Accounts are users that have access to strongDM. There are two types of accounts:
|
63
64
|
1. **Users:** humans who are authenticated through username and password or SSO.
|
64
65
|
2. **Service Accounts:** machines that are authenticated using a service token.
|
66
|
+
3. **Tokens** are access keys with permissions that can be used for authentication.
|
65
67
|
"""
|
66
68
|
|
67
69
|
def Create(self, request, context):
|
@@ -138,6 +140,7 @@ class Accounts(object):
|
|
138
140
|
"""Accounts are users that have access to strongDM. There are two types of accounts:
|
139
141
|
1. **Users:** humans who are authenticated through username and password or SSO.
|
140
142
|
2. **Service Accounts:** machines that are authenticated using a service token.
|
143
|
+
3. **Tokens** are access keys with permissions that can be used for authentication.
|
141
144
|
"""
|
142
145
|
|
143
146
|
@staticmethod
|
@@ -32,7 +32,7 @@ from . import options_pb2 as options__pb2
|
|
32
32
|
from . import spec_pb2 as spec__pb2
|
33
33
|
|
34
34
|
|
35
|
-
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n)approval_workflow_approvers_history.proto\x12\x02v1\x1a\x1fgoogle/protobuf/timestamp.proto\x1a!approval_workflow_approvers.proto\x1a\roptions.proto\x1a\nspec.proto\"\x99\x01\n*ApprovalWorkflowApproverHistoryListRequest\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\"\x9a\x02\n+ApprovalWorkflowApproverHistoryListResponse\x12&\n\x04meta\x18\x01 \x01(\x0b\x32\x18.v1.ListResponseMetadata\x12@\n\x07history\x18\x02 \x03(\x0b\x32#.v1.ApprovalWorkflowApproverHistoryB\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\"\xbb\x02\n\x1f\x41pprovalWorkflowApproverHistory\x12\x1f\n\x0b\x61\x63tivity_id\x18\x01 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12\x39\n\ttimestamp\x18\x02 \x01(\x0b\x32\x1a.google.protobuf.TimestampB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12L\n\x1a\x61pproval_workflow_approver\x18\x03 \x01(\x0b\x32\x1c.v1.ApprovalWorkflowApproverB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12:\n\ndeleted_at\x18\x04 \x01(\x0b\x32\x1a.google.protobuf.TimestampB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01:2\xfa\xf8\xb3\x07\x05\xa8\xf3\xb3\x07\x01\xfa\xf8\xb3\x07\x06\xd2\xf3\xb3\x07\x01*\xfa\xf8\xb3\x07\x18\xd2\xf3\xb3\x07\x13!terraform-provider2\
|
35
|
+
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n)approval_workflow_approvers_history.proto\x12\x02v1\x1a\x1fgoogle/protobuf/timestamp.proto\x1a!approval_workflow_approvers.proto\x1a\roptions.proto\x1a\nspec.proto\"\x99\x01\n*ApprovalWorkflowApproverHistoryListRequest\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\"\x9a\x02\n+ApprovalWorkflowApproverHistoryListResponse\x12&\n\x04meta\x18\x01 \x01(\x0b\x32\x18.v1.ListResponseMetadata\x12@\n\x07history\x18\x02 \x03(\x0b\x32#.v1.ApprovalWorkflowApproverHistoryB\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\"\xbb\x02\n\x1f\x41pprovalWorkflowApproverHistory\x12\x1f\n\x0b\x61\x63tivity_id\x18\x01 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12\x39\n\ttimestamp\x18\x02 \x01(\x0b\x32\x1a.google.protobuf.TimestampB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12L\n\x1a\x61pproval_workflow_approver\x18\x03 \x01(\x0b\x32\x1c.v1.ApprovalWorkflowApproverB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12:\n\ndeleted_at\x18\x04 \x01(\x0b\x32\x1a.google.protobuf.TimestampB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01:2\xfa\xf8\xb3\x07\x05\xa8\xf3\xb3\x07\x01\xfa\xf8\xb3\x07\x06\xd2\xf3\xb3\x07\x01*\xfa\xf8\xb3\x07\x18\xd2\xf3\xb3\x07\x13!terraform-provider2\xb3\x02\n ApprovalWorkflowApproversHistory\x12\xa7\x01\n\x04List\x12..v1.ApprovalWorkflowApproverHistoryListRequest\x1a/.v1.ApprovalWorkflowApproverHistoryListResponse\">\x82\xf9\xb3\x07\x08\xa2\xf3\xb3\x07\x03get\x82\xf9\xb3\x07,\xaa\xf3\xb3\x07\'/v1/approval-workflow-approvers-history\x1a\x65\xca\xf9\xb3\x07$\xc2\xf9\xb3\x07\x1f\x41pprovalWorkflowApproverHistory\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-provider\xca\xf9\xb3\x07\x05\xe8\xf9\xb3\x07\x01\x42\xa4\x01\n\x19\x63om.strongdm.api.plumbingB(ApprovalWorkflowApproversHistoryPlumbingZ5github.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')
|
36
36
|
|
37
37
|
|
38
38
|
|
@@ -86,7 +86,7 @@ if _descriptor._USE_C_DESCRIPTORS == False:
|
|
86
86
|
_APPROVALWORKFLOWAPPROVERHISTORY._options = None
|
87
87
|
_APPROVALWORKFLOWAPPROVERHISTORY._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'
|
88
88
|
_APPROVALWORKFLOWAPPROVERSHISTORY._options = None
|
89
|
-
_APPROVALWORKFLOWAPPROVERSHISTORY._serialized_options = b'\312\371\263\007$\302\371\263\007\037ApprovalWorkflowApproverHistory\312\371\263\007\005\330\371\263\007\001\312\371\263\007\006\312\371\263\007\001*\312\371\263\007\030\312\371\263\007\023!terraform-provider'
|
89
|
+
_APPROVALWORKFLOWAPPROVERSHISTORY._serialized_options = b'\312\371\263\007$\302\371\263\007\037ApprovalWorkflowApproverHistory\312\371\263\007\005\330\371\263\007\001\312\371\263\007\006\312\371\263\007\001*\312\371\263\007\030\312\371\263\007\023!terraform-provider\312\371\263\007\005\350\371\263\007\001'
|
90
90
|
_APPROVALWORKFLOWAPPROVERSHISTORY.methods_by_name['List']._options = None
|
91
91
|
_APPROVALWORKFLOWAPPROVERSHISTORY.methods_by_name['List']._serialized_options = b'\202\371\263\007\010\242\363\263\007\003get\202\371\263\007,\252\363\263\007\'/v1/approval-workflow-approvers-history'
|
92
92
|
_APPROVALWORKFLOWAPPROVERHISTORYLISTREQUEST._serialized_start=145
|
@@ -96,5 +96,5 @@ if _descriptor._USE_C_DESCRIPTORS == False:
|
|
96
96
|
_APPROVALWORKFLOWAPPROVERHISTORY._serialized_start=586
|
97
97
|
_APPROVALWORKFLOWAPPROVERHISTORY._serialized_end=901
|
98
98
|
_APPROVALWORKFLOWAPPROVERSHISTORY._serialized_start=904
|
99
|
-
_APPROVALWORKFLOWAPPROVERSHISTORY._serialized_end=
|
99
|
+
_APPROVALWORKFLOWAPPROVERSHISTORY._serialized_end=1211
|
100
100
|
# @@protoc_insertion_point(module_scope)
|
@@ -30,7 +30,7 @@ from . import options_pb2 as options__pb2
|
|
30
30
|
from . import spec_pb2 as spec__pb2
|
31
31
|
|
32
32
|
|
33
|
-
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n!approval_workflow_approvers.proto\x12\x02v1\x1a\roptions.proto\x1a\nspec.proto\"\x9e\x01\n%ApprovalWorkflowApproverCreateRequest\x12\'\n\x04meta\x18\x01 \x01(\x0b\x32\x19.v1.CreateRequestMetadata\x12L\n\x1a\x61pproval_workflow_approver\x18\x02 \x01(\x0b\x32\x1c.v1.ApprovalWorkflowApproverB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\"\x85\x02\n&ApprovalWorkflowApproverCreateResponse\x12(\n\x04meta\x18\x01 \x01(\x0b\x32\x1a.v1.CreateResponseMetadata\x12L\n\x1a\x61pproval_workflow_approver\x18\x02 \x01(\x0b\x32\x1c.v1.ApprovalWorkflowApproverB\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\"b\n\"ApprovalWorkflowApproverGetRequest\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\"\x8b\x02\n#ApprovalWorkflowApproverGetResponse\x12\x31\n\x04meta\x18\x01 \x01(\x0b\x32\x17.v1.GetResponseMetadataB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12L\n\x1a\x61pproval_workflow_approver\x18\x02 \x01(\x0b\x32\x1c.v1.ApprovalWorkflowApproverB\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\"h\n%ApprovalWorkflowApproverDeleteRequest\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\"\xcf\x01\n&ApprovalWorkflowApproverDeleteResponse\x12(\n\x04meta\x18\x01 \x01(\x0b\x32\x1a.v1.DeleteResponseMetadata\x12\x16\n\x02id\x18\x02 \x01(\tB\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\"h\n#ApprovalWorkflowApproverListRequest\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\"\x82\x02\n$ApprovalWorkflowApproverListResponse\x12&\n\x04meta\x18\x01 \x01(\x0b\x32\x18.v1.ListResponseMetadata\x12M\n\x1b\x61pproval_workflow_approvers\x18\x02 \x03(\x0b\x32\x1c.v1.ApprovalWorkflowApproverB\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:\n\xfa\xf8\xb3\x07\x05\xa8\xf3\xb3\x07\x01\"\xd1\x02\n\x18\x41pprovalWorkflowApprover\x12\x16\n\x02id\x18\x01 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12)\n\x10\x61pproval_flow_id\x18\x02 \x01(\tB\x0f\xf2\xf8\xb3\x07\n\xb0\xf3\xb3\x07\x01\xc0\xf3\xb3\x07\x01\x12)\n\x10\x61pproval_step_id\x18\x03 \x01(\tB\x0f\xf2\xf8\xb3\x07\n\xb0\xf3\xb3\x07\x01\xc0\xf3\xb3\x07\x01\x12\x1e\n\naccount_id\x18\x04 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12\x1b\n\x07role_id\x18\x05 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01:\x89\x01\xfa\xf8\xb3\x07\x83\x01\xa8\xf3\xb3\x07\x01\xc2\xf3\xb3\x07s\xa2\xf3\xb3\x07\x33tf_examples/approval_workflow_approver_resource.txt\xaa\xf3\xb3\x07\x36tf_examples/approval_workflow_approver_data_source.txt\xd2\xf3\xb3\x07\x01*2\
|
33
|
+
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n!approval_workflow_approvers.proto\x12\x02v1\x1a\roptions.proto\x1a\nspec.proto\"\x9e\x01\n%ApprovalWorkflowApproverCreateRequest\x12\'\n\x04meta\x18\x01 \x01(\x0b\x32\x19.v1.CreateRequestMetadata\x12L\n\x1a\x61pproval_workflow_approver\x18\x02 \x01(\x0b\x32\x1c.v1.ApprovalWorkflowApproverB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\"\x85\x02\n&ApprovalWorkflowApproverCreateResponse\x12(\n\x04meta\x18\x01 \x01(\x0b\x32\x1a.v1.CreateResponseMetadata\x12L\n\x1a\x61pproval_workflow_approver\x18\x02 \x01(\x0b\x32\x1c.v1.ApprovalWorkflowApproverB\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\"b\n\"ApprovalWorkflowApproverGetRequest\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\"\x8b\x02\n#ApprovalWorkflowApproverGetResponse\x12\x31\n\x04meta\x18\x01 \x01(\x0b\x32\x17.v1.GetResponseMetadataB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12L\n\x1a\x61pproval_workflow_approver\x18\x02 \x01(\x0b\x32\x1c.v1.ApprovalWorkflowApproverB\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\"h\n%ApprovalWorkflowApproverDeleteRequest\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\"\xcf\x01\n&ApprovalWorkflowApproverDeleteResponse\x12(\n\x04meta\x18\x01 \x01(\x0b\x32\x1a.v1.DeleteResponseMetadata\x12\x16\n\x02id\x18\x02 \x01(\tB\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\"h\n#ApprovalWorkflowApproverListRequest\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\"\x82\x02\n$ApprovalWorkflowApproverListResponse\x12&\n\x04meta\x18\x01 \x01(\x0b\x32\x18.v1.ListResponseMetadata\x12M\n\x1b\x61pproval_workflow_approvers\x18\x02 \x03(\x0b\x32\x1c.v1.ApprovalWorkflowApproverB\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:\n\xfa\xf8\xb3\x07\x05\xa8\xf3\xb3\x07\x01\"\xd1\x02\n\x18\x41pprovalWorkflowApprover\x12\x16\n\x02id\x18\x01 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12)\n\x10\x61pproval_flow_id\x18\x02 \x01(\tB\x0f\xf2\xf8\xb3\x07\n\xb0\xf3\xb3\x07\x01\xc0\xf3\xb3\x07\x01\x12)\n\x10\x61pproval_step_id\x18\x03 \x01(\tB\x0f\xf2\xf8\xb3\x07\n\xb0\xf3\xb3\x07\x01\xc0\xf3\xb3\x07\x01\x12\x1e\n\naccount_id\x18\x04 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12\x1b\n\x07role_id\x18\x05 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01:\x89\x01\xfa\xf8\xb3\x07\x83\x01\xa8\xf3\xb3\x07\x01\xc2\xf3\xb3\x07s\xa2\xf3\xb3\x07\x33tf_examples/approval_workflow_approver_resource.txt\xaa\xf3\xb3\x07\x36tf_examples/approval_workflow_approver_data_source.txt\xd2\xf3\xb3\x07\x01*2\xb8\x05\n\x19\x41pprovalWorkflowApprovers\x12\x98\x01\n\x06\x43reate\x12).v1.ApprovalWorkflowApproverCreateRequest\x1a*.v1.ApprovalWorkflowApproverCreateResponse\"7\x82\xf9\xb3\x07\t\xa2\xf3\xb3\x07\x04post\x82\xf9\xb3\x07$\xaa\xf3\xb3\x07\x1f/v1/approval-workflow-approvers\x12\x92\x01\n\x03Get\x12&.v1.ApprovalWorkflowApproverGetRequest\x1a\'.v1.ApprovalWorkflowApproverGetResponse\":\x82\xf9\xb3\x07\x08\xa2\xf3\xb3\x07\x03get\x82\xf9\xb3\x07(\xaa\xf3\xb3\x07#/v1/approval-workflow-approver/{id}\x12\x9a\x01\n\x06\x44\x65lete\x12).v1.ApprovalWorkflowApproverDeleteRequest\x1a*.v1.ApprovalWorkflowApproverDeleteResponse\"9\x82\xf9\xb3\x07\x0b\xa2\xf3\xb3\x07\x06\x64\x65lete\x82\xf9\xb3\x07$\xaa\xf3\xb3\x07\x1f/v1/approval-workflow-approvers\x12\x91\x01\n\x04List\x12\'.v1.ApprovalWorkflowApproverListRequest\x1a(.v1.ApprovalWorkflowApproverListResponse\"6\x82\xf9\xb3\x07\x08\xa2\xf3\xb3\x07\x03get\x82\xf9\xb3\x07$\xaa\xf3\xb3\x07\x1f/v1/approval-workflow-approvers\x1a:\xca\xf9\xb3\x07\x1d\xc2\xf9\xb3\x07\x18\x41pprovalWorkflowApprover\xca\xf9\xb3\x07\t\xd2\xf9\xb3\x07\x04\x61\x66\x61-\xca\xf9\xb3\x07\x05\xe8\xf9\xb3\x07\x01\x42u\n\x19\x63om.strongdm.api.plumbingB!ApprovalWorkflowApproversPlumbingZ5github.com/strongdm/strongdm-sdk-go/v3/internal/v1;v1b\x06proto3')
|
34
34
|
|
35
35
|
|
36
36
|
|
@@ -158,7 +158,7 @@ if _descriptor._USE_C_DESCRIPTORS == False:
|
|
158
158
|
_APPROVALWORKFLOWAPPROVER._options = None
|
159
159
|
_APPROVALWORKFLOWAPPROVER._serialized_options = b'\372\370\263\007\203\001\250\363\263\007\001\302\363\263\007s\242\363\263\0073tf_examples/approval_workflow_approver_resource.txt\252\363\263\0076tf_examples/approval_workflow_approver_data_source.txt\322\363\263\007\001*'
|
160
160
|
_APPROVALWORKFLOWAPPROVERS._options = None
|
161
|
-
_APPROVALWORKFLOWAPPROVERS._serialized_options = b'\312\371\263\007\035\302\371\263\007\030ApprovalWorkflowApprover\312\371\263\007\t\322\371\263\007\004afa
|
161
|
+
_APPROVALWORKFLOWAPPROVERS._serialized_options = b'\312\371\263\007\035\302\371\263\007\030ApprovalWorkflowApprover\312\371\263\007\t\322\371\263\007\004afa-\312\371\263\007\005\350\371\263\007\001'
|
162
162
|
_APPROVALWORKFLOWAPPROVERS.methods_by_name['Create']._options = None
|
163
163
|
_APPROVALWORKFLOWAPPROVERS.methods_by_name['Create']._serialized_options = b'\202\371\263\007\t\242\363\263\007\004post\202\371\263\007$\252\363\263\007\037/v1/approval-workflow-approvers'
|
164
164
|
_APPROVALWORKFLOWAPPROVERS.methods_by_name['Get']._options = None
|
@@ -186,5 +186,5 @@ if _descriptor._USE_C_DESCRIPTORS == False:
|
|
186
186
|
_APPROVALWORKFLOWAPPROVER._serialized_start=1547
|
187
187
|
_APPROVALWORKFLOWAPPROVER._serialized_end=1884
|
188
188
|
_APPROVALWORKFLOWAPPROVERS._serialized_start=1887
|
189
|
-
_APPROVALWORKFLOWAPPROVERS._serialized_end=
|
189
|
+
_APPROVALWORKFLOWAPPROVERS._serialized_end=2583
|
190
190
|
# @@protoc_insertion_point(module_scope)
|
@@ -32,7 +32,7 @@ from . import options_pb2 as options__pb2
|
|
32
32
|
from . import spec_pb2 as spec__pb2
|
33
33
|
|
34
34
|
|
35
|
-
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n%approval_workflow_steps_history.proto\x12\x02v1\x1a\x1fgoogle/protobuf/timestamp.proto\x1a\x1d\x61pproval_workflow_steps.proto\x1a\roptions.proto\x1a\nspec.proto\"\x95\x01\n&ApprovalWorkflowStepHistoryListRequest\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\"\x92\x02\n\'ApprovalWorkflowStepHistoryListResponse\x12&\n\x04meta\x18\x01 \x01(\x0b\x32\x18.v1.ListResponseMetadata\x12<\n\x07history\x18\x02 \x03(\x0b\x32\x1f.v1.ApprovalWorkflowStepHistoryB\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\"\xaf\x02\n\x1b\x41pprovalWorkflowStepHistory\x12\x1f\n\x0b\x61\x63tivity_id\x18\x01 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12\x39\n\ttimestamp\x18\x02 \x01(\x0b\x32\x1a.google.protobuf.TimestampB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12\x44\n\x16\x61pproval_workflow_step\x18\x03 \x01(\x0b\x32\x18.v1.ApprovalWorkflowStepB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12:\n\ndeleted_at\x18\x04 \x01(\x0b\x32\x1a.google.protobuf.TimestampB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01:2\xfa\xf8\xb3\x07\x05\xa8\xf3\xb3\x07\x01\xfa\xf8\xb3\x07\x06\xd2\xf3\xb3\x07\x01*\xfa\xf8\xb3\x07\x18\xd2\xf3\xb3\x07\x13!terraform-provider2\
|
35
|
+
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n%approval_workflow_steps_history.proto\x12\x02v1\x1a\x1fgoogle/protobuf/timestamp.proto\x1a\x1d\x61pproval_workflow_steps.proto\x1a\roptions.proto\x1a\nspec.proto\"\x95\x01\n&ApprovalWorkflowStepHistoryListRequest\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\"\x92\x02\n\'ApprovalWorkflowStepHistoryListResponse\x12&\n\x04meta\x18\x01 \x01(\x0b\x32\x18.v1.ListResponseMetadata\x12<\n\x07history\x18\x02 \x03(\x0b\x32\x1f.v1.ApprovalWorkflowStepHistoryB\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\"\xaf\x02\n\x1b\x41pprovalWorkflowStepHistory\x12\x1f\n\x0b\x61\x63tivity_id\x18\x01 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12\x39\n\ttimestamp\x18\x02 \x01(\x0b\x32\x1a.google.protobuf.TimestampB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12\x44\n\x16\x61pproval_workflow_step\x18\x03 \x01(\x0b\x32\x18.v1.ApprovalWorkflowStepB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12:\n\ndeleted_at\x18\x04 \x01(\x0b\x32\x1a.google.protobuf.TimestampB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01:2\xfa\xf8\xb3\x07\x05\xa8\xf3\xb3\x07\x01\xfa\xf8\xb3\x07\x06\xd2\xf3\xb3\x07\x01*\xfa\xf8\xb3\x07\x18\xd2\xf3\xb3\x07\x13!terraform-provider2\x9f\x02\n\x1c\x41pprovalWorkflowStepsHistory\x12\x9b\x01\n\x04List\x12*.v1.ApprovalWorkflowStepHistoryListRequest\x1a+.v1.ApprovalWorkflowStepHistoryListResponse\":\x82\xf9\xb3\x07\x08\xa2\xf3\xb3\x07\x03get\x82\xf9\xb3\x07(\xaa\xf3\xb3\x07#/v1/approval-workflow-steps-history\x1a\x61\xca\xf9\xb3\x07 \xc2\xf9\xb3\x07\x1b\x41pprovalWorkflowStepHistory\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-provider\xca\xf9\xb3\x07\x05\xe8\xf9\xb3\x07\x01\x42\xa0\x01\n\x19\x63om.strongdm.api.plumbingB$ApprovalWorkflowStepsHistoryPlumbingZ5github.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')
|
36
36
|
|
37
37
|
|
38
38
|
|
@@ -86,7 +86,7 @@ if _descriptor._USE_C_DESCRIPTORS == False:
|
|
86
86
|
_APPROVALWORKFLOWSTEPHISTORY._options = None
|
87
87
|
_APPROVALWORKFLOWSTEPHISTORY._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'
|
88
88
|
_APPROVALWORKFLOWSTEPSHISTORY._options = None
|
89
|
-
_APPROVALWORKFLOWSTEPSHISTORY._serialized_options = b'\312\371\263\007 \302\371\263\007\033ApprovalWorkflowStepHistory\312\371\263\007\005\330\371\263\007\001\312\371\263\007\006\312\371\263\007\001*\312\371\263\007\030\312\371\263\007\023!terraform-provider'
|
89
|
+
_APPROVALWORKFLOWSTEPSHISTORY._serialized_options = b'\312\371\263\007 \302\371\263\007\033ApprovalWorkflowStepHistory\312\371\263\007\005\330\371\263\007\001\312\371\263\007\006\312\371\263\007\001*\312\371\263\007\030\312\371\263\007\023!terraform-provider\312\371\263\007\005\350\371\263\007\001'
|
90
90
|
_APPROVALWORKFLOWSTEPSHISTORY.methods_by_name['List']._options = None
|
91
91
|
_APPROVALWORKFLOWSTEPSHISTORY.methods_by_name['List']._serialized_options = b'\202\371\263\007\010\242\363\263\007\003get\202\371\263\007(\252\363\263\007#/v1/approval-workflow-steps-history'
|
92
92
|
_APPROVALWORKFLOWSTEPHISTORYLISTREQUEST._serialized_start=137
|
@@ -96,5 +96,5 @@ if _descriptor._USE_C_DESCRIPTORS == False:
|
|
96
96
|
_APPROVALWORKFLOWSTEPHISTORY._serialized_start=566
|
97
97
|
_APPROVALWORKFLOWSTEPHISTORY._serialized_end=869
|
98
98
|
_APPROVALWORKFLOWSTEPSHISTORY._serialized_start=872
|
99
|
-
_APPROVALWORKFLOWSTEPSHISTORY._serialized_end=
|
99
|
+
_APPROVALWORKFLOWSTEPSHISTORY._serialized_end=1159
|
100
100
|
# @@protoc_insertion_point(module_scope)
|