strongdm 15.14.0__zip → 15.16.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.
Files changed (159) hide show
  1. {strongdm-15.14.0 → strongdm-15.16.0}/PKG-INFO +4 -4
  2. {strongdm-15.14.0 → strongdm-15.16.0}/README.md +2 -2
  3. {strongdm-15.14.0 → strongdm-15.16.0}/setup.py +2 -2
  4. strongdm-15.16.0/strongdm/accounts_groups_history_pb2.py +100 -0
  5. strongdm-15.16.0/strongdm/accounts_groups_history_pb2_grpc.py +84 -0
  6. strongdm-15.16.0/strongdm/accounts_groups_pb2.py +194 -0
  7. strongdm-15.16.0/strongdm/accounts_groups_pb2_grpc.py +186 -0
  8. {strongdm-15.14.0 → strongdm-15.16.0}/strongdm/approval_workflows_pb2.py +5 -5
  9. {strongdm-15.14.0 → strongdm-15.16.0}/strongdm/client.py +59 -1
  10. {strongdm-15.14.0 → strongdm-15.16.0}/strongdm/constants.py +7 -0
  11. {strongdm-15.14.0 → strongdm-15.16.0}/strongdm/drivers_pb2.py +262 -220
  12. strongdm-15.16.0/strongdm/groups_history_pb2.py +100 -0
  13. strongdm-15.16.0/strongdm/groups_history_pb2_grpc.py +84 -0
  14. strongdm-15.16.0/strongdm/groups_pb2.py +290 -0
  15. strongdm-15.16.0/strongdm/groups_pb2_grpc.py +253 -0
  16. strongdm-15.16.0/strongdm/groups_roles_history_pb2.py +100 -0
  17. strongdm-15.16.0/strongdm/groups_roles_history_pb2_grpc.py +84 -0
  18. strongdm-15.16.0/strongdm/groups_roles_pb2.py +200 -0
  19. strongdm-15.16.0/strongdm/groups_roles_pb2_grpc.py +186 -0
  20. {strongdm-15.14.0 → strongdm-15.16.0}/strongdm/models.py +6643 -4987
  21. {strongdm-15.14.0 → strongdm-15.16.0}/strongdm/plumbing.py +1256 -11
  22. {strongdm-15.14.0 → strongdm-15.16.0}/strongdm/svc.py +759 -0
  23. {strongdm-15.14.0 → strongdm-15.16.0}/strongdm.egg-info/PKG-INFO +4 -4
  24. {strongdm-15.14.0 → strongdm-15.16.0}/strongdm.egg-info/SOURCES.txt +12 -0
  25. {strongdm-15.14.0 → strongdm-15.16.0}/LICENSE +0 -0
  26. {strongdm-15.14.0 → strongdm-15.16.0}/setup.cfg +0 -0
  27. {strongdm-15.14.0 → strongdm-15.16.0}/strongdm/__init__.py +0 -0
  28. {strongdm-15.14.0 → strongdm-15.16.0}/strongdm/access_request_events_history_pb2.py +0 -0
  29. {strongdm-15.14.0 → strongdm-15.16.0}/strongdm/access_request_events_history_pb2_grpc.py +0 -0
  30. {strongdm-15.14.0 → strongdm-15.16.0}/strongdm/access_requests_history_pb2.py +0 -0
  31. {strongdm-15.14.0 → strongdm-15.16.0}/strongdm/access_requests_history_pb2_grpc.py +0 -0
  32. {strongdm-15.14.0 → strongdm-15.16.0}/strongdm/access_requests_pb2.py +0 -0
  33. {strongdm-15.14.0 → strongdm-15.16.0}/strongdm/access_requests_pb2_grpc.py +0 -0
  34. {strongdm-15.14.0 → strongdm-15.16.0}/strongdm/account_attachments_history_pb2.py +0 -0
  35. {strongdm-15.14.0 → strongdm-15.16.0}/strongdm/account_attachments_history_pb2_grpc.py +0 -0
  36. {strongdm-15.14.0 → strongdm-15.16.0}/strongdm/account_attachments_pb2.py +0 -0
  37. {strongdm-15.14.0 → strongdm-15.16.0}/strongdm/account_attachments_pb2_grpc.py +0 -0
  38. {strongdm-15.14.0 → strongdm-15.16.0}/strongdm/account_grants_history_pb2.py +0 -0
  39. {strongdm-15.14.0 → strongdm-15.16.0}/strongdm/account_grants_history_pb2_grpc.py +0 -0
  40. {strongdm-15.14.0 → strongdm-15.16.0}/strongdm/account_grants_pb2.py +0 -0
  41. {strongdm-15.14.0 → strongdm-15.16.0}/strongdm/account_grants_pb2_grpc.py +0 -0
  42. {strongdm-15.14.0 → strongdm-15.16.0}/strongdm/account_permissions_pb2.py +0 -0
  43. {strongdm-15.14.0 → strongdm-15.16.0}/strongdm/account_permissions_pb2_grpc.py +0 -0
  44. {strongdm-15.14.0 → strongdm-15.16.0}/strongdm/account_resources_history_pb2.py +0 -0
  45. {strongdm-15.14.0 → strongdm-15.16.0}/strongdm/account_resources_history_pb2_grpc.py +0 -0
  46. {strongdm-15.14.0 → strongdm-15.16.0}/strongdm/account_resources_pb2.py +0 -0
  47. {strongdm-15.14.0 → strongdm-15.16.0}/strongdm/account_resources_pb2_grpc.py +0 -0
  48. {strongdm-15.14.0 → strongdm-15.16.0}/strongdm/accounts_history_pb2.py +0 -0
  49. {strongdm-15.14.0 → strongdm-15.16.0}/strongdm/accounts_history_pb2_grpc.py +0 -0
  50. {strongdm-15.14.0 → strongdm-15.16.0}/strongdm/accounts_pb2.py +0 -0
  51. {strongdm-15.14.0 → strongdm-15.16.0}/strongdm/accounts_pb2_grpc.py +0 -0
  52. {strongdm-15.14.0 → strongdm-15.16.0}/strongdm/activities_pb2.py +0 -0
  53. {strongdm-15.14.0 → strongdm-15.16.0}/strongdm/activities_pb2_grpc.py +0 -0
  54. {strongdm-15.14.0 → strongdm-15.16.0}/strongdm/approval_workflow_approvers_history_pb2.py +0 -0
  55. {strongdm-15.14.0 → strongdm-15.16.0}/strongdm/approval_workflow_approvers_history_pb2_grpc.py +0 -0
  56. {strongdm-15.14.0 → strongdm-15.16.0}/strongdm/approval_workflow_approvers_pb2.py +0 -0
  57. {strongdm-15.14.0 → strongdm-15.16.0}/strongdm/approval_workflow_approvers_pb2_grpc.py +0 -0
  58. {strongdm-15.14.0 → strongdm-15.16.0}/strongdm/approval_workflow_steps_history_pb2.py +0 -0
  59. {strongdm-15.14.0 → strongdm-15.16.0}/strongdm/approval_workflow_steps_history_pb2_grpc.py +0 -0
  60. {strongdm-15.14.0 → strongdm-15.16.0}/strongdm/approval_workflow_steps_pb2.py +0 -0
  61. {strongdm-15.14.0 → strongdm-15.16.0}/strongdm/approval_workflow_steps_pb2_grpc.py +0 -0
  62. {strongdm-15.14.0 → strongdm-15.16.0}/strongdm/approval_workflows_history_pb2.py +0 -0
  63. {strongdm-15.14.0 → strongdm-15.16.0}/strongdm/approval_workflows_history_pb2_grpc.py +0 -0
  64. {strongdm-15.14.0 → strongdm-15.16.0}/strongdm/approval_workflows_pb2_grpc.py +0 -0
  65. {strongdm-15.14.0 → strongdm-15.16.0}/strongdm/control_panel_pb2.py +0 -0
  66. {strongdm-15.14.0 → strongdm-15.16.0}/strongdm/control_panel_pb2_grpc.py +0 -0
  67. {strongdm-15.14.0 → strongdm-15.16.0}/strongdm/drivers_pb2_grpc.py +0 -0
  68. {strongdm-15.14.0 → strongdm-15.16.0}/strongdm/errors.py +0 -0
  69. {strongdm-15.14.0 → strongdm-15.16.0}/strongdm/health_checks_pb2.py +0 -0
  70. {strongdm-15.14.0 → strongdm-15.16.0}/strongdm/health_checks_pb2_grpc.py +0 -0
  71. {strongdm-15.14.0 → strongdm-15.16.0}/strongdm/identity_aliases_history_pb2.py +0 -0
  72. {strongdm-15.14.0 → strongdm-15.16.0}/strongdm/identity_aliases_history_pb2_grpc.py +0 -0
  73. {strongdm-15.14.0 → strongdm-15.16.0}/strongdm/identity_aliases_pb2.py +0 -0
  74. {strongdm-15.14.0 → strongdm-15.16.0}/strongdm/identity_aliases_pb2_grpc.py +0 -0
  75. {strongdm-15.14.0 → strongdm-15.16.0}/strongdm/identity_sets_history_pb2.py +0 -0
  76. {strongdm-15.14.0 → strongdm-15.16.0}/strongdm/identity_sets_history_pb2_grpc.py +0 -0
  77. {strongdm-15.14.0 → strongdm-15.16.0}/strongdm/identity_sets_pb2.py +0 -0
  78. {strongdm-15.14.0 → strongdm-15.16.0}/strongdm/identity_sets_pb2_grpc.py +0 -0
  79. {strongdm-15.14.0 → strongdm-15.16.0}/strongdm/managed_secrets_pb2.py +0 -0
  80. {strongdm-15.14.0 → strongdm-15.16.0}/strongdm/managed_secrets_pb2_grpc.py +0 -0
  81. {strongdm-15.14.0 → strongdm-15.16.0}/strongdm/nodes_history_pb2.py +0 -0
  82. {strongdm-15.14.0 → strongdm-15.16.0}/strongdm/nodes_history_pb2_grpc.py +0 -0
  83. {strongdm-15.14.0 → strongdm-15.16.0}/strongdm/nodes_pb2.py +0 -0
  84. {strongdm-15.14.0 → strongdm-15.16.0}/strongdm/nodes_pb2_grpc.py +0 -0
  85. {strongdm-15.14.0 → strongdm-15.16.0}/strongdm/options_pb2.py +0 -0
  86. {strongdm-15.14.0 → strongdm-15.16.0}/strongdm/options_pb2_grpc.py +0 -0
  87. {strongdm-15.14.0 → strongdm-15.16.0}/strongdm/organization_history_pb2.py +0 -0
  88. {strongdm-15.14.0 → strongdm-15.16.0}/strongdm/organization_history_pb2_grpc.py +0 -0
  89. {strongdm-15.14.0 → strongdm-15.16.0}/strongdm/peering_group_nodes_pb2.py +0 -0
  90. {strongdm-15.14.0 → strongdm-15.16.0}/strongdm/peering_group_nodes_pb2_grpc.py +0 -0
  91. {strongdm-15.14.0 → strongdm-15.16.0}/strongdm/peering_group_peers_pb2.py +0 -0
  92. {strongdm-15.14.0 → strongdm-15.16.0}/strongdm/peering_group_peers_pb2_grpc.py +0 -0
  93. {strongdm-15.14.0 → strongdm-15.16.0}/strongdm/peering_group_resources_pb2.py +0 -0
  94. {strongdm-15.14.0 → strongdm-15.16.0}/strongdm/peering_group_resources_pb2_grpc.py +0 -0
  95. {strongdm-15.14.0 → strongdm-15.16.0}/strongdm/peering_groups_pb2.py +0 -0
  96. {strongdm-15.14.0 → strongdm-15.16.0}/strongdm/peering_groups_pb2_grpc.py +0 -0
  97. {strongdm-15.14.0 → strongdm-15.16.0}/strongdm/policies_history_pb2.py +0 -0
  98. {strongdm-15.14.0 → strongdm-15.16.0}/strongdm/policies_history_pb2_grpc.py +0 -0
  99. {strongdm-15.14.0 → strongdm-15.16.0}/strongdm/policies_pb2.py +0 -0
  100. {strongdm-15.14.0 → strongdm-15.16.0}/strongdm/policies_pb2_grpc.py +0 -0
  101. {strongdm-15.14.0 → strongdm-15.16.0}/strongdm/proxy_cluster_keys_pb2.py +0 -0
  102. {strongdm-15.14.0 → strongdm-15.16.0}/strongdm/proxy_cluster_keys_pb2_grpc.py +0 -0
  103. {strongdm-15.14.0 → strongdm-15.16.0}/strongdm/queries_pb2.py +0 -0
  104. {strongdm-15.14.0 → strongdm-15.16.0}/strongdm/queries_pb2_grpc.py +0 -0
  105. {strongdm-15.14.0 → strongdm-15.16.0}/strongdm/remote_identities_history_pb2.py +0 -0
  106. {strongdm-15.14.0 → strongdm-15.16.0}/strongdm/remote_identities_history_pb2_grpc.py +0 -0
  107. {strongdm-15.14.0 → strongdm-15.16.0}/strongdm/remote_identities_pb2.py +0 -0
  108. {strongdm-15.14.0 → strongdm-15.16.0}/strongdm/remote_identities_pb2_grpc.py +0 -0
  109. {strongdm-15.14.0 → strongdm-15.16.0}/strongdm/remote_identity_groups_history_pb2.py +0 -0
  110. {strongdm-15.14.0 → strongdm-15.16.0}/strongdm/remote_identity_groups_history_pb2_grpc.py +0 -0
  111. {strongdm-15.14.0 → strongdm-15.16.0}/strongdm/remote_identity_groups_pb2.py +0 -0
  112. {strongdm-15.14.0 → strongdm-15.16.0}/strongdm/remote_identity_groups_pb2_grpc.py +0 -0
  113. {strongdm-15.14.0 → strongdm-15.16.0}/strongdm/replays_pb2.py +0 -0
  114. {strongdm-15.14.0 → strongdm-15.16.0}/strongdm/replays_pb2_grpc.py +0 -0
  115. {strongdm-15.14.0 → strongdm-15.16.0}/strongdm/resources_history_pb2.py +0 -0
  116. {strongdm-15.14.0 → strongdm-15.16.0}/strongdm/resources_history_pb2_grpc.py +0 -0
  117. {strongdm-15.14.0 → strongdm-15.16.0}/strongdm/resources_pb2.py +0 -0
  118. {strongdm-15.14.0 → strongdm-15.16.0}/strongdm/resources_pb2_grpc.py +0 -0
  119. {strongdm-15.14.0 → strongdm-15.16.0}/strongdm/role_resources_history_pb2.py +0 -0
  120. {strongdm-15.14.0 → strongdm-15.16.0}/strongdm/role_resources_history_pb2_grpc.py +0 -0
  121. {strongdm-15.14.0 → strongdm-15.16.0}/strongdm/role_resources_pb2.py +0 -0
  122. {strongdm-15.14.0 → strongdm-15.16.0}/strongdm/role_resources_pb2_grpc.py +0 -0
  123. {strongdm-15.14.0 → strongdm-15.16.0}/strongdm/roles_history_pb2.py +0 -0
  124. {strongdm-15.14.0 → strongdm-15.16.0}/strongdm/roles_history_pb2_grpc.py +0 -0
  125. {strongdm-15.14.0 → strongdm-15.16.0}/strongdm/roles_pb2.py +0 -0
  126. {strongdm-15.14.0 → strongdm-15.16.0}/strongdm/roles_pb2_grpc.py +0 -0
  127. {strongdm-15.14.0 → strongdm-15.16.0}/strongdm/secret_engine_policy_pb2.py +0 -0
  128. {strongdm-15.14.0 → strongdm-15.16.0}/strongdm/secret_engine_policy_pb2_grpc.py +0 -0
  129. {strongdm-15.14.0 → strongdm-15.16.0}/strongdm/secret_engine_types_pb2.py +0 -0
  130. {strongdm-15.14.0 → strongdm-15.16.0}/strongdm/secret_engine_types_pb2_grpc.py +0 -0
  131. {strongdm-15.14.0 → strongdm-15.16.0}/strongdm/secret_engines_pb2.py +0 -0
  132. {strongdm-15.14.0 → strongdm-15.16.0}/strongdm/secret_engines_pb2_grpc.py +0 -0
  133. {strongdm-15.14.0 → strongdm-15.16.0}/strongdm/secret_store_healths_pb2.py +0 -0
  134. {strongdm-15.14.0 → strongdm-15.16.0}/strongdm/secret_store_healths_pb2_grpc.py +0 -0
  135. {strongdm-15.14.0 → strongdm-15.16.0}/strongdm/secret_store_types_pb2.py +0 -0
  136. {strongdm-15.14.0 → strongdm-15.16.0}/strongdm/secret_store_types_pb2_grpc.py +0 -0
  137. {strongdm-15.14.0 → strongdm-15.16.0}/strongdm/secret_stores_history_pb2.py +0 -0
  138. {strongdm-15.14.0 → strongdm-15.16.0}/strongdm/secret_stores_history_pb2_grpc.py +0 -0
  139. {strongdm-15.14.0 → strongdm-15.16.0}/strongdm/secret_stores_pb2.py +0 -0
  140. {strongdm-15.14.0 → strongdm-15.16.0}/strongdm/secret_stores_pb2_grpc.py +0 -0
  141. {strongdm-15.14.0 → strongdm-15.16.0}/strongdm/spec_pb2.py +0 -0
  142. {strongdm-15.14.0 → strongdm-15.16.0}/strongdm/spec_pb2_grpc.py +0 -0
  143. {strongdm-15.14.0 → strongdm-15.16.0}/strongdm/tags_pb2.py +0 -0
  144. {strongdm-15.14.0 → strongdm-15.16.0}/strongdm/tags_pb2_grpc.py +0 -0
  145. {strongdm-15.14.0 → strongdm-15.16.0}/strongdm/workflow_approvers_history_pb2.py +0 -0
  146. {strongdm-15.14.0 → strongdm-15.16.0}/strongdm/workflow_approvers_history_pb2_grpc.py +0 -0
  147. {strongdm-15.14.0 → strongdm-15.16.0}/strongdm/workflow_approvers_pb2.py +0 -0
  148. {strongdm-15.14.0 → strongdm-15.16.0}/strongdm/workflow_approvers_pb2_grpc.py +0 -0
  149. {strongdm-15.14.0 → strongdm-15.16.0}/strongdm/workflow_roles_history_pb2.py +0 -0
  150. {strongdm-15.14.0 → strongdm-15.16.0}/strongdm/workflow_roles_history_pb2_grpc.py +0 -0
  151. {strongdm-15.14.0 → strongdm-15.16.0}/strongdm/workflow_roles_pb2.py +0 -0
  152. {strongdm-15.14.0 → strongdm-15.16.0}/strongdm/workflow_roles_pb2_grpc.py +0 -0
  153. {strongdm-15.14.0 → strongdm-15.16.0}/strongdm/workflows_history_pb2.py +0 -0
  154. {strongdm-15.14.0 → strongdm-15.16.0}/strongdm/workflows_history_pb2_grpc.py +0 -0
  155. {strongdm-15.14.0 → strongdm-15.16.0}/strongdm/workflows_pb2.py +0 -0
  156. {strongdm-15.14.0 → strongdm-15.16.0}/strongdm/workflows_pb2_grpc.py +0 -0
  157. {strongdm-15.14.0 → strongdm-15.16.0}/strongdm.egg-info/dependency_links.txt +0 -0
  158. {strongdm-15.14.0 → strongdm-15.16.0}/strongdm.egg-info/requires.txt +0 -0
  159. {strongdm-15.14.0 → strongdm-15.16.0}/strongdm.egg-info/top_level.txt +0 -0
@@ -0,0 +1,100 @@
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: groups_history.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 google.protobuf import timestamp_pb2 as google_dot_protobuf_dot_timestamp__pb2
30
+ from . import groups_pb2 as groups__pb2
31
+ from . import options_pb2 as options__pb2
32
+ from . import spec_pb2 as spec__pb2
33
+
34
+
35
+ DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n\x14groups_history.proto\x12\x02v1\x1a\x1fgoogle/protobuf/timestamp.proto\x1a\x0cgroups.proto\x1a\roptions.proto\x1a\nspec.proto\"\x86\x01\n\x17GroupHistoryListRequest\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\"\xd2\x01\n\x18GroupHistoryListResponse\x12&\n\x04meta\x18\x01 \x01(\x0b\x32\x18.v1.ListResponseMetadata\x12-\n\x07history\x18\x02 \x03(\x0b\x32\x10.v1.GroupHistoryB\n\xf2\xf8\xb3\x07\x05\xb8\xf3\xb3\x07\x01\x12\x35\n\nrate_limit\x18\x03 \x01(\x0b\x32\x15.v1.RateLimitMetadataB\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\"\x80\x02\n\x0cGroupHistory\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\x05group\x18\x03 \x01(\x0b\x32\t.v1.GroupB\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\xc7\x01\n\rGroupsHistory\x12l\n\x04List\x12\x1b.v1.GroupHistoryListRequest\x1a\x1c.v1.GroupHistoryListResponse\")\x82\xf9\xb3\x07\x08\xa2\xf3\xb3\x07\x03get\x82\xf9\xb3\x07\x17\xaa\xf3\xb3\x07\x12/v1/groups-history\x1aH\xca\xf9\xb3\x07\x11\xc2\xf9\xb3\x07\x0cGroupHistory\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-providerB\x91\x01\n\x19\x63om.strongdm.api.plumbingB\x15GroupsHistoryPlumbingZ5github.com/strongdm/strongdm-sdk-go/v3/internal/v1;v1\xc2\x92\xb4\x07\x06\xa2\x8c\xb4\x07\x01*\xc2\x92\xb4\x07\x18\xa2\x8c\xb4\x07\x13!terraform-providerb\x06proto3')
36
+
37
+
38
+
39
+ _GROUPHISTORYLISTREQUEST = DESCRIPTOR.message_types_by_name['GroupHistoryListRequest']
40
+ _GROUPHISTORYLISTRESPONSE = DESCRIPTOR.message_types_by_name['GroupHistoryListResponse']
41
+ _GROUPHISTORY = DESCRIPTOR.message_types_by_name['GroupHistory']
42
+ GroupHistoryListRequest = _reflection.GeneratedProtocolMessageType('GroupHistoryListRequest', (_message.Message,), {
43
+ 'DESCRIPTOR' : _GROUPHISTORYLISTREQUEST,
44
+ '__module__' : 'groups_history_pb2'
45
+ # @@protoc_insertion_point(class_scope:v1.GroupHistoryListRequest)
46
+ })
47
+ _sym_db.RegisterMessage(GroupHistoryListRequest)
48
+
49
+ GroupHistoryListResponse = _reflection.GeneratedProtocolMessageType('GroupHistoryListResponse', (_message.Message,), {
50
+ 'DESCRIPTOR' : _GROUPHISTORYLISTRESPONSE,
51
+ '__module__' : 'groups_history_pb2'
52
+ # @@protoc_insertion_point(class_scope:v1.GroupHistoryListResponse)
53
+ })
54
+ _sym_db.RegisterMessage(GroupHistoryListResponse)
55
+
56
+ GroupHistory = _reflection.GeneratedProtocolMessageType('GroupHistory', (_message.Message,), {
57
+ 'DESCRIPTOR' : _GROUPHISTORY,
58
+ '__module__' : 'groups_history_pb2'
59
+ # @@protoc_insertion_point(class_scope:v1.GroupHistory)
60
+ })
61
+ _sym_db.RegisterMessage(GroupHistory)
62
+
63
+ _GROUPSHISTORY = DESCRIPTOR.services_by_name['GroupsHistory']
64
+ if _descriptor._USE_C_DESCRIPTORS == False:
65
+
66
+ DESCRIPTOR._options = None
67
+ DESCRIPTOR._serialized_options = b'\n\031com.strongdm.api.plumbingB\025GroupsHistoryPlumbingZ5github.com/strongdm/strongdm-sdk-go/v3/internal/v1;v1\302\222\264\007\006\242\214\264\007\001*\302\222\264\007\030\242\214\264\007\023!terraform-provider'
68
+ _GROUPHISTORYLISTREQUEST.fields_by_name['filter']._options = None
69
+ _GROUPHISTORYLISTREQUEST.fields_by_name['filter']._serialized_options = b'\362\370\263\007\005\260\363\263\007\001'
70
+ _GROUPHISTORYLISTREQUEST._options = None
71
+ _GROUPHISTORYLISTREQUEST._serialized_options = b'\372\370\263\007\006\322\363\263\007\001*\372\370\263\007\030\322\363\263\007\023!terraform-provider'
72
+ _GROUPHISTORYLISTRESPONSE.fields_by_name['history']._options = None
73
+ _GROUPHISTORYLISTRESPONSE.fields_by_name['history']._serialized_options = b'\362\370\263\007\005\270\363\263\007\001'
74
+ _GROUPHISTORYLISTRESPONSE.fields_by_name['rate_limit']._options = None
75
+ _GROUPHISTORYLISTRESPONSE.fields_by_name['rate_limit']._serialized_options = b'\362\370\263\007\005\260\363\263\007\001'
76
+ _GROUPHISTORYLISTRESPONSE._options = None
77
+ _GROUPHISTORYLISTRESPONSE._serialized_options = b'\372\370\263\007\006\322\363\263\007\001*\372\370\263\007\030\322\363\263\007\023!terraform-provider'
78
+ _GROUPHISTORY.fields_by_name['activity_id']._options = None
79
+ _GROUPHISTORY.fields_by_name['activity_id']._serialized_options = b'\362\370\263\007\005\260\363\263\007\001'
80
+ _GROUPHISTORY.fields_by_name['timestamp']._options = None
81
+ _GROUPHISTORY.fields_by_name['timestamp']._serialized_options = b'\362\370\263\007\005\260\363\263\007\001'
82
+ _GROUPHISTORY.fields_by_name['group']._options = None
83
+ _GROUPHISTORY.fields_by_name['group']._serialized_options = b'\362\370\263\007\005\260\363\263\007\001'
84
+ _GROUPHISTORY.fields_by_name['deleted_at']._options = None
85
+ _GROUPHISTORY.fields_by_name['deleted_at']._serialized_options = b'\362\370\263\007\005\260\363\263\007\001'
86
+ _GROUPHISTORY._options = None
87
+ _GROUPHISTORY._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
+ _GROUPSHISTORY._options = None
89
+ _GROUPSHISTORY._serialized_options = b'\312\371\263\007\021\302\371\263\007\014GroupHistory\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'
90
+ _GROUPSHISTORY.methods_by_name['List']._options = None
91
+ _GROUPSHISTORY.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/groups-history'
92
+ _GROUPHISTORYLISTREQUEST._serialized_start=103
93
+ _GROUPHISTORYLISTREQUEST._serialized_end=237
94
+ _GROUPHISTORYLISTRESPONSE._serialized_start=240
95
+ _GROUPHISTORYLISTRESPONSE._serialized_end=450
96
+ _GROUPHISTORY._serialized_start=453
97
+ _GROUPHISTORY._serialized_end=709
98
+ _GROUPSHISTORY._serialized_start=712
99
+ _GROUPSHISTORY._serialized_end=911
100
+ # @@protoc_insertion_point(module_scope)
@@ -0,0 +1,84 @@
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
+
19
+ from . import groups_history_pb2 as groups__history__pb2
20
+
21
+
22
+ class GroupsHistoryStub(object):
23
+ """GroupsHistory records all changes to the state of a Group.
24
+ """
25
+
26
+ def __init__(self, channel):
27
+ """Constructor.
28
+
29
+ Args:
30
+ channel: A grpc.Channel.
31
+ """
32
+ self.List = channel.unary_unary(
33
+ '/v1.GroupsHistory/List',
34
+ request_serializer=groups__history__pb2.GroupHistoryListRequest.SerializeToString,
35
+ response_deserializer=groups__history__pb2.GroupHistoryListResponse.FromString,
36
+ )
37
+
38
+
39
+ class GroupsHistoryServicer(object):
40
+ """GroupsHistory records all changes to the state of a Group.
41
+ """
42
+
43
+ def List(self, request, context):
44
+ """List gets a list of GroupHistory records matching a given set of criteria.
45
+ """
46
+ context.set_code(grpc.StatusCode.UNIMPLEMENTED)
47
+ context.set_details('Method not implemented!')
48
+ raise NotImplementedError('Method not implemented!')
49
+
50
+
51
+ def add_GroupsHistoryServicer_to_server(servicer, server):
52
+ rpc_method_handlers = {
53
+ 'List': grpc.unary_unary_rpc_method_handler(
54
+ servicer.List,
55
+ request_deserializer=groups__history__pb2.GroupHistoryListRequest.FromString,
56
+ response_serializer=groups__history__pb2.GroupHistoryListResponse.SerializeToString,
57
+ ),
58
+ }
59
+ generic_handler = grpc.method_handlers_generic_handler(
60
+ 'v1.GroupsHistory', rpc_method_handlers)
61
+ server.add_generic_rpc_handlers((generic_handler,))
62
+
63
+
64
+ # This class is part of an EXPERIMENTAL API.
65
+ class GroupsHistory(object):
66
+ """GroupsHistory records all changes to the state of a Group.
67
+ """
68
+
69
+ @staticmethod
70
+ def List(request,
71
+ target,
72
+ options=(),
73
+ channel_credentials=None,
74
+ call_credentials=None,
75
+ insecure=False,
76
+ compression=None,
77
+ wait_for_ready=None,
78
+ timeout=None,
79
+ metadata=None):
80
+ return grpc.experimental.unary_unary(request, target, '/v1.GroupsHistory/List',
81
+ groups__history__pb2.GroupHistoryListRequest.SerializeToString,
82
+ groups__history__pb2.GroupHistoryListResponse.FromString,
83
+ options, channel_credentials,
84
+ insecure, call_credentials, compression, wait_for_ready, timeout, metadata)
@@ -0,0 +1,290 @@
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: groups.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 accounts_pb2 as accounts__pb2
30
+ from . import approval_workflows_pb2 as approval__workflows__pb2
31
+ from . import options_pb2 as options__pb2
32
+ from . import roles_pb2 as roles__pb2
33
+ from . import spec_pb2 as spec__pb2
34
+ from . import tags_pb2 as tags__pb2
35
+
36
+
37
+ DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n\x0cgroups.proto\x12\x02v1\x1a\x0e\x61\x63\x63ounts.proto\x1a\x18\x61pproval_workflows.proto\x1a\roptions.proto\x1a\x0broles.proto\x1a\nspec.proto\x1a\ntags.proto\"}\n\x12GroupCreateRequest\x12\'\n\x04meta\x18\x01 \x01(\x0b\x32\x19.v1.CreateRequestMetadata\x12$\n\x05group\x18\x02 \x01(\x0b\x32\t.v1.GroupB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01:\x18\xfa\xf8\xb3\x07\x13\xa8\xf3\xb3\x07\x01\xd2\xf3\xb3\x07\x01*\xd2\xf3\xb3\x07\x03\x63li\"\xb6\x01\n\x13GroupCreateResponse\x12(\n\x04meta\x18\x01 \x01(\x0b\x32\x1a.v1.CreateResponseMetadata\x12$\n\x05group\x18\x02 \x01(\x0b\x32\t.v1.GroupB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12\x35\n\nrate_limit\x18\x03 \x01(\x0b\x32\x15.v1.RateLimitMetadataB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01:\x18\xfa\xf8\xb3\x07\x13\xa8\xf3\xb3\x07\x01\xd2\xf3\xb3\x07\x01*\xd2\xf3\xb3\x07\x03\x63li\"\x9a\x01\n\x1bGroupCreateFromRolesRequest\x12\'\n\x04meta\x18\x01 \x01(\x0b\x32\x19.v1.CreateRequestMetadata\x12\x1c\n\x08role_ids\x18\x02 \x03(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12\x1a\n\x06\x63ommit\x18\x03 \x01(\x08\x42\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01:\x18\xfa\xf8\xb3\x07\x13\xa8\xf3\xb3\x07\x01\xd2\xf3\xb3\x07\x01*\xd2\xf3\xb3\x07\x03\x63li\"\xd1\x01\n\x1cGroupCreateFromRolesResponse\x12(\n\x04meta\x18\x01 \x01(\x0b\x32\x1a.v1.CreateResponseMetadata\x12\x35\n\nrate_limit\x18\x02 \x01(\x0b\x32\x15.v1.RateLimitMetadataB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12\x36\n\x0fgroup_from_role\x18\x03 \x03(\x0b\x32\x11.v1.GroupFromRoleB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01:\x18\xfa\xf8\xb3\x07\x13\xa8\xf3\xb3\x07\x01\xd2\xf3\xb3\x07\x01*\xd2\xf3\xb3\x07\x03\x63li\"\x8c\x02\n\rGroupFromRole\x12\x35\n\nrate_limit\x18\x01 \x01(\x0b\x32\x15.v1.RateLimitMetadataB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12\"\n\x04role\x18\x02 \x01(\x0b\x32\x08.v1.RoleB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12$\n\x05group\x18\x03 \x01(\x0b\x32\t.v1.GroupB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12&\n\x08\x61\x63\x63ounts\x18\x04 \x03(\x0b\x32\x08.v1.UserB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12\x38\n\x0e\x61pproval_flows\x18\x05 \x03(\x0b\x32\x14.v1.ApprovalWorkflowB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01:\x18\xfa\xf8\xb3\x07\x13\xa8\xf3\xb3\x07\x01\xd2\xf3\xb3\x07\x01*\xd2\xf3\xb3\x07\x03\x63li\"i\n\x0fGroupGetRequest\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:\x18\xfa\xf8\xb3\x07\x13\xa8\xf3\xb3\x07\x01\xd2\xf3\xb3\x07\x01*\xd2\xf3\xb3\x07\x03\x63li\"\xbc\x01\n\x10GroupGetResponse\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\x05group\x18\x02 \x01(\x0b\x32\t.v1.GroupB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12\x35\n\nrate_limit\x18\x03 \x01(\x0b\x32\x15.v1.RateLimitMetadataB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01:\x18\xfa\xf8\xb3\x07\x13\xa8\xf3\xb3\x07\x01\xd2\xf3\xb3\x07\x01*\xd2\xf3\xb3\x07\x03\x63li\"\x89\x01\n\x12GroupUpdateRequest\x12\'\n\x04meta\x18\x01 \x01(\x0b\x32\x19.v1.UpdateRequestMetadata\x12\n\n\x02id\x18\x02 \x01(\t\x12$\n\x05group\x18\x03 \x01(\x0b\x32\t.v1.GroupB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01:\x18\xfa\xf8\xb3\x07\x13\xa8\xf3\xb3\x07\x01\xd2\xf3\xb3\x07\x01*\xd2\xf3\xb3\x07\x03\x63li\"\xb6\x01\n\x13GroupUpdateResponse\x12(\n\x04meta\x18\x01 \x01(\x0b\x32\x1a.v1.UpdateResponseMetadata\x12$\n\x05group\x18\x02 \x01(\x0b\x32\t.v1.GroupB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12\x35\n\nrate_limit\x18\x03 \x01(\x0b\x32\x15.v1.RateLimitMetadataB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01:\x18\xfa\xf8\xb3\x07\x13\xa8\xf3\xb3\x07\x01\xd2\xf3\xb3\x07\x01*\xd2\xf3\xb3\x07\x03\x63li\"o\n\x12GroupDeleteRequest\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:\x18\xfa\xf8\xb3\x07\x13\xa8\xf3\xb3\x07\x01\xd2\xf3\xb3\x07\x01*\xd2\xf3\xb3\x07\x03\x63li\"\x9c\x01\n\x13GroupDeleteResponse\x12\x34\n\x04meta\x18\x01 \x01(\x0b\x32\x1a.v1.DeleteResponseMetadataB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12\x35\n\nrate_limit\x18\x02 \x01(\x0b\x32\x15.v1.RateLimitMetadataB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01:\x18\xfa\xf8\xb3\x07\x13\xa8\xf3\xb3\x07\x01\xd2\xf3\xb3\x07\x01*\xd2\xf3\xb3\x07\x03\x63li\"o\n\x10GroupListRequest\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:\x18\xfa\xf8\xb3\x07\x13\xa8\xf3\xb3\x07\x01\xd2\xf3\xb3\x07\x01*\xd2\xf3\xb3\x07\x03\x63li\"\xb3\x01\n\x11GroupListResponse\x12&\n\x04meta\x18\x01 \x01(\x0b\x32\x18.v1.ListResponseMetadata\x12%\n\x06groups\x18\x02 \x03(\x0b\x32\t.v1.GroupB\n\xf2\xf8\xb3\x07\x05\xb8\xf3\xb3\x07\x01\x12\x35\n\nrate_limit\x18\x03 \x01(\x0b\x32\x15.v1.RateLimitMetadataB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01:\x18\xfa\xf8\xb3\x07\x13\xa8\xf3\xb3\x07\x01\xd2\xf3\xb3\x07\x01*\xd2\xf3\xb3\x07\x03\x63li\"\xbe\x01\n\x05Group\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\x06source\x18\x04 \x01(\tB\x0f\xf2\xf8\xb3\x07\n\xb0\xf3\xb3\x07\x01\x98\xf4\xb3\x07\x01\x12\"\n\x04tags\x18\x05 \x01(\x0b\x32\x08.v1.TagsB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01:\x18\xfa\xf8\xb3\x07\x13\xa8\xf3\xb3\x07\x01\xd2\xf3\xb3\x07\x01*\xd2\xf3\xb3\x07\x03\x63li2\x92\x05\n\x06Groups\x12]\n\x06\x43reate\x12\x16.v1.GroupCreateRequest\x1a\x17.v1.GroupCreateResponse\"\"\x82\xf9\xb3\x07\t\xa2\xf3\xb3\x07\x04post\x82\xf9\xb3\x07\x0f\xaa\xf3\xb3\x07\n/v1/groups\x12\x83\x01\n\x0f\x43reateFromRoles\x12\x1f.v1.GroupCreateFromRolesRequest\x1a .v1.GroupCreateFromRolesResponse\"-\x82\xf9\xb3\x07\t\xa2\xf3\xb3\x07\x04post\x82\xf9\xb3\x07\x1a\xaa\xf3\xb3\x07\x15/v1/groups/from-roles\x12X\n\x03Get\x12\x13.v1.GroupGetRequest\x1a\x14.v1.GroupGetResponse\"&\x82\xf9\xb3\x07\x08\xa2\xf3\xb3\x07\x03get\x82\xf9\xb3\x07\x14\xaa\xf3\xb3\x07\x0f/v1/groups/{id}\x12\x61\n\x06Update\x12\x16.v1.GroupUpdateRequest\x1a\x17.v1.GroupUpdateResponse\"&\x82\xf9\xb3\x07\x08\xa2\xf3\xb3\x07\x03put\x82\xf9\xb3\x07\x14\xaa\xf3\xb3\x07\x0f/v1/groups/{id}\x12\x64\n\x06\x44\x65lete\x12\x16.v1.GroupDeleteRequest\x1a\x17.v1.GroupDeleteResponse\")\x82\xf9\xb3\x07\x0b\xa2\xf3\xb3\x07\x06\x64\x65lete\x82\xf9\xb3\x07\x14\xaa\xf3\xb3\x07\x0f/v1/groups/{id}\x12V\n\x04List\x12\x14.v1.GroupListRequest\x1a\x15.v1.GroupListResponse\"!\x82\xf9\xb3\x07\x08\xa2\xf3\xb3\x07\x03get\x82\xf9\xb3\x07\x0f\xaa\xf3\xb3\x07\n/v1/groups\x1a(\xca\xf9\xb3\x07#\xc2\xf9\xb3\x07\x05Group\xca\xf9\xb3\x07\x01*\xca\xf9\xb3\x07\x03\x63li\xd2\xf9\xb3\x07\x06group-Bz\n\x19\x63om.strongdm.api.plumbingB\x0eGroupsPlumbingZ5github.com/strongdm/strongdm-sdk-go/v3/internal/v1;v1\xc2\x92\xb4\x07\x06\xa2\x8c\xb4\x07\x01*\xc2\x92\xb4\x07\x08\xa2\x8c\xb4\x07\x03\x63lib\x06proto3')
38
+
39
+
40
+
41
+ _GROUPCREATEREQUEST = DESCRIPTOR.message_types_by_name['GroupCreateRequest']
42
+ _GROUPCREATERESPONSE = DESCRIPTOR.message_types_by_name['GroupCreateResponse']
43
+ _GROUPCREATEFROMROLESREQUEST = DESCRIPTOR.message_types_by_name['GroupCreateFromRolesRequest']
44
+ _GROUPCREATEFROMROLESRESPONSE = DESCRIPTOR.message_types_by_name['GroupCreateFromRolesResponse']
45
+ _GROUPFROMROLE = DESCRIPTOR.message_types_by_name['GroupFromRole']
46
+ _GROUPGETREQUEST = DESCRIPTOR.message_types_by_name['GroupGetRequest']
47
+ _GROUPGETRESPONSE = DESCRIPTOR.message_types_by_name['GroupGetResponse']
48
+ _GROUPUPDATEREQUEST = DESCRIPTOR.message_types_by_name['GroupUpdateRequest']
49
+ _GROUPUPDATERESPONSE = DESCRIPTOR.message_types_by_name['GroupUpdateResponse']
50
+ _GROUPDELETEREQUEST = DESCRIPTOR.message_types_by_name['GroupDeleteRequest']
51
+ _GROUPDELETERESPONSE = DESCRIPTOR.message_types_by_name['GroupDeleteResponse']
52
+ _GROUPLISTREQUEST = DESCRIPTOR.message_types_by_name['GroupListRequest']
53
+ _GROUPLISTRESPONSE = DESCRIPTOR.message_types_by_name['GroupListResponse']
54
+ _GROUP = DESCRIPTOR.message_types_by_name['Group']
55
+ GroupCreateRequest = _reflection.GeneratedProtocolMessageType('GroupCreateRequest', (_message.Message,), {
56
+ 'DESCRIPTOR' : _GROUPCREATEREQUEST,
57
+ '__module__' : 'groups_pb2'
58
+ # @@protoc_insertion_point(class_scope:v1.GroupCreateRequest)
59
+ })
60
+ _sym_db.RegisterMessage(GroupCreateRequest)
61
+
62
+ GroupCreateResponse = _reflection.GeneratedProtocolMessageType('GroupCreateResponse', (_message.Message,), {
63
+ 'DESCRIPTOR' : _GROUPCREATERESPONSE,
64
+ '__module__' : 'groups_pb2'
65
+ # @@protoc_insertion_point(class_scope:v1.GroupCreateResponse)
66
+ })
67
+ _sym_db.RegisterMessage(GroupCreateResponse)
68
+
69
+ GroupCreateFromRolesRequest = _reflection.GeneratedProtocolMessageType('GroupCreateFromRolesRequest', (_message.Message,), {
70
+ 'DESCRIPTOR' : _GROUPCREATEFROMROLESREQUEST,
71
+ '__module__' : 'groups_pb2'
72
+ # @@protoc_insertion_point(class_scope:v1.GroupCreateFromRolesRequest)
73
+ })
74
+ _sym_db.RegisterMessage(GroupCreateFromRolesRequest)
75
+
76
+ GroupCreateFromRolesResponse = _reflection.GeneratedProtocolMessageType('GroupCreateFromRolesResponse', (_message.Message,), {
77
+ 'DESCRIPTOR' : _GROUPCREATEFROMROLESRESPONSE,
78
+ '__module__' : 'groups_pb2'
79
+ # @@protoc_insertion_point(class_scope:v1.GroupCreateFromRolesResponse)
80
+ })
81
+ _sym_db.RegisterMessage(GroupCreateFromRolesResponse)
82
+
83
+ GroupFromRole = _reflection.GeneratedProtocolMessageType('GroupFromRole', (_message.Message,), {
84
+ 'DESCRIPTOR' : _GROUPFROMROLE,
85
+ '__module__' : 'groups_pb2'
86
+ # @@protoc_insertion_point(class_scope:v1.GroupFromRole)
87
+ })
88
+ _sym_db.RegisterMessage(GroupFromRole)
89
+
90
+ GroupGetRequest = _reflection.GeneratedProtocolMessageType('GroupGetRequest', (_message.Message,), {
91
+ 'DESCRIPTOR' : _GROUPGETREQUEST,
92
+ '__module__' : 'groups_pb2'
93
+ # @@protoc_insertion_point(class_scope:v1.GroupGetRequest)
94
+ })
95
+ _sym_db.RegisterMessage(GroupGetRequest)
96
+
97
+ GroupGetResponse = _reflection.GeneratedProtocolMessageType('GroupGetResponse', (_message.Message,), {
98
+ 'DESCRIPTOR' : _GROUPGETRESPONSE,
99
+ '__module__' : 'groups_pb2'
100
+ # @@protoc_insertion_point(class_scope:v1.GroupGetResponse)
101
+ })
102
+ _sym_db.RegisterMessage(GroupGetResponse)
103
+
104
+ GroupUpdateRequest = _reflection.GeneratedProtocolMessageType('GroupUpdateRequest', (_message.Message,), {
105
+ 'DESCRIPTOR' : _GROUPUPDATEREQUEST,
106
+ '__module__' : 'groups_pb2'
107
+ # @@protoc_insertion_point(class_scope:v1.GroupUpdateRequest)
108
+ })
109
+ _sym_db.RegisterMessage(GroupUpdateRequest)
110
+
111
+ GroupUpdateResponse = _reflection.GeneratedProtocolMessageType('GroupUpdateResponse', (_message.Message,), {
112
+ 'DESCRIPTOR' : _GROUPUPDATERESPONSE,
113
+ '__module__' : 'groups_pb2'
114
+ # @@protoc_insertion_point(class_scope:v1.GroupUpdateResponse)
115
+ })
116
+ _sym_db.RegisterMessage(GroupUpdateResponse)
117
+
118
+ GroupDeleteRequest = _reflection.GeneratedProtocolMessageType('GroupDeleteRequest', (_message.Message,), {
119
+ 'DESCRIPTOR' : _GROUPDELETEREQUEST,
120
+ '__module__' : 'groups_pb2'
121
+ # @@protoc_insertion_point(class_scope:v1.GroupDeleteRequest)
122
+ })
123
+ _sym_db.RegisterMessage(GroupDeleteRequest)
124
+
125
+ GroupDeleteResponse = _reflection.GeneratedProtocolMessageType('GroupDeleteResponse', (_message.Message,), {
126
+ 'DESCRIPTOR' : _GROUPDELETERESPONSE,
127
+ '__module__' : 'groups_pb2'
128
+ # @@protoc_insertion_point(class_scope:v1.GroupDeleteResponse)
129
+ })
130
+ _sym_db.RegisterMessage(GroupDeleteResponse)
131
+
132
+ GroupListRequest = _reflection.GeneratedProtocolMessageType('GroupListRequest', (_message.Message,), {
133
+ 'DESCRIPTOR' : _GROUPLISTREQUEST,
134
+ '__module__' : 'groups_pb2'
135
+ # @@protoc_insertion_point(class_scope:v1.GroupListRequest)
136
+ })
137
+ _sym_db.RegisterMessage(GroupListRequest)
138
+
139
+ GroupListResponse = _reflection.GeneratedProtocolMessageType('GroupListResponse', (_message.Message,), {
140
+ 'DESCRIPTOR' : _GROUPLISTRESPONSE,
141
+ '__module__' : 'groups_pb2'
142
+ # @@protoc_insertion_point(class_scope:v1.GroupListResponse)
143
+ })
144
+ _sym_db.RegisterMessage(GroupListResponse)
145
+
146
+ Group = _reflection.GeneratedProtocolMessageType('Group', (_message.Message,), {
147
+ 'DESCRIPTOR' : _GROUP,
148
+ '__module__' : 'groups_pb2'
149
+ # @@protoc_insertion_point(class_scope:v1.Group)
150
+ })
151
+ _sym_db.RegisterMessage(Group)
152
+
153
+ _GROUPS = DESCRIPTOR.services_by_name['Groups']
154
+ if _descriptor._USE_C_DESCRIPTORS == False:
155
+
156
+ DESCRIPTOR._options = None
157
+ DESCRIPTOR._serialized_options = b'\n\031com.strongdm.api.plumbingB\016GroupsPlumbingZ5github.com/strongdm/strongdm-sdk-go/v3/internal/v1;v1\302\222\264\007\006\242\214\264\007\001*\302\222\264\007\010\242\214\264\007\003cli'
158
+ _GROUPCREATEREQUEST.fields_by_name['group']._options = None
159
+ _GROUPCREATEREQUEST.fields_by_name['group']._serialized_options = b'\362\370\263\007\005\260\363\263\007\001'
160
+ _GROUPCREATEREQUEST._options = None
161
+ _GROUPCREATEREQUEST._serialized_options = b'\372\370\263\007\023\250\363\263\007\001\322\363\263\007\001*\322\363\263\007\003cli'
162
+ _GROUPCREATERESPONSE.fields_by_name['group']._options = None
163
+ _GROUPCREATERESPONSE.fields_by_name['group']._serialized_options = b'\362\370\263\007\005\260\363\263\007\001'
164
+ _GROUPCREATERESPONSE.fields_by_name['rate_limit']._options = None
165
+ _GROUPCREATERESPONSE.fields_by_name['rate_limit']._serialized_options = b'\362\370\263\007\005\260\363\263\007\001'
166
+ _GROUPCREATERESPONSE._options = None
167
+ _GROUPCREATERESPONSE._serialized_options = b'\372\370\263\007\023\250\363\263\007\001\322\363\263\007\001*\322\363\263\007\003cli'
168
+ _GROUPCREATEFROMROLESREQUEST.fields_by_name['role_ids']._options = None
169
+ _GROUPCREATEFROMROLESREQUEST.fields_by_name['role_ids']._serialized_options = b'\362\370\263\007\005\260\363\263\007\001'
170
+ _GROUPCREATEFROMROLESREQUEST.fields_by_name['commit']._options = None
171
+ _GROUPCREATEFROMROLESREQUEST.fields_by_name['commit']._serialized_options = b'\362\370\263\007\005\260\363\263\007\001'
172
+ _GROUPCREATEFROMROLESREQUEST._options = None
173
+ _GROUPCREATEFROMROLESREQUEST._serialized_options = b'\372\370\263\007\023\250\363\263\007\001\322\363\263\007\001*\322\363\263\007\003cli'
174
+ _GROUPCREATEFROMROLESRESPONSE.fields_by_name['rate_limit']._options = None
175
+ _GROUPCREATEFROMROLESRESPONSE.fields_by_name['rate_limit']._serialized_options = b'\362\370\263\007\005\260\363\263\007\001'
176
+ _GROUPCREATEFROMROLESRESPONSE.fields_by_name['group_from_role']._options = None
177
+ _GROUPCREATEFROMROLESRESPONSE.fields_by_name['group_from_role']._serialized_options = b'\362\370\263\007\005\260\363\263\007\001'
178
+ _GROUPCREATEFROMROLESRESPONSE._options = None
179
+ _GROUPCREATEFROMROLESRESPONSE._serialized_options = b'\372\370\263\007\023\250\363\263\007\001\322\363\263\007\001*\322\363\263\007\003cli'
180
+ _GROUPFROMROLE.fields_by_name['rate_limit']._options = None
181
+ _GROUPFROMROLE.fields_by_name['rate_limit']._serialized_options = b'\362\370\263\007\005\260\363\263\007\001'
182
+ _GROUPFROMROLE.fields_by_name['role']._options = None
183
+ _GROUPFROMROLE.fields_by_name['role']._serialized_options = b'\362\370\263\007\005\260\363\263\007\001'
184
+ _GROUPFROMROLE.fields_by_name['group']._options = None
185
+ _GROUPFROMROLE.fields_by_name['group']._serialized_options = b'\362\370\263\007\005\260\363\263\007\001'
186
+ _GROUPFROMROLE.fields_by_name['accounts']._options = None
187
+ _GROUPFROMROLE.fields_by_name['accounts']._serialized_options = b'\362\370\263\007\005\260\363\263\007\001'
188
+ _GROUPFROMROLE.fields_by_name['approval_flows']._options = None
189
+ _GROUPFROMROLE.fields_by_name['approval_flows']._serialized_options = b'\362\370\263\007\005\260\363\263\007\001'
190
+ _GROUPFROMROLE._options = None
191
+ _GROUPFROMROLE._serialized_options = b'\372\370\263\007\023\250\363\263\007\001\322\363\263\007\001*\322\363\263\007\003cli'
192
+ _GROUPGETREQUEST.fields_by_name['id']._options = None
193
+ _GROUPGETREQUEST.fields_by_name['id']._serialized_options = b'\362\370\263\007\005\260\363\263\007\001'
194
+ _GROUPGETREQUEST._options = None
195
+ _GROUPGETREQUEST._serialized_options = b'\372\370\263\007\023\250\363\263\007\001\322\363\263\007\001*\322\363\263\007\003cli'
196
+ _GROUPGETRESPONSE.fields_by_name['meta']._options = None
197
+ _GROUPGETRESPONSE.fields_by_name['meta']._serialized_options = b'\362\370\263\007\005\260\363\263\007\001'
198
+ _GROUPGETRESPONSE.fields_by_name['group']._options = None
199
+ _GROUPGETRESPONSE.fields_by_name['group']._serialized_options = b'\362\370\263\007\005\260\363\263\007\001'
200
+ _GROUPGETRESPONSE.fields_by_name['rate_limit']._options = None
201
+ _GROUPGETRESPONSE.fields_by_name['rate_limit']._serialized_options = b'\362\370\263\007\005\260\363\263\007\001'
202
+ _GROUPGETRESPONSE._options = None
203
+ _GROUPGETRESPONSE._serialized_options = b'\372\370\263\007\023\250\363\263\007\001\322\363\263\007\001*\322\363\263\007\003cli'
204
+ _GROUPUPDATEREQUEST.fields_by_name['group']._options = None
205
+ _GROUPUPDATEREQUEST.fields_by_name['group']._serialized_options = b'\362\370\263\007\005\260\363\263\007\001'
206
+ _GROUPUPDATEREQUEST._options = None
207
+ _GROUPUPDATEREQUEST._serialized_options = b'\372\370\263\007\023\250\363\263\007\001\322\363\263\007\001*\322\363\263\007\003cli'
208
+ _GROUPUPDATERESPONSE.fields_by_name['group']._options = None
209
+ _GROUPUPDATERESPONSE.fields_by_name['group']._serialized_options = b'\362\370\263\007\005\260\363\263\007\001'
210
+ _GROUPUPDATERESPONSE.fields_by_name['rate_limit']._options = None
211
+ _GROUPUPDATERESPONSE.fields_by_name['rate_limit']._serialized_options = b'\362\370\263\007\005\260\363\263\007\001'
212
+ _GROUPUPDATERESPONSE._options = None
213
+ _GROUPUPDATERESPONSE._serialized_options = b'\372\370\263\007\023\250\363\263\007\001\322\363\263\007\001*\322\363\263\007\003cli'
214
+ _GROUPDELETEREQUEST.fields_by_name['id']._options = None
215
+ _GROUPDELETEREQUEST.fields_by_name['id']._serialized_options = b'\362\370\263\007\005\260\363\263\007\001'
216
+ _GROUPDELETEREQUEST._options = None
217
+ _GROUPDELETEREQUEST._serialized_options = b'\372\370\263\007\023\250\363\263\007\001\322\363\263\007\001*\322\363\263\007\003cli'
218
+ _GROUPDELETERESPONSE.fields_by_name['meta']._options = None
219
+ _GROUPDELETERESPONSE.fields_by_name['meta']._serialized_options = b'\362\370\263\007\005\260\363\263\007\001'
220
+ _GROUPDELETERESPONSE.fields_by_name['rate_limit']._options = None
221
+ _GROUPDELETERESPONSE.fields_by_name['rate_limit']._serialized_options = b'\362\370\263\007\005\260\363\263\007\001'
222
+ _GROUPDELETERESPONSE._options = None
223
+ _GROUPDELETERESPONSE._serialized_options = b'\372\370\263\007\023\250\363\263\007\001\322\363\263\007\001*\322\363\263\007\003cli'
224
+ _GROUPLISTREQUEST.fields_by_name['filter']._options = None
225
+ _GROUPLISTREQUEST.fields_by_name['filter']._serialized_options = b'\362\370\263\007\005\260\363\263\007\001'
226
+ _GROUPLISTREQUEST._options = None
227
+ _GROUPLISTREQUEST._serialized_options = b'\372\370\263\007\023\250\363\263\007\001\322\363\263\007\001*\322\363\263\007\003cli'
228
+ _GROUPLISTRESPONSE.fields_by_name['groups']._options = None
229
+ _GROUPLISTRESPONSE.fields_by_name['groups']._serialized_options = b'\362\370\263\007\005\270\363\263\007\001'
230
+ _GROUPLISTRESPONSE.fields_by_name['rate_limit']._options = None
231
+ _GROUPLISTRESPONSE.fields_by_name['rate_limit']._serialized_options = b'\362\370\263\007\005\260\363\263\007\001'
232
+ _GROUPLISTRESPONSE._options = None
233
+ _GROUPLISTRESPONSE._serialized_options = b'\372\370\263\007\023\250\363\263\007\001\322\363\263\007\001*\322\363\263\007\003cli'
234
+ _GROUP.fields_by_name['id']._options = None
235
+ _GROUP.fields_by_name['id']._serialized_options = b'\362\370\263\007\005\260\363\263\007\001'
236
+ _GROUP.fields_by_name['name']._options = None
237
+ _GROUP.fields_by_name['name']._serialized_options = b'\362\370\263\007\n\260\363\263\007\001\300\363\263\007\001'
238
+ _GROUP.fields_by_name['description']._options = None
239
+ _GROUP.fields_by_name['description']._serialized_options = b'\362\370\263\007\005\260\363\263\007\001'
240
+ _GROUP.fields_by_name['source']._options = None
241
+ _GROUP.fields_by_name['source']._serialized_options = b'\362\370\263\007\n\260\363\263\007\001\230\364\263\007\001'
242
+ _GROUP.fields_by_name['tags']._options = None
243
+ _GROUP.fields_by_name['tags']._serialized_options = b'\362\370\263\007\005\260\363\263\007\001'
244
+ _GROUP._options = None
245
+ _GROUP._serialized_options = b'\372\370\263\007\023\250\363\263\007\001\322\363\263\007\001*\322\363\263\007\003cli'
246
+ _GROUPS._options = None
247
+ _GROUPS._serialized_options = b'\312\371\263\007#\302\371\263\007\005Group\312\371\263\007\001*\312\371\263\007\003cli\322\371\263\007\006group-'
248
+ _GROUPS.methods_by_name['Create']._options = None
249
+ _GROUPS.methods_by_name['Create']._serialized_options = b'\202\371\263\007\t\242\363\263\007\004post\202\371\263\007\017\252\363\263\007\n/v1/groups'
250
+ _GROUPS.methods_by_name['CreateFromRoles']._options = None
251
+ _GROUPS.methods_by_name['CreateFromRoles']._serialized_options = b'\202\371\263\007\t\242\363\263\007\004post\202\371\263\007\032\252\363\263\007\025/v1/groups/from-roles'
252
+ _GROUPS.methods_by_name['Get']._options = None
253
+ _GROUPS.methods_by_name['Get']._serialized_options = b'\202\371\263\007\010\242\363\263\007\003get\202\371\263\007\024\252\363\263\007\017/v1/groups/{id}'
254
+ _GROUPS.methods_by_name['Update']._options = None
255
+ _GROUPS.methods_by_name['Update']._serialized_options = b'\202\371\263\007\010\242\363\263\007\003put\202\371\263\007\024\252\363\263\007\017/v1/groups/{id}'
256
+ _GROUPS.methods_by_name['Delete']._options = None
257
+ _GROUPS.methods_by_name['Delete']._serialized_options = b'\202\371\263\007\013\242\363\263\007\006delete\202\371\263\007\024\252\363\263\007\017/v1/groups/{id}'
258
+ _GROUPS.methods_by_name['List']._options = None
259
+ _GROUPS.methods_by_name['List']._serialized_options = b'\202\371\263\007\010\242\363\263\007\003get\202\371\263\007\017\252\363\263\007\n/v1/groups'
260
+ _GROUPCREATEREQUEST._serialized_start=114
261
+ _GROUPCREATEREQUEST._serialized_end=239
262
+ _GROUPCREATERESPONSE._serialized_start=242
263
+ _GROUPCREATERESPONSE._serialized_end=424
264
+ _GROUPCREATEFROMROLESREQUEST._serialized_start=427
265
+ _GROUPCREATEFROMROLESREQUEST._serialized_end=581
266
+ _GROUPCREATEFROMROLESRESPONSE._serialized_start=584
267
+ _GROUPCREATEFROMROLESRESPONSE._serialized_end=793
268
+ _GROUPFROMROLE._serialized_start=796
269
+ _GROUPFROMROLE._serialized_end=1064
270
+ _GROUPGETREQUEST._serialized_start=1066
271
+ _GROUPGETREQUEST._serialized_end=1171
272
+ _GROUPGETRESPONSE._serialized_start=1174
273
+ _GROUPGETRESPONSE._serialized_end=1362
274
+ _GROUPUPDATEREQUEST._serialized_start=1365
275
+ _GROUPUPDATEREQUEST._serialized_end=1502
276
+ _GROUPUPDATERESPONSE._serialized_start=1505
277
+ _GROUPUPDATERESPONSE._serialized_end=1687
278
+ _GROUPDELETEREQUEST._serialized_start=1689
279
+ _GROUPDELETEREQUEST._serialized_end=1800
280
+ _GROUPDELETERESPONSE._serialized_start=1803
281
+ _GROUPDELETERESPONSE._serialized_end=1959
282
+ _GROUPLISTREQUEST._serialized_start=1961
283
+ _GROUPLISTREQUEST._serialized_end=2072
284
+ _GROUPLISTRESPONSE._serialized_start=2075
285
+ _GROUPLISTRESPONSE._serialized_end=2254
286
+ _GROUP._serialized_start=2257
287
+ _GROUP._serialized_end=2447
288
+ _GROUPS._serialized_start=2450
289
+ _GROUPS._serialized_end=3108
290
+ # @@protoc_insertion_point(module_scope)