strongdm 14.4.0__zip → 14.6.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 (151) hide show
  1. {strongdm-14.4.0 → strongdm-14.6.0}/PKG-INFO +2 -2
  2. {strongdm-14.4.0 → strongdm-14.6.0}/setup.py +2 -2
  3. {strongdm-14.4.0 → strongdm-14.6.0}/strongdm/accounts_pb2.py +10 -8
  4. {strongdm-14.4.0 → strongdm-14.6.0}/strongdm/approval_workflow_approvers_pb2.py +6 -4
  5. {strongdm-14.4.0 → strongdm-14.6.0}/strongdm/approval_workflows_pb2.py +6 -4
  6. {strongdm-14.4.0 → strongdm-14.6.0}/strongdm/client.py +1 -1
  7. {strongdm-14.4.0 → strongdm-14.6.0}/strongdm/constants.py +7 -0
  8. {strongdm-14.4.0 → strongdm-14.6.0}/strongdm/drivers_pb2.py +250 -210
  9. {strongdm-14.4.0 → strongdm-14.6.0}/strongdm/models.py +165 -1
  10. {strongdm-14.4.0 → strongdm-14.6.0}/strongdm/plumbing.py +64 -0
  11. {strongdm-14.4.0 → strongdm-14.6.0}/strongdm/svc.py +1 -0
  12. {strongdm-14.4.0 → strongdm-14.6.0}/strongdm.egg-info/PKG-INFO +2 -2
  13. {strongdm-14.4.0 → strongdm-14.6.0}/LICENSE +0 -0
  14. {strongdm-14.4.0 → strongdm-14.6.0}/README.md +0 -0
  15. {strongdm-14.4.0 → strongdm-14.6.0}/setup.cfg +0 -0
  16. {strongdm-14.4.0 → strongdm-14.6.0}/strongdm/__init__.py +0 -0
  17. {strongdm-14.4.0 → strongdm-14.6.0}/strongdm/access_request_events_history_pb2.py +0 -0
  18. {strongdm-14.4.0 → strongdm-14.6.0}/strongdm/access_request_events_history_pb2_grpc.py +0 -0
  19. {strongdm-14.4.0 → strongdm-14.6.0}/strongdm/access_requests_history_pb2.py +0 -0
  20. {strongdm-14.4.0 → strongdm-14.6.0}/strongdm/access_requests_history_pb2_grpc.py +0 -0
  21. {strongdm-14.4.0 → strongdm-14.6.0}/strongdm/access_requests_pb2.py +0 -0
  22. {strongdm-14.4.0 → strongdm-14.6.0}/strongdm/access_requests_pb2_grpc.py +0 -0
  23. {strongdm-14.4.0 → strongdm-14.6.0}/strongdm/account_attachments_history_pb2.py +0 -0
  24. {strongdm-14.4.0 → strongdm-14.6.0}/strongdm/account_attachments_history_pb2_grpc.py +0 -0
  25. {strongdm-14.4.0 → strongdm-14.6.0}/strongdm/account_attachments_pb2.py +0 -0
  26. {strongdm-14.4.0 → strongdm-14.6.0}/strongdm/account_attachments_pb2_grpc.py +0 -0
  27. {strongdm-14.4.0 → strongdm-14.6.0}/strongdm/account_grants_history_pb2.py +0 -0
  28. {strongdm-14.4.0 → strongdm-14.6.0}/strongdm/account_grants_history_pb2_grpc.py +0 -0
  29. {strongdm-14.4.0 → strongdm-14.6.0}/strongdm/account_grants_pb2.py +0 -0
  30. {strongdm-14.4.0 → strongdm-14.6.0}/strongdm/account_grants_pb2_grpc.py +0 -0
  31. {strongdm-14.4.0 → strongdm-14.6.0}/strongdm/account_permissions_pb2.py +0 -0
  32. {strongdm-14.4.0 → strongdm-14.6.0}/strongdm/account_permissions_pb2_grpc.py +0 -0
  33. {strongdm-14.4.0 → strongdm-14.6.0}/strongdm/account_resources_history_pb2.py +0 -0
  34. {strongdm-14.4.0 → strongdm-14.6.0}/strongdm/account_resources_history_pb2_grpc.py +0 -0
  35. {strongdm-14.4.0 → strongdm-14.6.0}/strongdm/account_resources_pb2.py +0 -0
  36. {strongdm-14.4.0 → strongdm-14.6.0}/strongdm/account_resources_pb2_grpc.py +0 -0
  37. {strongdm-14.4.0 → strongdm-14.6.0}/strongdm/accounts_history_pb2.py +0 -0
  38. {strongdm-14.4.0 → strongdm-14.6.0}/strongdm/accounts_history_pb2_grpc.py +0 -0
  39. {strongdm-14.4.0 → strongdm-14.6.0}/strongdm/accounts_pb2_grpc.py +0 -0
  40. {strongdm-14.4.0 → strongdm-14.6.0}/strongdm/activities_pb2.py +0 -0
  41. {strongdm-14.4.0 → strongdm-14.6.0}/strongdm/activities_pb2_grpc.py +0 -0
  42. {strongdm-14.4.0 → strongdm-14.6.0}/strongdm/approval_workflow_approvers_history_pb2.py +0 -0
  43. {strongdm-14.4.0 → strongdm-14.6.0}/strongdm/approval_workflow_approvers_history_pb2_grpc.py +0 -0
  44. {strongdm-14.4.0 → strongdm-14.6.0}/strongdm/approval_workflow_approvers_pb2_grpc.py +0 -0
  45. {strongdm-14.4.0 → strongdm-14.6.0}/strongdm/approval_workflow_steps_history_pb2.py +0 -0
  46. {strongdm-14.4.0 → strongdm-14.6.0}/strongdm/approval_workflow_steps_history_pb2_grpc.py +0 -0
  47. {strongdm-14.4.0 → strongdm-14.6.0}/strongdm/approval_workflow_steps_pb2.py +0 -0
  48. {strongdm-14.4.0 → strongdm-14.6.0}/strongdm/approval_workflow_steps_pb2_grpc.py +0 -0
  49. {strongdm-14.4.0 → strongdm-14.6.0}/strongdm/approval_workflows_history_pb2.py +0 -0
  50. {strongdm-14.4.0 → strongdm-14.6.0}/strongdm/approval_workflows_history_pb2_grpc.py +0 -0
  51. {strongdm-14.4.0 → strongdm-14.6.0}/strongdm/approval_workflows_pb2_grpc.py +0 -0
  52. {strongdm-14.4.0 → strongdm-14.6.0}/strongdm/control_panel_pb2.py +0 -0
  53. {strongdm-14.4.0 → strongdm-14.6.0}/strongdm/control_panel_pb2_grpc.py +0 -0
  54. {strongdm-14.4.0 → strongdm-14.6.0}/strongdm/drivers_pb2_grpc.py +0 -0
  55. {strongdm-14.4.0 → strongdm-14.6.0}/strongdm/errors.py +0 -0
  56. {strongdm-14.4.0 → strongdm-14.6.0}/strongdm/health_checks_pb2.py +0 -0
  57. {strongdm-14.4.0 → strongdm-14.6.0}/strongdm/health_checks_pb2_grpc.py +0 -0
  58. {strongdm-14.4.0 → strongdm-14.6.0}/strongdm/identity_aliases_history_pb2.py +0 -0
  59. {strongdm-14.4.0 → strongdm-14.6.0}/strongdm/identity_aliases_history_pb2_grpc.py +0 -0
  60. {strongdm-14.4.0 → strongdm-14.6.0}/strongdm/identity_aliases_pb2.py +0 -0
  61. {strongdm-14.4.0 → strongdm-14.6.0}/strongdm/identity_aliases_pb2_grpc.py +0 -0
  62. {strongdm-14.4.0 → strongdm-14.6.0}/strongdm/identity_sets_history_pb2.py +0 -0
  63. {strongdm-14.4.0 → strongdm-14.6.0}/strongdm/identity_sets_history_pb2_grpc.py +0 -0
  64. {strongdm-14.4.0 → strongdm-14.6.0}/strongdm/identity_sets_pb2.py +0 -0
  65. {strongdm-14.4.0 → strongdm-14.6.0}/strongdm/identity_sets_pb2_grpc.py +0 -0
  66. {strongdm-14.4.0 → strongdm-14.6.0}/strongdm/managed_secrets_pb2.py +0 -0
  67. {strongdm-14.4.0 → strongdm-14.6.0}/strongdm/managed_secrets_pb2_grpc.py +0 -0
  68. {strongdm-14.4.0 → strongdm-14.6.0}/strongdm/nodes_history_pb2.py +0 -0
  69. {strongdm-14.4.0 → strongdm-14.6.0}/strongdm/nodes_history_pb2_grpc.py +0 -0
  70. {strongdm-14.4.0 → strongdm-14.6.0}/strongdm/nodes_pb2.py +0 -0
  71. {strongdm-14.4.0 → strongdm-14.6.0}/strongdm/nodes_pb2_grpc.py +0 -0
  72. {strongdm-14.4.0 → strongdm-14.6.0}/strongdm/options_pb2.py +0 -0
  73. {strongdm-14.4.0 → strongdm-14.6.0}/strongdm/options_pb2_grpc.py +0 -0
  74. {strongdm-14.4.0 → strongdm-14.6.0}/strongdm/organization_history_pb2.py +0 -0
  75. {strongdm-14.4.0 → strongdm-14.6.0}/strongdm/organization_history_pb2_grpc.py +0 -0
  76. {strongdm-14.4.0 → strongdm-14.6.0}/strongdm/peering_group_nodes_pb2.py +0 -0
  77. {strongdm-14.4.0 → strongdm-14.6.0}/strongdm/peering_group_nodes_pb2_grpc.py +0 -0
  78. {strongdm-14.4.0 → strongdm-14.6.0}/strongdm/peering_group_peers_pb2.py +0 -0
  79. {strongdm-14.4.0 → strongdm-14.6.0}/strongdm/peering_group_peers_pb2_grpc.py +0 -0
  80. {strongdm-14.4.0 → strongdm-14.6.0}/strongdm/peering_group_resources_pb2.py +0 -0
  81. {strongdm-14.4.0 → strongdm-14.6.0}/strongdm/peering_group_resources_pb2_grpc.py +0 -0
  82. {strongdm-14.4.0 → strongdm-14.6.0}/strongdm/peering_groups_pb2.py +0 -0
  83. {strongdm-14.4.0 → strongdm-14.6.0}/strongdm/peering_groups_pb2_grpc.py +0 -0
  84. {strongdm-14.4.0 → strongdm-14.6.0}/strongdm/policies_history_pb2.py +0 -0
  85. {strongdm-14.4.0 → strongdm-14.6.0}/strongdm/policies_history_pb2_grpc.py +0 -0
  86. {strongdm-14.4.0 → strongdm-14.6.0}/strongdm/policies_pb2.py +0 -0
  87. {strongdm-14.4.0 → strongdm-14.6.0}/strongdm/policies_pb2_grpc.py +0 -0
  88. {strongdm-14.4.0 → strongdm-14.6.0}/strongdm/proxy_cluster_keys_pb2.py +0 -0
  89. {strongdm-14.4.0 → strongdm-14.6.0}/strongdm/proxy_cluster_keys_pb2_grpc.py +0 -0
  90. {strongdm-14.4.0 → strongdm-14.6.0}/strongdm/queries_pb2.py +0 -0
  91. {strongdm-14.4.0 → strongdm-14.6.0}/strongdm/queries_pb2_grpc.py +0 -0
  92. {strongdm-14.4.0 → strongdm-14.6.0}/strongdm/remote_identities_history_pb2.py +0 -0
  93. {strongdm-14.4.0 → strongdm-14.6.0}/strongdm/remote_identities_history_pb2_grpc.py +0 -0
  94. {strongdm-14.4.0 → strongdm-14.6.0}/strongdm/remote_identities_pb2.py +0 -0
  95. {strongdm-14.4.0 → strongdm-14.6.0}/strongdm/remote_identities_pb2_grpc.py +0 -0
  96. {strongdm-14.4.0 → strongdm-14.6.0}/strongdm/remote_identity_groups_history_pb2.py +0 -0
  97. {strongdm-14.4.0 → strongdm-14.6.0}/strongdm/remote_identity_groups_history_pb2_grpc.py +0 -0
  98. {strongdm-14.4.0 → strongdm-14.6.0}/strongdm/remote_identity_groups_pb2.py +0 -0
  99. {strongdm-14.4.0 → strongdm-14.6.0}/strongdm/remote_identity_groups_pb2_grpc.py +0 -0
  100. {strongdm-14.4.0 → strongdm-14.6.0}/strongdm/replays_pb2.py +0 -0
  101. {strongdm-14.4.0 → strongdm-14.6.0}/strongdm/replays_pb2_grpc.py +0 -0
  102. {strongdm-14.4.0 → strongdm-14.6.0}/strongdm/resources_history_pb2.py +0 -0
  103. {strongdm-14.4.0 → strongdm-14.6.0}/strongdm/resources_history_pb2_grpc.py +0 -0
  104. {strongdm-14.4.0 → strongdm-14.6.0}/strongdm/resources_pb2.py +0 -0
  105. {strongdm-14.4.0 → strongdm-14.6.0}/strongdm/resources_pb2_grpc.py +0 -0
  106. {strongdm-14.4.0 → strongdm-14.6.0}/strongdm/role_resources_history_pb2.py +0 -0
  107. {strongdm-14.4.0 → strongdm-14.6.0}/strongdm/role_resources_history_pb2_grpc.py +0 -0
  108. {strongdm-14.4.0 → strongdm-14.6.0}/strongdm/role_resources_pb2.py +0 -0
  109. {strongdm-14.4.0 → strongdm-14.6.0}/strongdm/role_resources_pb2_grpc.py +0 -0
  110. {strongdm-14.4.0 → strongdm-14.6.0}/strongdm/roles_history_pb2.py +0 -0
  111. {strongdm-14.4.0 → strongdm-14.6.0}/strongdm/roles_history_pb2_grpc.py +0 -0
  112. {strongdm-14.4.0 → strongdm-14.6.0}/strongdm/roles_pb2.py +0 -0
  113. {strongdm-14.4.0 → strongdm-14.6.0}/strongdm/roles_pb2_grpc.py +0 -0
  114. {strongdm-14.4.0 → strongdm-14.6.0}/strongdm/secret_engine_policy_pb2.py +0 -0
  115. {strongdm-14.4.0 → strongdm-14.6.0}/strongdm/secret_engine_policy_pb2_grpc.py +0 -0
  116. {strongdm-14.4.0 → strongdm-14.6.0}/strongdm/secret_engine_types_pb2.py +0 -0
  117. {strongdm-14.4.0 → strongdm-14.6.0}/strongdm/secret_engine_types_pb2_grpc.py +0 -0
  118. {strongdm-14.4.0 → strongdm-14.6.0}/strongdm/secret_engines_pb2.py +0 -0
  119. {strongdm-14.4.0 → strongdm-14.6.0}/strongdm/secret_engines_pb2_grpc.py +0 -0
  120. {strongdm-14.4.0 → strongdm-14.6.0}/strongdm/secret_store_healths_pb2.py +0 -0
  121. {strongdm-14.4.0 → strongdm-14.6.0}/strongdm/secret_store_healths_pb2_grpc.py +0 -0
  122. {strongdm-14.4.0 → strongdm-14.6.0}/strongdm/secret_store_types_pb2.py +0 -0
  123. {strongdm-14.4.0 → strongdm-14.6.0}/strongdm/secret_store_types_pb2_grpc.py +0 -0
  124. {strongdm-14.4.0 → strongdm-14.6.0}/strongdm/secret_stores_history_pb2.py +0 -0
  125. {strongdm-14.4.0 → strongdm-14.6.0}/strongdm/secret_stores_history_pb2_grpc.py +0 -0
  126. {strongdm-14.4.0 → strongdm-14.6.0}/strongdm/secret_stores_pb2.py +0 -0
  127. {strongdm-14.4.0 → strongdm-14.6.0}/strongdm/secret_stores_pb2_grpc.py +0 -0
  128. {strongdm-14.4.0 → strongdm-14.6.0}/strongdm/spec_pb2.py +0 -0
  129. {strongdm-14.4.0 → strongdm-14.6.0}/strongdm/spec_pb2_grpc.py +0 -0
  130. {strongdm-14.4.0 → strongdm-14.6.0}/strongdm/tags_pb2.py +0 -0
  131. {strongdm-14.4.0 → strongdm-14.6.0}/strongdm/tags_pb2_grpc.py +0 -0
  132. {strongdm-14.4.0 → strongdm-14.6.0}/strongdm/workflow_approvers_history_pb2.py +0 -0
  133. {strongdm-14.4.0 → strongdm-14.6.0}/strongdm/workflow_approvers_history_pb2_grpc.py +0 -0
  134. {strongdm-14.4.0 → strongdm-14.6.0}/strongdm/workflow_approvers_pb2.py +0 -0
  135. {strongdm-14.4.0 → strongdm-14.6.0}/strongdm/workflow_approvers_pb2_grpc.py +0 -0
  136. {strongdm-14.4.0 → strongdm-14.6.0}/strongdm/workflow_assignments_history_pb2.py +0 -0
  137. {strongdm-14.4.0 → strongdm-14.6.0}/strongdm/workflow_assignments_history_pb2_grpc.py +0 -0
  138. {strongdm-14.4.0 → strongdm-14.6.0}/strongdm/workflow_assignments_pb2.py +0 -0
  139. {strongdm-14.4.0 → strongdm-14.6.0}/strongdm/workflow_assignments_pb2_grpc.py +0 -0
  140. {strongdm-14.4.0 → strongdm-14.6.0}/strongdm/workflow_roles_history_pb2.py +0 -0
  141. {strongdm-14.4.0 → strongdm-14.6.0}/strongdm/workflow_roles_history_pb2_grpc.py +0 -0
  142. {strongdm-14.4.0 → strongdm-14.6.0}/strongdm/workflow_roles_pb2.py +0 -0
  143. {strongdm-14.4.0 → strongdm-14.6.0}/strongdm/workflow_roles_pb2_grpc.py +0 -0
  144. {strongdm-14.4.0 → strongdm-14.6.0}/strongdm/workflows_history_pb2.py +0 -0
  145. {strongdm-14.4.0 → strongdm-14.6.0}/strongdm/workflows_history_pb2_grpc.py +0 -0
  146. {strongdm-14.4.0 → strongdm-14.6.0}/strongdm/workflows_pb2.py +0 -0
  147. {strongdm-14.4.0 → strongdm-14.6.0}/strongdm/workflows_pb2_grpc.py +0 -0
  148. {strongdm-14.4.0 → strongdm-14.6.0}/strongdm.egg-info/SOURCES.txt +0 -0
  149. {strongdm-14.4.0 → strongdm-14.6.0}/strongdm.egg-info/dependency_links.txt +0 -0
  150. {strongdm-14.4.0 → strongdm-14.6.0}/strongdm.egg-info/requires.txt +0 -0
  151. {strongdm-14.4.0 → strongdm-14.6.0}/strongdm.egg-info/top_level.txt +0 -0
@@ -5162,22 +5162,29 @@ class AmazonMQAMQP091:
5162
5162
 
5163
5163
  class ApprovalFlowApprover:
5164
5164
  '''
5165
- An approver for an approval workflow step. Specifies either an account_id or an role_id (not both)
5165
+ An approver for an approval workflow step. Each approver can specify exactly one of: account_id, role_id, or reference
5166
5166
  '''
5167
5167
  __slots__ = [
5168
5168
  'account_id',
5169
+ 'reference',
5169
5170
  'role_id',
5170
5171
  ]
5171
5172
 
5172
5173
  def __init__(
5173
5174
  self,
5174
5175
  account_id=None,
5176
+ reference=None,
5175
5177
  role_id=None,
5176
5178
  ):
5177
5179
  self.account_id = account_id if account_id is not None else ''
5178
5180
  '''
5179
5181
  The approver account id.
5180
5182
  '''
5183
+ self.reference = reference if reference is not None else ''
5184
+ '''
5185
+ A reference to an approver. Must be one of ApproverReference constants.
5186
+ If set, the account_id and role_id must be empty.
5187
+ '''
5181
5188
  self.role_id = role_id if role_id is not None else ''
5182
5189
  '''
5183
5190
  The approver role id
@@ -5186,12 +5193,14 @@ class ApprovalFlowApprover:
5186
5193
  def __repr__(self):
5187
5194
  return '<sdm.ApprovalFlowApprover ' + \
5188
5195
  'account_id: ' + repr(self.account_id) + ' ' +\
5196
+ 'reference: ' + repr(self.reference) + ' ' +\
5189
5197
  'role_id: ' + repr(self.role_id) + ' ' +\
5190
5198
  '>'
5191
5199
 
5192
5200
  def to_dict(self):
5193
5201
  return {
5194
5202
  'account_id': self.account_id,
5203
+ 'reference': self.reference,
5195
5204
  'role_id': self.role_id,
5196
5205
  }
5197
5206
 
@@ -5199,6 +5208,7 @@ class ApprovalFlowApprover:
5199
5208
  def from_dict(cls, d):
5200
5209
  return cls(
5201
5210
  account_id=d.get('account_id'),
5211
+ reference=d.get('reference'),
5202
5212
  role_id=d.get('role_id'),
5203
5213
  )
5204
5214
 
@@ -5335,6 +5345,7 @@ class ApprovalWorkflowApprover:
5335
5345
  'approval_flow_id',
5336
5346
  'approval_step_id',
5337
5347
  'id',
5348
+ 'reference',
5338
5349
  'role_id',
5339
5350
  ]
5340
5351
 
@@ -5344,6 +5355,7 @@ class ApprovalWorkflowApprover:
5344
5355
  approval_flow_id=None,
5345
5356
  approval_step_id=None,
5346
5357
  id=None,
5358
+ reference=None,
5347
5359
  role_id=None,
5348
5360
  ):
5349
5361
  self.account_id = account_id if account_id is not None else ''
@@ -5362,6 +5374,12 @@ class ApprovalWorkflowApprover:
5362
5374
  '''
5363
5375
  Unique identifier of the ApprovalWorkflowApprover.
5364
5376
  '''
5377
+ self.reference = reference if reference is not None else ''
5378
+ '''
5379
+ A reference to an approver. Will be one of ApproverReference constants.
5380
+ This field is only populated when reading historical Approval Workflow Approvers data through the Approval Workflows History API.
5381
+ For the deprecated Approval Workflow Approvers API no value is returned for this field and it is non-settable.
5382
+ '''
5365
5383
  self.role_id = role_id if role_id is not None else ''
5366
5384
  '''
5367
5385
  The approver role id
@@ -5373,6 +5391,7 @@ class ApprovalWorkflowApprover:
5373
5391
  'approval_flow_id: ' + repr(self.approval_flow_id) + ' ' +\
5374
5392
  'approval_step_id: ' + repr(self.approval_step_id) + ' ' +\
5375
5393
  'id: ' + repr(self.id) + ' ' +\
5394
+ 'reference: ' + repr(self.reference) + ' ' +\
5376
5395
  'role_id: ' + repr(self.role_id) + ' ' +\
5377
5396
  '>'
5378
5397
 
@@ -5382,6 +5401,7 @@ class ApprovalWorkflowApprover:
5382
5401
  'approval_flow_id': self.approval_flow_id,
5383
5402
  'approval_step_id': self.approval_step_id,
5384
5403
  'id': self.id,
5404
+ 'reference': self.reference,
5385
5405
  'role_id': self.role_id,
5386
5406
  }
5387
5407
 
@@ -5392,6 +5412,7 @@ class ApprovalWorkflowApprover:
5392
5412
  approval_flow_id=d.get('approval_flow_id'),
5393
5413
  approval_step_id=d.get('approval_step_id'),
5394
5414
  id=d.get('id'),
5415
+ reference=d.get('reference'),
5395
5416
  role_id=d.get('role_id'),
5396
5417
  )
5397
5418
 
@@ -10882,6 +10903,149 @@ class DocumentDBReplicaSet:
10882
10903
  )
10883
10904
 
10884
10905
 
10906
+ class DocumentDBReplicaSetIAM:
10907
+ '''
10908
+ DocumentDBReplicaSetIAM is currently unstable, and its API may change, or it may be removed,
10909
+ without a major version bump.
10910
+ '''
10911
+ __slots__ = [
10912
+ 'bind_interface',
10913
+ 'connect_to_replica',
10914
+ 'egress_filter',
10915
+ 'healthy',
10916
+ 'hostname',
10917
+ 'id',
10918
+ 'name',
10919
+ 'port_override',
10920
+ 'proxy_cluster_id',
10921
+ 'region',
10922
+ 'secret_store_id',
10923
+ 'subdomain',
10924
+ 'tags',
10925
+ ]
10926
+
10927
+ def __init__(
10928
+ self,
10929
+ bind_interface=None,
10930
+ connect_to_replica=None,
10931
+ egress_filter=None,
10932
+ healthy=None,
10933
+ hostname=None,
10934
+ id=None,
10935
+ name=None,
10936
+ port_override=None,
10937
+ proxy_cluster_id=None,
10938
+ region=None,
10939
+ secret_store_id=None,
10940
+ subdomain=None,
10941
+ tags=None,
10942
+ ):
10943
+ self.bind_interface = bind_interface if bind_interface is not None else ''
10944
+ '''
10945
+ The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided.
10946
+ '''
10947
+ self.connect_to_replica = connect_to_replica if connect_to_replica is not None else False
10948
+ '''
10949
+ Set to connect to a replica instead of the primary node.
10950
+ '''
10951
+ self.egress_filter = egress_filter if egress_filter is not None else ''
10952
+ '''
10953
+ A filter applied to the routing logic to pin datasource to nodes.
10954
+ '''
10955
+ self.healthy = healthy if healthy is not None else False
10956
+ '''
10957
+ True if the datasource is reachable and the credentials are valid.
10958
+ '''
10959
+ self.hostname = hostname if hostname is not None else ''
10960
+ '''
10961
+ Hostname must contain the hostname/port pairs of all instances in the replica set separated by commas.
10962
+ '''
10963
+ self.id = id if id is not None else ''
10964
+ '''
10965
+ Unique identifier of the Resource.
10966
+ '''
10967
+ self.name = name if name is not None else ''
10968
+ '''
10969
+ Unique human-readable name of the Resource.
10970
+ '''
10971
+ self.port_override = port_override if port_override is not None else 0
10972
+ '''
10973
+ The local port used by clients to connect to this resource.
10974
+ '''
10975
+ self.proxy_cluster_id = proxy_cluster_id if proxy_cluster_id is not None else ''
10976
+ '''
10977
+ ID of the proxy cluster for this resource, if any.
10978
+ '''
10979
+ self.region = region if region is not None else ''
10980
+ '''
10981
+ The region of the document db cluster
10982
+ '''
10983
+ self.secret_store_id = secret_store_id if secret_store_id is not None else ''
10984
+ '''
10985
+ ID of the secret store containing credentials for this resource, if any.
10986
+ '''
10987
+ self.subdomain = subdomain if subdomain is not None else ''
10988
+ '''
10989
+ Subdomain is the local DNS address. (e.g. app-prod1 turns into app-prod1.your-org-name.sdm.network)
10990
+ '''
10991
+ self.tags = tags if tags is not None else _porcelain_zero_value_tags()
10992
+ '''
10993
+ Tags is a map of key, value pairs.
10994
+ '''
10995
+
10996
+ def __repr__(self):
10997
+ return '<sdm.DocumentDBReplicaSetIAM ' + \
10998
+ 'bind_interface: ' + repr(self.bind_interface) + ' ' +\
10999
+ 'connect_to_replica: ' + repr(self.connect_to_replica) + ' ' +\
11000
+ 'egress_filter: ' + repr(self.egress_filter) + ' ' +\
11001
+ 'healthy: ' + repr(self.healthy) + ' ' +\
11002
+ 'hostname: ' + repr(self.hostname) + ' ' +\
11003
+ 'id: ' + repr(self.id) + ' ' +\
11004
+ 'name: ' + repr(self.name) + ' ' +\
11005
+ 'port_override: ' + repr(self.port_override) + ' ' +\
11006
+ 'proxy_cluster_id: ' + repr(self.proxy_cluster_id) + ' ' +\
11007
+ 'region: ' + repr(self.region) + ' ' +\
11008
+ 'secret_store_id: ' + repr(self.secret_store_id) + ' ' +\
11009
+ 'subdomain: ' + repr(self.subdomain) + ' ' +\
11010
+ 'tags: ' + repr(self.tags) + ' ' +\
11011
+ '>'
11012
+
11013
+ def to_dict(self):
11014
+ return {
11015
+ 'bind_interface': self.bind_interface,
11016
+ 'connect_to_replica': self.connect_to_replica,
11017
+ 'egress_filter': self.egress_filter,
11018
+ 'healthy': self.healthy,
11019
+ 'hostname': self.hostname,
11020
+ 'id': self.id,
11021
+ 'name': self.name,
11022
+ 'port_override': self.port_override,
11023
+ 'proxy_cluster_id': self.proxy_cluster_id,
11024
+ 'region': self.region,
11025
+ 'secret_store_id': self.secret_store_id,
11026
+ 'subdomain': self.subdomain,
11027
+ 'tags': self.tags,
11028
+ }
11029
+
11030
+ @classmethod
11031
+ def from_dict(cls, d):
11032
+ return cls(
11033
+ bind_interface=d.get('bind_interface'),
11034
+ connect_to_replica=d.get('connect_to_replica'),
11035
+ egress_filter=d.get('egress_filter'),
11036
+ healthy=d.get('healthy'),
11037
+ hostname=d.get('hostname'),
11038
+ id=d.get('id'),
11039
+ name=d.get('name'),
11040
+ port_override=d.get('port_override'),
11041
+ proxy_cluster_id=d.get('proxy_cluster_id'),
11042
+ region=d.get('region'),
11043
+ secret_store_id=d.get('secret_store_id'),
11044
+ subdomain=d.get('subdomain'),
11045
+ tags=d.get('tags'),
11046
+ )
11047
+
11048
+
10885
11049
  class Druid:
10886
11050
  __slots__ = [
10887
11051
  'bind_interface',
@@ -2559,6 +2559,7 @@ def convert_approval_flow_approver_to_porcelain(plumbing):
2559
2559
  return None
2560
2560
  porcelain = models.ApprovalFlowApprover()
2561
2561
  porcelain.account_id = (plumbing.account_id)
2562
+ porcelain.reference = (plumbing.reference)
2562
2563
  porcelain.role_id = (plumbing.role_id)
2563
2564
  return porcelain
2564
2565
 
@@ -2568,6 +2569,7 @@ def convert_approval_flow_approver_to_plumbing(porcelain):
2568
2569
  if porcelain is None:
2569
2570
  return plumbing
2570
2571
  plumbing.account_id = (porcelain.account_id)
2572
+ plumbing.reference = (porcelain.reference)
2571
2573
  plumbing.role_id = (porcelain.role_id)
2572
2574
  return plumbing
2573
2575
 
@@ -2675,6 +2677,7 @@ def convert_approval_workflow_approver_to_porcelain(plumbing):
2675
2677
  porcelain.approval_flow_id = (plumbing.approval_flow_id)
2676
2678
  porcelain.approval_step_id = (plumbing.approval_step_id)
2677
2679
  porcelain.id = (plumbing.id)
2680
+ porcelain.reference = (plumbing.reference)
2678
2681
  porcelain.role_id = (plumbing.role_id)
2679
2682
  return porcelain
2680
2683
 
@@ -2687,6 +2690,7 @@ def convert_approval_workflow_approver_to_plumbing(porcelain):
2687
2690
  plumbing.approval_flow_id = (porcelain.approval_flow_id)
2688
2691
  plumbing.approval_step_id = (porcelain.approval_step_id)
2689
2692
  plumbing.id = (porcelain.id)
2693
+ plumbing.reference = (porcelain.reference)
2690
2694
  plumbing.role_id = (porcelain.role_id)
2691
2695
  return plumbing
2692
2696
 
@@ -5178,6 +5182,60 @@ def convert_repeated_document_db_replica_set_to_porcelain(plumbings):
5178
5182
  ]
5179
5183
 
5180
5184
 
5185
+ def convert_document_db_replica_set_iam_to_porcelain(plumbing):
5186
+ if plumbing is None:
5187
+ return None
5188
+ porcelain = models.DocumentDBReplicaSetIAM()
5189
+ porcelain.bind_interface = (plumbing.bind_interface)
5190
+ porcelain.connect_to_replica = (plumbing.connect_to_replica)
5191
+ porcelain.egress_filter = (plumbing.egress_filter)
5192
+ porcelain.healthy = (plumbing.healthy)
5193
+ porcelain.hostname = (plumbing.hostname)
5194
+ porcelain.id = (plumbing.id)
5195
+ porcelain.name = (plumbing.name)
5196
+ porcelain.port_override = (plumbing.port_override)
5197
+ porcelain.proxy_cluster_id = (plumbing.proxy_cluster_id)
5198
+ porcelain.region = (plumbing.region)
5199
+ porcelain.secret_store_id = (plumbing.secret_store_id)
5200
+ porcelain.subdomain = (plumbing.subdomain)
5201
+ porcelain.tags = convert_tags_to_porcelain(plumbing.tags)
5202
+ return porcelain
5203
+
5204
+
5205
+ def convert_document_db_replica_set_iam_to_plumbing(porcelain):
5206
+ plumbing = DocumentDBReplicaSetIAM()
5207
+ if porcelain is None:
5208
+ return plumbing
5209
+ plumbing.bind_interface = (porcelain.bind_interface)
5210
+ plumbing.connect_to_replica = (porcelain.connect_to_replica)
5211
+ plumbing.egress_filter = (porcelain.egress_filter)
5212
+ plumbing.healthy = (porcelain.healthy)
5213
+ plumbing.hostname = (porcelain.hostname)
5214
+ plumbing.id = (porcelain.id)
5215
+ plumbing.name = (porcelain.name)
5216
+ plumbing.port_override = (porcelain.port_override)
5217
+ plumbing.proxy_cluster_id = (porcelain.proxy_cluster_id)
5218
+ plumbing.region = (porcelain.region)
5219
+ plumbing.secret_store_id = (porcelain.secret_store_id)
5220
+ plumbing.subdomain = (porcelain.subdomain)
5221
+ plumbing.tags.CopyFrom(convert_tags_to_plumbing(porcelain.tags))
5222
+ return plumbing
5223
+
5224
+
5225
+ def convert_repeated_document_db_replica_set_iam_to_plumbing(porcelains):
5226
+ return [
5227
+ convert_document_db_replica_set_iam_to_plumbing(porcelain)
5228
+ for porcelain in porcelains
5229
+ ]
5230
+
5231
+
5232
+ def convert_repeated_document_db_replica_set_iam_to_porcelain(plumbings):
5233
+ return [
5234
+ convert_document_db_replica_set_iam_to_porcelain(plumbing)
5235
+ for plumbing in plumbings
5236
+ ]
5237
+
5238
+
5181
5239
  def convert_druid_to_porcelain(plumbing):
5182
5240
  if plumbing is None:
5183
5241
  return None
@@ -11962,6 +12020,9 @@ def convert_resource_to_plumbing(porcelain):
11962
12020
  if isinstance(porcelain, models.DocumentDBReplicaSet):
11963
12021
  plumbing.document_db_replica_set.CopyFrom(
11964
12022
  convert_document_db_replica_set_to_plumbing(porcelain))
12023
+ if isinstance(porcelain, models.DocumentDBReplicaSetIAM):
12024
+ plumbing.document_db_replica_set_iam.CopyFrom(
12025
+ convert_document_db_replica_set_iam_to_plumbing(porcelain))
11965
12026
  if isinstance(porcelain, models.Druid):
11966
12027
  plumbing.druid.CopyFrom(convert_druid_to_plumbing(porcelain))
11967
12028
  if isinstance(porcelain, models.DynamoDB):
@@ -12220,6 +12281,9 @@ def convert_resource_to_porcelain(plumbing):
12220
12281
  if plumbing.HasField('document_db_replica_set'):
12221
12282
  return convert_document_db_replica_set_to_porcelain(
12222
12283
  plumbing.document_db_replica_set)
12284
+ if plumbing.HasField('document_db_replica_set_iam'):
12285
+ return convert_document_db_replica_set_iam_to_porcelain(
12286
+ plumbing.document_db_replica_set_iam)
12223
12287
  if plumbing.HasField('druid'):
12224
12288
  return convert_druid_to_porcelain(plumbing.druid)
12225
12289
  if plumbing.HasField('dynamo_db'):
@@ -4865,6 +4865,7 @@ class Resources:
4865
4865
  `strongdm.models.DocumentDBHost`
4866
4866
  `strongdm.models.DocumentDBHostIAM`
4867
4867
  `strongdm.models.DocumentDBReplicaSet`
4868
+ `strongdm.models.DocumentDBReplicaSetIAM`
4868
4869
  `strongdm.models.Druid`
4869
4870
  `strongdm.models.DynamoDB`
4870
4871
  `strongdm.models.DynamoDBIAM`
@@ -1,12 +1,12 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: strongdm
3
- Version: 14.4.0
3
+ Version: 14.6.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/v14.4.0.tar.gz
9
+ Download-URL: https://github.com/strongdm/strongdm-sdk-python/archive/v14.6.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
File without changes
File without changes
File without changes
File without changes