strongdm 13.11.0__zip → 14.0.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-13.11.0 → strongdm-14.0.0}/PKG-INFO +2 -2
- {strongdm-13.11.0 → strongdm-14.0.0}/setup.py +2 -2
- {strongdm-13.11.0 → strongdm-14.0.0}/strongdm/accounts_pb2.py +12 -8
- {strongdm-13.11.0 → strongdm-14.0.0}/strongdm/approval_workflow_approvers_pb2.py +6 -6
- {strongdm-13.11.0 → strongdm-14.0.0}/strongdm/approval_workflow_approvers_pb2_grpc.py +4 -4
- {strongdm-13.11.0 → strongdm-14.0.0}/strongdm/approval_workflow_steps_pb2.py +30 -23
- {strongdm-13.11.0 → strongdm-14.0.0}/strongdm/approval_workflow_steps_pb2_grpc.py +4 -4
- {strongdm-13.11.0 → strongdm-14.0.0}/strongdm/approval_workflows_pb2.py +4 -4
- {strongdm-13.11.0 → strongdm-14.0.0}/strongdm/client.py +15 -1
- strongdm-14.0.0/strongdm/managed_secrets_pb2.py +460 -0
- strongdm-14.0.0/strongdm/managed_secrets_pb2_grpc.py +398 -0
- {strongdm-13.11.0 → strongdm-14.0.0}/strongdm/models.py +2650 -423
- {strongdm-13.11.0 → strongdm-14.0.0}/strongdm/plumbing.py +4486 -2790
- strongdm-14.0.0/strongdm/secret_engine_policy_pb2.py +78 -0
- strongdm-14.0.0/strongdm/secret_engine_types_pb2.py +147 -0
- strongdm-14.0.0/strongdm/secret_engines_pb2.py +325 -0
- strongdm-14.0.0/strongdm/secret_engines_pb2_grpc.py +355 -0
- {strongdm-13.11.0 → strongdm-14.0.0}/strongdm/svc.py +698 -12
- {strongdm-13.11.0 → strongdm-14.0.0}/strongdm.egg-info/PKG-INFO +2 -2
- {strongdm-13.11.0 → strongdm-14.0.0}/strongdm.egg-info/SOURCES.txt +6 -0
- {strongdm-13.11.0 → strongdm-14.0.0}/LICENSE +0 -0
- {strongdm-13.11.0 → strongdm-14.0.0}/README.md +0 -0
- {strongdm-13.11.0 → strongdm-14.0.0}/setup.cfg +0 -0
- {strongdm-13.11.0 → strongdm-14.0.0}/strongdm/__init__.py +0 -0
- {strongdm-13.11.0 → strongdm-14.0.0}/strongdm/access_request_events_history_pb2.py +0 -0
- {strongdm-13.11.0 → strongdm-14.0.0}/strongdm/access_request_events_history_pb2_grpc.py +0 -0
- {strongdm-13.11.0 → strongdm-14.0.0}/strongdm/access_requests_history_pb2.py +0 -0
- {strongdm-13.11.0 → strongdm-14.0.0}/strongdm/access_requests_history_pb2_grpc.py +0 -0
- {strongdm-13.11.0 → strongdm-14.0.0}/strongdm/access_requests_pb2.py +0 -0
- {strongdm-13.11.0 → strongdm-14.0.0}/strongdm/access_requests_pb2_grpc.py +0 -0
- {strongdm-13.11.0 → strongdm-14.0.0}/strongdm/account_attachments_history_pb2.py +0 -0
- {strongdm-13.11.0 → strongdm-14.0.0}/strongdm/account_attachments_history_pb2_grpc.py +0 -0
- {strongdm-13.11.0 → strongdm-14.0.0}/strongdm/account_attachments_pb2.py +0 -0
- {strongdm-13.11.0 → strongdm-14.0.0}/strongdm/account_attachments_pb2_grpc.py +0 -0
- {strongdm-13.11.0 → strongdm-14.0.0}/strongdm/account_grants_history_pb2.py +0 -0
- {strongdm-13.11.0 → strongdm-14.0.0}/strongdm/account_grants_history_pb2_grpc.py +0 -0
- {strongdm-13.11.0 → strongdm-14.0.0}/strongdm/account_grants_pb2.py +0 -0
- {strongdm-13.11.0 → strongdm-14.0.0}/strongdm/account_grants_pb2_grpc.py +0 -0
- {strongdm-13.11.0 → strongdm-14.0.0}/strongdm/account_permissions_pb2.py +0 -0
- {strongdm-13.11.0 → strongdm-14.0.0}/strongdm/account_permissions_pb2_grpc.py +0 -0
- {strongdm-13.11.0 → strongdm-14.0.0}/strongdm/account_resources_history_pb2.py +0 -0
- {strongdm-13.11.0 → strongdm-14.0.0}/strongdm/account_resources_history_pb2_grpc.py +0 -0
- {strongdm-13.11.0 → strongdm-14.0.0}/strongdm/account_resources_pb2.py +0 -0
- {strongdm-13.11.0 → strongdm-14.0.0}/strongdm/account_resources_pb2_grpc.py +0 -0
- {strongdm-13.11.0 → strongdm-14.0.0}/strongdm/accounts_history_pb2.py +0 -0
- {strongdm-13.11.0 → strongdm-14.0.0}/strongdm/accounts_history_pb2_grpc.py +0 -0
- {strongdm-13.11.0 → strongdm-14.0.0}/strongdm/accounts_pb2_grpc.py +0 -0
- {strongdm-13.11.0 → strongdm-14.0.0}/strongdm/activities_pb2.py +0 -0
- {strongdm-13.11.0 → strongdm-14.0.0}/strongdm/activities_pb2_grpc.py +0 -0
- {strongdm-13.11.0 → strongdm-14.0.0}/strongdm/approval_workflow_approvers_history_pb2.py +0 -0
- {strongdm-13.11.0 → strongdm-14.0.0}/strongdm/approval_workflow_approvers_history_pb2_grpc.py +0 -0
- {strongdm-13.11.0 → strongdm-14.0.0}/strongdm/approval_workflow_steps_history_pb2.py +0 -0
- {strongdm-13.11.0 → strongdm-14.0.0}/strongdm/approval_workflow_steps_history_pb2_grpc.py +0 -0
- {strongdm-13.11.0 → strongdm-14.0.0}/strongdm/approval_workflows_history_pb2.py +0 -0
- {strongdm-13.11.0 → strongdm-14.0.0}/strongdm/approval_workflows_history_pb2_grpc.py +0 -0
- {strongdm-13.11.0 → strongdm-14.0.0}/strongdm/approval_workflows_pb2_grpc.py +0 -0
- {strongdm-13.11.0 → strongdm-14.0.0}/strongdm/constants.py +0 -0
- {strongdm-13.11.0 → strongdm-14.0.0}/strongdm/control_panel_pb2.py +0 -0
- {strongdm-13.11.0 → strongdm-14.0.0}/strongdm/control_panel_pb2_grpc.py +0 -0
- {strongdm-13.11.0 → strongdm-14.0.0}/strongdm/drivers_pb2.py +0 -0
- {strongdm-13.11.0 → strongdm-14.0.0}/strongdm/drivers_pb2_grpc.py +0 -0
- {strongdm-13.11.0 → strongdm-14.0.0}/strongdm/errors.py +0 -0
- {strongdm-13.11.0 → strongdm-14.0.0}/strongdm/health_checks_pb2.py +0 -0
- {strongdm-13.11.0 → strongdm-14.0.0}/strongdm/health_checks_pb2_grpc.py +0 -0
- {strongdm-13.11.0 → strongdm-14.0.0}/strongdm/identity_aliases_history_pb2.py +0 -0
- {strongdm-13.11.0 → strongdm-14.0.0}/strongdm/identity_aliases_history_pb2_grpc.py +0 -0
- {strongdm-13.11.0 → strongdm-14.0.0}/strongdm/identity_aliases_pb2.py +0 -0
- {strongdm-13.11.0 → strongdm-14.0.0}/strongdm/identity_aliases_pb2_grpc.py +0 -0
- {strongdm-13.11.0 → strongdm-14.0.0}/strongdm/identity_sets_history_pb2.py +0 -0
- {strongdm-13.11.0 → strongdm-14.0.0}/strongdm/identity_sets_history_pb2_grpc.py +0 -0
- {strongdm-13.11.0 → strongdm-14.0.0}/strongdm/identity_sets_pb2.py +0 -0
- {strongdm-13.11.0 → strongdm-14.0.0}/strongdm/identity_sets_pb2_grpc.py +0 -0
- {strongdm-13.11.0 → strongdm-14.0.0}/strongdm/nodes_history_pb2.py +0 -0
- {strongdm-13.11.0 → strongdm-14.0.0}/strongdm/nodes_history_pb2_grpc.py +0 -0
- {strongdm-13.11.0 → strongdm-14.0.0}/strongdm/nodes_pb2.py +0 -0
- {strongdm-13.11.0 → strongdm-14.0.0}/strongdm/nodes_pb2_grpc.py +0 -0
- {strongdm-13.11.0 → strongdm-14.0.0}/strongdm/options_pb2.py +0 -0
- {strongdm-13.11.0 → strongdm-14.0.0}/strongdm/options_pb2_grpc.py +0 -0
- {strongdm-13.11.0 → strongdm-14.0.0}/strongdm/organization_history_pb2.py +0 -0
- {strongdm-13.11.0 → strongdm-14.0.0}/strongdm/organization_history_pb2_grpc.py +0 -0
- {strongdm-13.11.0 → strongdm-14.0.0}/strongdm/peering_group_nodes_pb2.py +0 -0
- {strongdm-13.11.0 → strongdm-14.0.0}/strongdm/peering_group_nodes_pb2_grpc.py +0 -0
- {strongdm-13.11.0 → strongdm-14.0.0}/strongdm/peering_group_peers_pb2.py +0 -0
- {strongdm-13.11.0 → strongdm-14.0.0}/strongdm/peering_group_peers_pb2_grpc.py +0 -0
- {strongdm-13.11.0 → strongdm-14.0.0}/strongdm/peering_group_resources_pb2.py +0 -0
- {strongdm-13.11.0 → strongdm-14.0.0}/strongdm/peering_group_resources_pb2_grpc.py +0 -0
- {strongdm-13.11.0 → strongdm-14.0.0}/strongdm/peering_groups_pb2.py +0 -0
- {strongdm-13.11.0 → strongdm-14.0.0}/strongdm/peering_groups_pb2_grpc.py +0 -0
- {strongdm-13.11.0 → strongdm-14.0.0}/strongdm/policies_history_pb2.py +0 -0
- {strongdm-13.11.0 → strongdm-14.0.0}/strongdm/policies_history_pb2_grpc.py +0 -0
- {strongdm-13.11.0 → strongdm-14.0.0}/strongdm/policies_pb2.py +0 -0
- {strongdm-13.11.0 → strongdm-14.0.0}/strongdm/policies_pb2_grpc.py +0 -0
- {strongdm-13.11.0 → strongdm-14.0.0}/strongdm/proxy_cluster_keys_pb2.py +0 -0
- {strongdm-13.11.0 → strongdm-14.0.0}/strongdm/proxy_cluster_keys_pb2_grpc.py +0 -0
- {strongdm-13.11.0 → strongdm-14.0.0}/strongdm/queries_pb2.py +0 -0
- {strongdm-13.11.0 → strongdm-14.0.0}/strongdm/queries_pb2_grpc.py +0 -0
- {strongdm-13.11.0 → strongdm-14.0.0}/strongdm/remote_identities_history_pb2.py +0 -0
- {strongdm-13.11.0 → strongdm-14.0.0}/strongdm/remote_identities_history_pb2_grpc.py +0 -0
- {strongdm-13.11.0 → strongdm-14.0.0}/strongdm/remote_identities_pb2.py +0 -0
- {strongdm-13.11.0 → strongdm-14.0.0}/strongdm/remote_identities_pb2_grpc.py +0 -0
- {strongdm-13.11.0 → strongdm-14.0.0}/strongdm/remote_identity_groups_history_pb2.py +0 -0
- {strongdm-13.11.0 → strongdm-14.0.0}/strongdm/remote_identity_groups_history_pb2_grpc.py +0 -0
- {strongdm-13.11.0 → strongdm-14.0.0}/strongdm/remote_identity_groups_pb2.py +0 -0
- {strongdm-13.11.0 → strongdm-14.0.0}/strongdm/remote_identity_groups_pb2_grpc.py +0 -0
- {strongdm-13.11.0 → strongdm-14.0.0}/strongdm/replays_pb2.py +0 -0
- {strongdm-13.11.0 → strongdm-14.0.0}/strongdm/replays_pb2_grpc.py +0 -0
- {strongdm-13.11.0 → strongdm-14.0.0}/strongdm/resources_history_pb2.py +0 -0
- {strongdm-13.11.0 → strongdm-14.0.0}/strongdm/resources_history_pb2_grpc.py +0 -0
- {strongdm-13.11.0 → strongdm-14.0.0}/strongdm/resources_pb2.py +0 -0
- {strongdm-13.11.0 → strongdm-14.0.0}/strongdm/resources_pb2_grpc.py +0 -0
- {strongdm-13.11.0 → strongdm-14.0.0}/strongdm/role_resources_history_pb2.py +0 -0
- {strongdm-13.11.0 → strongdm-14.0.0}/strongdm/role_resources_history_pb2_grpc.py +0 -0
- {strongdm-13.11.0 → strongdm-14.0.0}/strongdm/role_resources_pb2.py +0 -0
- {strongdm-13.11.0 → strongdm-14.0.0}/strongdm/role_resources_pb2_grpc.py +0 -0
- {strongdm-13.11.0 → strongdm-14.0.0}/strongdm/roles_history_pb2.py +0 -0
- {strongdm-13.11.0 → strongdm-14.0.0}/strongdm/roles_history_pb2_grpc.py +0 -0
- {strongdm-13.11.0 → strongdm-14.0.0}/strongdm/roles_pb2.py +0 -0
- {strongdm-13.11.0 → strongdm-14.0.0}/strongdm/roles_pb2_grpc.py +0 -0
- {strongdm-13.11.0 → strongdm-14.0.0}/strongdm/secret_engine_policy_pb2_grpc.py +0 -0
- {strongdm-13.11.0 → strongdm-14.0.0}/strongdm/secret_engine_types_pb2_grpc.py +0 -0
- {strongdm-13.11.0 → strongdm-14.0.0}/strongdm/secret_store_healths_pb2.py +0 -0
- {strongdm-13.11.0 → strongdm-14.0.0}/strongdm/secret_store_healths_pb2_grpc.py +0 -0
- {strongdm-13.11.0 → strongdm-14.0.0}/strongdm/secret_store_types_pb2.py +0 -0
- {strongdm-13.11.0 → strongdm-14.0.0}/strongdm/secret_store_types_pb2_grpc.py +0 -0
- {strongdm-13.11.0 → strongdm-14.0.0}/strongdm/secret_stores_history_pb2.py +0 -0
- {strongdm-13.11.0 → strongdm-14.0.0}/strongdm/secret_stores_history_pb2_grpc.py +0 -0
- {strongdm-13.11.0 → strongdm-14.0.0}/strongdm/secret_stores_pb2.py +0 -0
- {strongdm-13.11.0 → strongdm-14.0.0}/strongdm/secret_stores_pb2_grpc.py +0 -0
- {strongdm-13.11.0 → strongdm-14.0.0}/strongdm/spec_pb2.py +0 -0
- {strongdm-13.11.0 → strongdm-14.0.0}/strongdm/spec_pb2_grpc.py +0 -0
- {strongdm-13.11.0 → strongdm-14.0.0}/strongdm/tags_pb2.py +0 -0
- {strongdm-13.11.0 → strongdm-14.0.0}/strongdm/tags_pb2_grpc.py +0 -0
- {strongdm-13.11.0 → strongdm-14.0.0}/strongdm/workflow_approvers_history_pb2.py +0 -0
- {strongdm-13.11.0 → strongdm-14.0.0}/strongdm/workflow_approvers_history_pb2_grpc.py +0 -0
- {strongdm-13.11.0 → strongdm-14.0.0}/strongdm/workflow_approvers_pb2.py +0 -0
- {strongdm-13.11.0 → strongdm-14.0.0}/strongdm/workflow_approvers_pb2_grpc.py +0 -0
- {strongdm-13.11.0 → strongdm-14.0.0}/strongdm/workflow_assignments_history_pb2.py +0 -0
- {strongdm-13.11.0 → strongdm-14.0.0}/strongdm/workflow_assignments_history_pb2_grpc.py +0 -0
- {strongdm-13.11.0 → strongdm-14.0.0}/strongdm/workflow_assignments_pb2.py +0 -0
- {strongdm-13.11.0 → strongdm-14.0.0}/strongdm/workflow_assignments_pb2_grpc.py +0 -0
- {strongdm-13.11.0 → strongdm-14.0.0}/strongdm/workflow_roles_history_pb2.py +0 -0
- {strongdm-13.11.0 → strongdm-14.0.0}/strongdm/workflow_roles_history_pb2_grpc.py +0 -0
- {strongdm-13.11.0 → strongdm-14.0.0}/strongdm/workflow_roles_pb2.py +0 -0
- {strongdm-13.11.0 → strongdm-14.0.0}/strongdm/workflow_roles_pb2_grpc.py +0 -0
- {strongdm-13.11.0 → strongdm-14.0.0}/strongdm/workflows_history_pb2.py +0 -0
- {strongdm-13.11.0 → strongdm-14.0.0}/strongdm/workflows_history_pb2_grpc.py +0 -0
- {strongdm-13.11.0 → strongdm-14.0.0}/strongdm/workflows_pb2.py +0 -0
- {strongdm-13.11.0 → strongdm-14.0.0}/strongdm/workflows_pb2_grpc.py +0 -0
- {strongdm-13.11.0 → strongdm-14.0.0}/strongdm.egg-info/dependency_links.txt +0 -0
- {strongdm-13.11.0 → strongdm-14.0.0}/strongdm.egg-info/requires.txt +0 -0
- {strongdm-13.11.0 → strongdm-14.0.0}/strongdm.egg-info/top_level.txt +0 -0
@@ -0,0 +1,78 @@
|
|
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
|
+
# -*- coding: utf-8 -*-
|
16
|
+
# Generated by the protocol buffer compiler. DO NOT EDIT!
|
17
|
+
# source: secret_engine_policy.proto
|
18
|
+
"""Generated protocol buffer code."""
|
19
|
+
from google.protobuf import descriptor as _descriptor
|
20
|
+
from google.protobuf import descriptor_pool as _descriptor_pool
|
21
|
+
from google.protobuf import message as _message
|
22
|
+
from google.protobuf import reflection as _reflection
|
23
|
+
from google.protobuf import symbol_database as _symbol_database
|
24
|
+
# @@protoc_insertion_point(imports)
|
25
|
+
|
26
|
+
_sym_db = _symbol_database.Default()
|
27
|
+
|
28
|
+
|
29
|
+
from . import options_pb2 as options__pb2
|
30
|
+
|
31
|
+
|
32
|
+
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n\x1asecret_engine_policy.proto\x12\x02v1\x1a\roptions.proto\"\xf7\x01\n\x1aSecretEnginePasswordPolicy\x12\x1a\n\x06length\x18\x01 \x01(\rB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12&\n\x12\x65xclude_upper_case\x18\x02 \x01(\x08\x42\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12\x1e\n\nnum_digits\x18\x03 \x01(\rB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12\x1f\n\x0bnum_symbols\x18\x04 \x01(\rB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12 \n\x0c\x61llow_repeat\x18\x05 \x01(\x08\x42\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12&\n\x12\x65xclude_characters\x18\x06 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01:\n\xfa\xf8\xb3\x07\x05\xa8\xf3\xb3\x07\x01\"e\n\x12SecretEnginePolicy\x12\x43\n\x0fpassword_policy\x18\x01 \x01(\x0b\x32\x1e.v1.SecretEnginePasswordPolicyB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01:\n\xfa\xf8\xb3\x07\x05\xa8\xf3\xb3\x07\x01\x42n\n\x19\x63om.strongdm.api.plumbingB\x1aSecretEnginePolicyPlumbingZ5github.com/strongdm/strongdm-sdk-go/v3/internal/v1;v1b\x06proto3')
|
33
|
+
|
34
|
+
|
35
|
+
|
36
|
+
_SECRETENGINEPASSWORDPOLICY = DESCRIPTOR.message_types_by_name['SecretEnginePasswordPolicy']
|
37
|
+
_SECRETENGINEPOLICY = DESCRIPTOR.message_types_by_name['SecretEnginePolicy']
|
38
|
+
SecretEnginePasswordPolicy = _reflection.GeneratedProtocolMessageType('SecretEnginePasswordPolicy', (_message.Message,), {
|
39
|
+
'DESCRIPTOR' : _SECRETENGINEPASSWORDPOLICY,
|
40
|
+
'__module__' : 'secret_engine_policy_pb2'
|
41
|
+
# @@protoc_insertion_point(class_scope:v1.SecretEnginePasswordPolicy)
|
42
|
+
})
|
43
|
+
_sym_db.RegisterMessage(SecretEnginePasswordPolicy)
|
44
|
+
|
45
|
+
SecretEnginePolicy = _reflection.GeneratedProtocolMessageType('SecretEnginePolicy', (_message.Message,), {
|
46
|
+
'DESCRIPTOR' : _SECRETENGINEPOLICY,
|
47
|
+
'__module__' : 'secret_engine_policy_pb2'
|
48
|
+
# @@protoc_insertion_point(class_scope:v1.SecretEnginePolicy)
|
49
|
+
})
|
50
|
+
_sym_db.RegisterMessage(SecretEnginePolicy)
|
51
|
+
|
52
|
+
if _descriptor._USE_C_DESCRIPTORS == False:
|
53
|
+
|
54
|
+
DESCRIPTOR._options = None
|
55
|
+
DESCRIPTOR._serialized_options = b'\n\031com.strongdm.api.plumbingB\032SecretEnginePolicyPlumbingZ5github.com/strongdm/strongdm-sdk-go/v3/internal/v1;v1'
|
56
|
+
_SECRETENGINEPASSWORDPOLICY.fields_by_name['length']._options = None
|
57
|
+
_SECRETENGINEPASSWORDPOLICY.fields_by_name['length']._serialized_options = b'\362\370\263\007\005\260\363\263\007\001'
|
58
|
+
_SECRETENGINEPASSWORDPOLICY.fields_by_name['exclude_upper_case']._options = None
|
59
|
+
_SECRETENGINEPASSWORDPOLICY.fields_by_name['exclude_upper_case']._serialized_options = b'\362\370\263\007\005\260\363\263\007\001'
|
60
|
+
_SECRETENGINEPASSWORDPOLICY.fields_by_name['num_digits']._options = None
|
61
|
+
_SECRETENGINEPASSWORDPOLICY.fields_by_name['num_digits']._serialized_options = b'\362\370\263\007\005\260\363\263\007\001'
|
62
|
+
_SECRETENGINEPASSWORDPOLICY.fields_by_name['num_symbols']._options = None
|
63
|
+
_SECRETENGINEPASSWORDPOLICY.fields_by_name['num_symbols']._serialized_options = b'\362\370\263\007\005\260\363\263\007\001'
|
64
|
+
_SECRETENGINEPASSWORDPOLICY.fields_by_name['allow_repeat']._options = None
|
65
|
+
_SECRETENGINEPASSWORDPOLICY.fields_by_name['allow_repeat']._serialized_options = b'\362\370\263\007\005\260\363\263\007\001'
|
66
|
+
_SECRETENGINEPASSWORDPOLICY.fields_by_name['exclude_characters']._options = None
|
67
|
+
_SECRETENGINEPASSWORDPOLICY.fields_by_name['exclude_characters']._serialized_options = b'\362\370\263\007\005\260\363\263\007\001'
|
68
|
+
_SECRETENGINEPASSWORDPOLICY._options = None
|
69
|
+
_SECRETENGINEPASSWORDPOLICY._serialized_options = b'\372\370\263\007\005\250\363\263\007\001'
|
70
|
+
_SECRETENGINEPOLICY.fields_by_name['password_policy']._options = None
|
71
|
+
_SECRETENGINEPOLICY.fields_by_name['password_policy']._serialized_options = b'\362\370\263\007\005\260\363\263\007\001'
|
72
|
+
_SECRETENGINEPOLICY._options = None
|
73
|
+
_SECRETENGINEPOLICY._serialized_options = b'\372\370\263\007\005\250\363\263\007\001'
|
74
|
+
_SECRETENGINEPASSWORDPOLICY._serialized_start=50
|
75
|
+
_SECRETENGINEPASSWORDPOLICY._serialized_end=297
|
76
|
+
_SECRETENGINEPOLICY._serialized_start=299
|
77
|
+
_SECRETENGINEPOLICY._serialized_end=400
|
78
|
+
# @@protoc_insertion_point(module_scope)
|
@@ -0,0 +1,147 @@
|
|
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
|
+
# -*- coding: utf-8 -*-
|
16
|
+
# Generated by the protocol buffer compiler. DO NOT EDIT!
|
17
|
+
# source: secret_engine_types.proto
|
18
|
+
"""Generated protocol buffer code."""
|
19
|
+
from google.protobuf import descriptor as _descriptor
|
20
|
+
from google.protobuf import descriptor_pool as _descriptor_pool
|
21
|
+
from google.protobuf import message as _message
|
22
|
+
from google.protobuf import reflection as _reflection
|
23
|
+
from google.protobuf import symbol_database as _symbol_database
|
24
|
+
# @@protoc_insertion_point(imports)
|
25
|
+
|
26
|
+
_sym_db = _symbol_database.Default()
|
27
|
+
|
28
|
+
|
29
|
+
from . import options_pb2 as options__pb2
|
30
|
+
from . import tags_pb2 as tags__pb2
|
31
|
+
from . import secret_engine_policy_pb2 as secret__engine__policy__pb2
|
32
|
+
from google.protobuf import duration_pb2 as google_dot_protobuf_dot_duration__pb2
|
33
|
+
|
34
|
+
|
35
|
+
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n\x19secret_engine_types.proto\x12\x02v1\x1a\roptions.proto\x1a\ntags.proto\x1a\x1asecret_engine_policy.proto\x1a\x1egoogle/protobuf/duration.proto\"\xe7\x02\n\x0cSecretEngine\x12q\n\x10\x61\x63tive_directory\x18\xcc\x02 \x01(\x0b\x32\x19.v1.ActiveDirectoryEngineB9\xf2\xf8\xb3\x07*\xca\xf3\xb3\x07%\xc2\xf4\xb3\x07 \n\x0cjson_gateway\x12\x10\x61\x63tive_directory\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01H\x00\x12\\\n\tkey_value\x18\xcb\x02 \x01(\x0b\x32\x12.v1.KeyValueEngineB2\xf2\xf8\xb3\x07#\xca\xf3\xb3\x07\x1e\xc2\xf4\xb3\x07\x19\n\x0cjson_gateway\x12\tkey_value\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01H\x00:\n\xfa\xf8\xb3\x07\x05\xa8\xf3\xb3\x07\x01\x42z\n\rsecret_engine\x12i\xaa\xf8\xb3\x07\t\xaa\xf8\xb3\x07\x04name\xaa\xf8\xb3\x07\t\xaa\xf8\xb3\x07\x04tags\xaa\xf8\xb3\x07\x14\xaa\xf8\xb3\x07\x0fsecret_store_id\xaa\xf8\xb3\x07\x1b\xaa\xf8\xb3\x07\x16secret_store_root_path\xaa\xf8\xb3\x07\x0f\xaa\xf8\xb3\x07\npublic_key\"\xe7\x0c\n\x15\x41\x63tiveDirectoryEngine\x12\x64\n\x0e\x61\x66ter_read_ttl\x18\xf4\x07 \x01(\x0b\x32\x19.google.protobuf.DurationB0\xf2\xf8\xb3\x07+\xb0\xf3\xb3\x07\x01\xca\xf3\xb3\x07!\xc2\xf4\xb3\x07\x1c\n\x0cjson_gateway\x12\x0c\x61\x66terReadTtl\x12?\n\x06\x62inddn\x18l \x01(\tB/\xf2\xf8\xb3\x07*\xb0\xf3\xb3\x07\x01\xc0\xf3\xb3\x07\x01\xca\xf3\xb3\x07\x1b\xc2\xf4\xb3\x07\x16\n\x0cjson_gateway\x12\x06\x62inddn\x12\x43\n\x08\x62indpass\x18m \x01(\tB1\xf2\xf8\xb3\x07,\xb0\xf3\xb3\x07\x01\xc0\xf3\xb3\x07\x01\xca\xf3\xb3\x07\x1d\xc2\xf4\xb3\x07\x18\n\x0cjson_gateway\x12\x08\x62indpass\x12\x44\n\x0b\x63\x65rtificate\x18k \x01(\tB/\xf2\xf8\xb3\x07*\xb0\xf3\xb3\x07\x01\xca\xf3\xb3\x07 \xc2\xf4\xb3\x07\x1b\n\x0cjson_gateway\x12\x0b\x63\x65rtificate\x12Q\n\x12\x63onnection_timeout\x18g \x01(\rB5\xf2\xf8\xb3\x07\x30\xb0\xf3\xb3\x07\x01\xca\xf3\xb3\x07&\xc2\xf4\xb3\x07!\n\x0cjson_gateway\x12\x11\x63onnectionTimeout\x12`\n\x1a\x64o_not_validate_timestamps\x18\xf7\x07 \x01(\x08\x42;\xf2\xf8\xb3\x07\x36\xb0\xf3\xb3\x07\x01\xca\xf3\xb3\x07,\xc2\xf4\xb3\x07\'\n\x0cjson_gateway\x12\x17\x64oNotValidateTimestamps\x12\x45\n\x0cinsecure_tls\x18j \x01(\x08\x42/\xf2\xf8\xb3\x07*\xb0\xf3\xb3\x07\x01\xca\xf3\xb3\x07 \xc2\xf4\xb3\x07\x1b\n\x0cjson_gateway\x12\x0binsecureTls\x12p\n\x14max_backoff_duration\x18\xf8\x07 \x01(\x0b\x32\x19.google.protobuf.DurationB6\xf2\xf8\xb3\x07\x31\xb0\xf3\xb3\x07\x01\xca\xf3\xb3\x07\'\xc2\xf4\xb3\x07\"\n\x0cjson_gateway\x12\x12maxBackoffDuration\x12S\n\x06policy\x18\xf6\x07 \x01(\x0b\x32\x16.v1.SecretEnginePolicyB*\xf2\xf8\xb3\x07%\xb0\xf3\xb3\x07\x01\xca\xf3\xb3\x07\x1b\xc2\xf4\xb3\x07\x16\n\x0cjson_gateway\x12\x06policy\x12K\n\x0frequest_timeout\x18h \x01(\rB2\xf2\xf8\xb3\x07-\xb0\xf3\xb3\x07\x01\xca\xf3\xb3\x07#\xc2\xf4\xb3\x07\x1e\n\x0cjson_gateway\x12\x0erequestTimeout\x12?\n\tstart_tls\x18i \x01(\x08\x42,\xf2\xf8\xb3\x07\'\xb0\xf3\xb3\x07\x01\xca\xf3\xb3\x07\x1d\xc2\xf4\xb3\x07\x18\n\x0cjson_gateway\x12\x08startTls\x12P\n\x03ttl\x18\xf5\x07 \x01(\x0b\x32\x19.google.protobuf.DurationB\'\xf2\xf8\xb3\x07\"\xb0\xf3\xb3\x07\x01\xca\xf3\xb3\x07\x18\xc2\xf4\xb3\x07\x13\n\x0cjson_gateway\x12\x03ttl\x12\x41\n\tupndomain\x18\xf3\x07 \x01(\tB-\xf2\xf8\xb3\x07(\xb0\xf3\xb3\x07\x01\xca\xf3\xb3\x07\x1e\xc2\xf4\xb3\x07\x19\n\x0cjson_gateway\x12\tupndomain\x12\x39\n\x03url\x18\x66 \x01(\tB,\xf2\xf8\xb3\x07\'\xb0\xf3\xb3\x07\x01\xc0\xf3\xb3\x07\x01\xca\xf3\xb3\x07\x18\xc2\xf4\xb3\x07\x13\n\x0cjson_gateway\x12\x03url\x12;\n\x06userdn\x18\xf2\x07 \x01(\tB*\xf2\xf8\xb3\x07%\xb0\xf3\xb3\x07\x01\xca\xf3\xb3\x07\x1b\xc2\xf4\xb3\x07\x16\n\x0cjson_gateway\x12\x06userdn\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!\n\x04type\x18\x03 \x01(\tB\x13\xf2\xf8\xb3\x07\x0e\xb0\xf3\xb3\x07\x01\xb2\xf4\xb3\x07\x04!cli\x12(\n\x0fsecret_store_id\x18\x05 \x01(\tB\x0f\xf2\xf8\xb3\x07\n\xb0\xf3\xb3\x07\x01\xc0\xf3\xb3\x07\x01\x12/\n\x16secret_store_root_path\x18\x06 \x01(\tB\x0f\xf2\xf8\xb3\x07\n\xb0\xf3\xb3\x07\x01\xc0\xf3\xb3\x07\x01\x12\"\n\x04tags\x18\x07 \x01(\x0b\x32\x08.v1.TagsB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12\x32\n\npublic_key\x18\x08 \x01(\x0c\x42\x1e\xf2\xf8\xb3\x07\x19\xb0\xf3\xb3\x07\x01\x98\xf4\xb3\x07\x01\xb2\xf4\xb3\x07\x01*\xb2\xf4\xb3\x07\x04!cli\x12.\n\x1akey_rotation_interval_days\x18\t \x01(\x05\x42\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01:\x80\x01\xfa\xf8\xb3\x07{\xa8\xf3\xb3\x07\x01\xca\xf3\xb3\x07q\x88\xf4\xb3\x07\x01\xc2\xf4\xb3\x07\x17\n\x03\x63li\x12\x10\x61\x63tive_directory\xc2\xf4\xb3\x07 \n\x0cjson_gateway\x12\x10\x61\x63tive_directory\xc2\xf4\xb3\x07&\n\x12terraform-provider\x12\x10\x61\x63tive_directory\"\xba\x03\n\x0eKeyValueEngine\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!\n\x04type\x18\x03 \x01(\tB\x13\xf2\xf8\xb3\x07\x0e\xb0\xf3\xb3\x07\x01\xb2\xf4\xb3\x07\x04!cli\x12(\n\x0fsecret_store_id\x18\x05 \x01(\tB\x0f\xf2\xf8\xb3\x07\n\xb0\xf3\xb3\x07\x01\xc0\xf3\xb3\x07\x01\x12/\n\x16secret_store_root_path\x18\x06 \x01(\tB\x0f\xf2\xf8\xb3\x07\n\xb0\xf3\xb3\x07\x01\xc0\xf3\xb3\x07\x01\x12\"\n\x04tags\x18\x07 \x01(\x0b\x32\x08.v1.TagsB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12\x32\n\npublic_key\x18\x08 \x01(\x0c\x42\x1e\xf2\xf8\xb3\x07\x19\xb0\xf3\xb3\x07\x01\x98\xf4\xb3\x07\x01\xb2\xf4\xb3\x07\x01*\xb2\xf4\xb3\x07\x04!cli\x12.\n\x1akey_rotation_interval_days\x18\t \x01(\x05\x42\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01:k\xfa\xf8\xb3\x07\x66\xa8\xf3\xb3\x07\x01\xca\xf3\xb3\x07\\\x88\xf4\xb3\x07\x01\xc2\xf4\xb3\x07\x10\n\x03\x63li\x12\tkey_value\xc2\xf4\xb3\x07\x19\n\x0cjson_gateway\x12\tkey_value\xc2\xf4\xb3\x07\x1f\n\x12terraform-provider\x12\tkey_valueBm\n\x19\x63om.strongdm.api.plumbingB\x19SecretEngineTypesPlumbingZ5github.com/strongdm/strongdm-sdk-go/v3/internal/v1;v1b\x06proto3')
|
36
|
+
|
37
|
+
|
38
|
+
|
39
|
+
_SECRETENGINE = DESCRIPTOR.message_types_by_name['SecretEngine']
|
40
|
+
_ACTIVEDIRECTORYENGINE = DESCRIPTOR.message_types_by_name['ActiveDirectoryEngine']
|
41
|
+
_KEYVALUEENGINE = DESCRIPTOR.message_types_by_name['KeyValueEngine']
|
42
|
+
SecretEngine = _reflection.GeneratedProtocolMessageType('SecretEngine', (_message.Message,), {
|
43
|
+
'DESCRIPTOR' : _SECRETENGINE,
|
44
|
+
'__module__' : 'secret_engine_types_pb2'
|
45
|
+
# @@protoc_insertion_point(class_scope:v1.SecretEngine)
|
46
|
+
})
|
47
|
+
_sym_db.RegisterMessage(SecretEngine)
|
48
|
+
|
49
|
+
ActiveDirectoryEngine = _reflection.GeneratedProtocolMessageType('ActiveDirectoryEngine', (_message.Message,), {
|
50
|
+
'DESCRIPTOR' : _ACTIVEDIRECTORYENGINE,
|
51
|
+
'__module__' : 'secret_engine_types_pb2'
|
52
|
+
# @@protoc_insertion_point(class_scope:v1.ActiveDirectoryEngine)
|
53
|
+
})
|
54
|
+
_sym_db.RegisterMessage(ActiveDirectoryEngine)
|
55
|
+
|
56
|
+
KeyValueEngine = _reflection.GeneratedProtocolMessageType('KeyValueEngine', (_message.Message,), {
|
57
|
+
'DESCRIPTOR' : _KEYVALUEENGINE,
|
58
|
+
'__module__' : 'secret_engine_types_pb2'
|
59
|
+
# @@protoc_insertion_point(class_scope:v1.KeyValueEngine)
|
60
|
+
})
|
61
|
+
_sym_db.RegisterMessage(KeyValueEngine)
|
62
|
+
|
63
|
+
if _descriptor._USE_C_DESCRIPTORS == False:
|
64
|
+
|
65
|
+
DESCRIPTOR._options = None
|
66
|
+
DESCRIPTOR._serialized_options = b'\n\031com.strongdm.api.plumbingB\031SecretEngineTypesPlumbingZ5github.com/strongdm/strongdm-sdk-go/v3/internal/v1;v1'
|
67
|
+
_SECRETENGINE.oneofs_by_name['secret_engine']._options = None
|
68
|
+
_SECRETENGINE.oneofs_by_name['secret_engine']._serialized_options = b'\252\370\263\007\t\252\370\263\007\004name\252\370\263\007\t\252\370\263\007\004tags\252\370\263\007\024\252\370\263\007\017secret_store_id\252\370\263\007\033\252\370\263\007\026secret_store_root_path\252\370\263\007\017\252\370\263\007\npublic_key'
|
69
|
+
_SECRETENGINE.fields_by_name['active_directory']._options = None
|
70
|
+
_SECRETENGINE.fields_by_name['active_directory']._serialized_options = b'\362\370\263\007*\312\363\263\007%\302\364\263\007 \n\014json_gateway\022\020active_directory\362\370\263\007\005\260\363\263\007\001'
|
71
|
+
_SECRETENGINE.fields_by_name['key_value']._options = None
|
72
|
+
_SECRETENGINE.fields_by_name['key_value']._serialized_options = b'\362\370\263\007#\312\363\263\007\036\302\364\263\007\031\n\014json_gateway\022\tkey_value\362\370\263\007\005\260\363\263\007\001'
|
73
|
+
_SECRETENGINE._options = None
|
74
|
+
_SECRETENGINE._serialized_options = b'\372\370\263\007\005\250\363\263\007\001'
|
75
|
+
_ACTIVEDIRECTORYENGINE.fields_by_name['after_read_ttl']._options = None
|
76
|
+
_ACTIVEDIRECTORYENGINE.fields_by_name['after_read_ttl']._serialized_options = b'\362\370\263\007+\260\363\263\007\001\312\363\263\007!\302\364\263\007\034\n\014json_gateway\022\014afterReadTtl'
|
77
|
+
_ACTIVEDIRECTORYENGINE.fields_by_name['binddn']._options = None
|
78
|
+
_ACTIVEDIRECTORYENGINE.fields_by_name['binddn']._serialized_options = b'\362\370\263\007*\260\363\263\007\001\300\363\263\007\001\312\363\263\007\033\302\364\263\007\026\n\014json_gateway\022\006binddn'
|
79
|
+
_ACTIVEDIRECTORYENGINE.fields_by_name['bindpass']._options = None
|
80
|
+
_ACTIVEDIRECTORYENGINE.fields_by_name['bindpass']._serialized_options = b'\362\370\263\007,\260\363\263\007\001\300\363\263\007\001\312\363\263\007\035\302\364\263\007\030\n\014json_gateway\022\010bindpass'
|
81
|
+
_ACTIVEDIRECTORYENGINE.fields_by_name['certificate']._options = None
|
82
|
+
_ACTIVEDIRECTORYENGINE.fields_by_name['certificate']._serialized_options = b'\362\370\263\007*\260\363\263\007\001\312\363\263\007 \302\364\263\007\033\n\014json_gateway\022\013certificate'
|
83
|
+
_ACTIVEDIRECTORYENGINE.fields_by_name['connection_timeout']._options = None
|
84
|
+
_ACTIVEDIRECTORYENGINE.fields_by_name['connection_timeout']._serialized_options = b'\362\370\263\0070\260\363\263\007\001\312\363\263\007&\302\364\263\007!\n\014json_gateway\022\021connectionTimeout'
|
85
|
+
_ACTIVEDIRECTORYENGINE.fields_by_name['do_not_validate_timestamps']._options = None
|
86
|
+
_ACTIVEDIRECTORYENGINE.fields_by_name['do_not_validate_timestamps']._serialized_options = b'\362\370\263\0076\260\363\263\007\001\312\363\263\007,\302\364\263\007\'\n\014json_gateway\022\027doNotValidateTimestamps'
|
87
|
+
_ACTIVEDIRECTORYENGINE.fields_by_name['insecure_tls']._options = None
|
88
|
+
_ACTIVEDIRECTORYENGINE.fields_by_name['insecure_tls']._serialized_options = b'\362\370\263\007*\260\363\263\007\001\312\363\263\007 \302\364\263\007\033\n\014json_gateway\022\013insecureTls'
|
89
|
+
_ACTIVEDIRECTORYENGINE.fields_by_name['max_backoff_duration']._options = None
|
90
|
+
_ACTIVEDIRECTORYENGINE.fields_by_name['max_backoff_duration']._serialized_options = b'\362\370\263\0071\260\363\263\007\001\312\363\263\007\'\302\364\263\007\"\n\014json_gateway\022\022maxBackoffDuration'
|
91
|
+
_ACTIVEDIRECTORYENGINE.fields_by_name['policy']._options = None
|
92
|
+
_ACTIVEDIRECTORYENGINE.fields_by_name['policy']._serialized_options = b'\362\370\263\007%\260\363\263\007\001\312\363\263\007\033\302\364\263\007\026\n\014json_gateway\022\006policy'
|
93
|
+
_ACTIVEDIRECTORYENGINE.fields_by_name['request_timeout']._options = None
|
94
|
+
_ACTIVEDIRECTORYENGINE.fields_by_name['request_timeout']._serialized_options = b'\362\370\263\007-\260\363\263\007\001\312\363\263\007#\302\364\263\007\036\n\014json_gateway\022\016requestTimeout'
|
95
|
+
_ACTIVEDIRECTORYENGINE.fields_by_name['start_tls']._options = None
|
96
|
+
_ACTIVEDIRECTORYENGINE.fields_by_name['start_tls']._serialized_options = b'\362\370\263\007\'\260\363\263\007\001\312\363\263\007\035\302\364\263\007\030\n\014json_gateway\022\010startTls'
|
97
|
+
_ACTIVEDIRECTORYENGINE.fields_by_name['ttl']._options = None
|
98
|
+
_ACTIVEDIRECTORYENGINE.fields_by_name['ttl']._serialized_options = b'\362\370\263\007\"\260\363\263\007\001\312\363\263\007\030\302\364\263\007\023\n\014json_gateway\022\003ttl'
|
99
|
+
_ACTIVEDIRECTORYENGINE.fields_by_name['upndomain']._options = None
|
100
|
+
_ACTIVEDIRECTORYENGINE.fields_by_name['upndomain']._serialized_options = b'\362\370\263\007(\260\363\263\007\001\312\363\263\007\036\302\364\263\007\031\n\014json_gateway\022\tupndomain'
|
101
|
+
_ACTIVEDIRECTORYENGINE.fields_by_name['url']._options = None
|
102
|
+
_ACTIVEDIRECTORYENGINE.fields_by_name['url']._serialized_options = b'\362\370\263\007\'\260\363\263\007\001\300\363\263\007\001\312\363\263\007\030\302\364\263\007\023\n\014json_gateway\022\003url'
|
103
|
+
_ACTIVEDIRECTORYENGINE.fields_by_name['userdn']._options = None
|
104
|
+
_ACTIVEDIRECTORYENGINE.fields_by_name['userdn']._serialized_options = b'\362\370\263\007%\260\363\263\007\001\312\363\263\007\033\302\364\263\007\026\n\014json_gateway\022\006userdn'
|
105
|
+
_ACTIVEDIRECTORYENGINE.fields_by_name['id']._options = None
|
106
|
+
_ACTIVEDIRECTORYENGINE.fields_by_name['id']._serialized_options = b'\362\370\263\007\005\260\363\263\007\001'
|
107
|
+
_ACTIVEDIRECTORYENGINE.fields_by_name['name']._options = None
|
108
|
+
_ACTIVEDIRECTORYENGINE.fields_by_name['name']._serialized_options = b'\362\370\263\007\n\260\363\263\007\001\300\363\263\007\001'
|
109
|
+
_ACTIVEDIRECTORYENGINE.fields_by_name['type']._options = None
|
110
|
+
_ACTIVEDIRECTORYENGINE.fields_by_name['type']._serialized_options = b'\362\370\263\007\016\260\363\263\007\001\262\364\263\007\004!cli'
|
111
|
+
_ACTIVEDIRECTORYENGINE.fields_by_name['secret_store_id']._options = None
|
112
|
+
_ACTIVEDIRECTORYENGINE.fields_by_name['secret_store_id']._serialized_options = b'\362\370\263\007\n\260\363\263\007\001\300\363\263\007\001'
|
113
|
+
_ACTIVEDIRECTORYENGINE.fields_by_name['secret_store_root_path']._options = None
|
114
|
+
_ACTIVEDIRECTORYENGINE.fields_by_name['secret_store_root_path']._serialized_options = b'\362\370\263\007\n\260\363\263\007\001\300\363\263\007\001'
|
115
|
+
_ACTIVEDIRECTORYENGINE.fields_by_name['tags']._options = None
|
116
|
+
_ACTIVEDIRECTORYENGINE.fields_by_name['tags']._serialized_options = b'\362\370\263\007\005\260\363\263\007\001'
|
117
|
+
_ACTIVEDIRECTORYENGINE.fields_by_name['public_key']._options = None
|
118
|
+
_ACTIVEDIRECTORYENGINE.fields_by_name['public_key']._serialized_options = b'\362\370\263\007\031\260\363\263\007\001\230\364\263\007\001\262\364\263\007\001*\262\364\263\007\004!cli'
|
119
|
+
_ACTIVEDIRECTORYENGINE.fields_by_name['key_rotation_interval_days']._options = None
|
120
|
+
_ACTIVEDIRECTORYENGINE.fields_by_name['key_rotation_interval_days']._serialized_options = b'\362\370\263\007\005\260\363\263\007\001'
|
121
|
+
_ACTIVEDIRECTORYENGINE._options = None
|
122
|
+
_ACTIVEDIRECTORYENGINE._serialized_options = b'\372\370\263\007{\250\363\263\007\001\312\363\263\007q\210\364\263\007\001\302\364\263\007\027\n\003cli\022\020active_directory\302\364\263\007 \n\014json_gateway\022\020active_directory\302\364\263\007&\n\022terraform-provider\022\020active_directory'
|
123
|
+
_KEYVALUEENGINE.fields_by_name['id']._options = None
|
124
|
+
_KEYVALUEENGINE.fields_by_name['id']._serialized_options = b'\362\370\263\007\005\260\363\263\007\001'
|
125
|
+
_KEYVALUEENGINE.fields_by_name['name']._options = None
|
126
|
+
_KEYVALUEENGINE.fields_by_name['name']._serialized_options = b'\362\370\263\007\n\260\363\263\007\001\300\363\263\007\001'
|
127
|
+
_KEYVALUEENGINE.fields_by_name['type']._options = None
|
128
|
+
_KEYVALUEENGINE.fields_by_name['type']._serialized_options = b'\362\370\263\007\016\260\363\263\007\001\262\364\263\007\004!cli'
|
129
|
+
_KEYVALUEENGINE.fields_by_name['secret_store_id']._options = None
|
130
|
+
_KEYVALUEENGINE.fields_by_name['secret_store_id']._serialized_options = b'\362\370\263\007\n\260\363\263\007\001\300\363\263\007\001'
|
131
|
+
_KEYVALUEENGINE.fields_by_name['secret_store_root_path']._options = None
|
132
|
+
_KEYVALUEENGINE.fields_by_name['secret_store_root_path']._serialized_options = b'\362\370\263\007\n\260\363\263\007\001\300\363\263\007\001'
|
133
|
+
_KEYVALUEENGINE.fields_by_name['tags']._options = None
|
134
|
+
_KEYVALUEENGINE.fields_by_name['tags']._serialized_options = b'\362\370\263\007\005\260\363\263\007\001'
|
135
|
+
_KEYVALUEENGINE.fields_by_name['public_key']._options = None
|
136
|
+
_KEYVALUEENGINE.fields_by_name['public_key']._serialized_options = b'\362\370\263\007\031\260\363\263\007\001\230\364\263\007\001\262\364\263\007\001*\262\364\263\007\004!cli'
|
137
|
+
_KEYVALUEENGINE.fields_by_name['key_rotation_interval_days']._options = None
|
138
|
+
_KEYVALUEENGINE.fields_by_name['key_rotation_interval_days']._serialized_options = b'\362\370\263\007\005\260\363\263\007\001'
|
139
|
+
_KEYVALUEENGINE._options = None
|
140
|
+
_KEYVALUEENGINE._serialized_options = b'\372\370\263\007f\250\363\263\007\001\312\363\263\007\\\210\364\263\007\001\302\364\263\007\020\n\003cli\022\tkey_value\302\364\263\007\031\n\014json_gateway\022\tkey_value\302\364\263\007\037\n\022terraform-provider\022\tkey_value'
|
141
|
+
_SECRETENGINE._serialized_start=121
|
142
|
+
_SECRETENGINE._serialized_end=480
|
143
|
+
_ACTIVEDIRECTORYENGINE._serialized_start=483
|
144
|
+
_ACTIVEDIRECTORYENGINE._serialized_end=2122
|
145
|
+
_KEYVALUEENGINE._serialized_start=2125
|
146
|
+
_KEYVALUEENGINE._serialized_end=2567
|
147
|
+
# @@protoc_insertion_point(module_scope)
|
@@ -0,0 +1,325 @@
|
|
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
|
+
# -*- coding: utf-8 -*-
|
16
|
+
# Generated by the protocol buffer compiler. DO NOT EDIT!
|
17
|
+
# source: secret_engines.proto
|
18
|
+
"""Generated protocol buffer code."""
|
19
|
+
from google.protobuf import descriptor as _descriptor
|
20
|
+
from google.protobuf import descriptor_pool as _descriptor_pool
|
21
|
+
from google.protobuf import message as _message
|
22
|
+
from google.protobuf import reflection as _reflection
|
23
|
+
from google.protobuf import symbol_database as _symbol_database
|
24
|
+
# @@protoc_insertion_point(imports)
|
25
|
+
|
26
|
+
_sym_db = _symbol_database.Default()
|
27
|
+
|
28
|
+
|
29
|
+
from . import options_pb2 as options__pb2
|
30
|
+
from . import spec_pb2 as spec__pb2
|
31
|
+
from . import secret_stores_pb2 as secret__stores__pb2
|
32
|
+
from . import secret_engine_types_pb2 as secret__engine__types__pb2
|
33
|
+
from . import secret_engine_policy_pb2 as secret__engine__policy__pb2
|
34
|
+
|
35
|
+
|
36
|
+
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n\x14secret_engines.proto\x12\x02v1\x1a\roptions.proto\x1a\nspec.proto\x1a\x13secret_stores.proto\x1a\x19secret_engine_types.proto\x1a\x1asecret_engine_policy.proto\"h\n\x17SecretEngineListRequest\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\x18SecretEngineListResponse\x12&\n\x04meta\x18\x01 \x01(\x0b\x32\x18.v1.ListResponseMetadata\x12\x34\n\x0esecret_engines\x18\x02 \x03(\x0b\x32\x10.v1.SecretEngineB\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\"b\n\x16SecretEngineGetRequest\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:\n\xfa\xf8\xb3\x07\x05\xa8\xf3\xb3\x07\x01\"\xe6\x01\n\x17SecretEngineGetResponse\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\rsecret_engine\x18\x02 \x01(\x0b\x32\x10.v1.SecretEngineB\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\"\x85\x01\n\x19SecretEngineCreateRequest\x12\'\n\x04meta\x18\x01 \x01(\x0b\x32\x19.v1.CreateRequestMetadata\x12\x33\n\rsecret_engine\x18\x02 \x01(\x0b\x32\x10.v1.SecretEngineB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01:\n\xfa\xf8\xb3\x07\x05\xa8\xf3\xb3\x07\x01\"\xec\x01\n\x1aSecretEngineCreateResponse\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\rsecret_engine\x18\x02 \x01(\x0b\x32\x10.v1.SecretEngineB\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\"\x91\x01\n\x19SecretEngineUpdateRequest\x12\'\n\x04meta\x18\x01 \x01(\x0b\x32\x19.v1.UpdateRequestMetadata\x12\n\n\x02id\x18\x02 \x01(\t\x12\x33\n\rsecret_engine\x18\x03 \x01(\x0b\x32\x10.v1.SecretEngineB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01:\n\xfa\xf8\xb3\x07\x05\xa8\xf3\xb3\x07\x01\"\xec\x01\n\x1aSecretEngineUpdateResponse\x12\x34\n\x04meta\x18\x01 \x01(\x0b\x32\x1a.v1.UpdateResponseMetadataB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12\x33\n\rsecret_engine\x18\x02 \x01(\x0b\x32\x10.v1.SecretEngineB\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\x19SecretEngineDeleteRequest\x12\'\n\x04meta\x18\x01 \x01(\x0b\x32\x19.v1.UpdateRequestMetadata\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\"\xab\x01\n\x1aSecretEngineDeleteResponse\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\"p\n\x13GenerateKeysRequest\x12\'\n\x04meta\x18\x01 \x01(\x0b\x32\x19.v1.UpdateRequestMetadata\x12$\n\x10secret_engine_id\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\"\xa5\x01\n\x14GenerateKeysResponse\x12(\n\x04meta\x18\x01 \x01(\x0b\x32\x1a.v1.UpdateResponseMetadata\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\x12HealthcheckRequest\x12$\n\x04meta\x18\x01 \x01(\x0b\x32\x16.v1.GetRequestMetadata\x12$\n\x10secret_engine_id\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\"X\n\x11HealthcheckStatus\x12\x1b\n\x07node_id\x18\x01 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12\x1a\n\x06status\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\"\xd3\x01\n\x13HealthcheckResponse\x12$\n\x04meta\x18\x01 \x01(\x0b\x32\x16.v1.GetRequestMetadata\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\x12\x31\n\x06status\x18\x02 \x03(\x0b\x32\x15.v1.HealthcheckStatusB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01:\n\xfa\xf8\xb3\x07\x05\xa8\xf3\xb3\x07\x01\"\xad\x01\n\x19SecretEngineRotateRequest\x12\'\n\x04meta\x18\x01 \x01(\x0b\x32\x19.v1.UpdateRequestMetadata\x12\x16\n\x02id\x18\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12\x43\n\x0fpassword_policy\x18\x03 \x01(\x0b\x32\x1e.v1.SecretEnginePasswordPolicyB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01:\n\xfa\xf8\xb3\x07\x05\xa8\xf3\xb3\x07\x01\"\xaa\x01\n\x1aSecretEngineRotateResponse\x12\'\n\x04meta\x18\x01 \x01(\x0b\x32\x19.v1.UpdateRequestMetadata\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\x32\xa2\t\n\rSecretEngines\x12l\n\x04List\x12\x1b.v1.SecretEngineListRequest\x1a\x1c.v1.SecretEngineListResponse\")\x82\xf9\xb3\x07\x08\xa2\xf3\xb3\x07\x03get\x82\xf9\xb3\x07\x17\xaa\xf3\xb3\x07\x12/v1/secret-engines\x12n\n\x03Get\x12\x1a.v1.SecretEngineGetRequest\x1a\x1b.v1.SecretEngineGetResponse\".\x82\xf9\xb3\x07\x08\xa2\xf3\xb3\x07\x03get\x82\xf9\xb3\x07\x1c\xaa\xf3\xb3\x07\x17/v1/secret-engines/{id}\x12s\n\x06\x43reate\x12\x1d.v1.SecretEngineCreateRequest\x1a\x1e.v1.SecretEngineCreateResponse\"*\x82\xf9\xb3\x07\t\xa2\xf3\xb3\x07\x04post\x82\xf9\xb3\x07\x17\xaa\xf3\xb3\x07\x12/v1/secret-engines\x12w\n\x06Update\x12\x1d.v1.SecretEngineUpdateRequest\x1a\x1e.v1.SecretEngineUpdateResponse\".\x82\xf9\xb3\x07\x08\xa2\xf3\xb3\x07\x03put\x82\xf9\xb3\x07\x1c\xaa\xf3\xb3\x07\x17/v1/secret-engines/{id}\x12z\n\x06\x44\x65lete\x12\x1d.v1.SecretEngineDeleteRequest\x1a\x1e.v1.SecretEngineDeleteResponse\"1\x82\xf9\xb3\x07\x0b\xa2\xf3\xb3\x07\x06\x64\x65lete\x82\xf9\xb3\x07\x1c\xaa\xf3\xb3\x07\x17/v1/secret-engines/{id}\x12~\n\x10ListSecretStores\x12\x1a.v1.SecretStoreListRequest\x1a\x1b.v1.SecretStoreListResponse\"1\x82\xf9\xb3\x07\x08\xa2\xf3\xb3\x07\x03get\x82\xf9\xb3\x07\x1f\xaa\xf3\xb3\x07\x1a/v1/secret-engines-stores/\x12\x8d\x01\n\x0cGenerateKeys\x12\x17.v1.GenerateKeysRequest\x1a\x18.v1.GenerateKeysResponse\"J\x82\xf9\xb3\x07\x08\xa2\xf3\xb3\x07\x03put\x82\xf9\xb3\x07\x38\xaa\xf3\xb3\x07\x33/v1/secret-engines/{secret_engine_id}/generate-keys\x12\x88\x01\n\x0bHealthcheck\x12\x16.v1.HealthcheckRequest\x1a\x17.v1.HealthcheckResponse\"H\x82\xf9\xb3\x07\x08\xa2\xf3\xb3\x07\x03put\x82\xf9\xb3\x07\x36\xaa\xf3\xb3\x07\x31/v1/secret-engines/{secret_engine_id}/healthcheck\x12~\n\x06Rotate\x12\x1d.v1.SecretEngineRotateRequest\x1a\x1e.v1.SecretEngineRotateResponse\"5\x82\xf9\xb3\x07\x08\xa2\xf3\xb3\x07\x03put\x82\xf9\xb3\x07#\xaa\xf3\xb3\x07\x1e/v1/secret-engines/{id}/rotate\x1a.\xca\xf9\xb3\x07\x11\xc2\xf9\xb3\x07\x0cSecretEngine\xca\xf9\xb3\x07\t\xd2\xf9\xb3\x07\x04\x65ng-\xca\xf9\xb3\x07\x05\xd8\xf9\xb3\x07\x01\x42i\n\x19\x63om.strongdm.api.plumbingB\x15SecretEnginesPlumbingZ5github.com/strongdm/strongdm-sdk-go/v3/internal/v1;v1b\x06proto3')
|
37
|
+
|
38
|
+
|
39
|
+
|
40
|
+
_SECRETENGINELISTREQUEST = DESCRIPTOR.message_types_by_name['SecretEngineListRequest']
|
41
|
+
_SECRETENGINELISTRESPONSE = DESCRIPTOR.message_types_by_name['SecretEngineListResponse']
|
42
|
+
_SECRETENGINEGETREQUEST = DESCRIPTOR.message_types_by_name['SecretEngineGetRequest']
|
43
|
+
_SECRETENGINEGETRESPONSE = DESCRIPTOR.message_types_by_name['SecretEngineGetResponse']
|
44
|
+
_SECRETENGINECREATEREQUEST = DESCRIPTOR.message_types_by_name['SecretEngineCreateRequest']
|
45
|
+
_SECRETENGINECREATERESPONSE = DESCRIPTOR.message_types_by_name['SecretEngineCreateResponse']
|
46
|
+
_SECRETENGINEUPDATEREQUEST = DESCRIPTOR.message_types_by_name['SecretEngineUpdateRequest']
|
47
|
+
_SECRETENGINEUPDATERESPONSE = DESCRIPTOR.message_types_by_name['SecretEngineUpdateResponse']
|
48
|
+
_SECRETENGINEDELETEREQUEST = DESCRIPTOR.message_types_by_name['SecretEngineDeleteRequest']
|
49
|
+
_SECRETENGINEDELETERESPONSE = DESCRIPTOR.message_types_by_name['SecretEngineDeleteResponse']
|
50
|
+
_GENERATEKEYSREQUEST = DESCRIPTOR.message_types_by_name['GenerateKeysRequest']
|
51
|
+
_GENERATEKEYSRESPONSE = DESCRIPTOR.message_types_by_name['GenerateKeysResponse']
|
52
|
+
_HEALTHCHECKREQUEST = DESCRIPTOR.message_types_by_name['HealthcheckRequest']
|
53
|
+
_HEALTHCHECKSTATUS = DESCRIPTOR.message_types_by_name['HealthcheckStatus']
|
54
|
+
_HEALTHCHECKRESPONSE = DESCRIPTOR.message_types_by_name['HealthcheckResponse']
|
55
|
+
_SECRETENGINEROTATEREQUEST = DESCRIPTOR.message_types_by_name['SecretEngineRotateRequest']
|
56
|
+
_SECRETENGINEROTATERESPONSE = DESCRIPTOR.message_types_by_name['SecretEngineRotateResponse']
|
57
|
+
SecretEngineListRequest = _reflection.GeneratedProtocolMessageType('SecretEngineListRequest', (_message.Message,), {
|
58
|
+
'DESCRIPTOR' : _SECRETENGINELISTREQUEST,
|
59
|
+
'__module__' : 'secret_engines_pb2'
|
60
|
+
# @@protoc_insertion_point(class_scope:v1.SecretEngineListRequest)
|
61
|
+
})
|
62
|
+
_sym_db.RegisterMessage(SecretEngineListRequest)
|
63
|
+
|
64
|
+
SecretEngineListResponse = _reflection.GeneratedProtocolMessageType('SecretEngineListResponse', (_message.Message,), {
|
65
|
+
'DESCRIPTOR' : _SECRETENGINELISTRESPONSE,
|
66
|
+
'__module__' : 'secret_engines_pb2'
|
67
|
+
# @@protoc_insertion_point(class_scope:v1.SecretEngineListResponse)
|
68
|
+
})
|
69
|
+
_sym_db.RegisterMessage(SecretEngineListResponse)
|
70
|
+
|
71
|
+
SecretEngineGetRequest = _reflection.GeneratedProtocolMessageType('SecretEngineGetRequest', (_message.Message,), {
|
72
|
+
'DESCRIPTOR' : _SECRETENGINEGETREQUEST,
|
73
|
+
'__module__' : 'secret_engines_pb2'
|
74
|
+
# @@protoc_insertion_point(class_scope:v1.SecretEngineGetRequest)
|
75
|
+
})
|
76
|
+
_sym_db.RegisterMessage(SecretEngineGetRequest)
|
77
|
+
|
78
|
+
SecretEngineGetResponse = _reflection.GeneratedProtocolMessageType('SecretEngineGetResponse', (_message.Message,), {
|
79
|
+
'DESCRIPTOR' : _SECRETENGINEGETRESPONSE,
|
80
|
+
'__module__' : 'secret_engines_pb2'
|
81
|
+
# @@protoc_insertion_point(class_scope:v1.SecretEngineGetResponse)
|
82
|
+
})
|
83
|
+
_sym_db.RegisterMessage(SecretEngineGetResponse)
|
84
|
+
|
85
|
+
SecretEngineCreateRequest = _reflection.GeneratedProtocolMessageType('SecretEngineCreateRequest', (_message.Message,), {
|
86
|
+
'DESCRIPTOR' : _SECRETENGINECREATEREQUEST,
|
87
|
+
'__module__' : 'secret_engines_pb2'
|
88
|
+
# @@protoc_insertion_point(class_scope:v1.SecretEngineCreateRequest)
|
89
|
+
})
|
90
|
+
_sym_db.RegisterMessage(SecretEngineCreateRequest)
|
91
|
+
|
92
|
+
SecretEngineCreateResponse = _reflection.GeneratedProtocolMessageType('SecretEngineCreateResponse', (_message.Message,), {
|
93
|
+
'DESCRIPTOR' : _SECRETENGINECREATERESPONSE,
|
94
|
+
'__module__' : 'secret_engines_pb2'
|
95
|
+
# @@protoc_insertion_point(class_scope:v1.SecretEngineCreateResponse)
|
96
|
+
})
|
97
|
+
_sym_db.RegisterMessage(SecretEngineCreateResponse)
|
98
|
+
|
99
|
+
SecretEngineUpdateRequest = _reflection.GeneratedProtocolMessageType('SecretEngineUpdateRequest', (_message.Message,), {
|
100
|
+
'DESCRIPTOR' : _SECRETENGINEUPDATEREQUEST,
|
101
|
+
'__module__' : 'secret_engines_pb2'
|
102
|
+
# @@protoc_insertion_point(class_scope:v1.SecretEngineUpdateRequest)
|
103
|
+
})
|
104
|
+
_sym_db.RegisterMessage(SecretEngineUpdateRequest)
|
105
|
+
|
106
|
+
SecretEngineUpdateResponse = _reflection.GeneratedProtocolMessageType('SecretEngineUpdateResponse', (_message.Message,), {
|
107
|
+
'DESCRIPTOR' : _SECRETENGINEUPDATERESPONSE,
|
108
|
+
'__module__' : 'secret_engines_pb2'
|
109
|
+
# @@protoc_insertion_point(class_scope:v1.SecretEngineUpdateResponse)
|
110
|
+
})
|
111
|
+
_sym_db.RegisterMessage(SecretEngineUpdateResponse)
|
112
|
+
|
113
|
+
SecretEngineDeleteRequest = _reflection.GeneratedProtocolMessageType('SecretEngineDeleteRequest', (_message.Message,), {
|
114
|
+
'DESCRIPTOR' : _SECRETENGINEDELETEREQUEST,
|
115
|
+
'__module__' : 'secret_engines_pb2'
|
116
|
+
# @@protoc_insertion_point(class_scope:v1.SecretEngineDeleteRequest)
|
117
|
+
})
|
118
|
+
_sym_db.RegisterMessage(SecretEngineDeleteRequest)
|
119
|
+
|
120
|
+
SecretEngineDeleteResponse = _reflection.GeneratedProtocolMessageType('SecretEngineDeleteResponse', (_message.Message,), {
|
121
|
+
'DESCRIPTOR' : _SECRETENGINEDELETERESPONSE,
|
122
|
+
'__module__' : 'secret_engines_pb2'
|
123
|
+
# @@protoc_insertion_point(class_scope:v1.SecretEngineDeleteResponse)
|
124
|
+
})
|
125
|
+
_sym_db.RegisterMessage(SecretEngineDeleteResponse)
|
126
|
+
|
127
|
+
GenerateKeysRequest = _reflection.GeneratedProtocolMessageType('GenerateKeysRequest', (_message.Message,), {
|
128
|
+
'DESCRIPTOR' : _GENERATEKEYSREQUEST,
|
129
|
+
'__module__' : 'secret_engines_pb2'
|
130
|
+
# @@protoc_insertion_point(class_scope:v1.GenerateKeysRequest)
|
131
|
+
})
|
132
|
+
_sym_db.RegisterMessage(GenerateKeysRequest)
|
133
|
+
|
134
|
+
GenerateKeysResponse = _reflection.GeneratedProtocolMessageType('GenerateKeysResponse', (_message.Message,), {
|
135
|
+
'DESCRIPTOR' : _GENERATEKEYSRESPONSE,
|
136
|
+
'__module__' : 'secret_engines_pb2'
|
137
|
+
# @@protoc_insertion_point(class_scope:v1.GenerateKeysResponse)
|
138
|
+
})
|
139
|
+
_sym_db.RegisterMessage(GenerateKeysResponse)
|
140
|
+
|
141
|
+
HealthcheckRequest = _reflection.GeneratedProtocolMessageType('HealthcheckRequest', (_message.Message,), {
|
142
|
+
'DESCRIPTOR' : _HEALTHCHECKREQUEST,
|
143
|
+
'__module__' : 'secret_engines_pb2'
|
144
|
+
# @@protoc_insertion_point(class_scope:v1.HealthcheckRequest)
|
145
|
+
})
|
146
|
+
_sym_db.RegisterMessage(HealthcheckRequest)
|
147
|
+
|
148
|
+
HealthcheckStatus = _reflection.GeneratedProtocolMessageType('HealthcheckStatus', (_message.Message,), {
|
149
|
+
'DESCRIPTOR' : _HEALTHCHECKSTATUS,
|
150
|
+
'__module__' : 'secret_engines_pb2'
|
151
|
+
# @@protoc_insertion_point(class_scope:v1.HealthcheckStatus)
|
152
|
+
})
|
153
|
+
_sym_db.RegisterMessage(HealthcheckStatus)
|
154
|
+
|
155
|
+
HealthcheckResponse = _reflection.GeneratedProtocolMessageType('HealthcheckResponse', (_message.Message,), {
|
156
|
+
'DESCRIPTOR' : _HEALTHCHECKRESPONSE,
|
157
|
+
'__module__' : 'secret_engines_pb2'
|
158
|
+
# @@protoc_insertion_point(class_scope:v1.HealthcheckResponse)
|
159
|
+
})
|
160
|
+
_sym_db.RegisterMessage(HealthcheckResponse)
|
161
|
+
|
162
|
+
SecretEngineRotateRequest = _reflection.GeneratedProtocolMessageType('SecretEngineRotateRequest', (_message.Message,), {
|
163
|
+
'DESCRIPTOR' : _SECRETENGINEROTATEREQUEST,
|
164
|
+
'__module__' : 'secret_engines_pb2'
|
165
|
+
# @@protoc_insertion_point(class_scope:v1.SecretEngineRotateRequest)
|
166
|
+
})
|
167
|
+
_sym_db.RegisterMessage(SecretEngineRotateRequest)
|
168
|
+
|
169
|
+
SecretEngineRotateResponse = _reflection.GeneratedProtocolMessageType('SecretEngineRotateResponse', (_message.Message,), {
|
170
|
+
'DESCRIPTOR' : _SECRETENGINEROTATERESPONSE,
|
171
|
+
'__module__' : 'secret_engines_pb2'
|
172
|
+
# @@protoc_insertion_point(class_scope:v1.SecretEngineRotateResponse)
|
173
|
+
})
|
174
|
+
_sym_db.RegisterMessage(SecretEngineRotateResponse)
|
175
|
+
|
176
|
+
_SECRETENGINES = DESCRIPTOR.services_by_name['SecretEngines']
|
177
|
+
if _descriptor._USE_C_DESCRIPTORS == False:
|
178
|
+
|
179
|
+
DESCRIPTOR._options = None
|
180
|
+
DESCRIPTOR._serialized_options = b'\n\031com.strongdm.api.plumbingB\025SecretEnginesPlumbingZ5github.com/strongdm/strongdm-sdk-go/v3/internal/v1;v1'
|
181
|
+
_SECRETENGINELISTREQUEST.fields_by_name['filter']._options = None
|
182
|
+
_SECRETENGINELISTREQUEST.fields_by_name['filter']._serialized_options = b'\362\370\263\007\005\260\363\263\007\001'
|
183
|
+
_SECRETENGINELISTREQUEST._options = None
|
184
|
+
_SECRETENGINELISTREQUEST._serialized_options = b'\372\370\263\007\005\250\363\263\007\001'
|
185
|
+
_SECRETENGINELISTRESPONSE.fields_by_name['secret_engines']._options = None
|
186
|
+
_SECRETENGINELISTRESPONSE.fields_by_name['secret_engines']._serialized_options = b'\362\370\263\007\005\270\363\263\007\001'
|
187
|
+
_SECRETENGINELISTRESPONSE.fields_by_name['rate_limit']._options = None
|
188
|
+
_SECRETENGINELISTRESPONSE.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'
|
189
|
+
_SECRETENGINELISTRESPONSE._options = None
|
190
|
+
_SECRETENGINELISTRESPONSE._serialized_options = b'\372\370\263\007\005\250\363\263\007\001'
|
191
|
+
_SECRETENGINEGETREQUEST.fields_by_name['id']._options = None
|
192
|
+
_SECRETENGINEGETREQUEST.fields_by_name['id']._serialized_options = b'\362\370\263\007\005\260\363\263\007\001'
|
193
|
+
_SECRETENGINEGETREQUEST._options = None
|
194
|
+
_SECRETENGINEGETREQUEST._serialized_options = b'\372\370\263\007\005\250\363\263\007\001'
|
195
|
+
_SECRETENGINEGETRESPONSE.fields_by_name['meta']._options = None
|
196
|
+
_SECRETENGINEGETRESPONSE.fields_by_name['meta']._serialized_options = b'\362\370\263\007\005\260\363\263\007\001'
|
197
|
+
_SECRETENGINEGETRESPONSE.fields_by_name['secret_engine']._options = None
|
198
|
+
_SECRETENGINEGETRESPONSE.fields_by_name['secret_engine']._serialized_options = b'\362\370\263\007\005\260\363\263\007\001'
|
199
|
+
_SECRETENGINEGETRESPONSE.fields_by_name['rate_limit']._options = None
|
200
|
+
_SECRETENGINEGETRESPONSE.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'
|
201
|
+
_SECRETENGINEGETRESPONSE._options = None
|
202
|
+
_SECRETENGINEGETRESPONSE._serialized_options = b'\372\370\263\007\005\250\363\263\007\001'
|
203
|
+
_SECRETENGINECREATEREQUEST.fields_by_name['secret_engine']._options = None
|
204
|
+
_SECRETENGINECREATEREQUEST.fields_by_name['secret_engine']._serialized_options = b'\362\370\263\007\005\260\363\263\007\001'
|
205
|
+
_SECRETENGINECREATEREQUEST._options = None
|
206
|
+
_SECRETENGINECREATEREQUEST._serialized_options = b'\372\370\263\007\005\250\363\263\007\001'
|
207
|
+
_SECRETENGINECREATERESPONSE.fields_by_name['meta']._options = None
|
208
|
+
_SECRETENGINECREATERESPONSE.fields_by_name['meta']._serialized_options = b'\362\370\263\007\005\260\363\263\007\001'
|
209
|
+
_SECRETENGINECREATERESPONSE.fields_by_name['secret_engine']._options = None
|
210
|
+
_SECRETENGINECREATERESPONSE.fields_by_name['secret_engine']._serialized_options = b'\362\370\263\007\005\260\363\263\007\001'
|
211
|
+
_SECRETENGINECREATERESPONSE.fields_by_name['rate_limit']._options = None
|
212
|
+
_SECRETENGINECREATERESPONSE.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'
|
213
|
+
_SECRETENGINECREATERESPONSE._options = None
|
214
|
+
_SECRETENGINECREATERESPONSE._serialized_options = b'\372\370\263\007\005\250\363\263\007\001'
|
215
|
+
_SECRETENGINEUPDATEREQUEST.fields_by_name['secret_engine']._options = None
|
216
|
+
_SECRETENGINEUPDATEREQUEST.fields_by_name['secret_engine']._serialized_options = b'\362\370\263\007\005\260\363\263\007\001'
|
217
|
+
_SECRETENGINEUPDATEREQUEST._options = None
|
218
|
+
_SECRETENGINEUPDATEREQUEST._serialized_options = b'\372\370\263\007\005\250\363\263\007\001'
|
219
|
+
_SECRETENGINEUPDATERESPONSE.fields_by_name['meta']._options = None
|
220
|
+
_SECRETENGINEUPDATERESPONSE.fields_by_name['meta']._serialized_options = b'\362\370\263\007\005\260\363\263\007\001'
|
221
|
+
_SECRETENGINEUPDATERESPONSE.fields_by_name['secret_engine']._options = None
|
222
|
+
_SECRETENGINEUPDATERESPONSE.fields_by_name['secret_engine']._serialized_options = b'\362\370\263\007\005\260\363\263\007\001'
|
223
|
+
_SECRETENGINEUPDATERESPONSE.fields_by_name['rate_limit']._options = None
|
224
|
+
_SECRETENGINEUPDATERESPONSE.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'
|
225
|
+
_SECRETENGINEUPDATERESPONSE._options = None
|
226
|
+
_SECRETENGINEUPDATERESPONSE._serialized_options = b'\372\370\263\007\005\250\363\263\007\001'
|
227
|
+
_SECRETENGINEDELETEREQUEST.fields_by_name['id']._options = None
|
228
|
+
_SECRETENGINEDELETEREQUEST.fields_by_name['id']._serialized_options = b'\362\370\263\007\005\260\363\263\007\001'
|
229
|
+
_SECRETENGINEDELETEREQUEST._options = None
|
230
|
+
_SECRETENGINEDELETEREQUEST._serialized_options = b'\372\370\263\007\005\250\363\263\007\001'
|
231
|
+
_SECRETENGINEDELETERESPONSE.fields_by_name['rate_limit']._options = None
|
232
|
+
_SECRETENGINEDELETERESPONSE.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'
|
233
|
+
_SECRETENGINEDELETERESPONSE._options = None
|
234
|
+
_SECRETENGINEDELETERESPONSE._serialized_options = b'\372\370\263\007\005\250\363\263\007\001'
|
235
|
+
_GENERATEKEYSREQUEST.fields_by_name['secret_engine_id']._options = None
|
236
|
+
_GENERATEKEYSREQUEST.fields_by_name['secret_engine_id']._serialized_options = b'\362\370\263\007\005\260\363\263\007\001'
|
237
|
+
_GENERATEKEYSREQUEST._options = None
|
238
|
+
_GENERATEKEYSREQUEST._serialized_options = b'\372\370\263\007\005\250\363\263\007\001'
|
239
|
+
_GENERATEKEYSRESPONSE.fields_by_name['rate_limit']._options = None
|
240
|
+
_GENERATEKEYSRESPONSE.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'
|
241
|
+
_GENERATEKEYSRESPONSE._options = None
|
242
|
+
_GENERATEKEYSRESPONSE._serialized_options = b'\372\370\263\007\005\250\363\263\007\001'
|
243
|
+
_HEALTHCHECKREQUEST.fields_by_name['secret_engine_id']._options = None
|
244
|
+
_HEALTHCHECKREQUEST.fields_by_name['secret_engine_id']._serialized_options = b'\362\370\263\007\005\260\363\263\007\001'
|
245
|
+
_HEALTHCHECKREQUEST._options = None
|
246
|
+
_HEALTHCHECKREQUEST._serialized_options = b'\372\370\263\007\005\250\363\263\007\001'
|
247
|
+
_HEALTHCHECKSTATUS.fields_by_name['node_id']._options = None
|
248
|
+
_HEALTHCHECKSTATUS.fields_by_name['node_id']._serialized_options = b'\362\370\263\007\005\260\363\263\007\001'
|
249
|
+
_HEALTHCHECKSTATUS.fields_by_name['status']._options = None
|
250
|
+
_HEALTHCHECKSTATUS.fields_by_name['status']._serialized_options = b'\362\370\263\007\005\260\363\263\007\001'
|
251
|
+
_HEALTHCHECKSTATUS._options = None
|
252
|
+
_HEALTHCHECKSTATUS._serialized_options = b'\372\370\263\007\005\250\363\263\007\001'
|
253
|
+
_HEALTHCHECKRESPONSE.fields_by_name['rate_limit']._options = None
|
254
|
+
_HEALTHCHECKRESPONSE.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'
|
255
|
+
_HEALTHCHECKRESPONSE.fields_by_name['status']._options = None
|
256
|
+
_HEALTHCHECKRESPONSE.fields_by_name['status']._serialized_options = b'\362\370\263\007\005\260\363\263\007\001'
|
257
|
+
_HEALTHCHECKRESPONSE._options = None
|
258
|
+
_HEALTHCHECKRESPONSE._serialized_options = b'\372\370\263\007\005\250\363\263\007\001'
|
259
|
+
_SECRETENGINEROTATEREQUEST.fields_by_name['id']._options = None
|
260
|
+
_SECRETENGINEROTATEREQUEST.fields_by_name['id']._serialized_options = b'\362\370\263\007\005\260\363\263\007\001'
|
261
|
+
_SECRETENGINEROTATEREQUEST.fields_by_name['password_policy']._options = None
|
262
|
+
_SECRETENGINEROTATEREQUEST.fields_by_name['password_policy']._serialized_options = b'\362\370\263\007\005\260\363\263\007\001'
|
263
|
+
_SECRETENGINEROTATEREQUEST._options = None
|
264
|
+
_SECRETENGINEROTATEREQUEST._serialized_options = b'\372\370\263\007\005\250\363\263\007\001'
|
265
|
+
_SECRETENGINEROTATERESPONSE.fields_by_name['rate_limit']._options = None
|
266
|
+
_SECRETENGINEROTATERESPONSE.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'
|
267
|
+
_SECRETENGINEROTATERESPONSE._options = None
|
268
|
+
_SECRETENGINEROTATERESPONSE._serialized_options = b'\372\370\263\007\005\250\363\263\007\001'
|
269
|
+
_SECRETENGINES._options = None
|
270
|
+
_SECRETENGINES._serialized_options = b'\312\371\263\007\021\302\371\263\007\014SecretEngine\312\371\263\007\t\322\371\263\007\004eng-\312\371\263\007\005\330\371\263\007\001'
|
271
|
+
_SECRETENGINES.methods_by_name['List']._options = None
|
272
|
+
_SECRETENGINES.methods_by_name['List']._serialized_options = b'\202\371\263\007\010\242\363\263\007\003get\202\371\263\007\027\252\363\263\007\022/v1/secret-engines'
|
273
|
+
_SECRETENGINES.methods_by_name['Get']._options = None
|
274
|
+
_SECRETENGINES.methods_by_name['Get']._serialized_options = b'\202\371\263\007\010\242\363\263\007\003get\202\371\263\007\034\252\363\263\007\027/v1/secret-engines/{id}'
|
275
|
+
_SECRETENGINES.methods_by_name['Create']._options = None
|
276
|
+
_SECRETENGINES.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/secret-engines'
|
277
|
+
_SECRETENGINES.methods_by_name['Update']._options = None
|
278
|
+
_SECRETENGINES.methods_by_name['Update']._serialized_options = b'\202\371\263\007\010\242\363\263\007\003put\202\371\263\007\034\252\363\263\007\027/v1/secret-engines/{id}'
|
279
|
+
_SECRETENGINES.methods_by_name['Delete']._options = None
|
280
|
+
_SECRETENGINES.methods_by_name['Delete']._serialized_options = b'\202\371\263\007\013\242\363\263\007\006delete\202\371\263\007\034\252\363\263\007\027/v1/secret-engines/{id}'
|
281
|
+
_SECRETENGINES.methods_by_name['ListSecretStores']._options = None
|
282
|
+
_SECRETENGINES.methods_by_name['ListSecretStores']._serialized_options = b'\202\371\263\007\010\242\363\263\007\003get\202\371\263\007\037\252\363\263\007\032/v1/secret-engines-stores/'
|
283
|
+
_SECRETENGINES.methods_by_name['GenerateKeys']._options = None
|
284
|
+
_SECRETENGINES.methods_by_name['GenerateKeys']._serialized_options = b'\202\371\263\007\010\242\363\263\007\003put\202\371\263\0078\252\363\263\0073/v1/secret-engines/{secret_engine_id}/generate-keys'
|
285
|
+
_SECRETENGINES.methods_by_name['Healthcheck']._options = None
|
286
|
+
_SECRETENGINES.methods_by_name['Healthcheck']._serialized_options = b'\202\371\263\007\010\242\363\263\007\003put\202\371\263\0076\252\363\263\0071/v1/secret-engines/{secret_engine_id}/healthcheck'
|
287
|
+
_SECRETENGINES.methods_by_name['Rotate']._options = None
|
288
|
+
_SECRETENGINES.methods_by_name['Rotate']._serialized_options = b'\202\371\263\007\010\242\363\263\007\003put\202\371\263\007#\252\363\263\007\036/v1/secret-engines/{id}/rotate'
|
289
|
+
_SECRETENGINELISTREQUEST._serialized_start=131
|
290
|
+
_SECRETENGINELISTREQUEST._serialized_end=235
|
291
|
+
_SECRETENGINELISTRESPONSE._serialized_start=238
|
292
|
+
_SECRETENGINELISTRESPONSE._serialized_end=459
|
293
|
+
_SECRETENGINEGETREQUEST._serialized_start=461
|
294
|
+
_SECRETENGINEGETREQUEST._serialized_end=559
|
295
|
+
_SECRETENGINEGETRESPONSE._serialized_start=562
|
296
|
+
_SECRETENGINEGETRESPONSE._serialized_end=792
|
297
|
+
_SECRETENGINECREATEREQUEST._serialized_start=795
|
298
|
+
_SECRETENGINECREATEREQUEST._serialized_end=928
|
299
|
+
_SECRETENGINECREATERESPONSE._serialized_start=931
|
300
|
+
_SECRETENGINECREATERESPONSE._serialized_end=1167
|
301
|
+
_SECRETENGINEUPDATEREQUEST._serialized_start=1170
|
302
|
+
_SECRETENGINEUPDATEREQUEST._serialized_end=1315
|
303
|
+
_SECRETENGINEUPDATERESPONSE._serialized_start=1318
|
304
|
+
_SECRETENGINEUPDATERESPONSE._serialized_end=1554
|
305
|
+
_SECRETENGINEDELETEREQUEST._serialized_start=1556
|
306
|
+
_SECRETENGINEDELETEREQUEST._serialized_end=1660
|
307
|
+
_SECRETENGINEDELETERESPONSE._serialized_start=1663
|
308
|
+
_SECRETENGINEDELETERESPONSE._serialized_end=1834
|
309
|
+
_GENERATEKEYSREQUEST._serialized_start=1836
|
310
|
+
_GENERATEKEYSREQUEST._serialized_end=1948
|
311
|
+
_GENERATEKEYSRESPONSE._serialized_start=1951
|
312
|
+
_GENERATEKEYSRESPONSE._serialized_end=2116
|
313
|
+
_HEALTHCHECKREQUEST._serialized_start=2118
|
314
|
+
_HEALTHCHECKREQUEST._serialized_end=2226
|
315
|
+
_HEALTHCHECKSTATUS._serialized_start=2228
|
316
|
+
_HEALTHCHECKSTATUS._serialized_end=2316
|
317
|
+
_HEALTHCHECKRESPONSE._serialized_start=2319
|
318
|
+
_HEALTHCHECKRESPONSE._serialized_end=2530
|
319
|
+
_SECRETENGINEROTATEREQUEST._serialized_start=2533
|
320
|
+
_SECRETENGINEROTATEREQUEST._serialized_end=2706
|
321
|
+
_SECRETENGINEROTATERESPONSE._serialized_start=2709
|
322
|
+
_SECRETENGINEROTATERESPONSE._serialized_end=2879
|
323
|
+
_SECRETENGINES._serialized_start=2882
|
324
|
+
_SECRETENGINES._serialized_end=4068
|
325
|
+
# @@protoc_insertion_point(module_scope)
|