strongdm 6.2.1__zip → 6.3.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 (115) hide show
  1. {strongdm-6.2.1 → strongdm-6.3.0}/PKG-INFO +2 -2
  2. {strongdm-6.2.1 → strongdm-6.3.0}/setup.py +2 -2
  3. {strongdm-6.2.1 → strongdm-6.3.0}/strongdm/client.py +7 -1
  4. {strongdm-6.2.1 → strongdm-6.3.0}/strongdm/models.py +157 -0
  5. {strongdm-6.2.1 → strongdm-6.3.0}/strongdm/options_pb2.py +22 -22
  6. {strongdm-6.2.1 → strongdm-6.3.0}/strongdm/plumbing.py +125 -0
  7. strongdm-6.3.0/strongdm/secret_store_healths_pb2.py +167 -0
  8. strongdm-6.3.0/strongdm/secret_store_healths_pb2_grpc.py +155 -0
  9. {strongdm-6.2.1 → strongdm-6.3.0}/strongdm/svc.py +81 -0
  10. {strongdm-6.2.1 → strongdm-6.3.0}/strongdm.egg-info/PKG-INFO +2 -2
  11. {strongdm-6.2.1 → strongdm-6.3.0}/strongdm.egg-info/SOURCES.txt +2 -0
  12. {strongdm-6.2.1 → strongdm-6.3.0}/LICENSE +0 -0
  13. {strongdm-6.2.1 → strongdm-6.3.0}/README.md +0 -0
  14. {strongdm-6.2.1 → strongdm-6.3.0}/setup.cfg +0 -0
  15. {strongdm-6.2.1 → strongdm-6.3.0}/strongdm/__init__.py +0 -0
  16. {strongdm-6.2.1 → strongdm-6.3.0}/strongdm/access_request_events_history_pb2.py +0 -0
  17. {strongdm-6.2.1 → strongdm-6.3.0}/strongdm/access_request_events_history_pb2_grpc.py +0 -0
  18. {strongdm-6.2.1 → strongdm-6.3.0}/strongdm/access_requests_history_pb2.py +0 -0
  19. {strongdm-6.2.1 → strongdm-6.3.0}/strongdm/access_requests_history_pb2_grpc.py +0 -0
  20. {strongdm-6.2.1 → strongdm-6.3.0}/strongdm/access_requests_pb2.py +0 -0
  21. {strongdm-6.2.1 → strongdm-6.3.0}/strongdm/access_requests_pb2_grpc.py +0 -0
  22. {strongdm-6.2.1 → strongdm-6.3.0}/strongdm/account_attachments_history_pb2.py +0 -0
  23. {strongdm-6.2.1 → strongdm-6.3.0}/strongdm/account_attachments_history_pb2_grpc.py +0 -0
  24. {strongdm-6.2.1 → strongdm-6.3.0}/strongdm/account_attachments_pb2.py +0 -0
  25. {strongdm-6.2.1 → strongdm-6.3.0}/strongdm/account_attachments_pb2_grpc.py +0 -0
  26. {strongdm-6.2.1 → strongdm-6.3.0}/strongdm/account_grants_history_pb2.py +0 -0
  27. {strongdm-6.2.1 → strongdm-6.3.0}/strongdm/account_grants_history_pb2_grpc.py +0 -0
  28. {strongdm-6.2.1 → strongdm-6.3.0}/strongdm/account_grants_pb2.py +0 -0
  29. {strongdm-6.2.1 → strongdm-6.3.0}/strongdm/account_grants_pb2_grpc.py +0 -0
  30. {strongdm-6.2.1 → strongdm-6.3.0}/strongdm/account_permissions_pb2.py +0 -0
  31. {strongdm-6.2.1 → strongdm-6.3.0}/strongdm/account_permissions_pb2_grpc.py +0 -0
  32. {strongdm-6.2.1 → strongdm-6.3.0}/strongdm/account_resources_history_pb2.py +0 -0
  33. {strongdm-6.2.1 → strongdm-6.3.0}/strongdm/account_resources_history_pb2_grpc.py +0 -0
  34. {strongdm-6.2.1 → strongdm-6.3.0}/strongdm/account_resources_pb2.py +0 -0
  35. {strongdm-6.2.1 → strongdm-6.3.0}/strongdm/account_resources_pb2_grpc.py +0 -0
  36. {strongdm-6.2.1 → strongdm-6.3.0}/strongdm/accounts_history_pb2.py +0 -0
  37. {strongdm-6.2.1 → strongdm-6.3.0}/strongdm/accounts_history_pb2_grpc.py +0 -0
  38. {strongdm-6.2.1 → strongdm-6.3.0}/strongdm/accounts_pb2.py +0 -0
  39. {strongdm-6.2.1 → strongdm-6.3.0}/strongdm/accounts_pb2_grpc.py +0 -0
  40. {strongdm-6.2.1 → strongdm-6.3.0}/strongdm/activities_pb2.py +0 -0
  41. {strongdm-6.2.1 → strongdm-6.3.0}/strongdm/activities_pb2_grpc.py +0 -0
  42. {strongdm-6.2.1 → strongdm-6.3.0}/strongdm/constants.py +0 -0
  43. {strongdm-6.2.1 → strongdm-6.3.0}/strongdm/control_panel_pb2.py +0 -0
  44. {strongdm-6.2.1 → strongdm-6.3.0}/strongdm/control_panel_pb2_grpc.py +0 -0
  45. {strongdm-6.2.1 → strongdm-6.3.0}/strongdm/drivers_pb2.py +0 -0
  46. {strongdm-6.2.1 → strongdm-6.3.0}/strongdm/drivers_pb2_grpc.py +0 -0
  47. {strongdm-6.2.1 → strongdm-6.3.0}/strongdm/errors.py +0 -0
  48. {strongdm-6.2.1 → strongdm-6.3.0}/strongdm/nodes_history_pb2.py +0 -0
  49. {strongdm-6.2.1 → strongdm-6.3.0}/strongdm/nodes_history_pb2_grpc.py +0 -0
  50. {strongdm-6.2.1 → strongdm-6.3.0}/strongdm/nodes_pb2.py +0 -0
  51. {strongdm-6.2.1 → strongdm-6.3.0}/strongdm/nodes_pb2_grpc.py +0 -0
  52. {strongdm-6.2.1 → strongdm-6.3.0}/strongdm/options_pb2_grpc.py +0 -0
  53. {strongdm-6.2.1 → strongdm-6.3.0}/strongdm/organization_history_pb2.py +0 -0
  54. {strongdm-6.2.1 → strongdm-6.3.0}/strongdm/organization_history_pb2_grpc.py +0 -0
  55. {strongdm-6.2.1 → strongdm-6.3.0}/strongdm/peering_group_nodes_pb2.py +0 -0
  56. {strongdm-6.2.1 → strongdm-6.3.0}/strongdm/peering_group_nodes_pb2_grpc.py +0 -0
  57. {strongdm-6.2.1 → strongdm-6.3.0}/strongdm/peering_group_peers_pb2.py +0 -0
  58. {strongdm-6.2.1 → strongdm-6.3.0}/strongdm/peering_group_peers_pb2_grpc.py +0 -0
  59. {strongdm-6.2.1 → strongdm-6.3.0}/strongdm/peering_group_resources_pb2.py +0 -0
  60. {strongdm-6.2.1 → strongdm-6.3.0}/strongdm/peering_group_resources_pb2_grpc.py +0 -0
  61. {strongdm-6.2.1 → strongdm-6.3.0}/strongdm/peering_groups_pb2.py +0 -0
  62. {strongdm-6.2.1 → strongdm-6.3.0}/strongdm/peering_groups_pb2_grpc.py +0 -0
  63. {strongdm-6.2.1 → strongdm-6.3.0}/strongdm/queries_pb2.py +0 -0
  64. {strongdm-6.2.1 → strongdm-6.3.0}/strongdm/queries_pb2_grpc.py +0 -0
  65. {strongdm-6.2.1 → strongdm-6.3.0}/strongdm/remote_identities_history_pb2.py +0 -0
  66. {strongdm-6.2.1 → strongdm-6.3.0}/strongdm/remote_identities_history_pb2_grpc.py +0 -0
  67. {strongdm-6.2.1 → strongdm-6.3.0}/strongdm/remote_identities_pb2.py +0 -0
  68. {strongdm-6.2.1 → strongdm-6.3.0}/strongdm/remote_identities_pb2_grpc.py +0 -0
  69. {strongdm-6.2.1 → strongdm-6.3.0}/strongdm/remote_identity_groups_history_pb2.py +0 -0
  70. {strongdm-6.2.1 → strongdm-6.3.0}/strongdm/remote_identity_groups_history_pb2_grpc.py +0 -0
  71. {strongdm-6.2.1 → strongdm-6.3.0}/strongdm/remote_identity_groups_pb2.py +0 -0
  72. {strongdm-6.2.1 → strongdm-6.3.0}/strongdm/remote_identity_groups_pb2_grpc.py +0 -0
  73. {strongdm-6.2.1 → strongdm-6.3.0}/strongdm/replays_pb2.py +0 -0
  74. {strongdm-6.2.1 → strongdm-6.3.0}/strongdm/replays_pb2_grpc.py +0 -0
  75. {strongdm-6.2.1 → strongdm-6.3.0}/strongdm/resources_history_pb2.py +0 -0
  76. {strongdm-6.2.1 → strongdm-6.3.0}/strongdm/resources_history_pb2_grpc.py +0 -0
  77. {strongdm-6.2.1 → strongdm-6.3.0}/strongdm/resources_pb2.py +0 -0
  78. {strongdm-6.2.1 → strongdm-6.3.0}/strongdm/resources_pb2_grpc.py +0 -0
  79. {strongdm-6.2.1 → strongdm-6.3.0}/strongdm/role_resources_history_pb2.py +0 -0
  80. {strongdm-6.2.1 → strongdm-6.3.0}/strongdm/role_resources_history_pb2_grpc.py +0 -0
  81. {strongdm-6.2.1 → strongdm-6.3.0}/strongdm/role_resources_pb2.py +0 -0
  82. {strongdm-6.2.1 → strongdm-6.3.0}/strongdm/role_resources_pb2_grpc.py +0 -0
  83. {strongdm-6.2.1 → strongdm-6.3.0}/strongdm/roles_history_pb2.py +0 -0
  84. {strongdm-6.2.1 → strongdm-6.3.0}/strongdm/roles_history_pb2_grpc.py +0 -0
  85. {strongdm-6.2.1 → strongdm-6.3.0}/strongdm/roles_pb2.py +0 -0
  86. {strongdm-6.2.1 → strongdm-6.3.0}/strongdm/roles_pb2_grpc.py +0 -0
  87. {strongdm-6.2.1 → strongdm-6.3.0}/strongdm/secret_store_types_pb2.py +0 -0
  88. {strongdm-6.2.1 → strongdm-6.3.0}/strongdm/secret_store_types_pb2_grpc.py +0 -0
  89. {strongdm-6.2.1 → strongdm-6.3.0}/strongdm/secret_stores_history_pb2.py +0 -0
  90. {strongdm-6.2.1 → strongdm-6.3.0}/strongdm/secret_stores_history_pb2_grpc.py +0 -0
  91. {strongdm-6.2.1 → strongdm-6.3.0}/strongdm/secret_stores_pb2.py +0 -0
  92. {strongdm-6.2.1 → strongdm-6.3.0}/strongdm/secret_stores_pb2_grpc.py +0 -0
  93. {strongdm-6.2.1 → strongdm-6.3.0}/strongdm/spec_pb2.py +0 -0
  94. {strongdm-6.2.1 → strongdm-6.3.0}/strongdm/spec_pb2_grpc.py +0 -0
  95. {strongdm-6.2.1 → strongdm-6.3.0}/strongdm/tags_pb2.py +0 -0
  96. {strongdm-6.2.1 → strongdm-6.3.0}/strongdm/tags_pb2_grpc.py +0 -0
  97. {strongdm-6.2.1 → strongdm-6.3.0}/strongdm/workflow_approvers_history_pb2.py +0 -0
  98. {strongdm-6.2.1 → strongdm-6.3.0}/strongdm/workflow_approvers_history_pb2_grpc.py +0 -0
  99. {strongdm-6.2.1 → strongdm-6.3.0}/strongdm/workflow_approvers_pb2.py +0 -0
  100. {strongdm-6.2.1 → strongdm-6.3.0}/strongdm/workflow_approvers_pb2_grpc.py +0 -0
  101. {strongdm-6.2.1 → strongdm-6.3.0}/strongdm/workflow_assignments_history_pb2.py +0 -0
  102. {strongdm-6.2.1 → strongdm-6.3.0}/strongdm/workflow_assignments_history_pb2_grpc.py +0 -0
  103. {strongdm-6.2.1 → strongdm-6.3.0}/strongdm/workflow_assignments_pb2.py +0 -0
  104. {strongdm-6.2.1 → strongdm-6.3.0}/strongdm/workflow_assignments_pb2_grpc.py +0 -0
  105. {strongdm-6.2.1 → strongdm-6.3.0}/strongdm/workflow_roles_history_pb2.py +0 -0
  106. {strongdm-6.2.1 → strongdm-6.3.0}/strongdm/workflow_roles_history_pb2_grpc.py +0 -0
  107. {strongdm-6.2.1 → strongdm-6.3.0}/strongdm/workflow_roles_pb2.py +0 -0
  108. {strongdm-6.2.1 → strongdm-6.3.0}/strongdm/workflow_roles_pb2_grpc.py +0 -0
  109. {strongdm-6.2.1 → strongdm-6.3.0}/strongdm/workflows_history_pb2.py +0 -0
  110. {strongdm-6.2.1 → strongdm-6.3.0}/strongdm/workflows_history_pb2_grpc.py +0 -0
  111. {strongdm-6.2.1 → strongdm-6.3.0}/strongdm/workflows_pb2.py +0 -0
  112. {strongdm-6.2.1 → strongdm-6.3.0}/strongdm/workflows_pb2_grpc.py +0 -0
  113. {strongdm-6.2.1 → strongdm-6.3.0}/strongdm.egg-info/dependency_links.txt +0 -0
  114. {strongdm-6.2.1 → strongdm-6.3.0}/strongdm.egg-info/requires.txt +0 -0
  115. {strongdm-6.2.1 → strongdm-6.3.0}/strongdm.egg-info/top_level.txt +0 -0
@@ -1,12 +1,12 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: strongdm
3
- Version: 6.2.1
3
+ Version: 6.3.0
4
4
  Summary: strongDM SDK for the Python programming language.
5
5
  Home-page: https://github.com/strongdm/strongdm-sdk-python
6
6
  Author: strongDM Team
7
7
  Author-email: sdk-feedback@strongdm.com
8
8
  License: apache-2.0
9
- Download-URL: https://github.com/strongdm/strongdm-sdk-python/archive/v6.2.1.tar.gz
9
+ Download-URL: https://github.com/strongdm/strongdm-sdk-python/archive/v6.3.0.tar.gz
10
10
  Keywords: strongDM,sdm,api,automation,security,audit,database,server,ssh,rdp
11
11
  Platform: UNKNOWN
12
12
  Classifier: Development Status :: 4 - Beta
@@ -23,7 +23,7 @@ from setuptools import setup
23
23
  setup(
24
24
  name='strongdm',
25
25
  packages=['strongdm'],
26
- version='6.2.1',
26
+ version='6.3.0',
27
27
  license='apache-2.0',
28
28
  description='strongDM SDK for the Python programming language.',
29
29
  long_description=long_description,
@@ -32,7 +32,7 @@ setup(
32
32
  author_email='sdk-feedback@strongdm.com',
33
33
  url='https://github.com/strongdm/strongdm-sdk-python',
34
34
  download_url=
35
- 'https://github.com/strongdm/strongdm-sdk-python/archive/v6.2.1.tar.gz',
35
+ 'https://github.com/strongdm/strongdm-sdk-python/archive/v6.3.0.tar.gz',
36
36
  keywords=[
37
37
  'strongDM', 'sdm', 'api', 'automation', 'security', 'audit',
38
38
  'database', 'server', 'ssh', 'rdp'
@@ -32,7 +32,7 @@ DEFAULT_MAX_RETRIES = 3
32
32
  DEFAULT_BASE_RETRY_DELAY = 0.0030 # 30 ms
33
33
  DEFAULT_MAX_RETRY_DELAY = 300 # 300 seconds
34
34
  API_VERSION = '2021-08-23'
35
- USER_AGENT = 'strongdm-sdk-python/6.2.1'
35
+ USER_AGENT = 'strongdm-sdk-python/6.3.0'
36
36
 
37
37
 
38
38
  class Client:
@@ -287,6 +287,12 @@ class Client:
287
287
 
288
288
  See `strongdm.svc.RolesHistory`.
289
289
  '''
290
+ self.secret_store_healths = svc.SecretStoreHealths(channel, self)
291
+ '''
292
+ SecretStoreHealths exposes health states for secret stores.
293
+
294
+ See `strongdm.svc.SecretStoreHealths`.
295
+ '''
290
296
  self.secret_stores = svc.SecretStores(channel, self)
291
297
  '''
292
298
  SecretStores are servers where resource secrets (passwords, keys) are stored.
@@ -18266,6 +18266,163 @@ class SecretStoreGetResponse:
18266
18266
  )
18267
18267
 
18268
18268
 
18269
+ class SecretStoreHealth:
18270
+ '''
18271
+ SecretStoreHealth denotes a secret store's health status. Note a secret store is not
18272
+ healthy in terms of a simple boolean, but rather healthy with respect to a particular node
18273
+ or set of nodes.
18274
+ '''
18275
+ __slots__ = [
18276
+ 'changed_at',
18277
+ 'checked_at',
18278
+ 'error',
18279
+ 'flags',
18280
+ 'node_id',
18281
+ 'reachability',
18282
+ 'secret_store_id',
18283
+ 'status',
18284
+ ]
18285
+
18286
+ def __init__(
18287
+ self,
18288
+ changed_at=None,
18289
+ checked_at=None,
18290
+ error=None,
18291
+ flags=None,
18292
+ node_id=None,
18293
+ reachability=None,
18294
+ secret_store_id=None,
18295
+ status=None,
18296
+ ):
18297
+ self.changed_at = changed_at if changed_at is not None else None
18298
+ '''
18299
+ The time when the status last changed
18300
+ '''
18301
+ self.checked_at = checked_at if checked_at is not None else None
18302
+ '''
18303
+ The time when the status was last checked by the node
18304
+ '''
18305
+ self.error = error if error is not None else ''
18306
+ '''
18307
+ The error associated with this health check, if it occurred after reachability checks succeeded.
18308
+ '''
18309
+ self.flags = flags if flags is not None else []
18310
+ '''
18311
+ Any specific status or error flags associated with this health check.
18312
+ '''
18313
+ self.node_id = node_id if node_id is not None else ''
18314
+ '''
18315
+ Associated node id for this health
18316
+ '''
18317
+ self.reachability = reachability if reachability is not None else ''
18318
+ '''
18319
+ The error associated with this health check, if it occurred during reachability checks.
18320
+ '''
18321
+ self.secret_store_id = secret_store_id if secret_store_id is not None else ''
18322
+ '''
18323
+ Associated secret store for this health
18324
+ '''
18325
+ self.status = status if status is not None else ''
18326
+ '''
18327
+ The status of the link between the node and secret store
18328
+ '''
18329
+
18330
+ def __repr__(self):
18331
+ return '<sdm.SecretStoreHealth ' + \
18332
+ 'changed_at: ' + repr(self.changed_at) + ' ' +\
18333
+ 'checked_at: ' + repr(self.checked_at) + ' ' +\
18334
+ 'error: ' + repr(self.error) + ' ' +\
18335
+ 'flags: ' + repr(self.flags) + ' ' +\
18336
+ 'node_id: ' + repr(self.node_id) + ' ' +\
18337
+ 'reachability: ' + repr(self.reachability) + ' ' +\
18338
+ 'secret_store_id: ' + repr(self.secret_store_id) + ' ' +\
18339
+ 'status: ' + repr(self.status) + ' ' +\
18340
+ '>'
18341
+
18342
+ def to_dict(self):
18343
+ return {
18344
+ 'changed_at': self.changed_at,
18345
+ 'checked_at': self.checked_at,
18346
+ 'error': self.error,
18347
+ 'flags': self.flags,
18348
+ 'node_id': self.node_id,
18349
+ 'reachability': self.reachability,
18350
+ 'secret_store_id': self.secret_store_id,
18351
+ 'status': self.status,
18352
+ }
18353
+
18354
+ @classmethod
18355
+ def from_dict(cls, d):
18356
+ return cls(
18357
+ changed_at=d.get('changed_at'),
18358
+ checked_at=d.get('checked_at'),
18359
+ error=d.get('error'),
18360
+ flags=d.get('flags'),
18361
+ node_id=d.get('node_id'),
18362
+ reachability=d.get('reachability'),
18363
+ secret_store_id=d.get('secret_store_id'),
18364
+ status=d.get('status'),
18365
+ )
18366
+
18367
+
18368
+ class SecretStoreHealthListResponse:
18369
+ __slots__ = [
18370
+ 'rate_limit',
18371
+ ]
18372
+
18373
+ def __init__(
18374
+ self,
18375
+ rate_limit=None,
18376
+ ):
18377
+ self.rate_limit = rate_limit if rate_limit is not None else None
18378
+ '''
18379
+ Rate limit information.
18380
+ '''
18381
+
18382
+ def __repr__(self):
18383
+ return '<sdm.SecretStoreHealthListResponse ' + \
18384
+ 'rate_limit: ' + repr(self.rate_limit) + ' ' +\
18385
+ '>'
18386
+
18387
+ def to_dict(self):
18388
+ return {
18389
+ 'rate_limit': self.rate_limit,
18390
+ }
18391
+
18392
+ @classmethod
18393
+ def from_dict(cls, d):
18394
+ return cls(rate_limit=d.get('rate_limit'), )
18395
+
18396
+
18397
+ class SecretStoreHealthcheckResponse:
18398
+ __slots__ = [
18399
+ 'rate_limit',
18400
+ ]
18401
+
18402
+ def __init__(
18403
+ self,
18404
+ rate_limit=None,
18405
+ ):
18406
+ self.rate_limit = rate_limit if rate_limit is not None else None
18407
+ '''
18408
+ Rate limit information.
18409
+ '''
18410
+
18411
+ def __repr__(self):
18412
+ return '<sdm.SecretStoreHealthcheckResponse ' + \
18413
+ 'rate_limit: ' + repr(self.rate_limit) + ' ' +\
18414
+ '>'
18415
+
18416
+ def to_dict(self):
18417
+ return {
18418
+ 'rate_limit': self.rate_limit,
18419
+ }
18420
+
18421
+ @classmethod
18422
+ def from_dict(cls, d):
18423
+ return cls(rate_limit=d.get('rate_limit'), )
18424
+
18425
+
18269
18426
  class SecretStoreHistory:
18270
18427
  '''
18271
18428
  SecretStoreHistory records the state of a SecretStore at a given point in time,
@@ -29,7 +29,7 @@ _sym_db = _symbol_database.Default()
29
29
  from google.protobuf import descriptor_pb2 as google_dot_protobuf_dot_descriptor__pb2
30
30
 
31
31
 
32
- DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n\roptions.proto\x12\x02v1\x1a google/protobuf/descriptor.proto\"9\n\x0b\x46ileOptions\x12\x11\n\x07targets\x18\xc4\xc1v \x03(\t:\x17\xfa\xf8\xb3\x07\x12\xd2\xf3\xb3\x07\r!json_gateway\"\xaa\x01\n\x0eServiceOptions\x12\x13\n\tmain_noun\x18\x98\xbfv \x01(\t\x12\x13\n\tid_prefix\x18\x9a\xbfv \x01(\t\x12\x11\n\x07targets\x18\x99\xbfv \x03(\t\x12#\n\x19\x64isable_snapshot_vertical\x18\x9b\xbfv \x01(\x08\x12\x1d\n\x13skip_cli_generation\x18\x9c\xbfv \x01(\x08:\x17\xfa\xf8\xb3\x07\x12\xd2\xf3\xb3\x07\r!json_gateway\"e\n\rMethodOptions\x12\x10\n\x06method\x18\xb4\xbev \x01(\t\x12\r\n\x03url\x18\xb5\xbev \x01(\t\x12\x1a\n\x10\x64\x65precation_date\x18\xb6\xbev \x01(\t:\x17\xfa\xf8\xb3\x07\x12\xd2\xf3\xb3\x07\r!json_gateway\"\xcd\x01\n\x0eMessageOptions\x12\x13\n\tporcelain\x18\xb5\xbev \x01(\x08\x12\x0f\n\x05\x65rror\x18\xb6\xbev \x01(\x05\x12\x17\n\roptions_field\x18\xb7\xbev \x01(\t\x12\x11\n\x07targets\x18\xba\xbev \x03(\t\x12+\n\x0eterraform_docs\x18\xb8\xbev \x01(\x0b\x32\x11.v1.TerraformDocs\x12#\n\x06\x63ustom\x18\xb9\xbev \x01(\x0b\x32\x11.v1.CustomOptions:\x17\xfa\xf8\xb3\x07\x12\xd2\xf3\xb3\x07\r!json_gateway\"@\n\x0cOneofOptions\x12\x17\n\rcommon_fields\x18\x85\xbfv \x03(\t:\x17\xfa\xf8\xb3\x07\x12\xd2\xf3\xb3\x07\r!json_gateway\"\x8f\x04\n\x0c\x46ieldOptions\x12\x13\n\tporcelain\x18\xb6\xbev \x01(\x08\x12\x12\n\x08iterable\x18\xb7\xbev \x01(\x08\x12\x12\n\x08required\x18\xb8\xbev \x01(\x08\x12\x14\n\nwrite_only\x18\xbd\xbev \x01(\x08\x12\x13\n\tread_only\x18\xc3\xbev \x01(\x08\x12\x17\n\ris_credential\x18\xc4\xbev \x01(\x08\x12\x11\n\x07targets\x18\xc6\xbev \x03(\t\x12\x1d\n\x13terraform_force_new\x18\xbc\xbev \x01(\x08\x12\x1d\n\x13terraform_sensitive\x18\xbe\xbev \x01(\x08\x12&\n\x1cterraform_diff_suppress_func\x18\xc7\xbev \x01(\t\x12\x1c\n\x12terraform_computed\x18\xca\xbev \x01(\x08\x12#\n\x06\x63ustom\x18\xb9\xbev \x01(\x0b\x32\x11.v1.CustomOptions\x12\x44\n\x12read_only_override\x18\xc0\xbev \x03(\x0b\x32&.v1.FieldOptions.ReadOnlyOverrideEntry\x12\x13\n\tcondition\x18\xcb\xbev \x01(\t\x12\x15\n\x0b\x65xpect_file\x18\xcc\xbev \x01(\x08\x1a\x37\n\x15ReadOnlyOverrideEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\r\n\x05value\x18\x02 \x01(\x08:\x02\x38\x01:\x17\xfa\xf8\xb3\x07\x12\xd2\xf3\xb3\x07\r!json_gateway\"\x8f\x05\n\rCustomOptions\x12\x13\n\tconverter\x18\xbd\xbev \x01(\t\x12O\n\x17porcelain_type_override\x18\xbe\xbev \x03(\x0b\x32,.v1.CustomOptions.PorcelainTypeOverrideEntry\x12O\n\x17porcelain_name_override\x18\xc8\xbev \x03(\x0b\x32,.v1.CustomOptions.PorcelainNameOverrideEntry\x12\x42\n\x10\x63omment_override\x18\xd3\xbev \x03(\x0b\x32&.v1.CustomOptions.CommentOverrideEntry\x12H\n\x13\x64\x65precated_override\x18\xc0\xbev \x03(\x0b\x32).v1.CustomOptions.DeprecatedOverrideEntry\x12\x1d\n\x13terraform_elem_type\x18\xbf\xbev \x01(\t\x12\x12\n\x08unstable\x18\xc1\xbev \x01(\x08\x1a<\n\x1aPorcelainTypeOverrideEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\r\n\x05value\x18\x02 \x01(\t:\x02\x38\x01\x1a<\n\x1aPorcelainNameOverrideEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\r\n\x05value\x18\x02 \x01(\t:\x02\x38\x01\x1a\x36\n\x14\x43ommentOverrideEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\r\n\x05value\x18\x02 \x01(\t:\x02\x38\x01\x1a\x39\n\x17\x44\x65precatedOverrideEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\r\n\x05value\x18\x02 \x01(\x08:\x02\x38\x01:\x17\xfa\xf8\xb3\x07\x12\xd2\xf3\xb3\x07\r!json_gateway\"m\n\rTerraformDocs\x12\x1f\n\x15resource_example_path\x18\xb4\xbev \x01(\t\x12\"\n\x18\x64\x61ta_source_example_path\x18\xb5\xbev \x01(\t:\x17\xfa\xf8\xb3\x07\x12\xd2\xf3\xb3\x07\r!json_gateway:E\n\x0c\x66ile_options\x12\x1c.google.protobuf.FileOptions\x18\xa8\xc2v \x01(\x0b\x32\x0f.v1.FileOptions:N\n\x0fservice_options\x12\x1f.google.protobuf.ServiceOptions\x18\x99\xbfv \x01(\x0b\x32\x12.v1.ServiceOptions:K\n\x0emethod_options\x12\x1e.google.protobuf.MethodOptions\x18\x90\xbfv \x01(\x0b\x32\x11.v1.MethodOptions:N\n\x0fmessage_options\x12\x1f.google.protobuf.MessageOptions\x18\x8f\xbfv \x01(\x0b\x32\x12.v1.MessageOptions:H\n\roneof_options\x12\x1d.google.protobuf.OneofOptions\x18\x85\xbfv \x01(\x0b\x32\x10.v1.OneofOptions:H\n\rfield_options\x12\x1d.google.protobuf.FieldOptions\x18\x8e\xbfv \x01(\x0b\x32\x10.v1.FieldOptionsBR\n\x19\x63om.strongdm.api.plumbingZ5github.com/strongdm/strongdm-sdk-go/v3/internal/v1;v1b\x06proto3')
32
+ DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n\roptions.proto\x12\x02v1\x1a google/protobuf/descriptor.proto\"9\n\x0b\x46ileOptions\x12\x11\n\x07targets\x18\xc4\xc1v \x03(\t:\x17\xfa\xf8\xb3\x07\x12\xd2\xf3\xb3\x07\r!json_gateway\"\xaa\x01\n\x0eServiceOptions\x12\x13\n\tmain_noun\x18\x98\xbfv \x01(\t\x12\x13\n\tid_prefix\x18\x9a\xbfv \x01(\t\x12\x11\n\x07targets\x18\x99\xbfv \x03(\t\x12#\n\x19\x64isable_snapshot_vertical\x18\x9b\xbfv \x01(\x08\x12\x1d\n\x13skip_cli_generation\x18\x9c\xbfv \x01(\x08:\x17\xfa\xf8\xb3\x07\x12\xd2\xf3\xb3\x07\r!json_gateway\"x\n\rMethodOptions\x12\x10\n\x06method\x18\xb4\xbev \x01(\t\x12\r\n\x03url\x18\xb5\xbev \x01(\t\x12\x1a\n\x10\x64\x65precation_date\x18\xb6\xbev \x01(\t\x12\x11\n\x07targets\x18\x99\xbfv \x03(\t:\x17\xfa\xf8\xb3\x07\x12\xd2\xf3\xb3\x07\r!json_gateway\"\xcd\x01\n\x0eMessageOptions\x12\x13\n\tporcelain\x18\xb5\xbev \x01(\x08\x12\x0f\n\x05\x65rror\x18\xb6\xbev \x01(\x05\x12\x17\n\roptions_field\x18\xb7\xbev \x01(\t\x12\x11\n\x07targets\x18\xba\xbev \x03(\t\x12+\n\x0eterraform_docs\x18\xb8\xbev \x01(\x0b\x32\x11.v1.TerraformDocs\x12#\n\x06\x63ustom\x18\xb9\xbev \x01(\x0b\x32\x11.v1.CustomOptions:\x17\xfa\xf8\xb3\x07\x12\xd2\xf3\xb3\x07\r!json_gateway\"@\n\x0cOneofOptions\x12\x17\n\rcommon_fields\x18\x85\xbfv \x03(\t:\x17\xfa\xf8\xb3\x07\x12\xd2\xf3\xb3\x07\r!json_gateway\"\x8f\x04\n\x0c\x46ieldOptions\x12\x13\n\tporcelain\x18\xb6\xbev \x01(\x08\x12\x12\n\x08iterable\x18\xb7\xbev \x01(\x08\x12\x12\n\x08required\x18\xb8\xbev \x01(\x08\x12\x14\n\nwrite_only\x18\xbd\xbev \x01(\x08\x12\x13\n\tread_only\x18\xc3\xbev \x01(\x08\x12\x17\n\ris_credential\x18\xc4\xbev \x01(\x08\x12\x11\n\x07targets\x18\xc6\xbev \x03(\t\x12\x1d\n\x13terraform_force_new\x18\xbc\xbev \x01(\x08\x12\x1d\n\x13terraform_sensitive\x18\xbe\xbev \x01(\x08\x12&\n\x1cterraform_diff_suppress_func\x18\xc7\xbev \x01(\t\x12\x1c\n\x12terraform_computed\x18\xca\xbev \x01(\x08\x12#\n\x06\x63ustom\x18\xb9\xbev \x01(\x0b\x32\x11.v1.CustomOptions\x12\x44\n\x12read_only_override\x18\xc0\xbev \x03(\x0b\x32&.v1.FieldOptions.ReadOnlyOverrideEntry\x12\x13\n\tcondition\x18\xcb\xbev \x01(\t\x12\x15\n\x0b\x65xpect_file\x18\xcc\xbev \x01(\x08\x1a\x37\n\x15ReadOnlyOverrideEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\r\n\x05value\x18\x02 \x01(\x08:\x02\x38\x01:\x17\xfa\xf8\xb3\x07\x12\xd2\xf3\xb3\x07\r!json_gateway\"\x8f\x05\n\rCustomOptions\x12\x13\n\tconverter\x18\xbd\xbev \x01(\t\x12O\n\x17porcelain_type_override\x18\xbe\xbev \x03(\x0b\x32,.v1.CustomOptions.PorcelainTypeOverrideEntry\x12O\n\x17porcelain_name_override\x18\xc8\xbev \x03(\x0b\x32,.v1.CustomOptions.PorcelainNameOverrideEntry\x12\x42\n\x10\x63omment_override\x18\xd3\xbev \x03(\x0b\x32&.v1.CustomOptions.CommentOverrideEntry\x12H\n\x13\x64\x65precated_override\x18\xc0\xbev \x03(\x0b\x32).v1.CustomOptions.DeprecatedOverrideEntry\x12\x1d\n\x13terraform_elem_type\x18\xbf\xbev \x01(\t\x12\x12\n\x08unstable\x18\xc1\xbev \x01(\x08\x1a<\n\x1aPorcelainTypeOverrideEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\r\n\x05value\x18\x02 \x01(\t:\x02\x38\x01\x1a<\n\x1aPorcelainNameOverrideEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\r\n\x05value\x18\x02 \x01(\t:\x02\x38\x01\x1a\x36\n\x14\x43ommentOverrideEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\r\n\x05value\x18\x02 \x01(\t:\x02\x38\x01\x1a\x39\n\x17\x44\x65precatedOverrideEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\r\n\x05value\x18\x02 \x01(\x08:\x02\x38\x01:\x17\xfa\xf8\xb3\x07\x12\xd2\xf3\xb3\x07\r!json_gateway\"m\n\rTerraformDocs\x12\x1f\n\x15resource_example_path\x18\xb4\xbev \x01(\t\x12\"\n\x18\x64\x61ta_source_example_path\x18\xb5\xbev \x01(\t:\x17\xfa\xf8\xb3\x07\x12\xd2\xf3\xb3\x07\r!json_gateway:E\n\x0c\x66ile_options\x12\x1c.google.protobuf.FileOptions\x18\xa8\xc2v \x01(\x0b\x32\x0f.v1.FileOptions:N\n\x0fservice_options\x12\x1f.google.protobuf.ServiceOptions\x18\x99\xbfv \x01(\x0b\x32\x12.v1.ServiceOptions:K\n\x0emethod_options\x12\x1e.google.protobuf.MethodOptions\x18\x90\xbfv \x01(\x0b\x32\x11.v1.MethodOptions:N\n\x0fmessage_options\x12\x1f.google.protobuf.MessageOptions\x18\x8f\xbfv \x01(\x0b\x32\x12.v1.MessageOptions:H\n\roneof_options\x12\x1d.google.protobuf.OneofOptions\x18\x85\xbfv \x01(\x0b\x32\x10.v1.OneofOptions:H\n\rfield_options\x12\x1d.google.protobuf.FieldOptions\x18\x8e\xbfv \x01(\x0b\x32\x10.v1.FieldOptionsBR\n\x19\x63om.strongdm.api.plumbingZ5github.com/strongdm/strongdm-sdk-go/v3/internal/v1;v1b\x06proto3')
33
33
 
34
34
 
35
35
  FILE_OPTIONS_FIELD_NUMBER = 1941800
@@ -195,25 +195,25 @@ if _descriptor._USE_C_DESCRIPTORS == False:
195
195
  _SERVICEOPTIONS._serialized_start=115
196
196
  _SERVICEOPTIONS._serialized_end=285
197
197
  _METHODOPTIONS._serialized_start=287
198
- _METHODOPTIONS._serialized_end=388
199
- _MESSAGEOPTIONS._serialized_start=391
200
- _MESSAGEOPTIONS._serialized_end=596
201
- _ONEOFOPTIONS._serialized_start=598
202
- _ONEOFOPTIONS._serialized_end=662
203
- _FIELDOPTIONS._serialized_start=665
204
- _FIELDOPTIONS._serialized_end=1192
205
- _FIELDOPTIONS_READONLYOVERRIDEENTRY._serialized_start=1112
206
- _FIELDOPTIONS_READONLYOVERRIDEENTRY._serialized_end=1167
207
- _CUSTOMOPTIONS._serialized_start=1195
208
- _CUSTOMOPTIONS._serialized_end=1850
209
- _CUSTOMOPTIONS_PORCELAINTYPEOVERRIDEENTRY._serialized_start=1588
210
- _CUSTOMOPTIONS_PORCELAINTYPEOVERRIDEENTRY._serialized_end=1648
211
- _CUSTOMOPTIONS_PORCELAINNAMEOVERRIDEENTRY._serialized_start=1650
212
- _CUSTOMOPTIONS_PORCELAINNAMEOVERRIDEENTRY._serialized_end=1710
213
- _CUSTOMOPTIONS_COMMENTOVERRIDEENTRY._serialized_start=1712
214
- _CUSTOMOPTIONS_COMMENTOVERRIDEENTRY._serialized_end=1766
215
- _CUSTOMOPTIONS_DEPRECATEDOVERRIDEENTRY._serialized_start=1768
216
- _CUSTOMOPTIONS_DEPRECATEDOVERRIDEENTRY._serialized_end=1825
217
- _TERRAFORMDOCS._serialized_start=1852
218
- _TERRAFORMDOCS._serialized_end=1961
198
+ _METHODOPTIONS._serialized_end=407
199
+ _MESSAGEOPTIONS._serialized_start=410
200
+ _MESSAGEOPTIONS._serialized_end=615
201
+ _ONEOFOPTIONS._serialized_start=617
202
+ _ONEOFOPTIONS._serialized_end=681
203
+ _FIELDOPTIONS._serialized_start=684
204
+ _FIELDOPTIONS._serialized_end=1211
205
+ _FIELDOPTIONS_READONLYOVERRIDEENTRY._serialized_start=1131
206
+ _FIELDOPTIONS_READONLYOVERRIDEENTRY._serialized_end=1186
207
+ _CUSTOMOPTIONS._serialized_start=1214
208
+ _CUSTOMOPTIONS._serialized_end=1869
209
+ _CUSTOMOPTIONS_PORCELAINTYPEOVERRIDEENTRY._serialized_start=1607
210
+ _CUSTOMOPTIONS_PORCELAINTYPEOVERRIDEENTRY._serialized_end=1667
211
+ _CUSTOMOPTIONS_PORCELAINNAMEOVERRIDEENTRY._serialized_start=1669
212
+ _CUSTOMOPTIONS_PORCELAINNAMEOVERRIDEENTRY._serialized_end=1729
213
+ _CUSTOMOPTIONS_COMMENTOVERRIDEENTRY._serialized_start=1731
214
+ _CUSTOMOPTIONS_COMMENTOVERRIDEENTRY._serialized_end=1785
215
+ _CUSTOMOPTIONS_DEPRECATEDOVERRIDEENTRY._serialized_start=1787
216
+ _CUSTOMOPTIONS_DEPRECATEDOVERRIDEENTRY._serialized_end=1844
217
+ _TERRAFORMDOCS._serialized_start=1871
218
+ _TERRAFORMDOCS._serialized_end=1980
219
219
  # @@protoc_insertion_point(module_scope)
@@ -61,6 +61,7 @@ from .role_resources_pb2 import *
61
61
  from .role_resources_history_pb2 import *
62
62
  from .roles_pb2 import *
63
63
  from .roles_history_pb2 import *
64
+ from .secret_store_healths_pb2 import *
64
65
  from .secret_store_types_pb2 import *
65
66
  from .secret_stores_pb2 import *
66
67
  from .secret_stores_history_pb2 import *
@@ -8914,6 +8915,130 @@ def convert_repeated_secret_store_get_response_to_porcelain(plumbings):
8914
8915
  ]
8915
8916
 
8916
8917
 
8918
+ def convert_secret_store_health_to_porcelain(plumbing):
8919
+ if plumbing is None:
8920
+ return None
8921
+ porcelain = models.SecretStoreHealth()
8922
+ porcelain.changed_at = convert_timestamp_to_porcelain(plumbing.changed_at)
8923
+ porcelain.checked_at = convert_timestamp_to_porcelain(plumbing.checked_at)
8924
+ porcelain.error = (plumbing.error)
8925
+ porcelain.flags = (plumbing.flags)
8926
+ porcelain.node_id = (plumbing.node_id)
8927
+ porcelain.reachability = (plumbing.reachability)
8928
+ porcelain.secret_store_id = (plumbing.secret_store_id)
8929
+ porcelain.status = (plumbing.status)
8930
+ return porcelain
8931
+
8932
+
8933
+ def convert_secret_store_health_to_plumbing(porcelain):
8934
+ plumbing = SecretStoreHealth()
8935
+ if porcelain is None:
8936
+ return plumbing
8937
+ plumbing.changed_at.CopyFrom(
8938
+ convert_timestamp_to_plumbing(porcelain.changed_at))
8939
+ plumbing.checked_at.CopyFrom(
8940
+ convert_timestamp_to_plumbing(porcelain.checked_at))
8941
+ plumbing.error = (porcelain.error)
8942
+ del plumbing.flags[:]
8943
+ plumbing.flags.extend((porcelain.flags))
8944
+ plumbing.node_id = (porcelain.node_id)
8945
+ plumbing.reachability = (porcelain.reachability)
8946
+ plumbing.secret_store_id = (porcelain.secret_store_id)
8947
+ plumbing.status = (porcelain.status)
8948
+ return plumbing
8949
+
8950
+
8951
+ def convert_repeated_secret_store_health_to_plumbing(porcelains):
8952
+ return [
8953
+ convert_secret_store_health_to_plumbing(porcelain)
8954
+ for porcelain in porcelains
8955
+ ]
8956
+
8957
+
8958
+ def convert_repeated_secret_store_health_to_porcelain(plumbings):
8959
+ return [
8960
+ convert_secret_store_health_to_porcelain(plumbing)
8961
+ for plumbing in plumbings
8962
+ ]
8963
+
8964
+
8965
+ def convert_secret_store_health_list_response_to_porcelain(plumbing):
8966
+ if plumbing is None:
8967
+ return None
8968
+ porcelain = models.SecretStoreHealthListResponse()
8969
+ porcelain.meta = convert_list_response_metadata_to_porcelain(plumbing.meta)
8970
+ porcelain.rate_limit = convert_rate_limit_metadata_to_porcelain(
8971
+ plumbing.rate_limit)
8972
+ porcelain.secret_store_healths = convert_repeated_secret_store_health_to_porcelain(
8973
+ plumbing.secret_store_healths)
8974
+ return porcelain
8975
+
8976
+
8977
+ def convert_secret_store_health_list_response_to_plumbing(porcelain):
8978
+ plumbing = SecretStoreHealthListResponse()
8979
+ if porcelain is None:
8980
+ return plumbing
8981
+ plumbing.meta.CopyFrom(
8982
+ convert_list_response_metadata_to_plumbing(porcelain.meta))
8983
+ plumbing.rate_limit.CopyFrom(
8984
+ convert_rate_limit_metadata_to_plumbing(porcelain.rate_limit))
8985
+ del plumbing.secret_store_healths[:]
8986
+ plumbing.secret_store_healths.extend(
8987
+ convert_repeated_secret_store_health_to_plumbing(
8988
+ porcelain.secret_store_healths))
8989
+ return plumbing
8990
+
8991
+
8992
+ def convert_repeated_secret_store_health_list_response_to_plumbing(porcelains):
8993
+ return [
8994
+ convert_secret_store_health_list_response_to_plumbing(porcelain)
8995
+ for porcelain in porcelains
8996
+ ]
8997
+
8998
+
8999
+ def convert_repeated_secret_store_health_list_response_to_porcelain(plumbings):
9000
+ return [
9001
+ convert_secret_store_health_list_response_to_porcelain(plumbing)
9002
+ for plumbing in plumbings
9003
+ ]
9004
+
9005
+
9006
+ def convert_secret_store_healthcheck_response_to_porcelain(plumbing):
9007
+ if plumbing is None:
9008
+ return None
9009
+ porcelain = models.SecretStoreHealthcheckResponse()
9010
+ porcelain.meta = convert_create_response_metadata_to_porcelain(
9011
+ plumbing.meta)
9012
+ porcelain.rate_limit = convert_rate_limit_metadata_to_porcelain(
9013
+ plumbing.rate_limit)
9014
+ return porcelain
9015
+
9016
+
9017
+ def convert_secret_store_healthcheck_response_to_plumbing(porcelain):
9018
+ plumbing = SecretStoreHealthcheckResponse()
9019
+ if porcelain is None:
9020
+ return plumbing
9021
+ plumbing.meta.CopyFrom(
9022
+ convert_create_response_metadata_to_plumbing(porcelain.meta))
9023
+ plumbing.rate_limit.CopyFrom(
9024
+ convert_rate_limit_metadata_to_plumbing(porcelain.rate_limit))
9025
+ return plumbing
9026
+
9027
+
9028
+ def convert_repeated_secret_store_healthcheck_response_to_plumbing(porcelains):
9029
+ return [
9030
+ convert_secret_store_healthcheck_response_to_plumbing(porcelain)
9031
+ for porcelain in porcelains
9032
+ ]
9033
+
9034
+
9035
+ def convert_repeated_secret_store_healthcheck_response_to_porcelain(plumbings):
9036
+ return [
9037
+ convert_secret_store_healthcheck_response_to_porcelain(plumbing)
9038
+ for plumbing in plumbings
9039
+ ]
9040
+
9041
+
8917
9042
  def convert_secret_store_history_to_porcelain(plumbing):
8918
9043
  if plumbing is None:
8919
9044
  return None
@@ -0,0 +1,167 @@
1
+ # Copyright 2020 StrongDM Inc
2
+ #
3
+ # Licensed under the Apache License, Version 2.0 (the "License");
4
+ # you may not use this file except in compliance with the License.
5
+ # You may obtain a copy of the License at
6
+ #
7
+ # http://www.apache.org/licenses/LICENSE-2.0
8
+ #
9
+ # Unless required by applicable law or agreed to in writing, software
10
+ # distributed under the License is distributed on an "AS IS" BASIS,
11
+ # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12
+ # See the License for the specific language governing permissions and
13
+ # limitations under the License.
14
+ #
15
+ # -*- coding: utf-8 -*-
16
+ # Generated by the protocol buffer compiler. DO NOT EDIT!
17
+ # source: secret_store_healths.proto
18
+ """Generated protocol buffer code."""
19
+ from google.protobuf import descriptor as _descriptor
20
+ from google.protobuf import descriptor_pool as _descriptor_pool
21
+ from google.protobuf import message as _message
22
+ from google.protobuf import reflection as _reflection
23
+ from google.protobuf import symbol_database as _symbol_database
24
+ # @@protoc_insertion_point(imports)
25
+
26
+ _sym_db = _symbol_database.Default()
27
+
28
+
29
+ from . import options_pb2 as options__pb2
30
+ from google.protobuf import timestamp_pb2 as google_dot_protobuf_dot_timestamp__pb2
31
+ from . import spec_pb2 as spec__pb2
32
+
33
+
34
+ DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n\x1asecret_store_healths.proto\x12\x02v1\x1a\roptions.proto\x1a\x1fgoogle/protobuf/timestamp.proto\x1a\nspec.proto\"\x8b\x01\n\x1cSecretStoreHealthListRequest\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\"\x95\x02\n\x1dSecretStoreHealthListResponse\x12&\n\x04meta\x18\x01 \x01(\x0b\x32\x18.v1.ListResponseMetadata\x12?\n\x14secret_store_healths\x18\x02 \x03(\x0b\x32\x15.v1.SecretStoreHealthB\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:2\xfa\xf8\xb3\x07\x06\xd2\xf3\xb3\x07\x01*\xfa\xf8\xb3\x07\x18\xd2\xf3\xb3\x07\x13!terraform-provider\xfa\xf8\xb3\x07\x05\xa8\xf3\xb3\x07\x01\"\x83\x01\n\x1dSecretStoreHealthCheckRequest\x12\'\n\x04meta\x18\x01 \x01(\x0b\x32\x19.v1.CreateRequestMetadata\x12#\n\x0fsecret_store_id\x18\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01:\x14\xfa\xf8\xb3\x07\x0f\xd2\xf3\xb3\x07\ngo_private\"\x97\x01\n\x1dSecretStoreHealthcheckRequest\x12\'\n\x04meta\x18\x01 \x01(\x0b\x32\x19.v1.CreateRequestMetadata\x12#\n\x0fsecret_store_id\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\"\xc3\x01\n\x1eSecretStoreHealthCheckResponse\x12(\n\x04meta\x18\x01 \x01(\x0b\x32\x1a.v1.CreateResponseMetadata\x12W\n\nrate_limit\x18\x02 \x01(\x0b\x32\x15.v1.RateLimitMetadataB,\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x06\xb2\xf4\xb3\x07\x01*\xf2\xf8\xb3\x07\x12\xb2\xf4\xb3\x07\r!json_gateway:\x1e\xfa\xf8\xb3\x07\x0f\xd2\xf3\xb3\x07\ngo_private\xfa\xf8\xb3\x07\x05\xa8\xf3\xb3\x07\x01\"\xd7\x01\n\x1eSecretStoreHealthcheckResponse\x12(\n\x04meta\x18\x01 \x01(\x0b\x32\x1a.v1.CreateResponseMetadata\x12W\n\nrate_limit\x18\x02 \x01(\x0b\x32\x15.v1.RateLimitMetadataB,\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x06\xb2\xf4\xb3\x07\x01*\xf2\xf8\xb3\x07\x12\xb2\xf4\xb3\x07\r!json_gateway:2\xfa\xf8\xb3\x07\x06\xd2\xf3\xb3\x07\x01*\xfa\xf8\xb3\x07\x18\xd2\xf3\xb3\x07\x13!terraform-provider\xfa\xf8\xb3\x07\x05\xa8\xf3\xb3\x07\x01\"\xfb\x02\n\x11SecretStoreHealth\x12#\n\x0fsecret_store_id\x18\x01 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12\x1b\n\x07node_id\x18\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12\x1a\n\x06status\x18\x04 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12:\n\nchanged_at\x18\x06 \x01(\x0b\x32\x1a.google.protobuf.TimestampB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12:\n\nchecked_at\x18\x07 \x01(\x0b\x32\x1a.google.protobuf.TimestampB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12\x19\n\x05\x65rror\x18\x08 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12 \n\x0creachability\x18\t \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12\x19\n\x05\x66lags\x18\n \x03(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01:2\xfa\xf8\xb3\x07\x06\xd2\xf3\xb3\x07\x01*\xfa\xf8\xb3\x07\x18\xd2\xf3\xb3\x07\x13!terraform-provider\xfa\xf8\xb3\x07\x05\xa8\xf3\xb3\x07\x01J\x04\x08\x03\x10\x04\x32\x8d\x04\n\x12SecretStoreHealths\x12|\n\x04List\x12 .v1.SecretStoreHealthListRequest\x1a!.v1.SecretStoreHealthListResponse\"/\x82\xf9\xb3\x07\x08\xa2\xf3\xb3\x07\x03get\x82\xf9\xb3\x07\x1d\xaa\xf3\xb3\x07\x18/v1/secret-store-healths\x12\x94\x01\n\x05\x43heck\x12!.v1.SecretStoreHealthCheckRequest\x1a\".v1.SecretStoreHealthCheckResponse\"D\x82\xf9\xb3\x07\t\xa2\xf3\xb3\x07\x04post\x82\xf9\xb3\x07\x1d\xaa\xf3\xb3\x07\x18/v1/secret-store-healths\x82\xf9\xb3\x07\x0f\xca\xf9\xb3\x07\ngo_private\x12\x86\x01\n\x0bHealthcheck\x12!.v1.SecretStoreHealthcheckRequest\x1a\".v1.SecretStoreHealthcheckResponse\"0\x82\xf9\xb3\x07\t\xa2\xf3\xb3\x07\x04post\x82\xf9\xb3\x07\x1d\xaa\xf3\xb3\x07\x18/v1/secret-store-healths\x1aY\xca\xf9\xb3\x07\x16\xc2\xf9\xb3\x07\x11SecretStoreHealth\xca\xf9\xb3\x07\x07\xd2\xf9\xb3\x07\x02x-\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\x96\x01\n\x19\x63om.strongdm.api.plumbingB\x1aSecretStoreHealthsPlumbingZ5github.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')
35
+
36
+
37
+
38
+ _SECRETSTOREHEALTHLISTREQUEST = DESCRIPTOR.message_types_by_name['SecretStoreHealthListRequest']
39
+ _SECRETSTOREHEALTHLISTRESPONSE = DESCRIPTOR.message_types_by_name['SecretStoreHealthListResponse']
40
+ _SECRETSTOREHEALTHCHECKREQUEST = DESCRIPTOR.message_types_by_name['SecretStoreHealthCheckRequest']
41
+ _SECRETSTOREHEALTHCHECKREQUEST = DESCRIPTOR.message_types_by_name['SecretStoreHealthcheckRequest']
42
+ _SECRETSTOREHEALTHCHECKRESPONSE = DESCRIPTOR.message_types_by_name['SecretStoreHealthCheckResponse']
43
+ _SECRETSTOREHEALTHCHECKRESPONSE = DESCRIPTOR.message_types_by_name['SecretStoreHealthcheckResponse']
44
+ _SECRETSTOREHEALTH = DESCRIPTOR.message_types_by_name['SecretStoreHealth']
45
+ SecretStoreHealthListRequest = _reflection.GeneratedProtocolMessageType('SecretStoreHealthListRequest', (_message.Message,), {
46
+ 'DESCRIPTOR' : _SECRETSTOREHEALTHLISTREQUEST,
47
+ '__module__' : 'secret_store_healths_pb2'
48
+ # @@protoc_insertion_point(class_scope:v1.SecretStoreHealthListRequest)
49
+ })
50
+ _sym_db.RegisterMessage(SecretStoreHealthListRequest)
51
+
52
+ SecretStoreHealthListResponse = _reflection.GeneratedProtocolMessageType('SecretStoreHealthListResponse', (_message.Message,), {
53
+ 'DESCRIPTOR' : _SECRETSTOREHEALTHLISTRESPONSE,
54
+ '__module__' : 'secret_store_healths_pb2'
55
+ # @@protoc_insertion_point(class_scope:v1.SecretStoreHealthListResponse)
56
+ })
57
+ _sym_db.RegisterMessage(SecretStoreHealthListResponse)
58
+
59
+ SecretStoreHealthCheckRequest = _reflection.GeneratedProtocolMessageType('SecretStoreHealthCheckRequest', (_message.Message,), {
60
+ 'DESCRIPTOR' : _SECRETSTOREHEALTHCHECKREQUEST,
61
+ '__module__' : 'secret_store_healths_pb2'
62
+ # @@protoc_insertion_point(class_scope:v1.SecretStoreHealthCheckRequest)
63
+ })
64
+ _sym_db.RegisterMessage(SecretStoreHealthCheckRequest)
65
+
66
+ SecretStoreHealthcheckRequest = _reflection.GeneratedProtocolMessageType('SecretStoreHealthcheckRequest', (_message.Message,), {
67
+ 'DESCRIPTOR' : _SECRETSTOREHEALTHCHECKREQUEST,
68
+ '__module__' : 'secret_store_healths_pb2'
69
+ # @@protoc_insertion_point(class_scope:v1.SecretStoreHealthcheckRequest)
70
+ })
71
+ _sym_db.RegisterMessage(SecretStoreHealthcheckRequest)
72
+
73
+ SecretStoreHealthCheckResponse = _reflection.GeneratedProtocolMessageType('SecretStoreHealthCheckResponse', (_message.Message,), {
74
+ 'DESCRIPTOR' : _SECRETSTOREHEALTHCHECKRESPONSE,
75
+ '__module__' : 'secret_store_healths_pb2'
76
+ # @@protoc_insertion_point(class_scope:v1.SecretStoreHealthCheckResponse)
77
+ })
78
+ _sym_db.RegisterMessage(SecretStoreHealthCheckResponse)
79
+
80
+ SecretStoreHealthcheckResponse = _reflection.GeneratedProtocolMessageType('SecretStoreHealthcheckResponse', (_message.Message,), {
81
+ 'DESCRIPTOR' : _SECRETSTOREHEALTHCHECKRESPONSE,
82
+ '__module__' : 'secret_store_healths_pb2'
83
+ # @@protoc_insertion_point(class_scope:v1.SecretStoreHealthcheckResponse)
84
+ })
85
+ _sym_db.RegisterMessage(SecretStoreHealthcheckResponse)
86
+
87
+ SecretStoreHealth = _reflection.GeneratedProtocolMessageType('SecretStoreHealth', (_message.Message,), {
88
+ 'DESCRIPTOR' : _SECRETSTOREHEALTH,
89
+ '__module__' : 'secret_store_healths_pb2'
90
+ # @@protoc_insertion_point(class_scope:v1.SecretStoreHealth)
91
+ })
92
+ _sym_db.RegisterMessage(SecretStoreHealth)
93
+
94
+ _SECRETSTOREHEALTHS = DESCRIPTOR.services_by_name['SecretStoreHealths']
95
+ if _descriptor._USE_C_DESCRIPTORS == False:
96
+
97
+ DESCRIPTOR._options = None
98
+ DESCRIPTOR._serialized_options = b'\n\031com.strongdm.api.plumbingB\032SecretStoreHealthsPlumbingZ5github.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'
99
+ _SECRETSTOREHEALTHLISTREQUEST.fields_by_name['filter']._options = None
100
+ _SECRETSTOREHEALTHLISTREQUEST.fields_by_name['filter']._serialized_options = b'\362\370\263\007\005\260\363\263\007\001'
101
+ _SECRETSTOREHEALTHLISTREQUEST._options = None
102
+ _SECRETSTOREHEALTHLISTREQUEST._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'
103
+ _SECRETSTOREHEALTHLISTRESPONSE.fields_by_name['secret_store_healths']._options = None
104
+ _SECRETSTOREHEALTHLISTRESPONSE.fields_by_name['secret_store_healths']._serialized_options = b'\362\370\263\007\005\270\363\263\007\001'
105
+ _SECRETSTOREHEALTHLISTRESPONSE.fields_by_name['rate_limit']._options = None
106
+ _SECRETSTOREHEALTHLISTRESPONSE.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'
107
+ _SECRETSTOREHEALTHLISTRESPONSE._options = None
108
+ _SECRETSTOREHEALTHLISTRESPONSE._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\372\370\263\007\005\250\363\263\007\001'
109
+ _SECRETSTOREHEALTHCHECKREQUEST.fields_by_name['secret_store_id']._options = None
110
+ _SECRETSTOREHEALTHCHECKREQUEST.fields_by_name['secret_store_id']._serialized_options = b'\362\370\263\007\005\260\363\263\007\001'
111
+ _SECRETSTOREHEALTHCHECKREQUEST._options = None
112
+ _SECRETSTOREHEALTHCHECKREQUEST._serialized_options = b'\372\370\263\007\017\322\363\263\007\ngo_private'
113
+ _SECRETSTOREHEALTHCHECKREQUEST.fields_by_name['secret_store_id']._options = None
114
+ _SECRETSTOREHEALTHCHECKREQUEST.fields_by_name['secret_store_id']._serialized_options = b'\362\370\263\007\005\260\363\263\007\001'
115
+ _SECRETSTOREHEALTHCHECKREQUEST._options = None
116
+ _SECRETSTOREHEALTHCHECKREQUEST._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'
117
+ _SECRETSTOREHEALTHCHECKRESPONSE.fields_by_name['rate_limit']._options = None
118
+ _SECRETSTOREHEALTHCHECKRESPONSE.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'
119
+ _SECRETSTOREHEALTHCHECKRESPONSE._options = None
120
+ _SECRETSTOREHEALTHCHECKRESPONSE._serialized_options = b'\372\370\263\007\017\322\363\263\007\ngo_private\372\370\263\007\005\250\363\263\007\001'
121
+ _SECRETSTOREHEALTHCHECKRESPONSE.fields_by_name['rate_limit']._options = None
122
+ _SECRETSTOREHEALTHCHECKRESPONSE.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'
123
+ _SECRETSTOREHEALTHCHECKRESPONSE._options = None
124
+ _SECRETSTOREHEALTHCHECKRESPONSE._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\372\370\263\007\005\250\363\263\007\001'
125
+ _SECRETSTOREHEALTH.fields_by_name['secret_store_id']._options = None
126
+ _SECRETSTOREHEALTH.fields_by_name['secret_store_id']._serialized_options = b'\362\370\263\007\005\260\363\263\007\001'
127
+ _SECRETSTOREHEALTH.fields_by_name['node_id']._options = None
128
+ _SECRETSTOREHEALTH.fields_by_name['node_id']._serialized_options = b'\362\370\263\007\005\260\363\263\007\001'
129
+ _SECRETSTOREHEALTH.fields_by_name['status']._options = None
130
+ _SECRETSTOREHEALTH.fields_by_name['status']._serialized_options = b'\362\370\263\007\005\260\363\263\007\001'
131
+ _SECRETSTOREHEALTH.fields_by_name['changed_at']._options = None
132
+ _SECRETSTOREHEALTH.fields_by_name['changed_at']._serialized_options = b'\362\370\263\007\005\260\363\263\007\001'
133
+ _SECRETSTOREHEALTH.fields_by_name['checked_at']._options = None
134
+ _SECRETSTOREHEALTH.fields_by_name['checked_at']._serialized_options = b'\362\370\263\007\005\260\363\263\007\001'
135
+ _SECRETSTOREHEALTH.fields_by_name['error']._options = None
136
+ _SECRETSTOREHEALTH.fields_by_name['error']._serialized_options = b'\362\370\263\007\005\260\363\263\007\001'
137
+ _SECRETSTOREHEALTH.fields_by_name['reachability']._options = None
138
+ _SECRETSTOREHEALTH.fields_by_name['reachability']._serialized_options = b'\362\370\263\007\005\260\363\263\007\001'
139
+ _SECRETSTOREHEALTH.fields_by_name['flags']._options = None
140
+ _SECRETSTOREHEALTH.fields_by_name['flags']._serialized_options = b'\362\370\263\007\005\260\363\263\007\001'
141
+ _SECRETSTOREHEALTH._options = None
142
+ _SECRETSTOREHEALTH._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\372\370\263\007\005\250\363\263\007\001'
143
+ _SECRETSTOREHEALTHS._options = None
144
+ _SECRETSTOREHEALTHS._serialized_options = b'\312\371\263\007\026\302\371\263\007\021SecretStoreHealth\312\371\263\007\007\322\371\263\007\002x-\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'
145
+ _SECRETSTOREHEALTHS.methods_by_name['List']._options = None
146
+ _SECRETSTOREHEALTHS.methods_by_name['List']._serialized_options = b'\202\371\263\007\010\242\363\263\007\003get\202\371\263\007\035\252\363\263\007\030/v1/secret-store-healths'
147
+ _SECRETSTOREHEALTHS.methods_by_name['Check']._options = None
148
+ _SECRETSTOREHEALTHS.methods_by_name['Check']._serialized_options = b'\202\371\263\007\t\242\363\263\007\004post\202\371\263\007\035\252\363\263\007\030/v1/secret-store-healths\202\371\263\007\017\312\371\263\007\ngo_private'
149
+ _SECRETSTOREHEALTHS.methods_by_name['Healthcheck']._options = None
150
+ _SECRETSTOREHEALTHS.methods_by_name['Healthcheck']._serialized_options = b'\202\371\263\007\t\242\363\263\007\004post\202\371\263\007\035\252\363\263\007\030/v1/secret-store-healths'
151
+ _SECRETSTOREHEALTHLISTREQUEST._serialized_start=95
152
+ _SECRETSTOREHEALTHLISTREQUEST._serialized_end=234
153
+ _SECRETSTOREHEALTHLISTRESPONSE._serialized_start=237
154
+ _SECRETSTOREHEALTHLISTRESPONSE._serialized_end=514
155
+ _SECRETSTOREHEALTHCHECKREQUEST._serialized_start=517
156
+ _SECRETSTOREHEALTHCHECKREQUEST._serialized_end=648
157
+ _SECRETSTOREHEALTHCHECKREQUEST._serialized_start=651
158
+ _SECRETSTOREHEALTHCHECKREQUEST._serialized_end=802
159
+ _SECRETSTOREHEALTHCHECKRESPONSE._serialized_start=805
160
+ _SECRETSTOREHEALTHCHECKRESPONSE._serialized_end=1000
161
+ _SECRETSTOREHEALTHCHECKRESPONSE._serialized_start=1003
162
+ _SECRETSTOREHEALTHCHECKRESPONSE._serialized_end=1218
163
+ _SECRETSTOREHEALTH._serialized_start=1221
164
+ _SECRETSTOREHEALTH._serialized_end=1600
165
+ _SECRETSTOREHEALTHS._serialized_start=1603
166
+ _SECRETSTOREHEALTHS._serialized_end=2128
167
+ # @@protoc_insertion_point(module_scope)