strongdm 11.7.0__zip → 11.9.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.7.0 → strongdm-11.9.0}/PKG-INFO +2 -2
- {strongdm-11.7.0 → strongdm-11.9.0}/setup.py +2 -2
- {strongdm-11.7.0 → strongdm-11.9.0}/strongdm/access_requests_pb2.py +14 -10
- {strongdm-11.7.0 → strongdm-11.9.0}/strongdm/client.py +7 -7
- {strongdm-11.7.0 → strongdm-11.9.0}/strongdm/constants.py +21 -0
- {strongdm-11.7.0 → strongdm-11.9.0}/strongdm/drivers_pb2.py +428 -172
- {strongdm-11.7.0 → strongdm-11.9.0}/strongdm/models.py +318 -0
- {strongdm-11.7.0 → strongdm-11.9.0}/strongdm/plumbing.py +152 -1
- {strongdm-11.7.0 → strongdm-11.9.0}/strongdm/spec_pb2.py +4 -2
- strongdm-11.9.0/strongdm/spec_pb2_grpc.py +18 -0
- {strongdm-11.7.0 → strongdm-11.9.0}/strongdm/svc.py +83 -81
- strongdm-11.9.0/strongdm/tags_pb2_grpc.py +18 -0
- {strongdm-11.7.0 → strongdm-11.9.0}/strongdm.egg-info/PKG-INFO +2 -2
- {strongdm-11.7.0 → strongdm-11.9.0}/strongdm.egg-info/SOURCES.txt +2 -0
- {strongdm-11.7.0 → strongdm-11.9.0}/LICENSE +0 -0
- {strongdm-11.7.0 → strongdm-11.9.0}/README.md +0 -0
- {strongdm-11.7.0 → strongdm-11.9.0}/setup.cfg +0 -0
- {strongdm-11.7.0 → strongdm-11.9.0}/strongdm/__init__.py +0 -0
- {strongdm-11.7.0 → strongdm-11.9.0}/strongdm/access_request_events_history_pb2.py +0 -0
- {strongdm-11.7.0 → strongdm-11.9.0}/strongdm/access_request_events_history_pb2_grpc.py +0 -0
- {strongdm-11.7.0 → strongdm-11.9.0}/strongdm/access_requests_history_pb2.py +0 -0
- {strongdm-11.7.0 → strongdm-11.9.0}/strongdm/access_requests_history_pb2_grpc.py +0 -0
- {strongdm-11.7.0 → strongdm-11.9.0}/strongdm/access_requests_pb2_grpc.py +0 -0
- {strongdm-11.7.0 → strongdm-11.9.0}/strongdm/account_attachments_history_pb2.py +0 -0
- {strongdm-11.7.0 → strongdm-11.9.0}/strongdm/account_attachments_history_pb2_grpc.py +0 -0
- {strongdm-11.7.0 → strongdm-11.9.0}/strongdm/account_attachments_pb2.py +0 -0
- {strongdm-11.7.0 → strongdm-11.9.0}/strongdm/account_attachments_pb2_grpc.py +0 -0
- {strongdm-11.7.0 → strongdm-11.9.0}/strongdm/account_grants_history_pb2.py +0 -0
- {strongdm-11.7.0 → strongdm-11.9.0}/strongdm/account_grants_history_pb2_grpc.py +0 -0
- {strongdm-11.7.0 → strongdm-11.9.0}/strongdm/account_grants_pb2.py +0 -0
- {strongdm-11.7.0 → strongdm-11.9.0}/strongdm/account_grants_pb2_grpc.py +0 -0
- {strongdm-11.7.0 → strongdm-11.9.0}/strongdm/account_permissions_pb2.py +0 -0
- {strongdm-11.7.0 → strongdm-11.9.0}/strongdm/account_permissions_pb2_grpc.py +0 -0
- {strongdm-11.7.0 → strongdm-11.9.0}/strongdm/account_resources_history_pb2.py +0 -0
- {strongdm-11.7.0 → strongdm-11.9.0}/strongdm/account_resources_history_pb2_grpc.py +0 -0
- {strongdm-11.7.0 → strongdm-11.9.0}/strongdm/account_resources_pb2.py +0 -0
- {strongdm-11.7.0 → strongdm-11.9.0}/strongdm/account_resources_pb2_grpc.py +0 -0
- {strongdm-11.7.0 → strongdm-11.9.0}/strongdm/accounts_history_pb2.py +0 -0
- {strongdm-11.7.0 → strongdm-11.9.0}/strongdm/accounts_history_pb2_grpc.py +0 -0
- {strongdm-11.7.0 → strongdm-11.9.0}/strongdm/accounts_pb2.py +0 -0
- {strongdm-11.7.0 → strongdm-11.9.0}/strongdm/accounts_pb2_grpc.py +0 -0
- {strongdm-11.7.0 → strongdm-11.9.0}/strongdm/activities_pb2.py +0 -0
- {strongdm-11.7.0 → strongdm-11.9.0}/strongdm/activities_pb2_grpc.py +0 -0
- {strongdm-11.7.0 → strongdm-11.9.0}/strongdm/approval_workflow_approvers_history_pb2.py +0 -0
- {strongdm-11.7.0 → strongdm-11.9.0}/strongdm/approval_workflow_approvers_history_pb2_grpc.py +0 -0
- {strongdm-11.7.0 → strongdm-11.9.0}/strongdm/approval_workflow_approvers_pb2.py +0 -0
- {strongdm-11.7.0 → strongdm-11.9.0}/strongdm/approval_workflow_approvers_pb2_grpc.py +0 -0
- {strongdm-11.7.0 → strongdm-11.9.0}/strongdm/approval_workflow_steps_history_pb2.py +0 -0
- {strongdm-11.7.0 → strongdm-11.9.0}/strongdm/approval_workflow_steps_history_pb2_grpc.py +0 -0
- {strongdm-11.7.0 → strongdm-11.9.0}/strongdm/approval_workflow_steps_pb2.py +0 -0
- {strongdm-11.7.0 → strongdm-11.9.0}/strongdm/approval_workflow_steps_pb2_grpc.py +0 -0
- {strongdm-11.7.0 → strongdm-11.9.0}/strongdm/approval_workflows_history_pb2.py +0 -0
- {strongdm-11.7.0 → strongdm-11.9.0}/strongdm/approval_workflows_history_pb2_grpc.py +0 -0
- {strongdm-11.7.0 → strongdm-11.9.0}/strongdm/approval_workflows_pb2.py +0 -0
- {strongdm-11.7.0 → strongdm-11.9.0}/strongdm/approval_workflows_pb2_grpc.py +0 -0
- {strongdm-11.7.0 → strongdm-11.9.0}/strongdm/control_panel_pb2.py +0 -0
- {strongdm-11.7.0 → strongdm-11.9.0}/strongdm/control_panel_pb2_grpc.py +0 -0
- {strongdm-11.7.0 → strongdm-11.9.0}/strongdm/drivers_pb2_grpc.py +0 -0
- {strongdm-11.7.0 → strongdm-11.9.0}/strongdm/errors.py +0 -0
- {strongdm-11.7.0 → strongdm-11.9.0}/strongdm/identity_aliases_history_pb2.py +0 -0
- {strongdm-11.7.0 → strongdm-11.9.0}/strongdm/identity_aliases_history_pb2_grpc.py +0 -0
- {strongdm-11.7.0 → strongdm-11.9.0}/strongdm/identity_aliases_pb2.py +0 -0
- {strongdm-11.7.0 → strongdm-11.9.0}/strongdm/identity_aliases_pb2_grpc.py +0 -0
- {strongdm-11.7.0 → strongdm-11.9.0}/strongdm/identity_sets_history_pb2.py +0 -0
- {strongdm-11.7.0 → strongdm-11.9.0}/strongdm/identity_sets_history_pb2_grpc.py +0 -0
- {strongdm-11.7.0 → strongdm-11.9.0}/strongdm/identity_sets_pb2.py +0 -0
- {strongdm-11.7.0 → strongdm-11.9.0}/strongdm/identity_sets_pb2_grpc.py +0 -0
- {strongdm-11.7.0 → strongdm-11.9.0}/strongdm/nodes_history_pb2.py +0 -0
- {strongdm-11.7.0 → strongdm-11.9.0}/strongdm/nodes_history_pb2_grpc.py +0 -0
- {strongdm-11.7.0 → strongdm-11.9.0}/strongdm/nodes_pb2.py +0 -0
- {strongdm-11.7.0 → strongdm-11.9.0}/strongdm/nodes_pb2_grpc.py +0 -0
- {strongdm-11.7.0 → strongdm-11.9.0}/strongdm/options_pb2.py +0 -0
- {strongdm-11.7.0 → strongdm-11.9.0}/strongdm/options_pb2_grpc.py +0 -0
- {strongdm-11.7.0 → strongdm-11.9.0}/strongdm/organization_history_pb2.py +0 -0
- {strongdm-11.7.0 → strongdm-11.9.0}/strongdm/organization_history_pb2_grpc.py +0 -0
- {strongdm-11.7.0 → strongdm-11.9.0}/strongdm/peering_group_nodes_pb2.py +0 -0
- {strongdm-11.7.0 → strongdm-11.9.0}/strongdm/peering_group_nodes_pb2_grpc.py +0 -0
- {strongdm-11.7.0 → strongdm-11.9.0}/strongdm/peering_group_peers_pb2.py +0 -0
- {strongdm-11.7.0 → strongdm-11.9.0}/strongdm/peering_group_peers_pb2_grpc.py +0 -0
- {strongdm-11.7.0 → strongdm-11.9.0}/strongdm/peering_group_resources_pb2.py +0 -0
- {strongdm-11.7.0 → strongdm-11.9.0}/strongdm/peering_group_resources_pb2_grpc.py +0 -0
- {strongdm-11.7.0 → strongdm-11.9.0}/strongdm/peering_groups_pb2.py +0 -0
- {strongdm-11.7.0 → strongdm-11.9.0}/strongdm/peering_groups_pb2_grpc.py +0 -0
- {strongdm-11.7.0 → strongdm-11.9.0}/strongdm/policies_history_pb2.py +0 -0
- {strongdm-11.7.0 → strongdm-11.9.0}/strongdm/policies_history_pb2_grpc.py +0 -0
- {strongdm-11.7.0 → strongdm-11.9.0}/strongdm/policies_pb2.py +0 -0
- {strongdm-11.7.0 → strongdm-11.9.0}/strongdm/policies_pb2_grpc.py +0 -0
- {strongdm-11.7.0 → strongdm-11.9.0}/strongdm/queries_pb2.py +0 -0
- {strongdm-11.7.0 → strongdm-11.9.0}/strongdm/queries_pb2_grpc.py +0 -0
- {strongdm-11.7.0 → strongdm-11.9.0}/strongdm/remote_identities_history_pb2.py +0 -0
- {strongdm-11.7.0 → strongdm-11.9.0}/strongdm/remote_identities_history_pb2_grpc.py +0 -0
- {strongdm-11.7.0 → strongdm-11.9.0}/strongdm/remote_identities_pb2.py +0 -0
- {strongdm-11.7.0 → strongdm-11.9.0}/strongdm/remote_identities_pb2_grpc.py +0 -0
- {strongdm-11.7.0 → strongdm-11.9.0}/strongdm/remote_identity_groups_history_pb2.py +0 -0
- {strongdm-11.7.0 → strongdm-11.9.0}/strongdm/remote_identity_groups_history_pb2_grpc.py +0 -0
- {strongdm-11.7.0 → strongdm-11.9.0}/strongdm/remote_identity_groups_pb2.py +0 -0
- {strongdm-11.7.0 → strongdm-11.9.0}/strongdm/remote_identity_groups_pb2_grpc.py +0 -0
- {strongdm-11.7.0 → strongdm-11.9.0}/strongdm/replays_pb2.py +0 -0
- {strongdm-11.7.0 → strongdm-11.9.0}/strongdm/replays_pb2_grpc.py +0 -0
- {strongdm-11.7.0 → strongdm-11.9.0}/strongdm/resources_history_pb2.py +0 -0
- {strongdm-11.7.0 → strongdm-11.9.0}/strongdm/resources_history_pb2_grpc.py +0 -0
- {strongdm-11.7.0 → strongdm-11.9.0}/strongdm/resources_pb2.py +0 -0
- {strongdm-11.7.0 → strongdm-11.9.0}/strongdm/resources_pb2_grpc.py +0 -0
- {strongdm-11.7.0 → strongdm-11.9.0}/strongdm/role_resources_history_pb2.py +0 -0
- {strongdm-11.7.0 → strongdm-11.9.0}/strongdm/role_resources_history_pb2_grpc.py +0 -0
- {strongdm-11.7.0 → strongdm-11.9.0}/strongdm/role_resources_pb2.py +0 -0
- {strongdm-11.7.0 → strongdm-11.9.0}/strongdm/role_resources_pb2_grpc.py +0 -0
- {strongdm-11.7.0 → strongdm-11.9.0}/strongdm/roles_history_pb2.py +0 -0
- {strongdm-11.7.0 → strongdm-11.9.0}/strongdm/roles_history_pb2_grpc.py +0 -0
- {strongdm-11.7.0 → strongdm-11.9.0}/strongdm/roles_pb2.py +0 -0
- {strongdm-11.7.0 → strongdm-11.9.0}/strongdm/roles_pb2_grpc.py +0 -0
- /strongdm-11.7.0/strongdm/secret_store_types_pb2_grpc.py → /strongdm-11.9.0/strongdm/secret_engine_policy_pb2_grpc.py +0 -0
- /strongdm-11.7.0/strongdm/spec_pb2_grpc.py → /strongdm-11.9.0/strongdm/secret_engine_types_pb2_grpc.py +0 -0
- {strongdm-11.7.0 → strongdm-11.9.0}/strongdm/secret_store_healths_pb2.py +0 -0
- {strongdm-11.7.0 → strongdm-11.9.0}/strongdm/secret_store_healths_pb2_grpc.py +0 -0
- {strongdm-11.7.0 → strongdm-11.9.0}/strongdm/secret_store_types_pb2.py +0 -0
- /strongdm-11.7.0/strongdm/tags_pb2_grpc.py → /strongdm-11.9.0/strongdm/secret_store_types_pb2_grpc.py +0 -0
- {strongdm-11.7.0 → strongdm-11.9.0}/strongdm/secret_stores_history_pb2.py +0 -0
- {strongdm-11.7.0 → strongdm-11.9.0}/strongdm/secret_stores_history_pb2_grpc.py +0 -0
- {strongdm-11.7.0 → strongdm-11.9.0}/strongdm/secret_stores_pb2.py +0 -0
- {strongdm-11.7.0 → strongdm-11.9.0}/strongdm/secret_stores_pb2_grpc.py +0 -0
- {strongdm-11.7.0 → strongdm-11.9.0}/strongdm/tags_pb2.py +0 -0
- {strongdm-11.7.0 → strongdm-11.9.0}/strongdm/workflow_approvers_history_pb2.py +0 -0
- {strongdm-11.7.0 → strongdm-11.9.0}/strongdm/workflow_approvers_history_pb2_grpc.py +0 -0
- {strongdm-11.7.0 → strongdm-11.9.0}/strongdm/workflow_approvers_pb2.py +0 -0
- {strongdm-11.7.0 → strongdm-11.9.0}/strongdm/workflow_approvers_pb2_grpc.py +0 -0
- {strongdm-11.7.0 → strongdm-11.9.0}/strongdm/workflow_assignments_history_pb2.py +0 -0
- {strongdm-11.7.0 → strongdm-11.9.0}/strongdm/workflow_assignments_history_pb2_grpc.py +0 -0
- {strongdm-11.7.0 → strongdm-11.9.0}/strongdm/workflow_assignments_pb2.py +0 -0
- {strongdm-11.7.0 → strongdm-11.9.0}/strongdm/workflow_assignments_pb2_grpc.py +0 -0
- {strongdm-11.7.0 → strongdm-11.9.0}/strongdm/workflow_roles_history_pb2.py +0 -0
- {strongdm-11.7.0 → strongdm-11.9.0}/strongdm/workflow_roles_history_pb2_grpc.py +0 -0
- {strongdm-11.7.0 → strongdm-11.9.0}/strongdm/workflow_roles_pb2.py +0 -0
- {strongdm-11.7.0 → strongdm-11.9.0}/strongdm/workflow_roles_pb2_grpc.py +0 -0
- {strongdm-11.7.0 → strongdm-11.9.0}/strongdm/workflows_history_pb2.py +0 -0
- {strongdm-11.7.0 → strongdm-11.9.0}/strongdm/workflows_history_pb2_grpc.py +0 -0
- {strongdm-11.7.0 → strongdm-11.9.0}/strongdm/workflows_pb2.py +0 -0
- {strongdm-11.7.0 → strongdm-11.9.0}/strongdm/workflows_pb2_grpc.py +0 -0
- {strongdm-11.7.0 → strongdm-11.9.0}/strongdm.egg-info/dependency_links.txt +0 -0
- {strongdm-11.7.0 → strongdm-11.9.0}/strongdm.egg-info/requires.txt +0 -0
- {strongdm-11.7.0 → strongdm-11.9.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: 11.
|
3
|
+
Version: 11.9.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.9.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='11.
|
26
|
+
version='11.9.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/v11.
|
35
|
+
'https://github.com/strongdm/strongdm-sdk-python/archive/v11.9.0.tar.gz',
|
36
36
|
keywords=[
|
37
37
|
'strongDM', 'sdm', 'api', 'automation', 'security', 'audit',
|
38
38
|
'database', 'server', 'ssh', 'rdp'
|
@@ -32,7 +32,7 @@ from . import spec_pb2 as spec__pb2
|
|
32
32
|
from . import tags_pb2 as tags__pb2
|
33
33
|
|
34
34
|
|
35
|
-
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n\x15\x61\x63\x63\x65ss_requests.proto\x12\x02v1\x1a\x1fgoogle/protobuf/timestamp.proto\x1a\roptions.proto\x1a\nspec.proto\x1a\ntags.proto\"i\n\x18\x41\x63\x63\x65ssRequestListRequest\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:\n\xfa\xf8\xb3\x07\x05\xa8\xf3\xb3\x07\x01\"\xc9\x01\n\x19\x41\x63\x63\x65ssRequestListResponse\x12&\n\x04meta\x18\x01 \x01(\x0b\x32\x18.v1.ListResponseMetadata\x12\x36\n\x0f\x61\x63\x63\x65ss_requests\x18\x02 \x03(\x0b\x32\x11.v1.AccessRequestB\n\xf2\xf8\xb3\x07\x05\xb8\xf3\xb3\x07\x01\x12@\n\nrate_limit\x18\x03 \x01(\x0b\x32\x15.v1.RateLimitMetadataB\x15\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x06\xb2\xf4\xb3\x07\x01*:\n\xfa\xf8\xb3\x07\x05\xa8\xf3\xb3\x07\x01\"\
|
35
|
+
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n\x15\x61\x63\x63\x65ss_requests.proto\x12\x02v1\x1a\x1fgoogle/protobuf/timestamp.proto\x1a\roptions.proto\x1a\nspec.proto\x1a\ntags.proto\"i\n\x18\x41\x63\x63\x65ssRequestListRequest\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:\n\xfa\xf8\xb3\x07\x05\xa8\xf3\xb3\x07\x01\"\xc9\x01\n\x19\x41\x63\x63\x65ssRequestListResponse\x12&\n\x04meta\x18\x01 \x01(\x0b\x32\x18.v1.ListResponseMetadata\x12\x36\n\x0f\x61\x63\x63\x65ss_requests\x18\x02 \x03(\x0b\x32\x11.v1.AccessRequestB\n\xf2\xf8\xb3\x07\x05\xb8\xf3\xb3\x07\x01\x12@\n\nrate_limit\x18\x03 \x01(\x0b\x32\x15.v1.RateLimitMetadataB\x15\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x06\xb2\xf4\xb3\x07\x01*:\n\xfa\xf8\xb3\x07\x05\xa8\xf3\xb3\x07\x01\"\x80\x04\n\rAccessRequest\x12\x16\n\x02id\x18\x01 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12$\n\x0bresource_id\x18\x02 \x01(\tB\x0f\xf2\xf8\xb3\x07\n\xb0\xf3\xb3\x07\x01\xc0\xf3\xb3\x07\x01\x12\x1a\n\x06reason\x18\x03 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12\x1f\n\x0bworkflow_id\x18\x04 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12\x1e\n\naccount_id\x18\x05 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12:\n\nstart_from\x18\x06 \x01(\x0b\x32\x1a.google.protobuf.TimestampB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12@\n\x0bvalid_until\x18\x07 \x01(\x0b\x32\x1a.google.protobuf.TimestampB\x0f\xf2\xf8\xb3\x07\n\xb0\xf3\xb3\x07\x01\xc0\xf3\xb3\x07\x01\x12\x1a\n\x06status\x18\x08 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12\x39\n\tstatus_at\x18\t \x01(\x0b\x32\x1a.google.protobuf.TimestampB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12\x1c\n\x08grant_id\x18\n \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12\x1c\n\x08\x64uration\x18\x0b \x01(\x03\x42\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12\x31\n\x0erequester_name\x18\x0c \x01(\tB\x19\xf2\xf8\xb3\x07\x14\xb0\xf3\xb3\x07\x01\xb2\xf4\xb3\x07\ngo_private:\x10\xfa\xf8\xb3\x07\x0b\xa8\xf3\xb3\x07\x01\xd2\xf3\xb3\x07\x01*\"\xb4\x01\n\x12\x41\x63\x63\x65ssRequestEvent\x12\x16\n\x02id\x18\x01 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12\x1e\n\nrequest_id\x18\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12\x1c\n\x08\x61\x63tor_id\x18\x03 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12\x18\n\x04type\x18\x04 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12\x1c\n\x08metadata\x18\x05 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01:\x10\xfa\xf8\xb3\x07\x0b\xa8\xf3\xb3\x07\x01\xd2\xf3\xb3\x07\x01*\"\xf4\x01\n\x13RequestableResource\x12\x16\n\x02id\x18\x01 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12\x18\n\x04name\x18\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12\x1b\n\x07healthy\x18\x03 \x01(\x08\x42\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12\x18\n\x04type\x18\x04 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12\"\n\x0e\x61uthentication\x18\x05 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12\"\n\x04tags\x18\x06 \x01(\x0b\x32\x08.v1.TagsB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12\x1a\n\x06\x61\x63\x63\x65ss\x18\x07 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01:\x10\xfa\xf8\xb3\x07\x0b\xa8\xf3\xb3\x07\x01\xd2\xf3\xb3\x07\x01*\"\xc3\x01\n\x13\x41\x63\x63\x65ssRequestConfig\x12$\n\x0bresource_id\x18\x01 \x01(\tB\x0f\xf2\xf8\xb3\x07\n\xb0\xf3\xb3\x07\x01\xc0\xf3\xb3\x07\x01\x12\x1a\n\x06reason\x18\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12:\n\nstart_from\x18\x03 \x01(\x0b\x32\x1a.google.protobuf.TimestampB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12\x1c\n\x08\x64uration\x18\x04 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01:\x10\xfa\xf8\xb3\x07\x0b\xa8\xf3\xb3\x07\x01\xd2\xf3\xb3\x07\x01*2\xd9\x01\n\x0e\x41\x63\x63\x65ssRequests\x12o\n\x04List\x12\x1c.v1.AccessRequestListRequest\x1a\x1d.v1.AccessRequestListResponse\"*\x82\xf9\xb3\x07\x08\xa2\xf3\xb3\x07\x03get\x82\xf9\xb3\x07\x18\xaa\xf3\xb3\x07\x13/v1/access-requests\x1aV\xca\xf9\xb3\x07\x12\xc2\xf9\xb3\x07\rAccessRequest\xca\xf9\xb3\x07\x08\xd2\xf9\xb3\x07\x03\x61q-\xca\xf9\xb3\x07\x06\xca\xf9\xb3\x07\x01*\xca\xf9\xb3\x07\x18\xca\xf9\xb3\x07\x13!terraform-provider\xca\xf9\xb3\x07\x05\xe8\xf9\xb3\x07\x01\x42\x92\x01\n\x19\x63om.strongdm.api.plumbingB\x16\x41\x63\x63\x65ssRequestsPlumbingZ5github.com/strongdm/strongdm-sdk-go/v3/internal/v1;v1\xc2\x92\xb4\x07\x06\xa2\x8c\xb4\x07\x01*\xc2\x92\xb4\x07\x18\xa2\x8c\xb4\x07\x13!terraform-providerb\x06proto3')
|
36
36
|
|
37
37
|
|
38
38
|
|
@@ -119,6 +119,10 @@ if _descriptor._USE_C_DESCRIPTORS == False:
|
|
119
119
|
_ACCESSREQUEST.fields_by_name['status_at']._serialized_options = b'\362\370\263\007\005\260\363\263\007\001'
|
120
120
|
_ACCESSREQUEST.fields_by_name['grant_id']._options = None
|
121
121
|
_ACCESSREQUEST.fields_by_name['grant_id']._serialized_options = b'\362\370\263\007\005\260\363\263\007\001'
|
122
|
+
_ACCESSREQUEST.fields_by_name['duration']._options = None
|
123
|
+
_ACCESSREQUEST.fields_by_name['duration']._serialized_options = b'\362\370\263\007\005\260\363\263\007\001'
|
124
|
+
_ACCESSREQUEST.fields_by_name['requester_name']._options = None
|
125
|
+
_ACCESSREQUEST.fields_by_name['requester_name']._serialized_options = b'\362\370\263\007\024\260\363\263\007\001\262\364\263\007\ngo_private'
|
122
126
|
_ACCESSREQUEST._options = None
|
123
127
|
_ACCESSREQUEST._serialized_options = b'\372\370\263\007\013\250\363\263\007\001\322\363\263\007\001*'
|
124
128
|
_ACCESSREQUESTEVENT.fields_by_name['id']._options = None
|
@@ -168,13 +172,13 @@ if _descriptor._USE_C_DESCRIPTORS == False:
|
|
168
172
|
_ACCESSREQUESTLISTRESPONSE._serialized_start=209
|
169
173
|
_ACCESSREQUESTLISTRESPONSE._serialized_end=410
|
170
174
|
_ACCESSREQUEST._serialized_start=413
|
171
|
-
_ACCESSREQUEST._serialized_end=
|
172
|
-
_ACCESSREQUESTEVENT._serialized_start=
|
173
|
-
_ACCESSREQUESTEVENT._serialized_end=
|
174
|
-
_REQUESTABLERESOURCE._serialized_start=
|
175
|
-
_REQUESTABLERESOURCE._serialized_end=
|
176
|
-
_ACCESSREQUESTCONFIG._serialized_start=
|
177
|
-
_ACCESSREQUESTCONFIG._serialized_end=
|
178
|
-
_ACCESSREQUESTS._serialized_start=
|
179
|
-
_ACCESSREQUESTS._serialized_end=
|
175
|
+
_ACCESSREQUEST._serialized_end=925
|
176
|
+
_ACCESSREQUESTEVENT._serialized_start=928
|
177
|
+
_ACCESSREQUESTEVENT._serialized_end=1108
|
178
|
+
_REQUESTABLERESOURCE._serialized_start=1111
|
179
|
+
_REQUESTABLERESOURCE._serialized_end=1355
|
180
|
+
_ACCESSREQUESTCONFIG._serialized_start=1358
|
181
|
+
_ACCESSREQUESTCONFIG._serialized_end=1553
|
182
|
+
_ACCESSREQUESTS._serialized_start=1556
|
183
|
+
_ACCESSREQUESTS._serialized_end=1773
|
180
184
|
# @@protoc_insertion_point(module_scope)
|
@@ -33,7 +33,7 @@ DEFAULT_MAX_RETRIES = 3
|
|
33
33
|
DEFAULT_BASE_RETRY_DELAY = 0.0030 # 30 ms
|
34
34
|
DEFAULT_MAX_RETRY_DELAY = 300 # 300 seconds
|
35
35
|
API_VERSION = '2024-03-28'
|
36
|
-
USER_AGENT = 'strongdm-sdk-python/11.
|
36
|
+
USER_AGENT = 'strongdm-sdk-python/11.9.0'
|
37
37
|
|
38
38
|
|
39
39
|
class Client:
|
@@ -370,18 +370,18 @@ class Client:
|
|
370
370
|
|
371
371
|
See `strongdm.svc.RolesHistory`.
|
372
372
|
'''
|
373
|
-
self.secret_store_healths = svc.SecretStoreHealths(channel, self)
|
374
|
-
'''
|
375
|
-
SecretStoreHealths exposes health states for secret stores.
|
376
|
-
|
377
|
-
See `strongdm.svc.SecretStoreHealths`.
|
378
|
-
'''
|
379
373
|
self.secret_stores = svc.SecretStores(channel, self)
|
380
374
|
'''
|
381
375
|
SecretStores are servers where resource secrets (passwords, keys) are stored.
|
382
376
|
|
383
377
|
See `strongdm.svc.SecretStores`.
|
384
378
|
'''
|
379
|
+
self.secret_store_healths = svc.SecretStoreHealths(channel, self)
|
380
|
+
'''
|
381
|
+
SecretStoreHealths exposes health states for secret stores.
|
382
|
+
|
383
|
+
See `strongdm.svc.SecretStoreHealths`.
|
384
|
+
'''
|
385
385
|
self.secret_stores_history = svc.SecretStoresHistory(channel, self)
|
386
386
|
'''
|
387
387
|
SecretStoresHistory records all changes to the state of a SecretStore.
|
@@ -85,6 +85,7 @@ class AuthProvider:
|
|
85
85
|
ONE_LOGIN_SAML = "onelogin-saml"
|
86
86
|
GENERIC_SAML = "generic-saml"
|
87
87
|
PING_IDSAML = "ping-identity-saml"
|
88
|
+
PING_IDOIDC = "ping-identity-oidc"
|
88
89
|
|
89
90
|
|
90
91
|
# Providers responsible for multi-factor authentication
|
@@ -104,6 +105,7 @@ class ActivityEntityType:
|
|
104
105
|
ORGANIZATION = "organization"
|
105
106
|
INSTALLATION = "installation"
|
106
107
|
SECRET_STORE = "secretstore"
|
108
|
+
SECRET_ENGINE = "secretengine"
|
107
109
|
REMOTE_IDENTITY_GROUP = "remote_identity_group"
|
108
110
|
REMOTE_IDENTITY = "remote_identity"
|
109
111
|
IDENTITY_SET = "identity_set"
|
@@ -113,6 +115,7 @@ class ActivityEntityType:
|
|
113
115
|
APPROVAL_FLOW = "approval_flow"
|
114
116
|
APPROVAL_FLOW_STEP = "approval_flow_step"
|
115
117
|
APPROVAL_FLOW_APPROVER = "approval_flow_approver"
|
118
|
+
MANAGED_SECRET = "managed_secret"
|
116
119
|
NODE = "node"
|
117
120
|
PEERING_GROUP = "peering_group"
|
118
121
|
PEERING_GROUP_NODE = "peering_group_node"
|
@@ -243,6 +246,9 @@ class ActivityVerb:
|
|
243
246
|
SECRET_STORE_ADDED = "secret store added"
|
244
247
|
SECRET_STORE_UPDATED = "secret store updated"
|
245
248
|
SECRET_STORE_DELETED = "secret store deleted"
|
249
|
+
SECRET_ENGINE_ADDED = "secret engine added"
|
250
|
+
SECRET_ENGINE_UPDATED = "secret engine updated"
|
251
|
+
SECRET_ENGINE_DELETED = "secret engine deleted"
|
246
252
|
REMOTE_IDENTITY_GROUP_CREATED = "remote identity group created"
|
247
253
|
REMOTE_IDENTITY_GROUP_UPDATED = "remote identity group updated"
|
248
254
|
REMOTE_IDENTITY_GROUP_DELETED = "remote identity group deleted"
|
@@ -312,6 +318,10 @@ class ActivityVerb:
|
|
312
318
|
USER_INTEGRATION_DEAUTHORIZED = "user deauthorized integration"
|
313
319
|
SERVICE_NOW_TOKEN_ADDED = "ServiceNow token created"
|
314
320
|
SERVICE_NOW_TOKEN_DELETED = "ServiceNow token deleted"
|
321
|
+
MANAGED_SECRET_CREATED = "managed secret created"
|
322
|
+
MANAGED_SECRET_UPDATED = "managed secret updated"
|
323
|
+
MANAGED_SECRET_EXPIRATION_TIME_UPDATED = "managed secret expiration time updated"
|
324
|
+
MANAGED_SECRET_DELETED = "managed secret deleted"
|
315
325
|
|
316
326
|
|
317
327
|
# Permissions, all permissions that may be granted to an account.
|
@@ -326,6 +336,11 @@ class Permission:
|
|
326
336
|
DATASOURCE_UPDATE = "datasource:update"
|
327
337
|
RESOURCE_LOCK_DELETE = "resourcelock:delete"
|
328
338
|
RESOURCE_LOCK_LIST = "resourcelock:list"
|
339
|
+
SECRET_ENGINE_CREATE = "secretengine:create"
|
340
|
+
SECRET_ENGINE_LIST = "secretengine:list"
|
341
|
+
SECRET_ENGINE_DELETE = "secretengine:delete"
|
342
|
+
SECRET_ENGINE_UPDATE = "secretengine:update"
|
343
|
+
SECRET_ENGINE_STATUS = "secretengine:status"
|
329
344
|
SECRET_STORE_CREATE = "secretstore:create"
|
330
345
|
SECRET_STORE_LIST = "secretstore:list"
|
331
346
|
SECRET_STORE_DELETE = "secretstore:delete"
|
@@ -369,6 +384,7 @@ class Permission:
|
|
369
384
|
ORG_AUDIT_ORG = "audit:organization"
|
370
385
|
ORG_AUDIT_REMOTE_IDENTITIES = "audit:remoteidentities"
|
371
386
|
ORG_AUDIT_REMOTE_IDENTITY_GROUPS = "audit:remoteidentitygroups"
|
387
|
+
ORG_AUDIT_SECRET_ENGINES = "audit:secretengines"
|
372
388
|
ORG_AUDIT_SECRET_STORES = "audit:secretstores"
|
373
389
|
ORG_AUDIT_WORKFLOWS = "audit:workflows"
|
374
390
|
ORG_AUDIT_APPROVAL_FLOWS = "audit:approvalflows"
|
@@ -401,6 +417,11 @@ class Permission:
|
|
401
417
|
BILLING_READ = "billing:read"
|
402
418
|
CREDENTIAL_READ = "credential:read"
|
403
419
|
CREDENTIAL_WRITE = "credential:write"
|
420
|
+
MANAGED_SECRET_CREATE = "managedsecret:create"
|
421
|
+
MANAGED_SECRET_LIST = "managedsecret:list"
|
422
|
+
MANAGED_SECRET_DELETE = "managedsecret:delete"
|
423
|
+
MANAGED_SECRET_UPDATE = "managedsecret:update"
|
424
|
+
MANAGED_SECRET_READ = "managedsecret:read"
|
404
425
|
|
405
426
|
|
406
427
|
# Query Categories, all the categories of resource against which queries are logged.
|