strongdm 4.4.0__zip → 4.5.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 (106) hide show
  1. {strongdm-4.4.0 → strongdm-4.5.0}/PKG-INFO +2 -2
  2. {strongdm-4.4.0 → strongdm-4.5.0}/setup.py +2 -2
  3. {strongdm-4.4.0 → strongdm-4.5.0}/strongdm/activities_pb2_grpc.py +3 -0
  4. {strongdm-4.4.0 → strongdm-4.5.0}/strongdm/client.py +1 -1
  5. {strongdm-4.4.0 → strongdm-4.5.0}/strongdm/drivers_pb2.py +154 -154
  6. {strongdm-4.4.0 → strongdm-4.5.0}/strongdm/models.py +10 -13
  7. {strongdm-4.4.0 → strongdm-4.5.0}/strongdm/plumbing.py +2 -0
  8. {strongdm-4.4.0 → strongdm-4.5.0}/strongdm/svc.py +3 -0
  9. {strongdm-4.4.0 → strongdm-4.5.0}/strongdm.egg-info/PKG-INFO +2 -2
  10. {strongdm-4.4.0 → strongdm-4.5.0}/README.md +0 -0
  11. {strongdm-4.4.0 → strongdm-4.5.0}/setup.cfg +0 -0
  12. {strongdm-4.4.0 → strongdm-4.5.0}/strongdm/__init__.py +0 -0
  13. {strongdm-4.4.0 → strongdm-4.5.0}/strongdm/access_request_events_history_pb2.py +0 -0
  14. {strongdm-4.4.0 → strongdm-4.5.0}/strongdm/access_request_events_history_pb2_grpc.py +0 -0
  15. {strongdm-4.4.0 → strongdm-4.5.0}/strongdm/access_requests_history_pb2.py +0 -0
  16. {strongdm-4.4.0 → strongdm-4.5.0}/strongdm/access_requests_history_pb2_grpc.py +0 -0
  17. {strongdm-4.4.0 → strongdm-4.5.0}/strongdm/access_requests_pb2.py +0 -0
  18. {strongdm-4.4.0 → strongdm-4.5.0}/strongdm/access_requests_pb2_grpc.py +0 -0
  19. {strongdm-4.4.0 → strongdm-4.5.0}/strongdm/account_attachments_history_pb2.py +0 -0
  20. {strongdm-4.4.0 → strongdm-4.5.0}/strongdm/account_attachments_history_pb2_grpc.py +0 -0
  21. {strongdm-4.4.0 → strongdm-4.5.0}/strongdm/account_attachments_pb2.py +0 -0
  22. {strongdm-4.4.0 → strongdm-4.5.0}/strongdm/account_attachments_pb2_grpc.py +0 -0
  23. {strongdm-4.4.0 → strongdm-4.5.0}/strongdm/account_grants_history_pb2.py +0 -0
  24. {strongdm-4.4.0 → strongdm-4.5.0}/strongdm/account_grants_history_pb2_grpc.py +0 -0
  25. {strongdm-4.4.0 → strongdm-4.5.0}/strongdm/account_grants_pb2.py +0 -0
  26. {strongdm-4.4.0 → strongdm-4.5.0}/strongdm/account_grants_pb2_grpc.py +0 -0
  27. {strongdm-4.4.0 → strongdm-4.5.0}/strongdm/account_permissions_pb2.py +0 -0
  28. {strongdm-4.4.0 → strongdm-4.5.0}/strongdm/account_permissions_pb2_grpc.py +0 -0
  29. {strongdm-4.4.0 → strongdm-4.5.0}/strongdm/account_resources_history_pb2.py +0 -0
  30. {strongdm-4.4.0 → strongdm-4.5.0}/strongdm/account_resources_history_pb2_grpc.py +0 -0
  31. {strongdm-4.4.0 → strongdm-4.5.0}/strongdm/account_resources_pb2.py +0 -0
  32. {strongdm-4.4.0 → strongdm-4.5.0}/strongdm/account_resources_pb2_grpc.py +0 -0
  33. {strongdm-4.4.0 → strongdm-4.5.0}/strongdm/accounts_history_pb2.py +0 -0
  34. {strongdm-4.4.0 → strongdm-4.5.0}/strongdm/accounts_history_pb2_grpc.py +0 -0
  35. {strongdm-4.4.0 → strongdm-4.5.0}/strongdm/accounts_pb2.py +0 -0
  36. {strongdm-4.4.0 → strongdm-4.5.0}/strongdm/accounts_pb2_grpc.py +0 -0
  37. {strongdm-4.4.0 → strongdm-4.5.0}/strongdm/activities_pb2.py +0 -0
  38. {strongdm-4.4.0 → strongdm-4.5.0}/strongdm/constants.py +0 -0
  39. {strongdm-4.4.0 → strongdm-4.5.0}/strongdm/control_panel_pb2.py +0 -0
  40. {strongdm-4.4.0 → strongdm-4.5.0}/strongdm/control_panel_pb2_grpc.py +0 -0
  41. {strongdm-4.4.0 → strongdm-4.5.0}/strongdm/drivers_pb2_grpc.py +0 -0
  42. {strongdm-4.4.0 → strongdm-4.5.0}/strongdm/errors.py +0 -0
  43. {strongdm-4.4.0 → strongdm-4.5.0}/strongdm/nodes_history_pb2.py +0 -0
  44. {strongdm-4.4.0 → strongdm-4.5.0}/strongdm/nodes_history_pb2_grpc.py +0 -0
  45. {strongdm-4.4.0 → strongdm-4.5.0}/strongdm/nodes_pb2.py +0 -0
  46. {strongdm-4.4.0 → strongdm-4.5.0}/strongdm/nodes_pb2_grpc.py +0 -0
  47. {strongdm-4.4.0 → strongdm-4.5.0}/strongdm/options_pb2.py +0 -0
  48. {strongdm-4.4.0 → strongdm-4.5.0}/strongdm/options_pb2_grpc.py +0 -0
  49. {strongdm-4.4.0 → strongdm-4.5.0}/strongdm/organization_history_pb2.py +0 -0
  50. {strongdm-4.4.0 → strongdm-4.5.0}/strongdm/organization_history_pb2_grpc.py +0 -0
  51. {strongdm-4.4.0 → strongdm-4.5.0}/strongdm/peering_group_nodes_pb2.py +0 -0
  52. {strongdm-4.4.0 → strongdm-4.5.0}/strongdm/peering_group_nodes_pb2_grpc.py +0 -0
  53. {strongdm-4.4.0 → strongdm-4.5.0}/strongdm/peering_group_peers_pb2.py +0 -0
  54. {strongdm-4.4.0 → strongdm-4.5.0}/strongdm/peering_group_peers_pb2_grpc.py +0 -0
  55. {strongdm-4.4.0 → strongdm-4.5.0}/strongdm/peering_group_resources_pb2.py +0 -0
  56. {strongdm-4.4.0 → strongdm-4.5.0}/strongdm/peering_group_resources_pb2_grpc.py +0 -0
  57. {strongdm-4.4.0 → strongdm-4.5.0}/strongdm/peering_groups_pb2.py +0 -0
  58. {strongdm-4.4.0 → strongdm-4.5.0}/strongdm/peering_groups_pb2_grpc.py +0 -0
  59. {strongdm-4.4.0 → strongdm-4.5.0}/strongdm/queries_pb2.py +0 -0
  60. {strongdm-4.4.0 → strongdm-4.5.0}/strongdm/queries_pb2_grpc.py +0 -0
  61. {strongdm-4.4.0 → strongdm-4.5.0}/strongdm/remote_identities_history_pb2.py +0 -0
  62. {strongdm-4.4.0 → strongdm-4.5.0}/strongdm/remote_identities_history_pb2_grpc.py +0 -0
  63. {strongdm-4.4.0 → strongdm-4.5.0}/strongdm/remote_identities_pb2.py +0 -0
  64. {strongdm-4.4.0 → strongdm-4.5.0}/strongdm/remote_identities_pb2_grpc.py +0 -0
  65. {strongdm-4.4.0 → strongdm-4.5.0}/strongdm/remote_identity_groups_history_pb2.py +0 -0
  66. {strongdm-4.4.0 → strongdm-4.5.0}/strongdm/remote_identity_groups_history_pb2_grpc.py +0 -0
  67. {strongdm-4.4.0 → strongdm-4.5.0}/strongdm/remote_identity_groups_pb2.py +0 -0
  68. {strongdm-4.4.0 → strongdm-4.5.0}/strongdm/remote_identity_groups_pb2_grpc.py +0 -0
  69. {strongdm-4.4.0 → strongdm-4.5.0}/strongdm/replays_pb2.py +0 -0
  70. {strongdm-4.4.0 → strongdm-4.5.0}/strongdm/replays_pb2_grpc.py +0 -0
  71. {strongdm-4.4.0 → strongdm-4.5.0}/strongdm/resources_history_pb2.py +0 -0
  72. {strongdm-4.4.0 → strongdm-4.5.0}/strongdm/resources_history_pb2_grpc.py +0 -0
  73. {strongdm-4.4.0 → strongdm-4.5.0}/strongdm/resources_pb2.py +0 -0
  74. {strongdm-4.4.0 → strongdm-4.5.0}/strongdm/resources_pb2_grpc.py +0 -0
  75. {strongdm-4.4.0 → strongdm-4.5.0}/strongdm/role_resources_history_pb2.py +0 -0
  76. {strongdm-4.4.0 → strongdm-4.5.0}/strongdm/role_resources_history_pb2_grpc.py +0 -0
  77. {strongdm-4.4.0 → strongdm-4.5.0}/strongdm/role_resources_pb2.py +0 -0
  78. {strongdm-4.4.0 → strongdm-4.5.0}/strongdm/role_resources_pb2_grpc.py +0 -0
  79. {strongdm-4.4.0 → strongdm-4.5.0}/strongdm/roles_history_pb2.py +0 -0
  80. {strongdm-4.4.0 → strongdm-4.5.0}/strongdm/roles_history_pb2_grpc.py +0 -0
  81. {strongdm-4.4.0 → strongdm-4.5.0}/strongdm/roles_pb2.py +0 -0
  82. {strongdm-4.4.0 → strongdm-4.5.0}/strongdm/roles_pb2_grpc.py +0 -0
  83. {strongdm-4.4.0 → strongdm-4.5.0}/strongdm/secret_store_types_pb2.py +0 -0
  84. {strongdm-4.4.0 → strongdm-4.5.0}/strongdm/secret_store_types_pb2_grpc.py +0 -0
  85. {strongdm-4.4.0 → strongdm-4.5.0}/strongdm/secret_stores_history_pb2.py +0 -0
  86. {strongdm-4.4.0 → strongdm-4.5.0}/strongdm/secret_stores_history_pb2_grpc.py +0 -0
  87. {strongdm-4.4.0 → strongdm-4.5.0}/strongdm/secret_stores_pb2.py +0 -0
  88. {strongdm-4.4.0 → strongdm-4.5.0}/strongdm/secret_stores_pb2_grpc.py +0 -0
  89. {strongdm-4.4.0 → strongdm-4.5.0}/strongdm/spec_pb2.py +0 -0
  90. {strongdm-4.4.0 → strongdm-4.5.0}/strongdm/spec_pb2_grpc.py +0 -0
  91. {strongdm-4.4.0 → strongdm-4.5.0}/strongdm/tags_pb2.py +0 -0
  92. {strongdm-4.4.0 → strongdm-4.5.0}/strongdm/tags_pb2_grpc.py +0 -0
  93. {strongdm-4.4.0 → strongdm-4.5.0}/strongdm/workflow_approvers_history_pb2.py +0 -0
  94. {strongdm-4.4.0 → strongdm-4.5.0}/strongdm/workflow_approvers_history_pb2_grpc.py +0 -0
  95. {strongdm-4.4.0 → strongdm-4.5.0}/strongdm/workflow_assignments_history_pb2.py +0 -0
  96. {strongdm-4.4.0 → strongdm-4.5.0}/strongdm/workflow_assignments_history_pb2_grpc.py +0 -0
  97. {strongdm-4.4.0 → strongdm-4.5.0}/strongdm/workflow_roles_history_pb2.py +0 -0
  98. {strongdm-4.4.0 → strongdm-4.5.0}/strongdm/workflow_roles_history_pb2_grpc.py +0 -0
  99. {strongdm-4.4.0 → strongdm-4.5.0}/strongdm/workflows_history_pb2.py +0 -0
  100. {strongdm-4.4.0 → strongdm-4.5.0}/strongdm/workflows_history_pb2_grpc.py +0 -0
  101. {strongdm-4.4.0 → strongdm-4.5.0}/strongdm/workflows_pb2.py +0 -0
  102. {strongdm-4.4.0 → strongdm-4.5.0}/strongdm/workflows_pb2_grpc.py +0 -0
  103. {strongdm-4.4.0 → strongdm-4.5.0}/strongdm.egg-info/SOURCES.txt +0 -0
  104. {strongdm-4.4.0 → strongdm-4.5.0}/strongdm.egg-info/dependency_links.txt +0 -0
  105. {strongdm-4.4.0 → strongdm-4.5.0}/strongdm.egg-info/requires.txt +0 -0
  106. {strongdm-4.4.0 → strongdm-4.5.0}/strongdm.egg-info/top_level.txt +0 -0
@@ -947,10 +947,6 @@ class AWS:
947
947
 
948
948
 
949
949
  class AWSConsole:
950
- '''
951
- AWSConsole is currently unstable, and its API may change, or it may be removed,
952
- without a major version bump.
953
- '''
954
950
  __slots__ = [
955
951
  'bind_interface',
956
952
  'egress_filter',
@@ -1119,10 +1115,6 @@ class AWSConsole:
1119
1115
 
1120
1116
 
1121
1117
  class AWSConsoleStaticKeyPair:
1122
- '''
1123
- AWSConsoleStaticKeyPair is currently unstable, and its API may change, or it may be removed,
1124
- without a major version bump.
1125
- '''
1126
1118
  __slots__ = [
1127
1119
  'access_key',
1128
1120
  'bind_interface',
@@ -5147,7 +5139,7 @@ class AzurePostgres:
5147
5139
  '''
5148
5140
  self.username = username if username is not None else ''
5149
5141
  '''
5150
- The username to authenticate with.
5142
+ The username to authenticate with. For Azure Postgres, this also will include the hostname of the target server for Azure Single Server compatibility. For Flexible servers, use the normal Postgres type.
5151
5143
  '''
5152
5144
 
5153
5145
  def __repr__(self):
@@ -14247,6 +14239,7 @@ class RDP:
14247
14239
  'healthy',
14248
14240
  'hostname',
14249
14241
  'id',
14242
+ 'lock_required',
14250
14243
  'name',
14251
14244
  'password',
14252
14245
  'port',
@@ -14265,6 +14258,7 @@ class RDP:
14265
14258
  healthy=None,
14266
14259
  hostname=None,
14267
14260
  id=None,
14261
+ lock_required=None,
14268
14262
  name=None,
14269
14263
  password=None,
14270
14264
  port=None,
@@ -14298,6 +14292,10 @@ class RDP:
14298
14292
  '''
14299
14293
  Unique identifier of the Resource.
14300
14294
  '''
14295
+ self.lock_required = lock_required if lock_required is not None else False
14296
+ '''
14297
+ When set, require a resource lock to access the resource to ensure it can only be used by one user at a time.
14298
+ '''
14301
14299
  self.name = name if name is not None else ''
14302
14300
  '''
14303
14301
  Unique human-readable name of the Resource.
@@ -14339,6 +14337,7 @@ class RDP:
14339
14337
  'healthy: ' + repr(self.healthy) + ' ' +\
14340
14338
  'hostname: ' + repr(self.hostname) + ' ' +\
14341
14339
  'id: ' + repr(self.id) + ' ' +\
14340
+ 'lock_required: ' + repr(self.lock_required) + ' ' +\
14342
14341
  'name: ' + repr(self.name) + ' ' +\
14343
14342
  'password: ' + repr(self.password) + ' ' +\
14344
14343
  'port: ' + repr(self.port) + ' ' +\
@@ -14357,6 +14356,7 @@ class RDP:
14357
14356
  'healthy': self.healthy,
14358
14357
  'hostname': self.hostname,
14359
14358
  'id': self.id,
14359
+ 'lock_required': self.lock_required,
14360
14360
  'name': self.name,
14361
14361
  'password': self.password,
14362
14362
  'port': self.port,
@@ -14376,6 +14376,7 @@ class RDP:
14376
14376
  healthy=d.get('healthy'),
14377
14377
  hostname=d.get('hostname'),
14378
14378
  id=d.get('id'),
14379
+ lock_required=d.get('lock_required'),
14379
14380
  name=d.get('name'),
14380
14381
  password=d.get('password'),
14381
14382
  port=d.get('port'),
@@ -18153,10 +18154,6 @@ class Snowflake:
18153
18154
 
18154
18155
 
18155
18156
  class Snowsight:
18156
- '''
18157
- Snowsight is currently unstable, and its API may change, or it may be removed,
18158
- without a major version bump.
18159
- '''
18160
18157
  __slots__ = [
18161
18158
  'bind_interface',
18162
18159
  'egress_filter',
@@ -6391,6 +6391,7 @@ def convert_rdp_to_porcelain(plumbing):
6391
6391
  porcelain.healthy = (plumbing.healthy)
6392
6392
  porcelain.hostname = (plumbing.hostname)
6393
6393
  porcelain.id = (plumbing.id)
6394
+ porcelain.lock_required = (plumbing.lock_required)
6394
6395
  porcelain.name = (plumbing.name)
6395
6396
  porcelain.password = (plumbing.password)
6396
6397
  porcelain.port = (plumbing.port)
@@ -6412,6 +6413,7 @@ def convert_rdp_to_plumbing(porcelain):
6412
6413
  plumbing.healthy = (porcelain.healthy)
6413
6414
  plumbing.hostname = (porcelain.hostname)
6414
6415
  plumbing.id = (porcelain.id)
6416
+ plumbing.lock_required = (porcelain.lock_required)
6415
6417
  plumbing.name = (porcelain.name)
6416
6418
  plumbing.password = (porcelain.password)
6417
6419
  plumbing.port = (porcelain.port)
@@ -1212,6 +1212,9 @@ class Activities:
1212
1212
  def list(self, filter, *args, timeout=None):
1213
1213
  '''
1214
1214
  List gets a list of Activities matching a given set of criteria.
1215
+ The 'before' and 'after' filters can be used to control the time
1216
+ range of the output activities. If not provided, one week of back
1217
+ of activities will be returned.
1215
1218
  '''
1216
1219
  req = ActivityListRequest()
1217
1220
  req.meta.CopyFrom(ListRequestMetadata())
@@ -1,12 +1,12 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: strongdm
3
- Version: 4.4.0
3
+ Version: 4.5.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/v4.4.0.tar.gz
9
+ Download-URL: https://github.com/strongdm/strongdm-sdk-python/archive/v4.5.0.tar.gz
10
10
  Description: # strongDM SDK for Python
11
11
 
12
12
  This is the official [strongDM](https://www.strongdm.com/) SDK for the Python
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes