strongdm 11.20.0__zip → 11.22.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.
- {strongdm-11.20.0 → strongdm-11.22.0}/PKG-INFO +2 -2
- {strongdm-11.20.0 → strongdm-11.22.0}/setup.py +2 -2
- {strongdm-11.20.0 → strongdm-11.22.0}/strongdm/client.py +1 -1
- {strongdm-11.20.0 → strongdm-11.22.0}/strongdm/constants.py +2 -0
- {strongdm-11.20.0 → strongdm-11.22.0}/strongdm/drivers_pb2.py +42 -40
- {strongdm-11.20.0 → strongdm-11.22.0}/strongdm/models.py +18 -0
- {strongdm-11.20.0 → strongdm-11.22.0}/strongdm/plumbing.py +4 -0
- {strongdm-11.20.0 → strongdm-11.22.0}/strongdm/replays_pb2.py +8 -6
- {strongdm-11.20.0 → strongdm-11.22.0}/strongdm.egg-info/PKG-INFO +2 -2
- {strongdm-11.20.0 → strongdm-11.22.0}/LICENSE +0 -0
- {strongdm-11.20.0 → strongdm-11.22.0}/README.md +0 -0
- {strongdm-11.20.0 → strongdm-11.22.0}/setup.cfg +0 -0
- {strongdm-11.20.0 → strongdm-11.22.0}/strongdm/__init__.py +0 -0
- {strongdm-11.20.0 → strongdm-11.22.0}/strongdm/access_request_events_history_pb2.py +0 -0
- {strongdm-11.20.0 → strongdm-11.22.0}/strongdm/access_request_events_history_pb2_grpc.py +0 -0
- {strongdm-11.20.0 → strongdm-11.22.0}/strongdm/access_requests_history_pb2.py +0 -0
- {strongdm-11.20.0 → strongdm-11.22.0}/strongdm/access_requests_history_pb2_grpc.py +0 -0
- {strongdm-11.20.0 → strongdm-11.22.0}/strongdm/access_requests_pb2.py +0 -0
- {strongdm-11.20.0 → strongdm-11.22.0}/strongdm/access_requests_pb2_grpc.py +0 -0
- {strongdm-11.20.0 → strongdm-11.22.0}/strongdm/account_attachments_history_pb2.py +0 -0
- {strongdm-11.20.0 → strongdm-11.22.0}/strongdm/account_attachments_history_pb2_grpc.py +0 -0
- {strongdm-11.20.0 → strongdm-11.22.0}/strongdm/account_attachments_pb2.py +0 -0
- {strongdm-11.20.0 → strongdm-11.22.0}/strongdm/account_attachments_pb2_grpc.py +0 -0
- {strongdm-11.20.0 → strongdm-11.22.0}/strongdm/account_grants_history_pb2.py +0 -0
- {strongdm-11.20.0 → strongdm-11.22.0}/strongdm/account_grants_history_pb2_grpc.py +0 -0
- {strongdm-11.20.0 → strongdm-11.22.0}/strongdm/account_grants_pb2.py +0 -0
- {strongdm-11.20.0 → strongdm-11.22.0}/strongdm/account_grants_pb2_grpc.py +0 -0
- {strongdm-11.20.0 → strongdm-11.22.0}/strongdm/account_permissions_pb2.py +0 -0
- {strongdm-11.20.0 → strongdm-11.22.0}/strongdm/account_permissions_pb2_grpc.py +0 -0
- {strongdm-11.20.0 → strongdm-11.22.0}/strongdm/account_resources_history_pb2.py +0 -0
- {strongdm-11.20.0 → strongdm-11.22.0}/strongdm/account_resources_history_pb2_grpc.py +0 -0
- {strongdm-11.20.0 → strongdm-11.22.0}/strongdm/account_resources_pb2.py +0 -0
- {strongdm-11.20.0 → strongdm-11.22.0}/strongdm/account_resources_pb2_grpc.py +0 -0
- {strongdm-11.20.0 → strongdm-11.22.0}/strongdm/accounts_history_pb2.py +0 -0
- {strongdm-11.20.0 → strongdm-11.22.0}/strongdm/accounts_history_pb2_grpc.py +0 -0
- {strongdm-11.20.0 → strongdm-11.22.0}/strongdm/accounts_pb2.py +0 -0
- {strongdm-11.20.0 → strongdm-11.22.0}/strongdm/accounts_pb2_grpc.py +0 -0
- {strongdm-11.20.0 → strongdm-11.22.0}/strongdm/activities_pb2.py +0 -0
- {strongdm-11.20.0 → strongdm-11.22.0}/strongdm/activities_pb2_grpc.py +0 -0
- {strongdm-11.20.0 → strongdm-11.22.0}/strongdm/approval_workflow_approvers_history_pb2.py +0 -0
- {strongdm-11.20.0 → strongdm-11.22.0}/strongdm/approval_workflow_approvers_history_pb2_grpc.py +0 -0
- {strongdm-11.20.0 → strongdm-11.22.0}/strongdm/approval_workflow_approvers_pb2.py +0 -0
- {strongdm-11.20.0 → strongdm-11.22.0}/strongdm/approval_workflow_approvers_pb2_grpc.py +0 -0
- {strongdm-11.20.0 → strongdm-11.22.0}/strongdm/approval_workflow_steps_history_pb2.py +0 -0
- {strongdm-11.20.0 → strongdm-11.22.0}/strongdm/approval_workflow_steps_history_pb2_grpc.py +0 -0
- {strongdm-11.20.0 → strongdm-11.22.0}/strongdm/approval_workflow_steps_pb2.py +0 -0
- {strongdm-11.20.0 → strongdm-11.22.0}/strongdm/approval_workflow_steps_pb2_grpc.py +0 -0
- {strongdm-11.20.0 → strongdm-11.22.0}/strongdm/approval_workflows_history_pb2.py +0 -0
- {strongdm-11.20.0 → strongdm-11.22.0}/strongdm/approval_workflows_history_pb2_grpc.py +0 -0
- {strongdm-11.20.0 → strongdm-11.22.0}/strongdm/approval_workflows_pb2.py +0 -0
- {strongdm-11.20.0 → strongdm-11.22.0}/strongdm/approval_workflows_pb2_grpc.py +0 -0
- {strongdm-11.20.0 → strongdm-11.22.0}/strongdm/control_panel_pb2.py +0 -0
- {strongdm-11.20.0 → strongdm-11.22.0}/strongdm/control_panel_pb2_grpc.py +0 -0
- {strongdm-11.20.0 → strongdm-11.22.0}/strongdm/drivers_pb2_grpc.py +0 -0
- {strongdm-11.20.0 → strongdm-11.22.0}/strongdm/errors.py +0 -0
- {strongdm-11.20.0 → strongdm-11.22.0}/strongdm/health_checks_pb2.py +0 -0
- {strongdm-11.20.0 → strongdm-11.22.0}/strongdm/health_checks_pb2_grpc.py +0 -0
- {strongdm-11.20.0 → strongdm-11.22.0}/strongdm/identity_aliases_history_pb2.py +0 -0
- {strongdm-11.20.0 → strongdm-11.22.0}/strongdm/identity_aliases_history_pb2_grpc.py +0 -0
- {strongdm-11.20.0 → strongdm-11.22.0}/strongdm/identity_aliases_pb2.py +0 -0
- {strongdm-11.20.0 → strongdm-11.22.0}/strongdm/identity_aliases_pb2_grpc.py +0 -0
- {strongdm-11.20.0 → strongdm-11.22.0}/strongdm/identity_sets_history_pb2.py +0 -0
- {strongdm-11.20.0 → strongdm-11.22.0}/strongdm/identity_sets_history_pb2_grpc.py +0 -0
- {strongdm-11.20.0 → strongdm-11.22.0}/strongdm/identity_sets_pb2.py +0 -0
- {strongdm-11.20.0 → strongdm-11.22.0}/strongdm/identity_sets_pb2_grpc.py +0 -0
- {strongdm-11.20.0 → strongdm-11.22.0}/strongdm/nodes_history_pb2.py +0 -0
- {strongdm-11.20.0 → strongdm-11.22.0}/strongdm/nodes_history_pb2_grpc.py +0 -0
- {strongdm-11.20.0 → strongdm-11.22.0}/strongdm/nodes_pb2.py +0 -0
- {strongdm-11.20.0 → strongdm-11.22.0}/strongdm/nodes_pb2_grpc.py +0 -0
- {strongdm-11.20.0 → strongdm-11.22.0}/strongdm/options_pb2.py +0 -0
- {strongdm-11.20.0 → strongdm-11.22.0}/strongdm/options_pb2_grpc.py +0 -0
- {strongdm-11.20.0 → strongdm-11.22.0}/strongdm/organization_history_pb2.py +0 -0
- {strongdm-11.20.0 → strongdm-11.22.0}/strongdm/organization_history_pb2_grpc.py +0 -0
- {strongdm-11.20.0 → strongdm-11.22.0}/strongdm/peering_group_nodes_pb2.py +0 -0
- {strongdm-11.20.0 → strongdm-11.22.0}/strongdm/peering_group_nodes_pb2_grpc.py +0 -0
- {strongdm-11.20.0 → strongdm-11.22.0}/strongdm/peering_group_peers_pb2.py +0 -0
- {strongdm-11.20.0 → strongdm-11.22.0}/strongdm/peering_group_peers_pb2_grpc.py +0 -0
- {strongdm-11.20.0 → strongdm-11.22.0}/strongdm/peering_group_resources_pb2.py +0 -0
- {strongdm-11.20.0 → strongdm-11.22.0}/strongdm/peering_group_resources_pb2_grpc.py +0 -0
- {strongdm-11.20.0 → strongdm-11.22.0}/strongdm/peering_groups_pb2.py +0 -0
- {strongdm-11.20.0 → strongdm-11.22.0}/strongdm/peering_groups_pb2_grpc.py +0 -0
- {strongdm-11.20.0 → strongdm-11.22.0}/strongdm/policies_history_pb2.py +0 -0
- {strongdm-11.20.0 → strongdm-11.22.0}/strongdm/policies_history_pb2_grpc.py +0 -0
- {strongdm-11.20.0 → strongdm-11.22.0}/strongdm/policies_pb2.py +0 -0
- {strongdm-11.20.0 → strongdm-11.22.0}/strongdm/policies_pb2_grpc.py +0 -0
- {strongdm-11.20.0 → strongdm-11.22.0}/strongdm/proxy_cluster_keys_pb2.py +0 -0
- {strongdm-11.20.0 → strongdm-11.22.0}/strongdm/proxy_cluster_keys_pb2_grpc.py +0 -0
- {strongdm-11.20.0 → strongdm-11.22.0}/strongdm/queries_pb2.py +0 -0
- {strongdm-11.20.0 → strongdm-11.22.0}/strongdm/queries_pb2_grpc.py +0 -0
- {strongdm-11.20.0 → strongdm-11.22.0}/strongdm/remote_identities_history_pb2.py +0 -0
- {strongdm-11.20.0 → strongdm-11.22.0}/strongdm/remote_identities_history_pb2_grpc.py +0 -0
- {strongdm-11.20.0 → strongdm-11.22.0}/strongdm/remote_identities_pb2.py +0 -0
- {strongdm-11.20.0 → strongdm-11.22.0}/strongdm/remote_identities_pb2_grpc.py +0 -0
- {strongdm-11.20.0 → strongdm-11.22.0}/strongdm/remote_identity_groups_history_pb2.py +0 -0
- {strongdm-11.20.0 → strongdm-11.22.0}/strongdm/remote_identity_groups_history_pb2_grpc.py +0 -0
- {strongdm-11.20.0 → strongdm-11.22.0}/strongdm/remote_identity_groups_pb2.py +0 -0
- {strongdm-11.20.0 → strongdm-11.22.0}/strongdm/remote_identity_groups_pb2_grpc.py +0 -0
- {strongdm-11.20.0 → strongdm-11.22.0}/strongdm/replays_pb2_grpc.py +0 -0
- {strongdm-11.20.0 → strongdm-11.22.0}/strongdm/resources_history_pb2.py +0 -0
- {strongdm-11.20.0 → strongdm-11.22.0}/strongdm/resources_history_pb2_grpc.py +0 -0
- {strongdm-11.20.0 → strongdm-11.22.0}/strongdm/resources_pb2.py +0 -0
- {strongdm-11.20.0 → strongdm-11.22.0}/strongdm/resources_pb2_grpc.py +0 -0
- {strongdm-11.20.0 → strongdm-11.22.0}/strongdm/role_resources_history_pb2.py +0 -0
- {strongdm-11.20.0 → strongdm-11.22.0}/strongdm/role_resources_history_pb2_grpc.py +0 -0
- {strongdm-11.20.0 → strongdm-11.22.0}/strongdm/role_resources_pb2.py +0 -0
- {strongdm-11.20.0 → strongdm-11.22.0}/strongdm/role_resources_pb2_grpc.py +0 -0
- {strongdm-11.20.0 → strongdm-11.22.0}/strongdm/roles_history_pb2.py +0 -0
- {strongdm-11.20.0 → strongdm-11.22.0}/strongdm/roles_history_pb2_grpc.py +0 -0
- {strongdm-11.20.0 → strongdm-11.22.0}/strongdm/roles_pb2.py +0 -0
- {strongdm-11.20.0 → strongdm-11.22.0}/strongdm/roles_pb2_grpc.py +0 -0
- {strongdm-11.20.0 → strongdm-11.22.0}/strongdm/secret_engine_policy_pb2_grpc.py +0 -0
- {strongdm-11.20.0 → strongdm-11.22.0}/strongdm/secret_engine_types_pb2_grpc.py +0 -0
- {strongdm-11.20.0 → strongdm-11.22.0}/strongdm/secret_store_healths_pb2.py +0 -0
- {strongdm-11.20.0 → strongdm-11.22.0}/strongdm/secret_store_healths_pb2_grpc.py +0 -0
- {strongdm-11.20.0 → strongdm-11.22.0}/strongdm/secret_store_types_pb2.py +0 -0
- {strongdm-11.20.0 → strongdm-11.22.0}/strongdm/secret_store_types_pb2_grpc.py +0 -0
- {strongdm-11.20.0 → strongdm-11.22.0}/strongdm/secret_stores_history_pb2.py +0 -0
- {strongdm-11.20.0 → strongdm-11.22.0}/strongdm/secret_stores_history_pb2_grpc.py +0 -0
- {strongdm-11.20.0 → strongdm-11.22.0}/strongdm/secret_stores_pb2.py +0 -0
- {strongdm-11.20.0 → strongdm-11.22.0}/strongdm/secret_stores_pb2_grpc.py +0 -0
- {strongdm-11.20.0 → strongdm-11.22.0}/strongdm/spec_pb2.py +0 -0
- {strongdm-11.20.0 → strongdm-11.22.0}/strongdm/spec_pb2_grpc.py +0 -0
- {strongdm-11.20.0 → strongdm-11.22.0}/strongdm/svc.py +0 -0
- {strongdm-11.20.0 → strongdm-11.22.0}/strongdm/tags_pb2.py +0 -0
- {strongdm-11.20.0 → strongdm-11.22.0}/strongdm/tags_pb2_grpc.py +0 -0
- {strongdm-11.20.0 → strongdm-11.22.0}/strongdm/workflow_approvers_history_pb2.py +0 -0
- {strongdm-11.20.0 → strongdm-11.22.0}/strongdm/workflow_approvers_history_pb2_grpc.py +0 -0
- {strongdm-11.20.0 → strongdm-11.22.0}/strongdm/workflow_approvers_pb2.py +0 -0
- {strongdm-11.20.0 → strongdm-11.22.0}/strongdm/workflow_approvers_pb2_grpc.py +0 -0
- {strongdm-11.20.0 → strongdm-11.22.0}/strongdm/workflow_assignments_history_pb2.py +0 -0
- {strongdm-11.20.0 → strongdm-11.22.0}/strongdm/workflow_assignments_history_pb2_grpc.py +0 -0
- {strongdm-11.20.0 → strongdm-11.22.0}/strongdm/workflow_assignments_pb2.py +0 -0
- {strongdm-11.20.0 → strongdm-11.22.0}/strongdm/workflow_assignments_pb2_grpc.py +0 -0
- {strongdm-11.20.0 → strongdm-11.22.0}/strongdm/workflow_roles_history_pb2.py +0 -0
- {strongdm-11.20.0 → strongdm-11.22.0}/strongdm/workflow_roles_history_pb2_grpc.py +0 -0
- {strongdm-11.20.0 → strongdm-11.22.0}/strongdm/workflow_roles_pb2.py +0 -0
- {strongdm-11.20.0 → strongdm-11.22.0}/strongdm/workflow_roles_pb2_grpc.py +0 -0
- {strongdm-11.20.0 → strongdm-11.22.0}/strongdm/workflows_history_pb2.py +0 -0
- {strongdm-11.20.0 → strongdm-11.22.0}/strongdm/workflows_history_pb2_grpc.py +0 -0
- {strongdm-11.20.0 → strongdm-11.22.0}/strongdm/workflows_pb2.py +0 -0
- {strongdm-11.20.0 → strongdm-11.22.0}/strongdm/workflows_pb2_grpc.py +0 -0
- {strongdm-11.20.0 → strongdm-11.22.0}/strongdm.egg-info/SOURCES.txt +0 -0
- {strongdm-11.20.0 → strongdm-11.22.0}/strongdm.egg-info/dependency_links.txt +0 -0
- {strongdm-11.20.0 → strongdm-11.22.0}/strongdm.egg-info/requires.txt +0 -0
- {strongdm-11.20.0 → strongdm-11.22.0}/strongdm.egg-info/top_level.txt +0 -0
@@ -19245,6 +19245,7 @@ class RDPCert:
|
|
19245
19245
|
'id',
|
19246
19246
|
'identity_alias_healthcheck_username',
|
19247
19247
|
'identity_set_id',
|
19248
|
+
'lock_required',
|
19248
19249
|
'name',
|
19249
19250
|
'port',
|
19250
19251
|
'port_override',
|
@@ -19264,6 +19265,7 @@ class RDPCert:
|
|
19264
19265
|
id=None,
|
19265
19266
|
identity_alias_healthcheck_username=None,
|
19266
19267
|
identity_set_id=None,
|
19268
|
+
lock_required=None,
|
19267
19269
|
name=None,
|
19268
19270
|
port=None,
|
19269
19271
|
port_override=None,
|
@@ -19301,6 +19303,10 @@ class RDPCert:
|
|
19301
19303
|
'''
|
19302
19304
|
The ID of the identity set to use for identity connections.
|
19303
19305
|
'''
|
19306
|
+
self.lock_required = lock_required if lock_required is not None else False
|
19307
|
+
'''
|
19308
|
+
When set, require a resource lock to access the resource to ensure it can only be used by one user at a time.
|
19309
|
+
'''
|
19304
19310
|
self.name = name if name is not None else ''
|
19305
19311
|
'''
|
19306
19312
|
Unique human-readable name of the Resource.
|
@@ -19343,6 +19349,7 @@ class RDPCert:
|
|
19343
19349
|
'id: ' + repr(self.id) + ' ' +\
|
19344
19350
|
'identity_alias_healthcheck_username: ' + repr(self.identity_alias_healthcheck_username) + ' ' +\
|
19345
19351
|
'identity_set_id: ' + repr(self.identity_set_id) + ' ' +\
|
19352
|
+
'lock_required: ' + repr(self.lock_required) + ' ' +\
|
19346
19353
|
'name: ' + repr(self.name) + ' ' +\
|
19347
19354
|
'port: ' + repr(self.port) + ' ' +\
|
19348
19355
|
'port_override: ' + repr(self.port_override) + ' ' +\
|
@@ -19363,6 +19370,7 @@ class RDPCert:
|
|
19363
19370
|
'identity_alias_healthcheck_username':
|
19364
19371
|
self.identity_alias_healthcheck_username,
|
19365
19372
|
'identity_set_id': self.identity_set_id,
|
19373
|
+
'lock_required': self.lock_required,
|
19366
19374
|
'name': self.name,
|
19367
19375
|
'port': self.port,
|
19368
19376
|
'port_override': self.port_override,
|
@@ -19384,6 +19392,7 @@ class RDPCert:
|
|
19384
19392
|
identity_alias_healthcheck_username=d.get(
|
19385
19393
|
'identity_alias_healthcheck_username'),
|
19386
19394
|
identity_set_id=d.get('identity_set_id'),
|
19395
|
+
lock_required=d.get('lock_required'),
|
19387
19396
|
name=d.get('name'),
|
19388
19397
|
port=d.get('port'),
|
19389
19398
|
port_override=d.get('port_override'),
|
@@ -20857,12 +20866,14 @@ class ReplayChunk:
|
|
20857
20866
|
__slots__ = [
|
20858
20867
|
'data',
|
20859
20868
|
'events',
|
20869
|
+
'symmetric_key',
|
20860
20870
|
]
|
20861
20871
|
|
20862
20872
|
def __init__(
|
20863
20873
|
self,
|
20864
20874
|
data=None,
|
20865
20875
|
events=None,
|
20876
|
+
symmetric_key=None,
|
20866
20877
|
):
|
20867
20878
|
self.data = data if data is not None else b''
|
20868
20879
|
'''
|
@@ -20873,17 +20884,23 @@ class ReplayChunk:
|
|
20873
20884
|
The list of events of the ReplayChunk. If the Query is encrypted, this field is always empty
|
20874
20885
|
and the events can be obtained by decrypting the data using the QueryKey returned with the Query.
|
20875
20886
|
'''
|
20887
|
+
self.symmetric_key = symmetric_key if symmetric_key is not None else ''
|
20888
|
+
'''
|
20889
|
+
If the data is encrypted, this contains the encrypted symmetric key
|
20890
|
+
'''
|
20876
20891
|
|
20877
20892
|
def __repr__(self):
|
20878
20893
|
return '<sdm.ReplayChunk ' + \
|
20879
20894
|
'data: ' + repr(self.data) + ' ' +\
|
20880
20895
|
'events: ' + repr(self.events) + ' ' +\
|
20896
|
+
'symmetric_key: ' + repr(self.symmetric_key) + ' ' +\
|
20881
20897
|
'>'
|
20882
20898
|
|
20883
20899
|
def to_dict(self):
|
20884
20900
|
return {
|
20885
20901
|
'data': self.data,
|
20886
20902
|
'events': self.events,
|
20903
|
+
'symmetric_key': self.symmetric_key,
|
20887
20904
|
}
|
20888
20905
|
|
20889
20906
|
@classmethod
|
@@ -20891,6 +20908,7 @@ class ReplayChunk:
|
|
20891
20908
|
return cls(
|
20892
20909
|
data=d.get('data'),
|
20893
20910
|
events=d.get('events'),
|
20911
|
+
symmetric_key=d.get('symmetric_key'),
|
20894
20912
|
)
|
20895
20913
|
|
20896
20914
|
|
@@ -9040,6 +9040,7 @@ def convert_rdp_cert_to_porcelain(plumbing):
|
|
9040
9040
|
porcelain.identity_alias_healthcheck_username = (
|
9041
9041
|
plumbing.identity_alias_healthcheck_username)
|
9042
9042
|
porcelain.identity_set_id = (plumbing.identity_set_id)
|
9043
|
+
porcelain.lock_required = (plumbing.lock_required)
|
9043
9044
|
porcelain.name = (plumbing.name)
|
9044
9045
|
porcelain.port = (plumbing.port)
|
9045
9046
|
porcelain.port_override = (plumbing.port_override)
|
@@ -9063,6 +9064,7 @@ def convert_rdp_cert_to_plumbing(porcelain):
|
|
9063
9064
|
plumbing.identity_alias_healthcheck_username = (
|
9064
9065
|
porcelain.identity_alias_healthcheck_username)
|
9065
9066
|
plumbing.identity_set_id = (porcelain.identity_set_id)
|
9067
|
+
plumbing.lock_required = (porcelain.lock_required)
|
9066
9068
|
plumbing.name = (porcelain.name)
|
9067
9069
|
plumbing.port = (porcelain.port)
|
9068
9070
|
plumbing.port_override = (porcelain.port_override)
|
@@ -9792,6 +9794,7 @@ def convert_replay_chunk_to_porcelain(plumbing):
|
|
9792
9794
|
porcelain.data = (plumbing.data)
|
9793
9795
|
porcelain.events = convert_repeated_replay_chunk_event_to_porcelain(
|
9794
9796
|
plumbing.events)
|
9797
|
+
porcelain.symmetric_key = (plumbing.symmetric_key)
|
9795
9798
|
return porcelain
|
9796
9799
|
|
9797
9800
|
|
@@ -9803,6 +9806,7 @@ def convert_replay_chunk_to_plumbing(porcelain):
|
|
9803
9806
|
del plumbing.events[:]
|
9804
9807
|
plumbing.events.extend(
|
9805
9808
|
convert_repeated_replay_chunk_event_to_plumbing(porcelain.events))
|
9809
|
+
plumbing.symmetric_key = (porcelain.symmetric_key)
|
9806
9810
|
return plumbing
|
9807
9811
|
|
9808
9812
|
|
@@ -31,7 +31,7 @@ from . import options_pb2 as options__pb2
|
|
31
31
|
from . import spec_pb2 as spec__pb2
|
32
32
|
|
33
33
|
|
34
|
-
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n\rreplays.proto\x12\x02v1\x1a\x1egoogle/protobuf/duration.proto\x1a\roptions.proto\x1a\nspec.proto\"\x80\x01\n\x11ReplayListRequest\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\"\xec\x01\n\x12ReplayListResponse\x12&\n\x04meta\x18\x01 \x01(\x0b\x32\x18.v1.ListResponseMetadata\x12+\n\x06\x63hunks\x18\x02 \x03(\x0b\x32\x0f.v1.ReplayChunkB\n\xf2\xf8\xb3\x07\x05\xb8\xf3\xb3\x07\x01\x12W\n\nrate_limit\x18\x03 \x01(\x0b\x32\x15.v1.RateLimitMetadataB,\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x06\xb2\xf4\xb3\x07\x01*\xf2\xf8\xb3\x07\x12\xb2\xf4\xb3\x07\r!json_gateway:(\xfa\xf8\xb3\x07\x06\xd2\xf3\xb3\x07\x01*\xfa\xf8\xb3\x07\x18\xd2\xf3\xb3\x07\x13!terraform-provider\"\
|
34
|
+
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n\rreplays.proto\x12\x02v1\x1a\x1egoogle/protobuf/duration.proto\x1a\roptions.proto\x1a\nspec.proto\"\x80\x01\n\x11ReplayListRequest\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\"\xec\x01\n\x12ReplayListResponse\x12&\n\x04meta\x18\x01 \x01(\x0b\x32\x18.v1.ListResponseMetadata\x12+\n\x06\x63hunks\x18\x02 \x03(\x0b\x32\x0f.v1.ReplayChunkB\n\xf2\xf8\xb3\x07\x05\xb8\xf3\xb3\x07\x01\x12W\n\nrate_limit\x18\x03 \x01(\x0b\x32\x15.v1.RateLimitMetadataB,\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x06\xb2\xf4\xb3\x07\x01*\xf2\xf8\xb3\x07\x12\xb2\xf4\xb3\x07\r!json_gateway:(\xfa\xf8\xb3\x07\x06\xd2\xf3\xb3\x07\x01*\xfa\xf8\xb3\x07\x18\xd2\xf3\xb3\x07\x13!terraform-provider\"\xb0\x01\n\x0bReplayChunk\x12\x18\n\x04\x64\x61ta\x18\x01 \x01(\x0c\x42\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12\x30\n\x06\x65vents\x18\x02 \x03(\x0b\x32\x14.v1.ReplayChunkEventB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12!\n\rsymmetric_key\x18\x03 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01:2\xfa\xf8\xb3\x07\x05\xa8\xf3\xb3\x07\x01\xfa\xf8\xb3\x07\x06\xd2\xf3\xb3\x07\x01*\xfa\xf8\xb3\x07\x18\xd2\xf3\xb3\x07\x13!terraform-provider\"\x99\x01\n\x10ReplayChunkEvent\x12\x18\n\x04\x64\x61ta\x18\x01 \x01(\x0c\x42\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12\x37\n\x08\x64uration\x18\x02 \x01(\x0b\x32\x19.google.protobuf.DurationB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01:2\xfa\xf8\xb3\x07\x05\xa8\xf3\xb3\x07\x01\xfa\xf8\xb3\x07\x06\xd2\xf3\xb3\x07\x01*\xfa\xf8\xb3\x07\x18\xd2\xf3\xb3\x07\x13!terraform-provider2\xad\x01\n\x07Replays\x12Y\n\x04List\x12\x15.v1.ReplayListRequest\x1a\x16.v1.ReplayListResponse\"\"\x82\xf9\xb3\x07\x08\xa2\xf3\xb3\x07\x03get\x82\xf9\xb3\x07\x10\xaa\xf3\xb3\x07\x0b/v1/replays\x1aG\xca\xf9\xb3\x07\x10\xc2\xf9\xb3\x07\x0bReplayChunk\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\x8b\x01\n\x19\x63om.strongdm.api.plumbingB\x0fReplaysPlumbingZ5github.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
35
|
|
36
36
|
|
37
37
|
|
@@ -86,6 +86,8 @@ if _descriptor._USE_C_DESCRIPTORS == False:
|
|
86
86
|
_REPLAYCHUNK.fields_by_name['data']._serialized_options = b'\362\370\263\007\005\260\363\263\007\001'
|
87
87
|
_REPLAYCHUNK.fields_by_name['events']._options = None
|
88
88
|
_REPLAYCHUNK.fields_by_name['events']._serialized_options = b'\362\370\263\007\005\260\363\263\007\001'
|
89
|
+
_REPLAYCHUNK.fields_by_name['symmetric_key']._options = None
|
90
|
+
_REPLAYCHUNK.fields_by_name['symmetric_key']._serialized_options = b'\362\370\263\007\005\260\363\263\007\001'
|
89
91
|
_REPLAYCHUNK._options = None
|
90
92
|
_REPLAYCHUNK._serialized_options = b'\372\370\263\007\005\250\363\263\007\001\372\370\263\007\006\322\363\263\007\001*\372\370\263\007\030\322\363\263\007\023!terraform-provider'
|
91
93
|
_REPLAYCHUNKEVENT.fields_by_name['data']._options = None
|
@@ -103,9 +105,9 @@ if _descriptor._USE_C_DESCRIPTORS == False:
|
|
103
105
|
_REPLAYLISTRESPONSE._serialized_start=212
|
104
106
|
_REPLAYLISTRESPONSE._serialized_end=448
|
105
107
|
_REPLAYCHUNK._serialized_start=451
|
106
|
-
_REPLAYCHUNK._serialized_end=
|
107
|
-
_REPLAYCHUNKEVENT._serialized_start=
|
108
|
-
_REPLAYCHUNKEVENT._serialized_end=
|
109
|
-
_REPLAYS._serialized_start=
|
110
|
-
_REPLAYS._serialized_end=
|
108
|
+
_REPLAYCHUNK._serialized_end=627
|
109
|
+
_REPLAYCHUNKEVENT._serialized_start=630
|
110
|
+
_REPLAYCHUNKEVENT._serialized_end=783
|
111
|
+
_REPLAYS._serialized_start=786
|
112
|
+
_REPLAYS._serialized_end=959
|
111
113
|
# @@protoc_insertion_point(module_scope)
|
@@ -1,12 +1,12 @@
|
|
1
1
|
Metadata-Version: 2.1
|
2
2
|
Name: strongdm
|
3
|
-
Version: 11.
|
3
|
+
Version: 11.22.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/v11.
|
9
|
+
Download-URL: https://github.com/strongdm/strongdm-sdk-python/archive/v11.22.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
|
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
|
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
|
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
|
{strongdm-11.20.0 → strongdm-11.22.0}/strongdm/approval_workflow_approvers_history_pb2_grpc.py
RENAMED
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
|
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
|
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
|
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
|
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
|
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
|
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
|
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
|
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
|
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
|
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
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|