strongdm 1.0.5__tar.gz → 15.28.0__tar.gz

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 (186) hide show
  1. strongdm-15.28.0/LICENSE +201 -0
  2. strongdm-15.28.0/PKG-INFO +97 -0
  3. strongdm-15.28.0/README.md +76 -0
  4. strongdm-15.28.0/setup.cfg +4 -0
  5. strongdm-15.28.0/setup.py +51 -0
  6. {strongdm-1.0.5 → strongdm-15.28.0}/strongdm/__init__.py +10 -5
  7. strongdm-15.28.0/strongdm/access_request_events_history_pb2.py +100 -0
  8. strongdm-15.28.0/strongdm/access_request_events_history_pb2_grpc.py +84 -0
  9. strongdm-15.28.0/strongdm/access_requests_history_pb2.py +100 -0
  10. strongdm-15.28.0/strongdm/access_requests_history_pb2_grpc.py +84 -0
  11. strongdm-15.28.0/strongdm/access_requests_pb2.py +261 -0
  12. strongdm-15.28.0/strongdm/access_requests_pb2_grpc.py +84 -0
  13. strongdm-15.28.0/strongdm/account_attachments_history_pb2.py +100 -0
  14. strongdm-15.28.0/strongdm/account_attachments_history_pb2_grpc.py +84 -0
  15. strongdm-15.28.0/strongdm/account_attachments_pb2.py +188 -0
  16. strongdm-15.28.0/strongdm/account_attachments_pb2_grpc.py +186 -0
  17. strongdm-15.28.0/strongdm/account_grants_history_pb2.py +100 -0
  18. strongdm-15.28.0/strongdm/account_grants_history_pb2_grpc.py +84 -0
  19. strongdm-15.28.0/strongdm/account_grants_pb2.py +193 -0
  20. strongdm-15.28.0/strongdm/account_grants_pb2_grpc.py +186 -0
  21. strongdm-15.28.0/strongdm/account_permissions_pb2.py +101 -0
  22. strongdm-15.28.0/strongdm/account_permissions_pb2_grpc.py +87 -0
  23. strongdm-15.28.0/strongdm/account_resources_history_pb2.py +100 -0
  24. strongdm-15.28.0/strongdm/account_resources_history_pb2_grpc.py +84 -0
  25. strongdm-15.28.0/strongdm/account_resources_pb2.py +105 -0
  26. strongdm-15.28.0/strongdm/account_resources_pb2_grpc.py +87 -0
  27. strongdm-15.28.0/strongdm/accounts_groups_history_pb2.py +100 -0
  28. strongdm-15.28.0/strongdm/accounts_groups_history_pb2_grpc.py +84 -0
  29. strongdm-15.28.0/strongdm/accounts_groups_pb2.py +194 -0
  30. strongdm-15.28.0/strongdm/accounts_groups_pb2_grpc.py +186 -0
  31. strongdm-15.28.0/strongdm/accounts_history_pb2.py +100 -0
  32. strongdm-15.28.0/strongdm/accounts_history_pb2_grpc.py +84 -0
  33. strongdm-15.28.0/strongdm/accounts_pb2.py +321 -0
  34. strongdm-15.28.0/strongdm/accounts_pb2_grpc.py +229 -0
  35. strongdm-15.28.0/strongdm/activities_pb2.py +185 -0
  36. strongdm-15.28.0/strongdm/activities_pb2_grpc.py +127 -0
  37. strongdm-15.28.0/strongdm/approval_workflow_approvers_history_pb2.py +100 -0
  38. strongdm-15.28.0/strongdm/approval_workflow_approvers_history_pb2_grpc.py +84 -0
  39. strongdm-15.28.0/strongdm/approval_workflow_approvers_pb2.py +194 -0
  40. strongdm-15.28.0/strongdm/approval_workflow_approvers_pb2_grpc.py +186 -0
  41. strongdm-15.28.0/strongdm/approval_workflow_steps_history_pb2.py +100 -0
  42. strongdm-15.28.0/strongdm/approval_workflow_steps_history_pb2_grpc.py +84 -0
  43. strongdm-15.28.0/strongdm/approval_workflow_steps_pb2.py +191 -0
  44. strongdm-15.28.0/strongdm/approval_workflow_steps_pb2_grpc.py +186 -0
  45. strongdm-15.28.0/strongdm/approval_workflows_history_pb2.py +100 -0
  46. strongdm-15.28.0/strongdm/approval_workflows_history_pb2_grpc.py +84 -0
  47. strongdm-15.28.0/strongdm/approval_workflows_pb2.py +259 -0
  48. strongdm-15.28.0/strongdm/approval_workflows_pb2_grpc.py +223 -0
  49. strongdm-15.28.0/strongdm/client.py +820 -0
  50. strongdm-15.28.0/strongdm/constants.py +568 -0
  51. strongdm-15.28.0/strongdm/control_panel_pb2.py +136 -0
  52. strongdm-15.28.0/strongdm/control_panel_pb2_grpc.py +152 -0
  53. strongdm-15.28.0/strongdm/drivers_pb2.py +5177 -0
  54. {strongdm-1.0.5 → strongdm-15.28.0}/strongdm/drivers_pb2_grpc.py +1 -0
  55. {strongdm-1.0.5 → strongdm-15.28.0}/strongdm/errors.py +29 -14
  56. strongdm-15.28.0/strongdm/groups_history_pb2.py +100 -0
  57. strongdm-15.28.0/strongdm/groups_history_pb2_grpc.py +84 -0
  58. strongdm-15.28.0/strongdm/groups_pb2.py +290 -0
  59. strongdm-15.28.0/strongdm/groups_pb2_grpc.py +253 -0
  60. strongdm-15.28.0/strongdm/groups_roles_history_pb2.py +100 -0
  61. strongdm-15.28.0/strongdm/groups_roles_history_pb2_grpc.py +84 -0
  62. strongdm-15.28.0/strongdm/groups_roles_pb2.py +200 -0
  63. strongdm-15.28.0/strongdm/groups_roles_pb2_grpc.py +186 -0
  64. strongdm-15.28.0/strongdm/health_checks_pb2.py +107 -0
  65. strongdm-15.28.0/strongdm/health_checks_pb2_grpc.py +87 -0
  66. strongdm-15.28.0/strongdm/identity_aliases_history_pb2.py +100 -0
  67. strongdm-15.28.0/strongdm/identity_aliases_history_pb2_grpc.py +84 -0
  68. strongdm-15.28.0/strongdm/identity_aliases_pb2.py +220 -0
  69. strongdm-15.28.0/strongdm/identity_aliases_pb2_grpc.py +223 -0
  70. strongdm-15.28.0/strongdm/identity_sets_history_pb2.py +100 -0
  71. strongdm-15.28.0/strongdm/identity_sets_history_pb2_grpc.py +84 -0
  72. strongdm-15.28.0/strongdm/identity_sets_pb2.py +216 -0
  73. strongdm-15.28.0/strongdm/identity_sets_pb2_grpc.py +223 -0
  74. strongdm-15.28.0/strongdm/managed_secrets_pb2.py +462 -0
  75. strongdm-15.28.0/strongdm/managed_secrets_pb2_grpc.py +432 -0
  76. strongdm-15.28.0/strongdm/models.py +35261 -0
  77. strongdm-15.28.0/strongdm/nodes_history_pb2.py +100 -0
  78. strongdm-15.28.0/strongdm/nodes_history_pb2_grpc.py +84 -0
  79. strongdm-15.28.0/strongdm/nodes_pb2.py +406 -0
  80. strongdm-15.28.0/strongdm/nodes_pb2_grpc.py +267 -0
  81. strongdm-15.28.0/strongdm/options_pb2.py +219 -0
  82. {strongdm-1.0.5 → strongdm-15.28.0}/strongdm/options_pb2_grpc.py +1 -0
  83. strongdm-15.28.0/strongdm/organization_history_pb2.py +241 -0
  84. strongdm-15.28.0/strongdm/organization_history_pb2_grpc.py +84 -0
  85. strongdm-15.28.0/strongdm/peering_group_nodes_pb2.py +186 -0
  86. strongdm-15.28.0/strongdm/peering_group_nodes_pb2_grpc.py +186 -0
  87. strongdm-15.28.0/strongdm/peering_group_peers_pb2.py +186 -0
  88. strongdm-15.28.0/strongdm/peering_group_peers_pb2_grpc.py +186 -0
  89. strongdm-15.28.0/strongdm/peering_group_resources_pb2.py +186 -0
  90. strongdm-15.28.0/strongdm/peering_group_resources_pb2_grpc.py +186 -0
  91. strongdm-15.28.0/strongdm/peering_groups_pb2.py +184 -0
  92. strongdm-15.28.0/strongdm/peering_groups_pb2_grpc.py +186 -0
  93. strongdm-15.28.0/strongdm/plumbing.py +18459 -0
  94. strongdm-15.28.0/strongdm/policies_history_pb2.py +100 -0
  95. strongdm-15.28.0/strongdm/policies_history_pb2_grpc.py +84 -0
  96. strongdm-15.28.0/strongdm/policies_pb2.py +216 -0
  97. strongdm-15.28.0/strongdm/policies_pb2_grpc.py +223 -0
  98. strongdm-15.28.0/strongdm/proxy_cluster_keys_pb2.py +191 -0
  99. strongdm-15.28.0/strongdm/proxy_cluster_keys_pb2_grpc.py +192 -0
  100. strongdm-15.28.0/strongdm/queries_pb2.py +212 -0
  101. strongdm-15.28.0/strongdm/queries_pb2_grpc.py +90 -0
  102. strongdm-15.28.0/strongdm/remote_identities_history_pb2.py +100 -0
  103. strongdm-15.28.0/strongdm/remote_identities_history_pb2_grpc.py +84 -0
  104. strongdm-15.28.0/strongdm/remote_identities_pb2.py +220 -0
  105. strongdm-15.28.0/strongdm/remote_identities_pb2_grpc.py +220 -0
  106. strongdm-15.28.0/strongdm/remote_identity_groups_history_pb2.py +100 -0
  107. strongdm-15.28.0/strongdm/remote_identity_groups_history_pb2_grpc.py +84 -0
  108. strongdm-15.28.0/strongdm/remote_identity_groups_pb2.py +122 -0
  109. strongdm-15.28.0/strongdm/remote_identity_groups_pb2_grpc.py +139 -0
  110. strongdm-15.28.0/strongdm/replays_pb2.py +113 -0
  111. strongdm-15.28.0/strongdm/replays_pb2_grpc.py +87 -0
  112. strongdm-15.28.0/strongdm/resources_history_pb2.py +100 -0
  113. strongdm-15.28.0/strongdm/resources_history_pb2_grpc.py +84 -0
  114. strongdm-15.28.0/strongdm/resources_pb2.py +262 -0
  115. strongdm-15.28.0/strongdm/resources_pb2_grpc.py +293 -0
  116. strongdm-15.28.0/strongdm/role_resources_history_pb2.py +100 -0
  117. strongdm-15.28.0/strongdm/role_resources_history_pb2_grpc.py +84 -0
  118. strongdm-15.28.0/strongdm/role_resources_pb2.py +97 -0
  119. strongdm-15.28.0/strongdm/role_resources_pb2_grpc.py +87 -0
  120. strongdm-15.28.0/strongdm/roles_history_pb2.py +100 -0
  121. strongdm-15.28.0/strongdm/roles_history_pb2_grpc.py +84 -0
  122. strongdm-15.28.0/strongdm/roles_pb2.py +223 -0
  123. strongdm-15.28.0/strongdm/roles_pb2_grpc.py +226 -0
  124. strongdm-15.28.0/strongdm/secret_engine_policy_pb2.py +78 -0
  125. strongdm-15.28.0/strongdm/secret_engine_policy_pb2_grpc.py +18 -0
  126. strongdm-15.28.0/strongdm/secret_engine_types_pb2.py +195 -0
  127. strongdm-15.28.0/strongdm/secret_engine_types_pb2_grpc.py +18 -0
  128. strongdm-15.28.0/strongdm/secret_engines_pb2.py +325 -0
  129. strongdm-15.28.0/strongdm/secret_engines_pb2_grpc.py +355 -0
  130. strongdm-15.28.0/strongdm/secret_store_healths_pb2.py +167 -0
  131. strongdm-15.28.0/strongdm/secret_store_healths_pb2_grpc.py +155 -0
  132. strongdm-15.28.0/strongdm/secret_store_types_pb2.py +831 -0
  133. strongdm-15.28.0/strongdm/secret_store_types_pb2_grpc.py +18 -0
  134. strongdm-15.28.0/strongdm/secret_stores_history_pb2.py +100 -0
  135. strongdm-15.28.0/strongdm/secret_stores_history_pb2_grpc.py +84 -0
  136. strongdm-15.28.0/strongdm/secret_stores_pb2.py +201 -0
  137. strongdm-15.28.0/strongdm/secret_stores_pb2_grpc.py +219 -0
  138. strongdm-15.28.0/strongdm/spec_pb2.py +333 -0
  139. {strongdm-1.0.5 → strongdm-15.28.0}/strongdm/spec_pb2_grpc.py +1 -0
  140. strongdm-15.28.0/strongdm/svc.py +8163 -0
  141. strongdm-15.28.0/strongdm/tags_pb2.py +81 -0
  142. {strongdm-1.0.5 → strongdm-15.28.0}/strongdm/tags_pb2_grpc.py +1 -0
  143. strongdm-15.28.0/strongdm/workflow_approvers_history_pb2.py +100 -0
  144. strongdm-15.28.0/strongdm/workflow_approvers_history_pb2_grpc.py +84 -0
  145. strongdm-15.28.0/strongdm/workflow_approvers_pb2.py +192 -0
  146. strongdm-15.28.0/strongdm/workflow_approvers_pb2_grpc.py +186 -0
  147. strongdm-15.28.0/strongdm/workflow_roles_history_pb2.py +100 -0
  148. strongdm-15.28.0/strongdm/workflow_roles_history_pb2_grpc.py +84 -0
  149. strongdm-15.28.0/strongdm/workflow_roles_pb2.py +190 -0
  150. strongdm-15.28.0/strongdm/workflow_roles_pb2_grpc.py +189 -0
  151. strongdm-15.28.0/strongdm/workflows_history_pb2.py +100 -0
  152. strongdm-15.28.0/strongdm/workflows_history_pb2_grpc.py +84 -0
  153. strongdm-15.28.0/strongdm/workflows_pb2.py +233 -0
  154. strongdm-15.28.0/strongdm/workflows_pb2_grpc.py +226 -0
  155. strongdm-15.28.0/strongdm.egg-info/PKG-INFO +97 -0
  156. strongdm-15.28.0/strongdm.egg-info/SOURCES.txt +157 -0
  157. strongdm-15.28.0/strongdm.egg-info/dependency_links.txt +1 -0
  158. strongdm-15.28.0/strongdm.egg-info/requires.txt +2 -0
  159. strongdm-15.28.0/strongdm.egg-info/top_level.txt +1 -0
  160. strongdm-1.0.5/PKG-INFO +0 -17
  161. strongdm-1.0.5/setup.cfg +0 -2
  162. strongdm-1.0.5/setup.py +0 -39
  163. strongdm-1.0.5/strongdm/account_attachments_pb2.py +0 -632
  164. strongdm-1.0.5/strongdm/account_attachments_pb2_grpc.py +0 -111
  165. strongdm-1.0.5/strongdm/account_grants_pb2.py +0 -600
  166. strongdm-1.0.5/strongdm/account_grants_pb2_grpc.py +0 -111
  167. strongdm-1.0.5/strongdm/accounts_pb2.py +0 -846
  168. strongdm-1.0.5/strongdm/accounts_pb2_grpc.py +0 -134
  169. strongdm-1.0.5/strongdm/client.py +0 -99
  170. strongdm-1.0.5/strongdm/drivers_pb2.py +0 -5869
  171. strongdm-1.0.5/strongdm/models.py +0 -5696
  172. strongdm-1.0.5/strongdm/nodes_pb2.py +0 -846
  173. strongdm-1.0.5/strongdm/nodes_pb2_grpc.py +0 -134
  174. strongdm-1.0.5/strongdm/options_pb2.py +0 -475
  175. strongdm-1.0.5/strongdm/plumbing.py +0 -3549
  176. strongdm-1.0.5/strongdm/resources_pb2.py +0 -649
  177. strongdm-1.0.5/strongdm/resources_pb2_grpc.py +0 -128
  178. strongdm-1.0.5/strongdm/role_attachments_pb2.py +0 -581
  179. strongdm-1.0.5/strongdm/role_attachments_pb2_grpc.py +0 -117
  180. strongdm-1.0.5/strongdm/role_grants_pb2.py +0 -581
  181. strongdm-1.0.5/strongdm/role_grants_pb2_grpc.py +0 -117
  182. strongdm-1.0.5/strongdm/roles_pb2.py +0 -706
  183. strongdm-1.0.5/strongdm/roles_pb2_grpc.py +0 -136
  184. strongdm-1.0.5/strongdm/spec_pb2.py +0 -730
  185. strongdm-1.0.5/strongdm/svc.py +0 -1077
  186. strongdm-1.0.5/strongdm/tags_pb2.py +0 -135
@@ -0,0 +1,201 @@
1
+ Apache License
2
+ Version 2.0, January 2004
3
+ http://www.apache.org/licenses/
4
+
5
+ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
6
+
7
+ 1. Definitions.
8
+
9
+ "License" shall mean the terms and conditions for use, reproduction,
10
+ and distribution as defined by Sections 1 through 9 of this document.
11
+
12
+ "Licensor" shall mean the copyright owner or entity authorized by
13
+ the copyright owner that is granting the License.
14
+
15
+ "Legal Entity" shall mean the union of the acting entity and all
16
+ other entities that control, are controlled by, or are under common
17
+ control with that entity. For the purposes of this definition,
18
+ "control" means (i) the power, direct or indirect, to cause the
19
+ direction or management of such entity, whether by contract or
20
+ otherwise, or (ii) ownership of fifty percent (50%) or more of the
21
+ outstanding shares, or (iii) beneficial ownership of such entity.
22
+
23
+ "You" (or "Your") shall mean an individual or Legal Entity
24
+ exercising permissions granted by this License.
25
+
26
+ "Source" form shall mean the preferred form for making modifications,
27
+ including but not limited to software source code, documentation
28
+ source, and configuration files.
29
+
30
+ "Object" form shall mean any form resulting from mechanical
31
+ transformation or translation of a Source form, including but
32
+ not limited to compiled object code, generated documentation,
33
+ and conversions to other media types.
34
+
35
+ "Work" shall mean the work of authorship, whether in Source or
36
+ Object form, made available under the License, as indicated by a
37
+ copyright notice that is included in or attached to the work
38
+ (an example is provided in the Appendix below).
39
+
40
+ "Derivative Works" shall mean any work, whether in Source or Object
41
+ form, that is based on (or derived from) the Work and for which the
42
+ editorial revisions, annotations, elaborations, or other modifications
43
+ represent, as a whole, an original work of authorship. For the purposes
44
+ of this License, Derivative Works shall not include works that remain
45
+ separable from, or merely link (or bind by name) to the interfaces of,
46
+ the Work and Derivative Works thereof.
47
+
48
+ "Contribution" shall mean any work of authorship, including
49
+ the original version of the Work and any modifications or additions
50
+ to that Work or Derivative Works thereof, that is intentionally
51
+ submitted to Licensor for inclusion in the Work by the copyright owner
52
+ or by an individual or Legal Entity authorized to submit on behalf of
53
+ the copyright owner. For the purposes of this definition, "submitted"
54
+ means any form of electronic, verbal, or written communication sent
55
+ to the Licensor or its representatives, including but not limited to
56
+ communication on electronic mailing lists, source code control systems,
57
+ and issue tracking systems that are managed by, or on behalf of, the
58
+ Licensor for the purpose of discussing and improving the Work, but
59
+ excluding communication that is conspicuously marked or otherwise
60
+ designated in writing by the copyright owner as "Not a Contribution."
61
+
62
+ "Contributor" shall mean Licensor and any individual or Legal Entity
63
+ on behalf of whom a Contribution has been received by Licensor and
64
+ subsequently incorporated within the Work.
65
+
66
+ 2. Grant of Copyright License. Subject to the terms and conditions of
67
+ this License, each Contributor hereby grants to You a perpetual,
68
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
69
+ copyright license to reproduce, prepare Derivative Works of,
70
+ publicly display, publicly perform, sublicense, and distribute the
71
+ Work and such Derivative Works in Source or Object form.
72
+
73
+ 3. Grant of Patent License. Subject to the terms and conditions of
74
+ this License, each Contributor hereby grants to You a perpetual,
75
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
76
+ (except as stated in this section) patent license to make, have made,
77
+ use, offer to sell, sell, import, and otherwise transfer the Work,
78
+ where such license applies only to those patent claims licensable
79
+ by such Contributor that are necessarily infringed by their
80
+ Contribution(s) alone or by combination of their Contribution(s)
81
+ with the Work to which such Contribution(s) was submitted. If You
82
+ institute patent litigation against any entity (including a
83
+ cross-claim or counterclaim in a lawsuit) alleging that the Work
84
+ or a Contribution incorporated within the Work constitutes direct
85
+ or contributory patent infringement, then any patent licenses
86
+ granted to You under this License for that Work shall terminate
87
+ as of the date such litigation is filed.
88
+
89
+ 4. Redistribution. You may reproduce and distribute copies of the
90
+ Work or Derivative Works thereof in any medium, with or without
91
+ modifications, and in Source or Object form, provided that You
92
+ meet the following conditions:
93
+
94
+ (a) You must give any other recipients of the Work or
95
+ Derivative Works a copy of this License; and
96
+
97
+ (b) You must cause any modified files to carry prominent notices
98
+ stating that You changed the files; and
99
+
100
+ (c) You must retain, in the Source form of any Derivative Works
101
+ that You distribute, all copyright, patent, trademark, and
102
+ attribution notices from the Source form of the Work,
103
+ excluding those notices that do not pertain to any part of
104
+ the Derivative Works; and
105
+
106
+ (d) If the Work includes a "NOTICE" text file as part of its
107
+ distribution, then any Derivative Works that You distribute must
108
+ include a readable copy of the attribution notices contained
109
+ within such NOTICE file, excluding those notices that do not
110
+ pertain to any part of the Derivative Works, in at least one
111
+ of the following places: within a NOTICE text file distributed
112
+ as part of the Derivative Works; within the Source form or
113
+ documentation, if provided along with the Derivative Works; or,
114
+ within a display generated by the Derivative Works, if and
115
+ wherever such third-party notices normally appear. The contents
116
+ of the NOTICE file are for informational purposes only and
117
+ do not modify the License. You may add Your own attribution
118
+ notices within Derivative Works that You distribute, alongside
119
+ or as an addendum to the NOTICE text from the Work, provided
120
+ that such additional attribution notices cannot be construed
121
+ as modifying the License.
122
+
123
+ You may add Your own copyright statement to Your modifications and
124
+ may provide additional or different license terms and conditions
125
+ for use, reproduction, or distribution of Your modifications, or
126
+ for any such Derivative Works as a whole, provided Your use,
127
+ reproduction, and distribution of the Work otherwise complies with
128
+ the conditions stated in this License.
129
+
130
+ 5. Submission of Contributions. Unless You explicitly state otherwise,
131
+ any Contribution intentionally submitted for inclusion in the Work
132
+ by You to the Licensor shall be under the terms and conditions of
133
+ this License, without any additional terms or conditions.
134
+ Notwithstanding the above, nothing herein shall supersede or modify
135
+ the terms of any separate license agreement you may have executed
136
+ with Licensor regarding such Contributions.
137
+
138
+ 6. Trademarks. This License does not grant permission to use the trade
139
+ names, trademarks, service marks, or product names of the Licensor,
140
+ except as required for reasonable and customary use in describing the
141
+ origin of the Work and reproducing the content of the NOTICE file.
142
+
143
+ 7. Disclaimer of Warranty. Unless required by applicable law or
144
+ agreed to in writing, Licensor provides the Work (and each
145
+ Contributor provides its Contributions) on an "AS IS" BASIS,
146
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
147
+ implied, including, without limitation, any warranties or conditions
148
+ of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
149
+ PARTICULAR PURPOSE. You are solely responsible for determining the
150
+ appropriateness of using or redistributing the Work and assume any
151
+ risks associated with Your exercise of permissions under this License.
152
+
153
+ 8. Limitation of Liability. In no event and under no legal theory,
154
+ whether in tort (including negligence), contract, or otherwise,
155
+ unless required by applicable law (such as deliberate and grossly
156
+ negligent acts) or agreed to in writing, shall any Contributor be
157
+ liable to You for damages, including any direct, indirect, special,
158
+ incidental, or consequential damages of any character arising as a
159
+ result of this License or out of the use or inability to use the
160
+ Work (including but not limited to damages for loss of goodwill,
161
+ work stoppage, computer failure or malfunction, or any and all
162
+ other commercial damages or losses), even if such Contributor
163
+ has been advised of the possibility of such damages.
164
+
165
+ 9. Accepting Warranty or Additional Liability. While redistributing
166
+ the Work or Derivative Works thereof, You may choose to offer,
167
+ and charge a fee for, acceptance of support, warranty, indemnity,
168
+ or other liability obligations and/or rights consistent with this
169
+ License. However, in accepting such obligations, You may act only
170
+ on Your own behalf and on Your sole responsibility, not on behalf
171
+ of any other Contributor, and only if You agree to indemnify,
172
+ defend, and hold each Contributor harmless for any liability
173
+ incurred by, or claims asserted against, such Contributor by reason
174
+ of your accepting any such warranty or additional liability.
175
+
176
+ END OF TERMS AND CONDITIONS
177
+
178
+ APPENDIX: How to apply the Apache License to your work.
179
+
180
+ To apply the Apache License to your work, attach the following
181
+ boilerplate notice, with the fields enclosed by brackets "[]"
182
+ replaced with your own identifying information. (Don't include
183
+ the brackets!) The text should be enclosed in the appropriate
184
+ comment syntax for the file format. We also recommend that a
185
+ file or class name and description of purpose be included on the
186
+ same "printed page" as the copyright notice for easier
187
+ identification within third-party archives.
188
+
189
+ Copyright 2020 StrongDM Inc
190
+
191
+ Licensed under the Apache License, Version 2.0 (the "License");
192
+ you may not use this file except in compliance with the License.
193
+ You may obtain a copy of the License at
194
+
195
+ http://www.apache.org/licenses/LICENSE-2.0
196
+
197
+ Unless required by applicable law or agreed to in writing, software
198
+ distributed under the License is distributed on an "AS IS" BASIS,
199
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
200
+ See the License for the specific language governing permissions and
201
+ limitations under the License.
@@ -0,0 +1,97 @@
1
+ Metadata-Version: 2.1
2
+ Name: strongdm
3
+ Version: 15.28.0
4
+ Summary: strongDM SDK for the Python programming language.
5
+ Home-page: https://github.com/strongdm/strongdm-sdk-python
6
+ Author: strongDM Team
7
+ Author-email: sdk-feedback@strongdm.com
8
+ License: apache-2.0
9
+ Download-URL: https://github.com/strongdm/strongdm-sdk-python/archive/v15.28.0.tar.gz
10
+ Keywords: strongDM,sdm,api,automation,security,audit,database,server,ssh,rdp
11
+ Platform: UNKNOWN
12
+ Classifier: Development Status :: 4 - Beta
13
+ Classifier: Intended Audience :: Developers
14
+ Classifier: Topic :: Security
15
+ Classifier: License :: OSI Approved :: Apache Software License
16
+ Classifier: Programming Language :: Python :: 3
17
+ Description-Content-Type: text/markdown
18
+ License-File: LICENSE
19
+
20
+ # strongDM SDK for Python
21
+
22
+ This is the official [strongDM](https://www.strongdm.com/) SDK for the Python
23
+ programming language.
24
+
25
+ Learn more with our [📚strongDM API docs](https://docs.strongdm.com/references/api) or
26
+ [📓browse the SDK
27
+ reference](https://strongdm.github.io/strongdm-sdk-python-docs/).
28
+
29
+ ## Installation
30
+
31
+ ```bash
32
+ $ pip install strongdm
33
+ ```
34
+
35
+ strongDM uses [semantic versioning](https://semver.org/). We do not guarantee
36
+ compatibility between major versions. Be sure to use version constraints to pin
37
+ your dependency to the desired major version of the strongDM SDK.
38
+
39
+ ## Authentication
40
+
41
+ If you don't already have them you will need to generate a set of API keys,
42
+ instructions are here: [API
43
+ Credentials](https://docs.strongdm.com/references/api/api-keys)
44
+
45
+ Add the keys as environment variables; the SDK will need to access these keys
46
+ for every request.
47
+
48
+ ```bash
49
+ $ export SDM_API_ACCESS_KEY=<YOUR ACCESS KEY>
50
+ $ export SDM_API_SECRET_KEY=<YOUR SECRET KEY>
51
+ ```
52
+
53
+ ## List Users
54
+
55
+ The following code lists all registered users:
56
+
57
+ ```python
58
+ import os
59
+ import strongdm
60
+
61
+ def main():
62
+ client = strongdm.Client(os.getenv("SDM_API_ACCESS_KEY"),
63
+ os.getenv("SDM_API_SECRET_KEY"))
64
+
65
+ users = client.accounts.list('')
66
+ for user in users:
67
+ print(user)
68
+
69
+ if __name__ == "__main__":
70
+ main()
71
+ ```
72
+
73
+ ## Useful Links
74
+
75
+ - Documentation: [strongdm package](https://strongdm.github.io/strongdm-sdk-python-docs/)
76
+ - [Migrating from v2 to v3](https://github.com/strongdm/strongdm-sdk-python/releases/tag/v3.0.0)
77
+ - [Migrating from Role Grants to Access Rules](https://github.com/strongdm/strongdm-sdk-python/wiki/Migrating-from-Role-Grants-to-Access-Rules)
78
+ - Examples: [GitHub - strongdm/strongdm-sdk-python-examples](https://github.com/strongdm/strongdm-sdk-python-examples)
79
+ 1. [Managing Resources](https://github.com/strongdm/strongdm-sdk-python-examples/tree/master/1_managing_resources)
80
+ 2. [Managing Accounts](https://github.com/strongdm/strongdm-sdk-python-examples/tree/master/2_managing_accounts)
81
+ 3. [Managing Roles](https://github.com/strongdm/strongdm-sdk-python-examples/tree/master/3_managing_roles)
82
+ 4. [Managing Gateways](https://github.com/strongdm/strongdm-sdk-python-examples/tree/master/4_managing_gateways)
83
+ 5. [Auditing](https://github.com/strongdm/strongdm-sdk-python-examples/tree/master/5_auditing)
84
+ 6. [Managing Access Workflows](https://github.com/strongdm/strongdm-sdk-python-examples/tree/master/6_managing_workflows)
85
+
86
+ ## License
87
+
88
+ [Apache 2](https://github.com/strongdm/strongdm-sdk-python/blob/master/LICENSE)
89
+
90
+ ## Contributing
91
+
92
+ Currently, we are not accepting pull requests directly to this repository, but
93
+ our users are some of the most resourceful and ambitious folks out there. So, if
94
+ you have something to contribute, find a bug, or just want to give us some
95
+ feedback, please email <support@strongdm.com>.
96
+
97
+
@@ -0,0 +1,76 @@
1
+ # strongDM SDK for Python
2
+
3
+ This is the official [strongDM](https://www.strongdm.com/) SDK for the Python
4
+ programming language.
5
+
6
+ Learn more with our [📚strongDM API docs](https://docs.strongdm.com/references/api) or
7
+ [📓browse the SDK
8
+ reference](https://strongdm.github.io/strongdm-sdk-python-docs/).
9
+
10
+ ## Installation
11
+
12
+ ```bash
13
+ $ pip install strongdm
14
+ ```
15
+
16
+ strongDM uses [semantic versioning](https://semver.org/). We do not guarantee
17
+ compatibility between major versions. Be sure to use version constraints to pin
18
+ your dependency to the desired major version of the strongDM SDK.
19
+
20
+ ## Authentication
21
+
22
+ If you don't already have them you will need to generate a set of API keys,
23
+ instructions are here: [API
24
+ Credentials](https://docs.strongdm.com/references/api/api-keys)
25
+
26
+ Add the keys as environment variables; the SDK will need to access these keys
27
+ for every request.
28
+
29
+ ```bash
30
+ $ export SDM_API_ACCESS_KEY=<YOUR ACCESS KEY>
31
+ $ export SDM_API_SECRET_KEY=<YOUR SECRET KEY>
32
+ ```
33
+
34
+ ## List Users
35
+
36
+ The following code lists all registered users:
37
+
38
+ ```python
39
+ import os
40
+ import strongdm
41
+
42
+ def main():
43
+ client = strongdm.Client(os.getenv("SDM_API_ACCESS_KEY"),
44
+ os.getenv("SDM_API_SECRET_KEY"))
45
+
46
+ users = client.accounts.list('')
47
+ for user in users:
48
+ print(user)
49
+
50
+ if __name__ == "__main__":
51
+ main()
52
+ ```
53
+
54
+ ## Useful Links
55
+
56
+ - Documentation: [strongdm package](https://strongdm.github.io/strongdm-sdk-python-docs/)
57
+ - [Migrating from v2 to v3](https://github.com/strongdm/strongdm-sdk-python/releases/tag/v3.0.0)
58
+ - [Migrating from Role Grants to Access Rules](https://github.com/strongdm/strongdm-sdk-python/wiki/Migrating-from-Role-Grants-to-Access-Rules)
59
+ - Examples: [GitHub - strongdm/strongdm-sdk-python-examples](https://github.com/strongdm/strongdm-sdk-python-examples)
60
+ 1. [Managing Resources](https://github.com/strongdm/strongdm-sdk-python-examples/tree/master/1_managing_resources)
61
+ 2. [Managing Accounts](https://github.com/strongdm/strongdm-sdk-python-examples/tree/master/2_managing_accounts)
62
+ 3. [Managing Roles](https://github.com/strongdm/strongdm-sdk-python-examples/tree/master/3_managing_roles)
63
+ 4. [Managing Gateways](https://github.com/strongdm/strongdm-sdk-python-examples/tree/master/4_managing_gateways)
64
+ 5. [Auditing](https://github.com/strongdm/strongdm-sdk-python-examples/tree/master/5_auditing)
65
+ 6. [Managing Access Workflows](https://github.com/strongdm/strongdm-sdk-python-examples/tree/master/6_managing_workflows)
66
+
67
+ ## License
68
+
69
+ [Apache 2](https://github.com/strongdm/strongdm-sdk-python/blob/master/LICENSE)
70
+
71
+ ## Contributing
72
+
73
+ Currently, we are not accepting pull requests directly to this repository, but
74
+ our users are some of the most resourceful and ambitious folks out there. So, if
75
+ you have something to contribute, find a bug, or just want to give us some
76
+ feedback, please email <support@strongdm.com>.
@@ -0,0 +1,4 @@
1
+ [egg_info]
2
+ tag_build =
3
+ tag_date = 0
4
+
@@ -0,0 +1,51 @@
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
+
16
+ # read the contents of your README file
17
+ from os import path
18
+ this_directory = path.abspath(path.dirname(__file__))
19
+ with open(path.join(this_directory, 'README.md'), encoding='utf-8') as f:
20
+ long_description = f.read()
21
+
22
+ from setuptools import setup
23
+ setup(
24
+ name='strongdm',
25
+ packages=['strongdm'],
26
+ version='15.28.0',
27
+ license='apache-2.0',
28
+ description='strongDM SDK for the Python programming language.',
29
+ long_description=long_description,
30
+ long_description_content_type='text/markdown',
31
+ author='strongDM Team',
32
+ author_email='sdk-feedback@strongdm.com',
33
+ url='https://github.com/strongdm/strongdm-sdk-python',
34
+ download_url=
35
+ 'https://github.com/strongdm/strongdm-sdk-python/archive/v15.28.0.tar.gz',
36
+ keywords=[
37
+ 'strongDM', 'sdm', 'api', 'automation', 'security', 'audit',
38
+ 'database', 'server', 'ssh', 'rdp'
39
+ ],
40
+ install_requires=[
41
+ 'grpcio>=1.42.0',
42
+ 'googleapis-common-protos>1.56.2,<2',
43
+ ],
44
+ classifiers=[
45
+ 'Development Status :: 4 - Beta', # Chose either "3 - Alpha", "4 - Beta" or "5 - Production/Stable" as the current state of your package
46
+ 'Intended Audience :: Developers',
47
+ 'Topic :: Security',
48
+ 'License :: OSI Approved :: Apache Software License',
49
+ 'Programming Language :: Python :: 3',
50
+ ],
51
+ )
@@ -1,21 +1,26 @@
1
1
  # Copyright 2020 StrongDM Inc
2
- #
2
+ #
3
3
  # Licensed under the Apache License, Version 2.0 (the "License");
4
4
  # you may not use this file except in compliance with the License.
5
5
  # You may obtain a copy of the License at
6
- #
6
+ #
7
7
  # http://www.apache.org/licenses/LICENSE-2.0
8
- #
8
+ #
9
9
  # Unless required by applicable law or agreed to in writing, software
10
10
  # distributed under the License is distributed on an "AS IS" BASIS,
11
11
  # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12
12
  # See the License for the specific language governing permissions and
13
13
  # limitations under the License.
14
- #
15
- # This file was generated by protogen. DO NOT EDIT.
14
+ #
15
+ # Code generated by protogen. DO NOT EDIT.
16
+ '''
17
+ .. include:: ../README.md
18
+ '''
19
+ __docformat__ = 'restructuredtext'
16
20
 
17
21
  import sys
18
22
  import os.path
19
23
  from .models import *
20
24
  from .errors import *
21
25
  from .client import *
26
+ from .constants import *
@@ -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: access_request_events_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 access_requests_pb2 as access__requests__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#access_request_events_history.proto\x12\x02v1\x1a\x1fgoogle/protobuf/timestamp.proto\x1a\x15\x61\x63\x63\x65ss_requests.proto\x1a\roptions.proto\x1a\nspec.proto\"\x93\x01\n$AccessRequestEventHistoryListRequest\x12%\n\x04meta\x18\x01 \x01(\x0b\x32\x17.v1.ListRequestMetadata\x12\x1a\n\x06\x66ilter\x18\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01:(\xfa\xf8\xb3\x07\x06\xd2\xf3\xb3\x07\x01*\xfa\xf8\xb3\x07\x18\xd2\xf3\xb3\x07\x13!terraform-provider\"\x8e\x02\n%AccessRequestEventHistoryListResponse\x12&\n\x04meta\x18\x01 \x01(\x0b\x32\x18.v1.ListResponseMetadata\x12:\n\x07history\x18\x02 \x03(\x0b\x32\x1d.v1.AccessRequestEventHistoryB\n\xf2\xf8\xb3\x07\x05\xb8\xf3\xb3\x07\x01\x12W\n\nrate_limit\x18\x03 \x01(\x0b\x32\x15.v1.RateLimitMetadataB,\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x06\xb2\xf4\xb3\x07\x01*\xf2\xf8\xb3\x07\x12\xb2\xf4\xb3\x07\r!json_gateway:(\xfa\xf8\xb3\x07\x06\xd2\xf3\xb3\x07\x01*\xfa\xf8\xb3\x07\x18\xd2\xf3\xb3\x07\x13!terraform-provider\"\xa9\x02\n\x19\x41\x63\x63\x65ssRequestEventHistory\x12\x1f\n\x0b\x61\x63tivity_id\x18\x01 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12\x39\n\ttimestamp\x18\x02 \x01(\x0b\x32\x1a.google.protobuf.TimestampB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12@\n\x14\x61\x63\x63\x65ss_request_event\x18\x03 \x01(\x0b\x32\x16.v1.AccessRequestEventB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12:\n\ndeleted_at\x18\x04 \x01(\x0b\x32\x1a.google.protobuf.TimestampB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01:2\xfa\xf8\xb3\x07\x05\xa8\xf3\xb3\x07\x01\xfa\xf8\xb3\x07\x06\xd2\xf3\xb3\x07\x01*\xfa\xf8\xb3\x07\x18\xd2\xf3\xb3\x07\x13!terraform-provider2\x95\x02\n\x1a\x41\x63\x63\x65ssRequestEventsHistory\x12\x95\x01\n\x04List\x12(.v1.AccessRequestEventHistoryListRequest\x1a).v1.AccessRequestEventHistoryListResponse\"8\x82\xf9\xb3\x07\x08\xa2\xf3\xb3\x07\x03get\x82\xf9\xb3\x07&\xaa\xf3\xb3\x07!/v1/access-request-events-history\x1a_\xca\xf9\xb3\x07\x1e\xc2\xf9\xb3\x07\x19\x41\x63\x63\x65ssRequestEventHistory\xca\xf9\xb3\x07\x05\xd8\xf9\xb3\x07\x01\xca\xf9\xb3\x07\x06\xca\xf9\xb3\x07\x01*\xca\xf9\xb3\x07\x18\xca\xf9\xb3\x07\x13!terraform-provider\xca\xf9\xb3\x07\x05\xe8\xf9\xb3\x07\x01\x42\x9e\x01\n\x19\x63om.strongdm.api.plumbingB\"AccessRequestEventsHistoryPlumbingZ5github.com/strongdm/strongdm-sdk-go/v3/internal/v1;v1\xc2\x92\xb4\x07\x06\xa2\x8c\xb4\x07\x01*\xc2\x92\xb4\x07\x18\xa2\x8c\xb4\x07\x13!terraform-providerb\x06proto3')
36
+
37
+
38
+
39
+ _ACCESSREQUESTEVENTHISTORYLISTREQUEST = DESCRIPTOR.message_types_by_name['AccessRequestEventHistoryListRequest']
40
+ _ACCESSREQUESTEVENTHISTORYLISTRESPONSE = DESCRIPTOR.message_types_by_name['AccessRequestEventHistoryListResponse']
41
+ _ACCESSREQUESTEVENTHISTORY = DESCRIPTOR.message_types_by_name['AccessRequestEventHistory']
42
+ AccessRequestEventHistoryListRequest = _reflection.GeneratedProtocolMessageType('AccessRequestEventHistoryListRequest', (_message.Message,), {
43
+ 'DESCRIPTOR' : _ACCESSREQUESTEVENTHISTORYLISTREQUEST,
44
+ '__module__' : 'access_request_events_history_pb2'
45
+ # @@protoc_insertion_point(class_scope:v1.AccessRequestEventHistoryListRequest)
46
+ })
47
+ _sym_db.RegisterMessage(AccessRequestEventHistoryListRequest)
48
+
49
+ AccessRequestEventHistoryListResponse = _reflection.GeneratedProtocolMessageType('AccessRequestEventHistoryListResponse', (_message.Message,), {
50
+ 'DESCRIPTOR' : _ACCESSREQUESTEVENTHISTORYLISTRESPONSE,
51
+ '__module__' : 'access_request_events_history_pb2'
52
+ # @@protoc_insertion_point(class_scope:v1.AccessRequestEventHistoryListResponse)
53
+ })
54
+ _sym_db.RegisterMessage(AccessRequestEventHistoryListResponse)
55
+
56
+ AccessRequestEventHistory = _reflection.GeneratedProtocolMessageType('AccessRequestEventHistory', (_message.Message,), {
57
+ 'DESCRIPTOR' : _ACCESSREQUESTEVENTHISTORY,
58
+ '__module__' : 'access_request_events_history_pb2'
59
+ # @@protoc_insertion_point(class_scope:v1.AccessRequestEventHistory)
60
+ })
61
+ _sym_db.RegisterMessage(AccessRequestEventHistory)
62
+
63
+ _ACCESSREQUESTEVENTSHISTORY = DESCRIPTOR.services_by_name['AccessRequestEventsHistory']
64
+ if _descriptor._USE_C_DESCRIPTORS == False:
65
+
66
+ DESCRIPTOR._options = None
67
+ DESCRIPTOR._serialized_options = b'\n\031com.strongdm.api.plumbingB\"AccessRequestEventsHistoryPlumbingZ5github.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
+ _ACCESSREQUESTEVENTHISTORYLISTREQUEST.fields_by_name['filter']._options = None
69
+ _ACCESSREQUESTEVENTHISTORYLISTREQUEST.fields_by_name['filter']._serialized_options = b'\362\370\263\007\005\260\363\263\007\001'
70
+ _ACCESSREQUESTEVENTHISTORYLISTREQUEST._options = None
71
+ _ACCESSREQUESTEVENTHISTORYLISTREQUEST._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
+ _ACCESSREQUESTEVENTHISTORYLISTRESPONSE.fields_by_name['history']._options = None
73
+ _ACCESSREQUESTEVENTHISTORYLISTRESPONSE.fields_by_name['history']._serialized_options = b'\362\370\263\007\005\270\363\263\007\001'
74
+ _ACCESSREQUESTEVENTHISTORYLISTRESPONSE.fields_by_name['rate_limit']._options = None
75
+ _ACCESSREQUESTEVENTHISTORYLISTRESPONSE.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'
76
+ _ACCESSREQUESTEVENTHISTORYLISTRESPONSE._options = None
77
+ _ACCESSREQUESTEVENTHISTORYLISTRESPONSE._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
+ _ACCESSREQUESTEVENTHISTORY.fields_by_name['activity_id']._options = None
79
+ _ACCESSREQUESTEVENTHISTORY.fields_by_name['activity_id']._serialized_options = b'\362\370\263\007\005\260\363\263\007\001'
80
+ _ACCESSREQUESTEVENTHISTORY.fields_by_name['timestamp']._options = None
81
+ _ACCESSREQUESTEVENTHISTORY.fields_by_name['timestamp']._serialized_options = b'\362\370\263\007\005\260\363\263\007\001'
82
+ _ACCESSREQUESTEVENTHISTORY.fields_by_name['access_request_event']._options = None
83
+ _ACCESSREQUESTEVENTHISTORY.fields_by_name['access_request_event']._serialized_options = b'\362\370\263\007\005\260\363\263\007\001'
84
+ _ACCESSREQUESTEVENTHISTORY.fields_by_name['deleted_at']._options = None
85
+ _ACCESSREQUESTEVENTHISTORY.fields_by_name['deleted_at']._serialized_options = b'\362\370\263\007\005\260\363\263\007\001'
86
+ _ACCESSREQUESTEVENTHISTORY._options = None
87
+ _ACCESSREQUESTEVENTHISTORY._serialized_options = b'\372\370\263\007\005\250\363\263\007\001\372\370\263\007\006\322\363\263\007\001*\372\370\263\007\030\322\363\263\007\023!terraform-provider'
88
+ _ACCESSREQUESTEVENTSHISTORY._options = None
89
+ _ACCESSREQUESTEVENTSHISTORY._serialized_options = b'\312\371\263\007\036\302\371\263\007\031AccessRequestEventHistory\312\371\263\007\005\330\371\263\007\001\312\371\263\007\006\312\371\263\007\001*\312\371\263\007\030\312\371\263\007\023!terraform-provider\312\371\263\007\005\350\371\263\007\001'
90
+ _ACCESSREQUESTEVENTSHISTORY.methods_by_name['List']._options = None
91
+ _ACCESSREQUESTEVENTSHISTORY.methods_by_name['List']._serialized_options = b'\202\371\263\007\010\242\363\263\007\003get\202\371\263\007&\252\363\263\007!/v1/access-request-events-history'
92
+ _ACCESSREQUESTEVENTHISTORYLISTREQUEST._serialized_start=127
93
+ _ACCESSREQUESTEVENTHISTORYLISTREQUEST._serialized_end=274
94
+ _ACCESSREQUESTEVENTHISTORYLISTRESPONSE._serialized_start=277
95
+ _ACCESSREQUESTEVENTHISTORYLISTRESPONSE._serialized_end=547
96
+ _ACCESSREQUESTEVENTHISTORY._serialized_start=550
97
+ _ACCESSREQUESTEVENTHISTORY._serialized_end=847
98
+ _ACCESSREQUESTEVENTSHISTORY._serialized_start=850
99
+ _ACCESSREQUESTEVENTSHISTORY._serialized_end=1127
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 access_request_events_history_pb2 as access__request__events__history__pb2
20
+
21
+
22
+ class AccessRequestEventsHistoryStub(object):
23
+ """AccessRequestEventsHistory provides records of all changes to the state of an AccessRequest.
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.AccessRequestEventsHistory/List',
34
+ request_serializer=access__request__events__history__pb2.AccessRequestEventHistoryListRequest.SerializeToString,
35
+ response_deserializer=access__request__events__history__pb2.AccessRequestEventHistoryListResponse.FromString,
36
+ )
37
+
38
+
39
+ class AccessRequestEventsHistoryServicer(object):
40
+ """AccessRequestEventsHistory provides records of all changes to the state of an AccessRequest.
41
+ """
42
+
43
+ def List(self, request, context):
44
+ """List gets a list of AccessRequestEventHistory 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_AccessRequestEventsHistoryServicer_to_server(servicer, server):
52
+ rpc_method_handlers = {
53
+ 'List': grpc.unary_unary_rpc_method_handler(
54
+ servicer.List,
55
+ request_deserializer=access__request__events__history__pb2.AccessRequestEventHistoryListRequest.FromString,
56
+ response_serializer=access__request__events__history__pb2.AccessRequestEventHistoryListResponse.SerializeToString,
57
+ ),
58
+ }
59
+ generic_handler = grpc.method_handlers_generic_handler(
60
+ 'v1.AccessRequestEventsHistory', rpc_method_handlers)
61
+ server.add_generic_rpc_handlers((generic_handler,))
62
+
63
+
64
+ # This class is part of an EXPERIMENTAL API.
65
+ class AccessRequestEventsHistory(object):
66
+ """AccessRequestEventsHistory provides records of all changes to the state of an AccessRequest.
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.AccessRequestEventsHistory/List',
81
+ access__request__events__history__pb2.AccessRequestEventHistoryListRequest.SerializeToString,
82
+ access__request__events__history__pb2.AccessRequestEventHistoryListResponse.FromString,
83
+ options, channel_credentials,
84
+ insecure, call_credentials, compression, wait_for_ready, timeout, metadata)