strongdm 7.1.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.1.0 → strongdm-12.1.0}/PKG-INFO +2 -2
- {strongdm-7.1.0 → strongdm-12.1.0}/setup.py +2 -2
- {strongdm-7.1.0 → strongdm-12.1.0}/strongdm/access_request_events_history_pb2.py +3 -3
- {strongdm-7.1.0 → strongdm-12.1.0}/strongdm/access_requests_history_pb2.py +3 -3
- {strongdm-7.1.0 → strongdm-12.1.0}/strongdm/access_requests_pb2.py +45 -16
- {strongdm-7.1.0 → strongdm-12.1.0}/strongdm/account_grants_pb2.py +6 -4
- {strongdm-7.1.0 → strongdm-12.1.0}/strongdm/accounts_pb2.py +47 -34
- {strongdm-7.1.0 → strongdm-12.1.0}/strongdm/accounts_pb2_grpc.py +3 -0
- {strongdm-7.1.0 → strongdm-12.1.0}/strongdm/approval_workflow_approvers_history_pb2.py +3 -3
- {strongdm-7.1.0 → strongdm-12.1.0}/strongdm/approval_workflow_approvers_pb2.py +3 -3
- {strongdm-7.1.0 → strongdm-12.1.0}/strongdm/approval_workflow_steps_history_pb2.py +3 -3
- {strongdm-7.1.0 → strongdm-12.1.0}/strongdm/approval_workflow_steps_pb2.py +3 -3
- {strongdm-7.1.0 → strongdm-12.1.0}/strongdm/approval_workflows_history_pb2.py +3 -3
- {strongdm-7.1.0 → strongdm-12.1.0}/strongdm/approval_workflows_pb2.py +3 -3
- {strongdm-7.1.0 → strongdm-12.1.0}/strongdm/client.py +108 -13
- {strongdm-7.1.0 → strongdm-12.1.0}/strongdm/constants.py +86 -12
- {strongdm-7.1.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.1.0 → strongdm-12.1.0}/strongdm/models.py +7625 -3429
- {strongdm-7.1.0 → strongdm-12.1.0}/strongdm/nodes_pb2.py +41 -15
- {strongdm-7.1.0 → strongdm-12.1.0}/strongdm/options_pb2.py +24 -24
- {strongdm-7.1.0 → strongdm-12.1.0}/strongdm/organization_history_pb2.py +13 -5
- {strongdm-7.1.0 → strongdm-12.1.0}/strongdm/peering_group_nodes_pb2.py +3 -3
- {strongdm-7.1.0 → strongdm-12.1.0}/strongdm/peering_group_peers_pb2.py +3 -3
- {strongdm-7.1.0 → strongdm-12.1.0}/strongdm/peering_group_resources_pb2.py +3 -3
- {strongdm-7.1.0 → strongdm-12.1.0}/strongdm/peering_groups_pb2.py +3 -3
- {strongdm-7.1.0 → strongdm-12.1.0}/strongdm/plumbing.py +3138 -1165
- 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.1.0 → strongdm-12.1.0}/strongdm/queries_pb2.py +17 -11
- {strongdm-7.1.0 → strongdm-12.1.0}/strongdm/remote_identities_history_pb2.py +3 -3
- {strongdm-7.1.0 → strongdm-12.1.0}/strongdm/remote_identities_pb2.py +3 -3
- {strongdm-7.1.0 → strongdm-12.1.0}/strongdm/remote_identity_groups_history_pb2.py +3 -3
- {strongdm-7.1.0 → strongdm-12.1.0}/strongdm/remote_identity_groups_pb2.py +3 -3
- {strongdm-7.1.0 → strongdm-12.1.0}/strongdm/replays_pb2.py +8 -6
- {strongdm-7.1.0 → strongdm-12.1.0}/strongdm/secret_store_types_pb2.py +164 -40
- {strongdm-7.1.0 → strongdm-12.1.0}/strongdm/spec_pb2.py +12 -8
- strongdm-12.1.0/strongdm/spec_pb2_grpc.py +18 -0
- {strongdm-7.1.0 → strongdm-12.1.0}/strongdm/svc.py +1345 -339
- strongdm-12.1.0/strongdm/tags_pb2_grpc.py +18 -0
- {strongdm-7.1.0 → strongdm-12.1.0}/strongdm/workflow_approvers_history_pb2.py +3 -3
- {strongdm-7.1.0 → strongdm-12.1.0}/strongdm/workflow_approvers_pb2.py +3 -3
- {strongdm-7.1.0 → strongdm-12.1.0}/strongdm/workflow_assignments_history_pb2.py +3 -3
- {strongdm-7.1.0 → strongdm-12.1.0}/strongdm/workflow_assignments_pb2.py +3 -3
- {strongdm-7.1.0 → strongdm-12.1.0}/strongdm/workflow_roles_history_pb2.py +3 -3
- {strongdm-7.1.0 → strongdm-12.1.0}/strongdm/workflow_roles_pb2.py +3 -3
- {strongdm-7.1.0 → strongdm-12.1.0}/strongdm/workflows_history_pb2.py +3 -3
- {strongdm-7.1.0 → strongdm-12.1.0}/strongdm/workflows_pb2.py +31 -26
- {strongdm-7.1.0 → strongdm-12.1.0}/strongdm.egg-info/PKG-INFO +2 -2
- {strongdm-7.1.0 → strongdm-12.1.0}/strongdm.egg-info/SOURCES.txt +18 -0
- {strongdm-7.1.0 → strongdm-12.1.0}/LICENSE +0 -0
- {strongdm-7.1.0 → strongdm-12.1.0}/README.md +0 -0
- {strongdm-7.1.0 → strongdm-12.1.0}/setup.cfg +0 -0
- {strongdm-7.1.0 → strongdm-12.1.0}/strongdm/__init__.py +0 -0
- {strongdm-7.1.0 → strongdm-12.1.0}/strongdm/access_request_events_history_pb2_grpc.py +0 -0
- {strongdm-7.1.0 → strongdm-12.1.0}/strongdm/access_requests_history_pb2_grpc.py +0 -0
- {strongdm-7.1.0 → strongdm-12.1.0}/strongdm/access_requests_pb2_grpc.py +0 -0
- {strongdm-7.1.0 → strongdm-12.1.0}/strongdm/account_attachments_history_pb2.py +0 -0
- {strongdm-7.1.0 → strongdm-12.1.0}/strongdm/account_attachments_history_pb2_grpc.py +0 -0
- {strongdm-7.1.0 → strongdm-12.1.0}/strongdm/account_attachments_pb2.py +0 -0
- {strongdm-7.1.0 → strongdm-12.1.0}/strongdm/account_attachments_pb2_grpc.py +0 -0
- {strongdm-7.1.0 → strongdm-12.1.0}/strongdm/account_grants_history_pb2.py +0 -0
- {strongdm-7.1.0 → strongdm-12.1.0}/strongdm/account_grants_history_pb2_grpc.py +0 -0
- {strongdm-7.1.0 → strongdm-12.1.0}/strongdm/account_grants_pb2_grpc.py +0 -0
- {strongdm-7.1.0 → strongdm-12.1.0}/strongdm/account_permissions_pb2.py +0 -0
- {strongdm-7.1.0 → strongdm-12.1.0}/strongdm/account_permissions_pb2_grpc.py +0 -0
- {strongdm-7.1.0 → strongdm-12.1.0}/strongdm/account_resources_history_pb2.py +0 -0
- {strongdm-7.1.0 → strongdm-12.1.0}/strongdm/account_resources_history_pb2_grpc.py +0 -0
- {strongdm-7.1.0 → strongdm-12.1.0}/strongdm/account_resources_pb2.py +0 -0
- {strongdm-7.1.0 → strongdm-12.1.0}/strongdm/account_resources_pb2_grpc.py +0 -0
- {strongdm-7.1.0 → strongdm-12.1.0}/strongdm/accounts_history_pb2.py +0 -0
- {strongdm-7.1.0 → strongdm-12.1.0}/strongdm/accounts_history_pb2_grpc.py +0 -0
- {strongdm-7.1.0 → strongdm-12.1.0}/strongdm/activities_pb2.py +0 -0
- {strongdm-7.1.0 → strongdm-12.1.0}/strongdm/activities_pb2_grpc.py +0 -0
- {strongdm-7.1.0 → strongdm-12.1.0}/strongdm/approval_workflow_approvers_history_pb2_grpc.py +0 -0
- {strongdm-7.1.0 → strongdm-12.1.0}/strongdm/approval_workflow_approvers_pb2_grpc.py +0 -0
- {strongdm-7.1.0 → strongdm-12.1.0}/strongdm/approval_workflow_steps_history_pb2_grpc.py +0 -0
- {strongdm-7.1.0 → strongdm-12.1.0}/strongdm/approval_workflow_steps_pb2_grpc.py +0 -0
- {strongdm-7.1.0 → strongdm-12.1.0}/strongdm/approval_workflows_history_pb2_grpc.py +0 -0
- {strongdm-7.1.0 → strongdm-12.1.0}/strongdm/approval_workflows_pb2_grpc.py +0 -0
- {strongdm-7.1.0 → strongdm-12.1.0}/strongdm/control_panel_pb2.py +0 -0
- {strongdm-7.1.0 → strongdm-12.1.0}/strongdm/control_panel_pb2_grpc.py +0 -0
- {strongdm-7.1.0 → strongdm-12.1.0}/strongdm/drivers_pb2_grpc.py +0 -0
- {strongdm-7.1.0 → strongdm-12.1.0}/strongdm/errors.py +0 -0
- {strongdm-7.1.0 → strongdm-12.1.0}/strongdm/nodes_history_pb2.py +0 -0
- {strongdm-7.1.0 → strongdm-12.1.0}/strongdm/nodes_history_pb2_grpc.py +0 -0
- {strongdm-7.1.0 → strongdm-12.1.0}/strongdm/nodes_pb2_grpc.py +0 -0
- {strongdm-7.1.0 → strongdm-12.1.0}/strongdm/options_pb2_grpc.py +0 -0
- {strongdm-7.1.0 → strongdm-12.1.0}/strongdm/organization_history_pb2_grpc.py +0 -0
- {strongdm-7.1.0 → strongdm-12.1.0}/strongdm/peering_group_nodes_pb2_grpc.py +0 -0
- {strongdm-7.1.0 → strongdm-12.1.0}/strongdm/peering_group_peers_pb2_grpc.py +0 -0
- {strongdm-7.1.0 → strongdm-12.1.0}/strongdm/peering_group_resources_pb2_grpc.py +0 -0
- {strongdm-7.1.0 → strongdm-12.1.0}/strongdm/peering_groups_pb2_grpc.py +0 -0
- {strongdm-7.1.0 → strongdm-12.1.0}/strongdm/queries_pb2_grpc.py +0 -0
- {strongdm-7.1.0 → strongdm-12.1.0}/strongdm/remote_identities_history_pb2_grpc.py +0 -0
- {strongdm-7.1.0 → strongdm-12.1.0}/strongdm/remote_identities_pb2_grpc.py +0 -0
- {strongdm-7.1.0 → strongdm-12.1.0}/strongdm/remote_identity_groups_history_pb2_grpc.py +0 -0
- {strongdm-7.1.0 → strongdm-12.1.0}/strongdm/remote_identity_groups_pb2_grpc.py +0 -0
- {strongdm-7.1.0 → strongdm-12.1.0}/strongdm/replays_pb2_grpc.py +0 -0
- {strongdm-7.1.0 → strongdm-12.1.0}/strongdm/resources_history_pb2.py +0 -0
- {strongdm-7.1.0 → strongdm-12.1.0}/strongdm/resources_history_pb2_grpc.py +0 -0
- {strongdm-7.1.0 → strongdm-12.1.0}/strongdm/resources_pb2.py +0 -0
- {strongdm-7.1.0 → strongdm-12.1.0}/strongdm/resources_pb2_grpc.py +0 -0
- {strongdm-7.1.0 → strongdm-12.1.0}/strongdm/role_resources_history_pb2.py +0 -0
- {strongdm-7.1.0 → strongdm-12.1.0}/strongdm/role_resources_history_pb2_grpc.py +0 -0
- {strongdm-7.1.0 → strongdm-12.1.0}/strongdm/role_resources_pb2.py +0 -0
- {strongdm-7.1.0 → strongdm-12.1.0}/strongdm/role_resources_pb2_grpc.py +0 -0
- {strongdm-7.1.0 → strongdm-12.1.0}/strongdm/roles_history_pb2.py +0 -0
- {strongdm-7.1.0 → strongdm-12.1.0}/strongdm/roles_history_pb2_grpc.py +0 -0
- {strongdm-7.1.0 → strongdm-12.1.0}/strongdm/roles_pb2.py +0 -0
- {strongdm-7.1.0 → strongdm-12.1.0}/strongdm/roles_pb2_grpc.py +0 -0
- /strongdm-7.1.0/strongdm/secret_store_types_pb2_grpc.py → /strongdm-12.1.0/strongdm/secret_engine_policy_pb2_grpc.py +0 -0
- /strongdm-7.1.0/strongdm/spec_pb2_grpc.py → /strongdm-12.1.0/strongdm/secret_engine_types_pb2_grpc.py +0 -0
- {strongdm-7.1.0 → strongdm-12.1.0}/strongdm/secret_store_healths_pb2.py +0 -0
- {strongdm-7.1.0 → strongdm-12.1.0}/strongdm/secret_store_healths_pb2_grpc.py +0 -0
- /strongdm-7.1.0/strongdm/tags_pb2_grpc.py → /strongdm-12.1.0/strongdm/secret_store_types_pb2_grpc.py +0 -0
- {strongdm-7.1.0 → strongdm-12.1.0}/strongdm/secret_stores_history_pb2.py +0 -0
- {strongdm-7.1.0 → strongdm-12.1.0}/strongdm/secret_stores_history_pb2_grpc.py +0 -0
- {strongdm-7.1.0 → strongdm-12.1.0}/strongdm/secret_stores_pb2.py +0 -0
- {strongdm-7.1.0 → strongdm-12.1.0}/strongdm/secret_stores_pb2_grpc.py +0 -0
- {strongdm-7.1.0 → strongdm-12.1.0}/strongdm/tags_pb2.py +0 -0
- {strongdm-7.1.0 → strongdm-12.1.0}/strongdm/workflow_approvers_history_pb2_grpc.py +0 -0
- {strongdm-7.1.0 → strongdm-12.1.0}/strongdm/workflow_approvers_pb2_grpc.py +0 -0
- {strongdm-7.1.0 → strongdm-12.1.0}/strongdm/workflow_assignments_history_pb2_grpc.py +0 -0
- {strongdm-7.1.0 → strongdm-12.1.0}/strongdm/workflow_assignments_pb2_grpc.py +0 -0
- {strongdm-7.1.0 → strongdm-12.1.0}/strongdm/workflow_roles_history_pb2_grpc.py +0 -0
- {strongdm-7.1.0 → strongdm-12.1.0}/strongdm/workflow_roles_pb2_grpc.py +0 -0
- {strongdm-7.1.0 → strongdm-12.1.0}/strongdm/workflows_history_pb2_grpc.py +0 -0
- {strongdm-7.1.0 → strongdm-12.1.0}/strongdm/workflows_pb2_grpc.py +0 -0
- {strongdm-7.1.0 → strongdm-12.1.0}/strongdm.egg-info/dependency_links.txt +0 -0
- {strongdm-7.1.0 → strongdm-12.1.0}/strongdm.egg-info/requires.txt +0 -0
- {strongdm-7.1.0 → strongdm-12.1.0}/strongdm.egg-info/top_level.txt +0 -0
@@ -0,0 +1,18 @@
|
|
1
|
+
# Copyright 2020 StrongDM Inc
|
2
|
+
#
|
3
|
+
# Licensed under the Apache License, Version 2.0 (the "License");
|
4
|
+
# you may not use this file except in compliance with the License.
|
5
|
+
# You may obtain a copy of the License at
|
6
|
+
#
|
7
|
+
# http://www.apache.org/licenses/LICENSE-2.0
|
8
|
+
#
|
9
|
+
# Unless required by applicable law or agreed to in writing, software
|
10
|
+
# distributed under the License is distributed on an "AS IS" BASIS,
|
11
|
+
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
12
|
+
# See the License for the specific language governing permissions and
|
13
|
+
# limitations under the License.
|
14
|
+
#
|
15
|
+
# Generated by the gRPC Python protocol compiler plugin. DO NOT EDIT!
|
16
|
+
"""Client and server classes corresponding to protobuf-defined services."""
|
17
|
+
import grpc
|
18
|
+
|
@@ -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 workflow_approvers_history.proto\x12\x02v1\x1a\x1fgoogle/protobuf/timestamp.proto\x1a\x18workflow_approvers.proto\x1a\roptions.proto\x1a\nspec.proto\"\x92\x01\n#WorkflowApproversHistoryListRequest\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\"\x8b\x02\n$WorkflowApproversHistoryListResponse\x12&\n\x04meta\x18\x01 \x01(\x0b\x32\x18.v1.ListResponseMetadata\x12\x38\n\x07history\x18\x02 \x03(\x0b\x32\x1b.v1.WorkflowApproverHistoryB\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\"\xa2\x02\n\x17WorkflowApproverHistory\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\x11workflow_approver\x18\x03 \x01(\x0b\x32\x14.v1.WorkflowApproverB\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 workflow_approvers_history.proto\x12\x02v1\x1a\x1fgoogle/protobuf/timestamp.proto\x1a\x18workflow_approvers.proto\x1a\roptions.proto\x1a\nspec.proto\"\x92\x01\n#WorkflowApproversHistoryListRequest\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\"\x8b\x02\n$WorkflowApproversHistoryListResponse\x12&\n\x04meta\x18\x01 \x01(\x0b\x32\x18.v1.ListResponseMetadata\x12\x38\n\x07history\x18\x02 \x03(\x0b\x32\x1b.v1.WorkflowApproverHistoryB\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\"\xa2\x02\n\x17WorkflowApproverHistory\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\x11workflow_approver\x18\x03 \x01(\x0b\x32\x14.v1.WorkflowApproverB\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\x8c\x02\n\x18WorkflowApproversHistory\x12\x90\x01\n\x04List\x12\'.v1.WorkflowApproversHistoryListRequest\x1a(.v1.WorkflowApproversHistoryListResponse\"5\x82\xf9\xb3\x07\x08\xa2\xf3\xb3\x07\x03get\x82\xf9\xb3\x07#\xaa\xf3\xb3\x07\x1e/v1/workflow-approvers-history\x1a]\xca\xf9\xb3\x07\x1c\xc2\xf9\xb3\x07\x17WorkflowApproverHistory\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\x9c\x01\n\x19\x63om.strongdm.api.plumbingB WorkflowApproversHistoryPlumbingZ5github.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
|
_WORKFLOWAPPROVERHISTORY._options = None
|
87
87
|
_WORKFLOWAPPROVERHISTORY._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
|
_WORKFLOWAPPROVERSHISTORY._options = None
|
89
|
-
_WORKFLOWAPPROVERSHISTORY._serialized_options = b'\312\371\263\007\034\302\371\263\007\027WorkflowApproverHistory\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
|
+
_WORKFLOWAPPROVERSHISTORY._serialized_options = b'\312\371\263\007\034\302\371\263\007\027WorkflowApproverHistory\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
|
_WORKFLOWAPPROVERSHISTORY.methods_by_name['List']._options = None
|
91
91
|
_WORKFLOWAPPROVERSHISTORY.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\036/v1/workflow-approvers-history'
|
92
92
|
_WORKFLOWAPPROVERSHISTORYLISTREQUEST._serialized_start=127
|
@@ -96,5 +96,5 @@ if _descriptor._USE_C_DESCRIPTORS == False:
|
|
96
96
|
_WORKFLOWAPPROVERHISTORY._serialized_start=546
|
97
97
|
_WORKFLOWAPPROVERHISTORY._serialized_end=836
|
98
98
|
_WORKFLOWAPPROVERSHISTORY._serialized_start=839
|
99
|
-
_WORKFLOWAPPROVERSHISTORY._serialized_end=
|
99
|
+
_WORKFLOWAPPROVERSHISTORY._serialized_end=1107
|
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\x18workflow_approvers.proto\x12\x02v1\x1a\roptions.proto\x1a\nspec.proto\"\x92\x01\n\x1eWorkflowApproversCreateRequest\x12\'\n\x04meta\x18\x01 \x01(\x0b\x32\x19.v1.CreateRequestMetadata\x12;\n\x11workflow_approver\x18\x02 \x01(\x0b\x32\x14.v1.WorkflowApproverB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01:\n\xfa\xf8\xb3\x07\x05\xa8\xf3\xb3\x07\x01\"\xed\x01\n\x1fWorkflowApproversCreateResponse\x12(\n\x04meta\x18\x01 \x01(\x0b\x32\x1a.v1.CreateResponseMetadata\x12;\n\x11workflow_approver\x18\x02 \x01(\x0b\x32\x14.v1.WorkflowApproverB\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\"Z\n\x1aWorkflowApproverGetRequest\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\"\xf2\x01\n\x1bWorkflowApproverGetResponse\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\x11workflow_approver\x18\x02 \x01(\x0b\x32\x14.v1.WorkflowApproverB\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\"m\n\x1eWorkflowApproversDeleteRequest\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:\n\xfa\xf8\xb3\x07\x05\xa8\xf3\xb3\x07\x01\"\xb0\x01\n\x1fWorkflowApproversDeleteResponse\x12(\n\x04meta\x18\x01 \x01(\x0b\x32\x1a.v1.DeleteResponseMetadata\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\"s\n\x1cWorkflowApproversListRequest\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:\x10\xfa\xf8\xb3\x07\x0b\xa8\xf3\xb3\x07\x01\xd2\xf3\xb3\x07\x01*\"\xf0\x01\n\x1dWorkflowApproversListResponse\x12&\n\x04meta\x18\x01 \x01(\x0b\x32\x18.v1.ListResponseMetadata\x12<\n\x12workflow_approvers\x18\x02 \x03(\x0b\x32\x14.v1.WorkflowApproverB\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:\x10\xfa\xf8\xb3\x07\x0b\xa8\xf3\xb3\x07\x01\xd2\xf3\xb3\x07\x01*\"\x85\x02\n\x10WorkflowApprover\x12\x16\n\x02id\x18\x01 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12$\n\x0bworkflow_id\x18\x02 \x01(\tB\x0f\xf2\xf8\xb3\x07\n\xb0\xf3\xb3\x07\x01\xc0\xf3\xb3\x07\x01\x12\x1e\n\naccount_id\x18\x03 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12\x1b\n\x07role_id\x18\x04 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01:v\xfa\xf8\xb3\x07q\xa8\xf3\xb3\x07\x01\xc2\xf3\xb3\x07\x61\xa2\xf3\xb3\x07*tf_examples/workflow_approver_resource.txt\xaa\xf3\xb3\x07-tf_examples/workflow_approver_data_source.txt\xd2\xf3\xb3\x07\x01*2\
|
33
|
+
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n\x18workflow_approvers.proto\x12\x02v1\x1a\roptions.proto\x1a\nspec.proto\"\x92\x01\n\x1eWorkflowApproversCreateRequest\x12\'\n\x04meta\x18\x01 \x01(\x0b\x32\x19.v1.CreateRequestMetadata\x12;\n\x11workflow_approver\x18\x02 \x01(\x0b\x32\x14.v1.WorkflowApproverB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01:\n\xfa\xf8\xb3\x07\x05\xa8\xf3\xb3\x07\x01\"\xed\x01\n\x1fWorkflowApproversCreateResponse\x12(\n\x04meta\x18\x01 \x01(\x0b\x32\x1a.v1.CreateResponseMetadata\x12;\n\x11workflow_approver\x18\x02 \x01(\x0b\x32\x14.v1.WorkflowApproverB\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\"Z\n\x1aWorkflowApproverGetRequest\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\"\xf2\x01\n\x1bWorkflowApproverGetResponse\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\x11workflow_approver\x18\x02 \x01(\x0b\x32\x14.v1.WorkflowApproverB\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\"m\n\x1eWorkflowApproversDeleteRequest\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:\n\xfa\xf8\xb3\x07\x05\xa8\xf3\xb3\x07\x01\"\xb0\x01\n\x1fWorkflowApproversDeleteResponse\x12(\n\x04meta\x18\x01 \x01(\x0b\x32\x1a.v1.DeleteResponseMetadata\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\"s\n\x1cWorkflowApproversListRequest\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:\x10\xfa\xf8\xb3\x07\x0b\xa8\xf3\xb3\x07\x01\xd2\xf3\xb3\x07\x01*\"\xf0\x01\n\x1dWorkflowApproversListResponse\x12&\n\x04meta\x18\x01 \x01(\x0b\x32\x18.v1.ListResponseMetadata\x12<\n\x12workflow_approvers\x18\x02 \x03(\x0b\x32\x14.v1.WorkflowApproverB\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:\x10\xfa\xf8\xb3\x07\x0b\xa8\xf3\xb3\x07\x01\xd2\xf3\xb3\x07\x01*\"\x85\x02\n\x10WorkflowApprover\x12\x16\n\x02id\x18\x01 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12$\n\x0bworkflow_id\x18\x02 \x01(\tB\x0f\xf2\xf8\xb3\x07\n\xb0\xf3\xb3\x07\x01\xc0\xf3\xb3\x07\x01\x12\x1e\n\naccount_id\x18\x03 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12\x1b\n\x07role_id\x18\x04 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01:v\xfa\xf8\xb3\x07q\xa8\xf3\xb3\x07\x01\xc2\xf3\xb3\x07\x61\xa2\xf3\xb3\x07*tf_examples/workflow_approver_resource.txt\xaa\xf3\xb3\x07-tf_examples/workflow_approver_data_source.txt\xd2\xf3\xb3\x07\x01*2\xc7\x04\n\x11WorkflowApprovers\x12\x81\x01\n\x06\x43reate\x12\".v1.WorkflowApproversCreateRequest\x1a#.v1.WorkflowApproversCreateResponse\".\x82\xf9\xb3\x07\t\xa2\xf3\xb3\x07\x04post\x82\xf9\xb3\x07\x1b\xaa\xf3\xb3\x07\x16/v1/workflow-approvers\x12y\n\x03Get\x12\x1e.v1.WorkflowApproverGetRequest\x1a\x1f.v1.WorkflowApproverGetResponse\"1\x82\xf9\xb3\x07\x08\xa2\xf3\xb3\x07\x03get\x82\xf9\xb3\x07\x1f\xaa\xf3\xb3\x07\x1a/v1/workflow-approver/{id}\x12\x83\x01\n\x06\x44\x65lete\x12\".v1.WorkflowApproversDeleteRequest\x1a#.v1.WorkflowApproversDeleteResponse\"0\x82\xf9\xb3\x07\x0b\xa2\xf3\xb3\x07\x06\x64\x65lete\x82\xf9\xb3\x07\x1b\xaa\xf3\xb3\x07\x16/v1/workflow-approvers\x12z\n\x04List\x12 .v1.WorkflowApproversListRequest\x1a!.v1.WorkflowApproversListResponse\"-\x82\xf9\xb3\x07\x08\xa2\xf3\xb3\x07\x03get\x82\xf9\xb3\x07\x1b\xaa\xf3\xb3\x07\x16/v1/workflow-approvers\x1a\x31\xca\xf9\xb3\x07\x15\xc2\xf9\xb3\x07\x10WorkflowApprover\xca\xf9\xb3\x07\x08\xd2\xf9\xb3\x07\x03nt-\xca\xf9\xb3\x07\x05\xe8\xf9\xb3\x07\x01\x42m\n\x19\x63om.strongdm.api.plumbingB\x19WorkflowApproversPlumbingZ5github.com/strongdm/strongdm-sdk-go/v3/internal/v1;v1b\x06proto3')
|
34
34
|
|
35
35
|
|
36
36
|
|
@@ -160,7 +160,7 @@ if _descriptor._USE_C_DESCRIPTORS == False:
|
|
160
160
|
_WORKFLOWAPPROVER._options = None
|
161
161
|
_WORKFLOWAPPROVER._serialized_options = b'\372\370\263\007q\250\363\263\007\001\302\363\263\007a\242\363\263\007*tf_examples/workflow_approver_resource.txt\252\363\263\007-tf_examples/workflow_approver_data_source.txt\322\363\263\007\001*'
|
162
162
|
_WORKFLOWAPPROVERS._options = None
|
163
|
-
_WORKFLOWAPPROVERS._serialized_options = b'\312\371\263\007\025\302\371\263\007\020WorkflowApprover\312\371\263\007\010\322\371\263\007\003nt
|
163
|
+
_WORKFLOWAPPROVERS._serialized_options = b'\312\371\263\007\025\302\371\263\007\020WorkflowApprover\312\371\263\007\010\322\371\263\007\003nt-\312\371\263\007\005\350\371\263\007\001'
|
164
164
|
_WORKFLOWAPPROVERS.methods_by_name['Create']._options = None
|
165
165
|
_WORKFLOWAPPROVERS.methods_by_name['Create']._serialized_options = b'\202\371\263\007\t\242\363\263\007\004post\202\371\263\007\033\252\363\263\007\026/v1/workflow-approvers'
|
166
166
|
_WORKFLOWAPPROVERS.methods_by_name['Get']._options = None
|
@@ -188,5 +188,5 @@ if _descriptor._USE_C_DESCRIPTORS == False:
|
|
188
188
|
_WORKFLOWAPPROVER._serialized_start=1436
|
189
189
|
_WORKFLOWAPPROVER._serialized_end=1697
|
190
190
|
_WORKFLOWAPPROVERS._serialized_start=1700
|
191
|
-
_WORKFLOWAPPROVERS._serialized_end=
|
191
|
+
_WORKFLOWAPPROVERS._serialized_end=2283
|
192
192
|
# @@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\"workflow_assignments_history.proto\x12\x02v1\x1a\x1fgoogle/protobuf/timestamp.proto\x1a\x1aworkflow_assignments.proto\x1a\roptions.proto\x1a\nspec.proto\"\x94\x01\n%WorkflowAssignmentsHistoryListRequest\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\"\x8f\x02\n&WorkflowAssignmentsHistoryListResponse\x12&\n\x04meta\x18\x01 \x01(\x0b\x32\x18.v1.ListResponseMetadata\x12:\n\x07history\x18\x02 \x03(\x0b\x32\x1d.v1.WorkflowAssignmentHistoryB\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\"\xa8\x02\n\x19WorkflowAssignmentHistory\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\x13workflow_assignment\x18\x03 \x01(\x0b\x32\x16.v1.WorkflowAssignmentB\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\"workflow_assignments_history.proto\x12\x02v1\x1a\x1fgoogle/protobuf/timestamp.proto\x1a\x1aworkflow_assignments.proto\x1a\roptions.proto\x1a\nspec.proto\"\x94\x01\n%WorkflowAssignmentsHistoryListRequest\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\"\x8f\x02\n&WorkflowAssignmentsHistoryListResponse\x12&\n\x04meta\x18\x01 \x01(\x0b\x32\x18.v1.ListResponseMetadata\x12:\n\x07history\x18\x02 \x03(\x0b\x32\x1d.v1.WorkflowAssignmentHistoryB\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\"\xa8\x02\n\x19WorkflowAssignmentHistory\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\x13workflow_assignment\x18\x03 \x01(\x0b\x32\x16.v1.WorkflowAssignmentB\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\x96\x02\n\x1aWorkflowAssignmentsHistory\x12\x96\x01\n\x04List\x12).v1.WorkflowAssignmentsHistoryListRequest\x1a*.v1.WorkflowAssignmentsHistoryListResponse\"7\x82\xf9\xb3\x07\x08\xa2\xf3\xb3\x07\x03get\x82\xf9\xb3\x07%\xaa\xf3\xb3\x07 /v1/workflow-assignments-history\x1a_\xca\xf9\xb3\x07\x1e\xc2\xf9\xb3\x07\x19WorkflowAssignmentHistory\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\"WorkflowAssignmentsHistoryPlumbingZ5github.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
|
_WORKFLOWASSIGNMENTHISTORY._options = None
|
87
87
|
_WORKFLOWASSIGNMENTHISTORY._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
|
_WORKFLOWASSIGNMENTSHISTORY._options = None
|
89
|
-
_WORKFLOWASSIGNMENTSHISTORY._serialized_options = b'\312\371\263\007\036\302\371\263\007\031WorkflowAssignmentHistory\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
|
+
_WORKFLOWASSIGNMENTSHISTORY._serialized_options = b'\312\371\263\007\036\302\371\263\007\031WorkflowAssignmentHistory\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
|
_WORKFLOWASSIGNMENTSHISTORY.methods_by_name['List']._options = None
|
91
91
|
_WORKFLOWASSIGNMENTSHISTORY.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/workflow-assignments-history'
|
92
92
|
_WORKFLOWASSIGNMENTSHISTORYLISTREQUEST._serialized_start=131
|
@@ -96,5 +96,5 @@ if _descriptor._USE_C_DESCRIPTORS == False:
|
|
96
96
|
_WORKFLOWASSIGNMENTHISTORY._serialized_start=556
|
97
97
|
_WORKFLOWASSIGNMENTHISTORY._serialized_end=852
|
98
98
|
_WORKFLOWASSIGNMENTSHISTORY._serialized_start=855
|
99
|
-
_WORKFLOWASSIGNMENTSHISTORY._serialized_end=
|
99
|
+
_WORKFLOWASSIGNMENTSHISTORY._serialized_end=1133
|
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\x1aworkflow_assignments.proto\x12\x02v1\x1a\roptions.proto\x1a\nspec.proto\"u\n\x1eWorkflowAssignmentsListRequest\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:\x10\xfa\xf8\xb3\x07\x0b\xa8\xf3\xb3\x07\x01\xd2\xf3\xb3\x07\x01*\"\xf6\x01\n\x1fWorkflowAssignmentsListResponse\x12&\n\x04meta\x18\x01 \x01(\x0b\x32\x18.v1.ListResponseMetadata\x12@\n\x14workflow_assignments\x18\x02 \x03(\x0b\x32\x16.v1.WorkflowAssignmentB\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:\x10\xfa\xf8\xb3\x07\x0b\xa8\xf3\xb3\x07\x01\xd2\xf3\xb3\x07\x01*\"l\n\x12WorkflowAssignment\x12$\n\x0bworkflow_id\x18\x02 \x01(\tB\x0f\xf2\xf8\xb3\x07\n\xb0\xf3\xb3\x07\x01\xc0\xf3\xb3\x07\x01\x12$\n\x0bresource_id\x18\x03 \x01(\tB\x0f\xf2\xf8\xb3\x07\n\xb0\xf3\xb3\x07\x01\xc0\xf3\xb3\x07\x01:\n\xfa\xf8\xb3\x07\x05\xa8\xf3\xb3\x07\x01\x32\
|
33
|
+
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n\x1aworkflow_assignments.proto\x12\x02v1\x1a\roptions.proto\x1a\nspec.proto\"u\n\x1eWorkflowAssignmentsListRequest\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:\x10\xfa\xf8\xb3\x07\x0b\xa8\xf3\xb3\x07\x01\xd2\xf3\xb3\x07\x01*\"\xf6\x01\n\x1fWorkflowAssignmentsListResponse\x12&\n\x04meta\x18\x01 \x01(\x0b\x32\x18.v1.ListResponseMetadata\x12@\n\x14workflow_assignments\x18\x02 \x03(\x0b\x32\x16.v1.WorkflowAssignmentB\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:\x10\xfa\xf8\xb3\x07\x0b\xa8\xf3\xb3\x07\x01\xd2\xf3\xb3\x07\x01*\"l\n\x12WorkflowAssignment\x12$\n\x0bworkflow_id\x18\x02 \x01(\tB\x0f\xf2\xf8\xb3\x07\n\xb0\xf3\xb3\x07\x01\xc0\xf3\xb3\x07\x01\x12$\n\x0bresource_id\x18\x03 \x01(\tB\x0f\xf2\xf8\xb3\x07\n\xb0\xf3\xb3\x07\x01\xc0\xf3\xb3\x07\x01:\n\xfa\xf8\xb3\x07\x05\xa8\xf3\xb3\x07\x01\x32\xf5\x01\n\x13WorkflowAssignments\x12\x80\x01\n\x04List\x12\".v1.WorkflowAssignmentsListRequest\x1a#.v1.WorkflowAssignmentsListResponse\"/\x82\xf9\xb3\x07\x08\xa2\xf3\xb3\x07\x03get\x82\xf9\xb3\x07\x1d\xaa\xf3\xb3\x07\x18/v1/workflow-assignments\x1a[\xca\xf9\xb3\x07\x17\xc2\xf9\xb3\x07\x12WorkflowAssignment\xca\xf9\xb3\x07\x08\xd2\xf9\xb3\x07\x03wa-\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\x97\x01\n\x19\x63om.strongdm.api.plumbingB\x1bWorkflowAssignmentsPlumbingZ5github.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')
|
34
34
|
|
35
35
|
|
36
36
|
|
@@ -80,7 +80,7 @@ if _descriptor._USE_C_DESCRIPTORS == False:
|
|
80
80
|
_WORKFLOWASSIGNMENT._options = None
|
81
81
|
_WORKFLOWASSIGNMENT._serialized_options = b'\372\370\263\007\005\250\363\263\007\001'
|
82
82
|
_WORKFLOWASSIGNMENTS._options = None
|
83
|
-
_WORKFLOWASSIGNMENTS._serialized_options = b'\312\371\263\007\027\302\371\263\007\022WorkflowAssignment\312\371\263\007\010\322\371\263\007\003wa-\312\371\263\007\006\312\371\263\007\001*\312\371\263\007\030\312\371\263\007\023!terraform-provider'
|
83
|
+
_WORKFLOWASSIGNMENTS._serialized_options = b'\312\371\263\007\027\302\371\263\007\022WorkflowAssignment\312\371\263\007\010\322\371\263\007\003wa-\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'
|
84
84
|
_WORKFLOWASSIGNMENTS.methods_by_name['List']._options = None
|
85
85
|
_WORKFLOWASSIGNMENTS.methods_by_name['List']._serialized_options = b'\202\371\263\007\010\242\363\263\007\003get\202\371\263\007\035\252\363\263\007\030/v1/workflow-assignments'
|
86
86
|
_WORKFLOWASSIGNMENTSLISTREQUEST._serialized_start=61
|
@@ -90,5 +90,5 @@ if _descriptor._USE_C_DESCRIPTORS == False:
|
|
90
90
|
_WORKFLOWASSIGNMENT._serialized_start=429
|
91
91
|
_WORKFLOWASSIGNMENT._serialized_end=537
|
92
92
|
_WORKFLOWASSIGNMENTS._serialized_start=540
|
93
|
-
_WORKFLOWASSIGNMENTS._serialized_end=
|
93
|
+
_WORKFLOWASSIGNMENTS._serialized_end=785
|
94
94
|
# @@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\x1cworkflow_roles_history.proto\x12\x02v1\x1a\x1fgoogle/protobuf/timestamp.proto\x1a\x14workflow_roles.proto\x1a\roptions.proto\x1a\nspec.proto\"\x8e\x01\n\x1fWorkflowRolesHistoryListRequest\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\"\x83\x02\n WorkflowRolesHistoryListResponse\x12&\n\x04meta\x18\x01 \x01(\x0b\x32\x18.v1.ListResponseMetadata\x12\x34\n\x07history\x18\x02 \x03(\x0b\x32\x17.v1.WorkflowRoleHistoryB\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\"\x96\x02\n\x13WorkflowRoleHistory\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\x33\n\rworkflow_role\x18\x03 \x01(\x0b\x32\x10.v1.WorkflowRoleB\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\x1cworkflow_roles_history.proto\x12\x02v1\x1a\x1fgoogle/protobuf/timestamp.proto\x1a\x14workflow_roles.proto\x1a\roptions.proto\x1a\nspec.proto\"\x8e\x01\n\x1fWorkflowRolesHistoryListRequest\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\"\x83\x02\n WorkflowRolesHistoryListResponse\x12&\n\x04meta\x18\x01 \x01(\x0b\x32\x18.v1.ListResponseMetadata\x12\x34\n\x07history\x18\x02 \x03(\x0b\x32\x17.v1.WorkflowRoleHistoryB\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\"\x96\x02\n\x13WorkflowRoleHistory\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\x33\n\rworkflow_role\x18\x03 \x01(\x0b\x32\x10.v1.WorkflowRoleB\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\xf8\x01\n\x14WorkflowRolesHistory\x12\x84\x01\n\x04List\x12#.v1.WorkflowRolesHistoryListRequest\x1a$.v1.WorkflowRolesHistoryListResponse\"1\x82\xf9\xb3\x07\x08\xa2\xf3\xb3\x07\x03get\x82\xf9\xb3\x07\x1f\xaa\xf3\xb3\x07\x1a/v1/workflow-roles-history\x1aY\xca\xf9\xb3\x07\x18\xc2\xf9\xb3\x07\x13WorkflowRoleHistory\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\x98\x01\n\x19\x63om.strongdm.api.plumbingB\x1cWorkflowRolesHistoryPlumbingZ5github.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
|
_WORKFLOWROLEHISTORY._options = None
|
87
87
|
_WORKFLOWROLEHISTORY._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
|
_WORKFLOWROLESHISTORY._options = None
|
89
|
-
_WORKFLOWROLESHISTORY._serialized_options = b'\312\371\263\007\030\302\371\263\007\023WorkflowRoleHistory\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
|
+
_WORKFLOWROLESHISTORY._serialized_options = b'\312\371\263\007\030\302\371\263\007\023WorkflowRoleHistory\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
|
_WORKFLOWROLESHISTORY.methods_by_name['List']._options = None
|
91
91
|
_WORKFLOWROLESHISTORY.methods_by_name['List']._serialized_options = b'\202\371\263\007\010\242\363\263\007\003get\202\371\263\007\037\252\363\263\007\032/v1/workflow-roles-history'
|
92
92
|
_WORKFLOWROLESHISTORYLISTREQUEST._serialized_start=119
|
@@ -96,5 +96,5 @@ if _descriptor._USE_C_DESCRIPTORS == False:
|
|
96
96
|
_WORKFLOWROLEHISTORY._serialized_start=526
|
97
97
|
_WORKFLOWROLEHISTORY._serialized_end=804
|
98
98
|
_WORKFLOWROLESHISTORY._serialized_start=807
|
99
|
-
_WORKFLOWROLESHISTORY._serialized_end=
|
99
|
+
_WORKFLOWROLESHISTORY._serialized_end=1055
|
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\x14workflow_roles.proto\x12\x02v1\x1a\roptions.proto\x1a\nspec.proto\"\x86\x01\n\x1aWorkflowRolesCreateRequest\x12\'\n\x04meta\x18\x01 \x01(\x0b\x32\x19.v1.CreateRequestMetadata\x12\x33\n\rworkflow_role\x18\x02 \x01(\x0b\x32\x10.v1.WorkflowRoleB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01:\n\xfa\xf8\xb3\x07\x05\xa8\xf3\xb3\x07\x01\"\xe1\x01\n\x1bWorkflowRolesCreateResponse\x12(\n\x04meta\x18\x01 \x01(\x0b\x32\x1a.v1.CreateResponseMetadata\x12\x33\n\rworkflow_role\x18\x02 \x01(\x0b\x32\x10.v1.WorkflowRoleB\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\x16WorkflowRoleGetRequest\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\x17WorkflowRoleGetResponse\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\rworkflow_role\x18\x02 \x01(\x0b\x32\x10.v1.WorkflowRoleB\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\"i\n\x1aWorkflowRolesDeleteRequest\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:\n\xfa\xf8\xb3\x07\x05\xa8\xf3\xb3\x07\x01\"\xac\x01\n\x1bWorkflowRolesDeleteResponse\x12(\n\x04meta\x18\x01 \x01(\x0b\x32\x1a.v1.DeleteResponseMetadata\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\"i\n\x18WorkflowRolesListRequest\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\"\xdd\x01\n\x19WorkflowRolesListResponse\x12&\n\x04meta\x18\x01 \x01(\x0b\x32\x18.v1.ListResponseMetadata\x12\x33\n\rworkflow_role\x18\x02 \x03(\x0b\x32\x10.v1.WorkflowRoleB\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\"\xde\x01\n\x0cWorkflowRole\x12\x16\n\x02id\x18\x01 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12$\n\x0bworkflow_id\x18\x02 \x01(\tB\x0f\xf2\xf8\xb3\x07\n\xb0\xf3\xb3\x07\x01\xc0\xf3\xb3\x07\x01\x12 \n\x07role_id\x18\x03 \x01(\tB\x0f\xf2\xf8\xb3\x07\n\xb0\xf3\xb3\x07\x01\xc0\xf3\xb3\x07\x01:n\xfa\xf8\xb3\x07i\xa8\xf3\xb3\x07\x01\xc2\xf3\xb3\x07Y\xa2\xf3\xb3\x07&tf_examples/workflow_role_resource.txt\xaa\xf3\xb3\x07)tf_examples/workflow_role_data_source.txt\xd2\xf3\xb3\x07\x01*2\
|
33
|
+
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n\x14workflow_roles.proto\x12\x02v1\x1a\roptions.proto\x1a\nspec.proto\"\x86\x01\n\x1aWorkflowRolesCreateRequest\x12\'\n\x04meta\x18\x01 \x01(\x0b\x32\x19.v1.CreateRequestMetadata\x12\x33\n\rworkflow_role\x18\x02 \x01(\x0b\x32\x10.v1.WorkflowRoleB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01:\n\xfa\xf8\xb3\x07\x05\xa8\xf3\xb3\x07\x01\"\xe1\x01\n\x1bWorkflowRolesCreateResponse\x12(\n\x04meta\x18\x01 \x01(\x0b\x32\x1a.v1.CreateResponseMetadata\x12\x33\n\rworkflow_role\x18\x02 \x01(\x0b\x32\x10.v1.WorkflowRoleB\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\x16WorkflowRoleGetRequest\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\x17WorkflowRoleGetResponse\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\rworkflow_role\x18\x02 \x01(\x0b\x32\x10.v1.WorkflowRoleB\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\"i\n\x1aWorkflowRolesDeleteRequest\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:\n\xfa\xf8\xb3\x07\x05\xa8\xf3\xb3\x07\x01\"\xac\x01\n\x1bWorkflowRolesDeleteResponse\x12(\n\x04meta\x18\x01 \x01(\x0b\x32\x1a.v1.DeleteResponseMetadata\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\"i\n\x18WorkflowRolesListRequest\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\"\xdd\x01\n\x19WorkflowRolesListResponse\x12&\n\x04meta\x18\x01 \x01(\x0b\x32\x18.v1.ListResponseMetadata\x12\x33\n\rworkflow_role\x18\x02 \x03(\x0b\x32\x10.v1.WorkflowRoleB\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\"\xde\x01\n\x0cWorkflowRole\x12\x16\n\x02id\x18\x01 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12$\n\x0bworkflow_id\x18\x02 \x01(\tB\x0f\xf2\xf8\xb3\x07\n\xb0\xf3\xb3\x07\x01\xc0\xf3\xb3\x07\x01\x12 \n\x07role_id\x18\x03 \x01(\tB\x0f\xf2\xf8\xb3\x07\n\xb0\xf3\xb3\x07\x01\xc0\xf3\xb3\x07\x01:n\xfa\xf8\xb3\x07i\xa8\xf3\xb3\x07\x01\xc2\xf3\xb3\x07Y\xa2\xf3\xb3\x07&tf_examples/workflow_role_resource.txt\xaa\xf3\xb3\x07)tf_examples/workflow_role_data_source.txt\xd2\xf3\xb3\x07\x01*2\x8d\x04\n\rWorkflowRoles\x12u\n\x06\x43reate\x12\x1e.v1.WorkflowRolesCreateRequest\x1a\x1f.v1.WorkflowRolesCreateResponse\"*\x82\xf9\xb3\x07\t\xa2\xf3\xb3\x07\x04post\x82\xf9\xb3\x07\x17\xaa\xf3\xb3\x07\x12/v1/workflow-roles\x12m\n\x03Get\x12\x1a.v1.WorkflowRoleGetRequest\x1a\x1b.v1.WorkflowRoleGetResponse\"-\x82\xf9\xb3\x07\x08\xa2\xf3\xb3\x07\x03get\x82\xf9\xb3\x07\x1b\xaa\xf3\xb3\x07\x16/v1/workflow-role/{id}\x12w\n\x06\x44\x65lete\x12\x1e.v1.WorkflowRolesDeleteRequest\x1a\x1f.v1.WorkflowRolesDeleteResponse\",\x82\xf9\xb3\x07\x0b\xa2\xf3\xb3\x07\x06\x64\x65lete\x82\xf9\xb3\x07\x17\xaa\xf3\xb3\x07\x12/v1/workflow-roles\x12n\n\x04List\x12\x1c.v1.WorkflowRolesListRequest\x1a\x1d.v1.WorkflowRolesListResponse\")\x82\xf9\xb3\x07\x08\xa2\xf3\xb3\x07\x03get\x82\xf9\xb3\x07\x17\xaa\xf3\xb3\x07\x12/v1/workflow-roles\x1a-\xca\xf9\xb3\x07\x11\xc2\xf9\xb3\x07\x0cWorkflowRole\xca\xf9\xb3\x07\x08\xd2\xf9\xb3\x07\x03wr-\xca\xf9\xb3\x07\x05\xe8\xf9\xb3\x07\x01\x42i\n\x19\x63om.strongdm.api.plumbingB\x15WorkflowRolesPlumbingZ5github.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
|
_WORKFLOWROLE._options = None
|
159
159
|
_WORKFLOWROLE._serialized_options = b'\372\370\263\007i\250\363\263\007\001\302\363\263\007Y\242\363\263\007&tf_examples/workflow_role_resource.txt\252\363\263\007)tf_examples/workflow_role_data_source.txt\322\363\263\007\001*'
|
160
160
|
_WORKFLOWROLES._options = None
|
161
|
-
_WORKFLOWROLES._serialized_options = b'\312\371\263\007\021\302\371\263\007\014WorkflowRole\312\371\263\007\010\322\371\263\007\003wr
|
161
|
+
_WORKFLOWROLES._serialized_options = b'\312\371\263\007\021\302\371\263\007\014WorkflowRole\312\371\263\007\010\322\371\263\007\003wr-\312\371\263\007\005\350\371\263\007\001'
|
162
162
|
_WORKFLOWROLES.methods_by_name['Create']._options = None
|
163
163
|
_WORKFLOWROLES.methods_by_name['Create']._serialized_options = b'\202\371\263\007\t\242\363\263\007\004post\202\371\263\007\027\252\363\263\007\022/v1/workflow-roles'
|
164
164
|
_WORKFLOWROLES.methods_by_name['Get']._options = None
|
@@ -186,5 +186,5 @@ if _descriptor._USE_C_DESCRIPTORS == False:
|
|
186
186
|
_WORKFLOWROLE._serialized_start=1355
|
187
187
|
_WORKFLOWROLE._serialized_end=1577
|
188
188
|
_WORKFLOWROLES._serialized_start=1580
|
189
|
-
_WORKFLOWROLES._serialized_end=
|
189
|
+
_WORKFLOWROLES._serialized_end=2105
|
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\x17workflows_history.proto\x12\x02v1\x1a\x1fgoogle/protobuf/timestamp.proto\x1a\x0fworkflows.proto\x1a\roptions.proto\x1a\nspec.proto\"\x89\x01\n\x1aWorkflowHistoryListRequest\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\"\xfa\x01\n\x1bWorkflowHistoryListResponse\x12&\n\x04meta\x18\x01 \x01(\x0b\x32\x18.v1.ListResponseMetadata\x12\x30\n\x07history\x18\x02 \x03(\x0b\x32\x13.v1.WorkflowHistoryB\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\"\x89\x02\n\x0fWorkflowHistory\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\x08workflow\x18\x03 \x01(\x0b\x32\x0c.v1.WorkflowB\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\x17workflows_history.proto\x12\x02v1\x1a\x1fgoogle/protobuf/timestamp.proto\x1a\x0fworkflows.proto\x1a\roptions.proto\x1a\nspec.proto\"\x89\x01\n\x1aWorkflowHistoryListRequest\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\"\xfa\x01\n\x1bWorkflowHistoryListResponse\x12&\n\x04meta\x18\x01 \x01(\x0b\x32\x18.v1.ListResponseMetadata\x12\x30\n\x07history\x18\x02 \x03(\x0b\x32\x13.v1.WorkflowHistoryB\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\"\x89\x02\n\x0fWorkflowHistory\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\x08workflow\x18\x03 \x01(\x0b\x32\x0c.v1.WorkflowB\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\xe0\x01\n\x10WorkflowsHistory\x12u\n\x04List\x12\x1e.v1.WorkflowHistoryListRequest\x1a\x1f.v1.WorkflowHistoryListResponse\",\x82\xf9\xb3\x07\x08\xa2\xf3\xb3\x07\x03get\x82\xf9\xb3\x07\x1a\xaa\xf3\xb3\x07\x15/v1/workflows-history\x1aU\xca\xf9\xb3\x07\x14\xc2\xf9\xb3\x07\x0fWorkflowHistory\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\x94\x01\n\x19\x63om.strongdm.api.plumbingB\x18WorkflowsHistoryPlumbingZ5github.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
|
_WORKFLOWHISTORY._options = None
|
87
87
|
_WORKFLOWHISTORY._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
|
_WORKFLOWSHISTORY._options = None
|
89
|
-
_WORKFLOWSHISTORY._serialized_options = b'\312\371\263\007\024\302\371\263\007\017WorkflowHistory\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
|
+
_WORKFLOWSHISTORY._serialized_options = b'\312\371\263\007\024\302\371\263\007\017WorkflowHistory\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
|
_WORKFLOWSHISTORY.methods_by_name['List']._options = None
|
91
91
|
_WORKFLOWSHISTORY.methods_by_name['List']._serialized_options = b'\202\371\263\007\010\242\363\263\007\003get\202\371\263\007\032\252\363\263\007\025/v1/workflows-history'
|
92
92
|
_WORKFLOWHISTORYLISTREQUEST._serialized_start=109
|
@@ -96,5 +96,5 @@ if _descriptor._USE_C_DESCRIPTORS == False:
|
|
96
96
|
_WORKFLOWHISTORY._serialized_start=502
|
97
97
|
_WORKFLOWHISTORY._serialized_end=767
|
98
98
|
_WORKFLOWSHISTORY._serialized_start=770
|
99
|
-
_WORKFLOWSHISTORY._serialized_end=
|
99
|
+
_WORKFLOWSHISTORY._serialized_end=994
|
100
100
|
# @@protoc_insertion_point(module_scope)
|
@@ -26,11 +26,12 @@ 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 . import options_pb2 as options__pb2
|
30
31
|
from . import spec_pb2 as spec__pb2
|
31
32
|
|
32
33
|
|
33
|
-
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n\x0fworkflows.proto\x12\x02v1\x1a\roptions.proto\x1a\nspec.proto\"l\n\x15WorkflowCreateRequest\x12\'\n\x04meta\x18\x01 \x01(\x0b\x32\x19.v1.CreateRequestMetadata\x12*\n\x08workflow\x18\x02 \x01(\x0b\x32\x0c.v1.WorkflowB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\"\xd3\x01\n\x16WorkflowCreateResponse\x12(\n\x04meta\x18\x01 \x01(\x0b\x32\x1a.v1.CreateResponseMetadata\x12*\n\x08workflow\x18\x02 \x01(\x0b\x32\x0c.v1.WorkflowB\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\"R\n\x12WorkflowGetRequest\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\"\xd9\x01\n\x13WorkflowGetResponse\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\x08workflow\x18\x02 \x01(\x0b\x32\x0c.v1.WorkflowB\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\"l\n\x15WorkflowUpdateRequest\x12\'\n\x04meta\x18\x01 \x01(\x0b\x32\x19.v1.UpdateRequestMetadata\x12*\n\x08workflow\x18\x02 \x01(\x0b\x32\x0c.v1.WorkflowB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\"\xd3\x01\n\x16WorkflowUpdateResponse\x12(\n\x04meta\x18\x01 \x01(\x0b\x32\x1a.v1.UpdateResponseMetadata\x12*\n\x08workflow\x18\x02 \x01(\x0b\x32\x0c.v1.WorkflowB\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\"X\n\x15WorkflowDeleteRequest\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\"\xbf\x01\n\x16WorkflowDeleteResponse\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\"X\n\x13WorkflowListRequest\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\"\xd0\x01\n\x14WorkflowListResponse\x12&\n\x04meta\x18\x01 \x01(\x0b\x32\x18.v1.ListResponseMetadata\x12+\n\tworkflows\x18\x02 \x03(\x0b\x32\x0c.v1.WorkflowB\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\"\
|
34
|
+
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n\x0fworkflows.proto\x12\x02v1\x1a\x1egoogle/protobuf/duration.proto\x1a\roptions.proto\x1a\nspec.proto\"l\n\x15WorkflowCreateRequest\x12\'\n\x04meta\x18\x01 \x01(\x0b\x32\x19.v1.CreateRequestMetadata\x12*\n\x08workflow\x18\x02 \x01(\x0b\x32\x0c.v1.WorkflowB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\"\xd3\x01\n\x16WorkflowCreateResponse\x12(\n\x04meta\x18\x01 \x01(\x0b\x32\x1a.v1.CreateResponseMetadata\x12*\n\x08workflow\x18\x02 \x01(\x0b\x32\x0c.v1.WorkflowB\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\"R\n\x12WorkflowGetRequest\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\"\xd9\x01\n\x13WorkflowGetResponse\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\x08workflow\x18\x02 \x01(\x0b\x32\x0c.v1.WorkflowB\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\"l\n\x15WorkflowUpdateRequest\x12\'\n\x04meta\x18\x01 \x01(\x0b\x32\x19.v1.UpdateRequestMetadata\x12*\n\x08workflow\x18\x02 \x01(\x0b\x32\x0c.v1.WorkflowB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\"\xd3\x01\n\x16WorkflowUpdateResponse\x12(\n\x04meta\x18\x01 \x01(\x0b\x32\x1a.v1.UpdateResponseMetadata\x12*\n\x08workflow\x18\x02 \x01(\x0b\x32\x0c.v1.WorkflowB\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\"X\n\x15WorkflowDeleteRequest\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\"\xbf\x01\n\x16WorkflowDeleteResponse\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\"X\n\x13WorkflowListRequest\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\"\xd0\x01\n\x14WorkflowListResponse\x12&\n\x04meta\x18\x01 \x01(\x0b\x32\x18.v1.ListResponseMetadata\x12+\n\tworkflows\x18\x02 \x03(\x0b\x32\x0c.v1.WorkflowB\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\"\x8f\x06\n\x08Workflow\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\x1f\n\x0b\x64\x65scription\x18\x03 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12\x1f\n\x06weight\x18\x04 \x01(\x03\x42\x0f\xf2\xf8\xb3\x07\n\xb0\xf3\xb3\x07\x01\xd0\xf4\xb3\x07\x01\x12\x1e\n\nauto_grant\x18\x05 \x01(\x08\x42\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12\x1b\n\x07\x65nabled\x18\x06 \x01(\x08\x42\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12\x32\n\x0frequires_reason\x18\x07 \x01(\x08\x42\x19\xf2\xf8\xb3\x07\x14\xb0\xf3\xb3\x07\x01\xb2\xf4\xb3\x07\ngo_private\x12J\n\x1b\x61\x63\x63\x65ss_request_max_duration\x18\n \x01(\x0b\x32\x19.google.protobuf.DurationB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12L\n\x1d\x61\x63\x63\x65ss_request_fixed_duration\x18\x0b \x01(\x0b\x32\x19.google.protobuf.DurationB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12\xf2\x01\n\x0c\x61\x63\x63\x65ss_rules\x18\x08 \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\x12$\n\x10\x61pproval_flow_id\x18\t \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01:d\xfa\xf8\xb3\x07_\xa8\xf3\xb3\x07\x01\xc2\xf3\xb3\x07O\xa2\xf3\xb3\x07!tf_examples/workflow_resource.txt\xaa\xf3\xb3\x07$tf_examples/workflow_data_source.txt\xd2\xf3\xb3\x07\x01*2\xb2\x04\n\tWorkflows\x12\x66\n\x06\x43reate\x12\x19.v1.WorkflowCreateRequest\x1a\x1a.v1.WorkflowCreateResponse\"%\x82\xf9\xb3\x07\t\xa2\xf3\xb3\x07\x04post\x82\xf9\xb3\x07\x12\xaa\xf3\xb3\x07\r/v1/workflows\x12`\n\x03Get\x12\x16.v1.WorkflowGetRequest\x1a\x17.v1.WorkflowGetResponse\"(\x82\xf9\xb3\x07\x08\xa2\xf3\xb3\x07\x03get\x82\xf9\xb3\x07\x16\xaa\xf3\xb3\x07\x11/v1/workflow/{id}\x12h\n\x06\x44\x65lete\x12\x19.v1.WorkflowDeleteRequest\x1a\x1a.v1.WorkflowDeleteResponse\"\'\x82\xf9\xb3\x07\x0b\xa2\xf3\xb3\x07\x06\x64\x65lete\x82\xf9\xb3\x07\x12\xaa\xf3\xb3\x07\r/v1/workflows\x12\x65\n\x06Update\x12\x19.v1.WorkflowUpdateRequest\x1a\x1a.v1.WorkflowUpdateResponse\"$\x82\xf9\xb3\x07\x08\xa2\xf3\xb3\x07\x03put\x82\xf9\xb3\x07\x12\xaa\xf3\xb3\x07\r/v1/workflows\x12_\n\x04List\x12\x17.v1.WorkflowListRequest\x1a\x18.v1.WorkflowListResponse\"$\x82\xf9\xb3\x07\x08\xa2\xf3\xb3\x07\x03get\x82\xf9\xb3\x07\x12\xaa\xf3\xb3\x07\r/v1/workflows\x1a)\xca\xf9\xb3\x07\r\xc2\xf9\xb3\x07\x08Workflow\xca\xf9\xb3\x07\x08\xd2\xf9\xb3\x07\x03\x61w-\xca\xf9\xb3\x07\x05\xe8\xf9\xb3\x07\x01\x42\x65\n\x19\x63om.strongdm.api.plumbingB\x11WorkflowsPlumbingZ5github.com/strongdm/strongdm-sdk-go/v3/internal/v1;v1b\x06proto3')
|
34
35
|
|
35
36
|
|
36
37
|
|
@@ -183,6 +184,10 @@ if _descriptor._USE_C_DESCRIPTORS == False:
|
|
183
184
|
_WORKFLOW.fields_by_name['enabled']._serialized_options = b'\362\370\263\007\005\260\363\263\007\001'
|
184
185
|
_WORKFLOW.fields_by_name['requires_reason']._options = None
|
185
186
|
_WORKFLOW.fields_by_name['requires_reason']._serialized_options = b'\362\370\263\007\024\260\363\263\007\001\262\364\263\007\ngo_private'
|
187
|
+
_WORKFLOW.fields_by_name['access_request_max_duration']._options = None
|
188
|
+
_WORKFLOW.fields_by_name['access_request_max_duration']._serialized_options = b'\362\370\263\007\005\260\363\263\007\001'
|
189
|
+
_WORKFLOW.fields_by_name['access_request_fixed_duration']._options = None
|
190
|
+
_WORKFLOW.fields_by_name['access_request_fixed_duration']._serialized_options = b'\362\370\263\007\005\260\363\263\007\001'
|
186
191
|
_WORKFLOW.fields_by_name['access_rules']._options = None
|
187
192
|
_WORKFLOW.fields_by_name['access_rules']._serialized_options = b'\362\370\263\007\325\001\260\363\263\007\001\312\363\263\007\251\001\352\363\263\007\014access_rules\362\363\263\007\021\n\002go\022\013AccessRules\362\363\263\007\031\n\ngo_private\022\013AccessRules\362\363\263\007\033\n\014go_terraform\022\013AccessRules\362\363\263\007\030\n\004java\022\020List<AccessRule>\362\363\263\007\"\n\014json_gateway\022\022models.AccessRules\272\364\263\007\027accessRulesDiffSuppress\320\364\263\007\001'
|
188
193
|
_WORKFLOW.fields_by_name['approval_flow_id']._options = None
|
@@ -190,7 +195,7 @@ if _descriptor._USE_C_DESCRIPTORS == False:
|
|
190
195
|
_WORKFLOW._options = None
|
191
196
|
_WORKFLOW._serialized_options = b'\372\370\263\007_\250\363\263\007\001\302\363\263\007O\242\363\263\007!tf_examples/workflow_resource.txt\252\363\263\007$tf_examples/workflow_data_source.txt\322\363\263\007\001*'
|
192
197
|
_WORKFLOWS._options = None
|
193
|
-
_WORKFLOWS._serialized_options = b'\312\371\263\007\r\302\371\263\007\010Workflow\312\371\263\007\010\322\371\263\007\003aw
|
198
|
+
_WORKFLOWS._serialized_options = b'\312\371\263\007\r\302\371\263\007\010Workflow\312\371\263\007\010\322\371\263\007\003aw-\312\371\263\007\005\350\371\263\007\001'
|
194
199
|
_WORKFLOWS.methods_by_name['Create']._options = None
|
195
200
|
_WORKFLOWS.methods_by_name['Create']._serialized_options = b'\202\371\263\007\t\242\363\263\007\004post\202\371\263\007\022\252\363\263\007\r/v1/workflows'
|
196
201
|
_WORKFLOWS.methods_by_name['Get']._options = None
|
@@ -201,28 +206,28 @@ if _descriptor._USE_C_DESCRIPTORS == False:
|
|
201
206
|
_WORKFLOWS.methods_by_name['Update']._serialized_options = b'\202\371\263\007\010\242\363\263\007\003put\202\371\263\007\022\252\363\263\007\r/v1/workflows'
|
202
207
|
_WORKFLOWS.methods_by_name['List']._options = None
|
203
208
|
_WORKFLOWS.methods_by_name['List']._serialized_options = b'\202\371\263\007\010\242\363\263\007\003get\202\371\263\007\022\252\363\263\007\r/v1/workflows'
|
204
|
-
_WORKFLOWCREATEREQUEST._serialized_start=
|
205
|
-
_WORKFLOWCREATEREQUEST._serialized_end=
|
206
|
-
_WORKFLOWCREATERESPONSE._serialized_start=
|
207
|
-
_WORKFLOWCREATERESPONSE._serialized_end=
|
208
|
-
_WORKFLOWGETREQUEST._serialized_start=
|
209
|
-
_WORKFLOWGETREQUEST._serialized_end=
|
210
|
-
_WORKFLOWGETRESPONSE._serialized_start=
|
211
|
-
_WORKFLOWGETRESPONSE._serialized_end=
|
212
|
-
_WORKFLOWUPDATEREQUEST._serialized_start=
|
213
|
-
_WORKFLOWUPDATEREQUEST._serialized_end=
|
214
|
-
_WORKFLOWUPDATERESPONSE._serialized_start=
|
215
|
-
_WORKFLOWUPDATERESPONSE._serialized_end=
|
216
|
-
_WORKFLOWDELETEREQUEST._serialized_start=
|
217
|
-
_WORKFLOWDELETEREQUEST._serialized_end=
|
218
|
-
_WORKFLOWDELETERESPONSE._serialized_start=
|
219
|
-
_WORKFLOWDELETERESPONSE._serialized_end=
|
220
|
-
_WORKFLOWLISTREQUEST._serialized_start=
|
221
|
-
_WORKFLOWLISTREQUEST._serialized_end=
|
222
|
-
_WORKFLOWLISTRESPONSE._serialized_start=
|
223
|
-
_WORKFLOWLISTRESPONSE._serialized_end=
|
224
|
-
_WORKFLOW._serialized_start=
|
225
|
-
_WORKFLOW._serialized_end=
|
226
|
-
_WORKFLOWS._serialized_start=
|
227
|
-
_WORKFLOWS._serialized_end=
|
209
|
+
_WORKFLOWCREATEREQUEST._serialized_start=82
|
210
|
+
_WORKFLOWCREATEREQUEST._serialized_end=190
|
211
|
+
_WORKFLOWCREATERESPONSE._serialized_start=193
|
212
|
+
_WORKFLOWCREATERESPONSE._serialized_end=404
|
213
|
+
_WORKFLOWGETREQUEST._serialized_start=406
|
214
|
+
_WORKFLOWGETREQUEST._serialized_end=488
|
215
|
+
_WORKFLOWGETRESPONSE._serialized_start=491
|
216
|
+
_WORKFLOWGETRESPONSE._serialized_end=708
|
217
|
+
_WORKFLOWUPDATEREQUEST._serialized_start=710
|
218
|
+
_WORKFLOWUPDATEREQUEST._serialized_end=818
|
219
|
+
_WORKFLOWUPDATERESPONSE._serialized_start=821
|
220
|
+
_WORKFLOWUPDATERESPONSE._serialized_end=1032
|
221
|
+
_WORKFLOWDELETEREQUEST._serialized_start=1034
|
222
|
+
_WORKFLOWDELETEREQUEST._serialized_end=1122
|
223
|
+
_WORKFLOWDELETERESPONSE._serialized_start=1125
|
224
|
+
_WORKFLOWDELETERESPONSE._serialized_end=1316
|
225
|
+
_WORKFLOWLISTREQUEST._serialized_start=1318
|
226
|
+
_WORKFLOWLISTREQUEST._serialized_end=1406
|
227
|
+
_WORKFLOWLISTRESPONSE._serialized_start=1409
|
228
|
+
_WORKFLOWLISTRESPONSE._serialized_end=1617
|
229
|
+
_WORKFLOW._serialized_start=1620
|
230
|
+
_WORKFLOW._serialized_end=2403
|
231
|
+
_WORKFLOWS._serialized_start=2406
|
232
|
+
_WORKFLOWS._serialized_end=2968
|
228
233
|
# @@protoc_insertion_point(module_scope)
|
@@ -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
|
@@ -47,6 +47,16 @@ strongdm/control_panel_pb2_grpc.py
|
|
47
47
|
strongdm/drivers_pb2.py
|
48
48
|
strongdm/drivers_pb2_grpc.py
|
49
49
|
strongdm/errors.py
|
50
|
+
strongdm/health_checks_pb2.py
|
51
|
+
strongdm/health_checks_pb2_grpc.py
|
52
|
+
strongdm/identity_aliases_history_pb2.py
|
53
|
+
strongdm/identity_aliases_history_pb2_grpc.py
|
54
|
+
strongdm/identity_aliases_pb2.py
|
55
|
+
strongdm/identity_aliases_pb2_grpc.py
|
56
|
+
strongdm/identity_sets_history_pb2.py
|
57
|
+
strongdm/identity_sets_history_pb2_grpc.py
|
58
|
+
strongdm/identity_sets_pb2.py
|
59
|
+
strongdm/identity_sets_pb2_grpc.py
|
50
60
|
strongdm/models.py
|
51
61
|
strongdm/nodes_history_pb2.py
|
52
62
|
strongdm/nodes_history_pb2_grpc.py
|
@@ -65,6 +75,12 @@ strongdm/peering_group_resources_pb2_grpc.py
|
|
65
75
|
strongdm/peering_groups_pb2.py
|
66
76
|
strongdm/peering_groups_pb2_grpc.py
|
67
77
|
strongdm/plumbing.py
|
78
|
+
strongdm/policies_history_pb2.py
|
79
|
+
strongdm/policies_history_pb2_grpc.py
|
80
|
+
strongdm/policies_pb2.py
|
81
|
+
strongdm/policies_pb2_grpc.py
|
82
|
+
strongdm/proxy_cluster_keys_pb2.py
|
83
|
+
strongdm/proxy_cluster_keys_pb2_grpc.py
|
68
84
|
strongdm/queries_pb2.py
|
69
85
|
strongdm/queries_pb2_grpc.py
|
70
86
|
strongdm/remote_identities_history_pb2.py
|
@@ -89,6 +105,8 @@ strongdm/roles_history_pb2.py
|
|
89
105
|
strongdm/roles_history_pb2_grpc.py
|
90
106
|
strongdm/roles_pb2.py
|
91
107
|
strongdm/roles_pb2_grpc.py
|
108
|
+
strongdm/secret_engine_policy_pb2_grpc.py
|
109
|
+
strongdm/secret_engine_types_pb2_grpc.py
|
92
110
|
strongdm/secret_store_healths_pb2.py
|
93
111
|
strongdm/secret_store_healths_pb2_grpc.py
|
94
112
|
strongdm/secret_store_types_pb2.py
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|