strongdm 3.16.0__zip → 3.17.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-3.16.0 → strongdm-3.17.0}/PKG-INFO +2 -2
- {strongdm-3.16.0 → strongdm-3.17.0}/setup.py +2 -2
- {strongdm-3.16.0 → strongdm-3.17.0}/strongdm/client.py +1 -1
- {strongdm-3.16.0 → strongdm-3.17.0}/strongdm/drivers_pb2.py +250 -162
- {strongdm-3.16.0 → strongdm-3.17.0}/strongdm/models.py +2101 -85
- {strongdm-3.16.0 → strongdm-3.17.0}/strongdm/nodes_pb2.py +14 -6
- {strongdm-3.16.0 → strongdm-3.17.0}/strongdm/plumbing.py +132 -0
- {strongdm-3.16.0 → strongdm-3.17.0}/strongdm/svc.py +2 -0
- {strongdm-3.16.0 → strongdm-3.17.0}/strongdm.egg-info/PKG-INFO +2 -2
- {strongdm-3.16.0 → strongdm-3.17.0}/README.md +0 -0
- {strongdm-3.16.0 → strongdm-3.17.0}/setup.cfg +0 -0
- {strongdm-3.16.0 → strongdm-3.17.0}/strongdm/__init__.py +0 -0
- {strongdm-3.16.0 → strongdm-3.17.0}/strongdm/account_attachments_history_pb2.py +0 -0
- {strongdm-3.16.0 → strongdm-3.17.0}/strongdm/account_attachments_history_pb2_grpc.py +0 -0
- {strongdm-3.16.0 → strongdm-3.17.0}/strongdm/account_attachments_pb2.py +0 -0
- {strongdm-3.16.0 → strongdm-3.17.0}/strongdm/account_attachments_pb2_grpc.py +0 -0
- {strongdm-3.16.0 → strongdm-3.17.0}/strongdm/account_grants_history_pb2.py +0 -0
- {strongdm-3.16.0 → strongdm-3.17.0}/strongdm/account_grants_history_pb2_grpc.py +0 -0
- {strongdm-3.16.0 → strongdm-3.17.0}/strongdm/account_grants_pb2.py +0 -0
- {strongdm-3.16.0 → strongdm-3.17.0}/strongdm/account_grants_pb2_grpc.py +0 -0
- {strongdm-3.16.0 → strongdm-3.17.0}/strongdm/account_permissions_pb2.py +0 -0
- {strongdm-3.16.0 → strongdm-3.17.0}/strongdm/account_permissions_pb2_grpc.py +0 -0
- {strongdm-3.16.0 → strongdm-3.17.0}/strongdm/account_resources_history_pb2.py +0 -0
- {strongdm-3.16.0 → strongdm-3.17.0}/strongdm/account_resources_history_pb2_grpc.py +0 -0
- {strongdm-3.16.0 → strongdm-3.17.0}/strongdm/account_resources_pb2.py +0 -0
- {strongdm-3.16.0 → strongdm-3.17.0}/strongdm/account_resources_pb2_grpc.py +0 -0
- {strongdm-3.16.0 → strongdm-3.17.0}/strongdm/accounts_history_pb2.py +0 -0
- {strongdm-3.16.0 → strongdm-3.17.0}/strongdm/accounts_history_pb2_grpc.py +0 -0
- {strongdm-3.16.0 → strongdm-3.17.0}/strongdm/accounts_pb2.py +0 -0
- {strongdm-3.16.0 → strongdm-3.17.0}/strongdm/accounts_pb2_grpc.py +0 -0
- {strongdm-3.16.0 → strongdm-3.17.0}/strongdm/activities_pb2.py +0 -0
- {strongdm-3.16.0 → strongdm-3.17.0}/strongdm/activities_pb2_grpc.py +0 -0
- {strongdm-3.16.0 → strongdm-3.17.0}/strongdm/constants.py +0 -0
- {strongdm-3.16.0 → strongdm-3.17.0}/strongdm/control_panel_pb2.py +0 -0
- {strongdm-3.16.0 → strongdm-3.17.0}/strongdm/control_panel_pb2_grpc.py +0 -0
- {strongdm-3.16.0 → strongdm-3.17.0}/strongdm/drivers_pb2_grpc.py +0 -0
- {strongdm-3.16.0 → strongdm-3.17.0}/strongdm/errors.py +0 -0
- {strongdm-3.16.0 → strongdm-3.17.0}/strongdm/nodes_history_pb2.py +0 -0
- {strongdm-3.16.0 → strongdm-3.17.0}/strongdm/nodes_history_pb2_grpc.py +0 -0
- {strongdm-3.16.0 → strongdm-3.17.0}/strongdm/nodes_pb2_grpc.py +0 -0
- {strongdm-3.16.0 → strongdm-3.17.0}/strongdm/options_pb2.py +0 -0
- {strongdm-3.16.0 → strongdm-3.17.0}/strongdm/options_pb2_grpc.py +0 -0
- {strongdm-3.16.0 → strongdm-3.17.0}/strongdm/organization_history_pb2.py +0 -0
- {strongdm-3.16.0 → strongdm-3.17.0}/strongdm/organization_history_pb2_grpc.py +0 -0
- {strongdm-3.16.0 → strongdm-3.17.0}/strongdm/queries_pb2.py +0 -0
- {strongdm-3.16.0 → strongdm-3.17.0}/strongdm/queries_pb2_grpc.py +0 -0
- {strongdm-3.16.0 → strongdm-3.17.0}/strongdm/remote_identities_history_pb2.py +0 -0
- {strongdm-3.16.0 → strongdm-3.17.0}/strongdm/remote_identities_history_pb2_grpc.py +0 -0
- {strongdm-3.16.0 → strongdm-3.17.0}/strongdm/remote_identities_pb2.py +0 -0
- {strongdm-3.16.0 → strongdm-3.17.0}/strongdm/remote_identities_pb2_grpc.py +0 -0
- {strongdm-3.16.0 → strongdm-3.17.0}/strongdm/remote_identity_groups_history_pb2.py +0 -0
- {strongdm-3.16.0 → strongdm-3.17.0}/strongdm/remote_identity_groups_history_pb2_grpc.py +0 -0
- {strongdm-3.16.0 → strongdm-3.17.0}/strongdm/remote_identity_groups_pb2.py +0 -0
- {strongdm-3.16.0 → strongdm-3.17.0}/strongdm/remote_identity_groups_pb2_grpc.py +0 -0
- {strongdm-3.16.0 → strongdm-3.17.0}/strongdm/replays_pb2.py +0 -0
- {strongdm-3.16.0 → strongdm-3.17.0}/strongdm/replays_pb2_grpc.py +0 -0
- {strongdm-3.16.0 → strongdm-3.17.0}/strongdm/resources_history_pb2.py +0 -0
- {strongdm-3.16.0 → strongdm-3.17.0}/strongdm/resources_history_pb2_grpc.py +0 -0
- {strongdm-3.16.0 → strongdm-3.17.0}/strongdm/resources_pb2.py +0 -0
- {strongdm-3.16.0 → strongdm-3.17.0}/strongdm/resources_pb2_grpc.py +0 -0
- {strongdm-3.16.0 → strongdm-3.17.0}/strongdm/role_resources_history_pb2.py +0 -0
- {strongdm-3.16.0 → strongdm-3.17.0}/strongdm/role_resources_history_pb2_grpc.py +0 -0
- {strongdm-3.16.0 → strongdm-3.17.0}/strongdm/role_resources_pb2.py +0 -0
- {strongdm-3.16.0 → strongdm-3.17.0}/strongdm/role_resources_pb2_grpc.py +0 -0
- {strongdm-3.16.0 → strongdm-3.17.0}/strongdm/roles_history_pb2.py +0 -0
- {strongdm-3.16.0 → strongdm-3.17.0}/strongdm/roles_history_pb2_grpc.py +0 -0
- {strongdm-3.16.0 → strongdm-3.17.0}/strongdm/roles_pb2.py +0 -0
- {strongdm-3.16.0 → strongdm-3.17.0}/strongdm/roles_pb2_grpc.py +0 -0
- {strongdm-3.16.0 → strongdm-3.17.0}/strongdm/secret_store_types_pb2.py +0 -0
- {strongdm-3.16.0 → strongdm-3.17.0}/strongdm/secret_store_types_pb2_grpc.py +0 -0
- {strongdm-3.16.0 → strongdm-3.17.0}/strongdm/secret_stores_history_pb2.py +0 -0
- {strongdm-3.16.0 → strongdm-3.17.0}/strongdm/secret_stores_history_pb2_grpc.py +0 -0
- {strongdm-3.16.0 → strongdm-3.17.0}/strongdm/secret_stores_pb2.py +0 -0
- {strongdm-3.16.0 → strongdm-3.17.0}/strongdm/secret_stores_pb2_grpc.py +0 -0
- {strongdm-3.16.0 → strongdm-3.17.0}/strongdm/spec_pb2.py +0 -0
- {strongdm-3.16.0 → strongdm-3.17.0}/strongdm/spec_pb2_grpc.py +0 -0
- {strongdm-3.16.0 → strongdm-3.17.0}/strongdm/tags_pb2.py +0 -0
- {strongdm-3.16.0 → strongdm-3.17.0}/strongdm/tags_pb2_grpc.py +0 -0
- {strongdm-3.16.0 → strongdm-3.17.0}/strongdm.egg-info/SOURCES.txt +0 -0
- {strongdm-3.16.0 → strongdm-3.17.0}/strongdm.egg-info/dependency_links.txt +0 -0
- {strongdm-3.16.0 → strongdm-3.17.0}/strongdm.egg-info/requires.txt +0 -0
- {strongdm-3.16.0 → strongdm-3.17.0}/strongdm.egg-info/top_level.txt +0 -0
@@ -31,7 +31,7 @@ from . import spec_pb2 as spec__pb2
|
|
31
31
|
from . import tags_pb2 as tags__pb2
|
32
32
|
|
33
33
|
|
34
|
-
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n\x0bnodes.proto\x12\x02v1\x1a\roptions.proto\x1a\nspec.proto\x1a\ntags.proto\"`\n\x11NodeCreateRequest\x12\'\n\x04meta\x18\x01 \x01(\x0b\x32\x19.v1.CreateRequestMetadata\x12\"\n\x04node\x18\x02 \x01(\x0b\x32\x08.v1.NodeB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\"\xf3\x01\n\x12NodeCreateResponse\x12\x34\n\x04meta\x18\x01 \x01(\x0b\x32\x1a.v1.CreateResponseMetadataB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12\"\n\x04node\x18\x02 \x01(\x0b\x32\x08.v1.NodeB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12\x1e\n\x05token\x18\x03 \x01(\tB\x0f\xf2\xf8\xb3\x07\n\xb0\xf3\xb3\x07\x01\xf0\xf3\xb3\x07\x01\x12W\n\nrate_limit\x18\x04 \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:\n\xfa\xf8\xb3\x07\x05\xa8\xf3\xb3\x07\x01\"N\n\x0eNodeGetRequest\x12$\n\x04meta\x18\x01 \x01(\x0b\x32\x16.v1.GetRequestMetadata\x12\x16\n\x02id\x18\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\"\xcd\x01\n\x0fNodeGetResponse\x12\x31\n\x04meta\x18\x01 \x01(\x0b\x32\x17.v1.GetResponseMetadataB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12\"\n\x04node\x18\x02 \x01(\x0b\x32\x08.v1.NodeB\n\xf2\xf8\xb3\x07\x05\xb0\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:\n\xfa\xf8\xb3\x07\x05\xa8\xf3\xb3\x07\x01\"l\n\x11NodeUpdateRequest\x12\'\n\x04meta\x18\x01 \x01(\x0b\x32\x19.v1.UpdateRequestMetadata\x12\n\n\x02id\x18\x02 \x01(\t\x12\"\n\x04node\x18\x03 \x01(\x0b\x32\x08.v1.NodeB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\"\xd3\x01\n\x12NodeUpdateResponse\x12\x34\n\x04meta\x18\x01 \x01(\x0b\x32\x1a.v1.UpdateResponseMetadataB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12\"\n\x04node\x18\x02 \x01(\x0b\x32\x08.v1.NodeB\n\xf2\xf8\xb3\x07\x05\xb0\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:\n\xfa\xf8\xb3\x07\x05\xa8\xf3\xb3\x07\x01\"T\n\x11NodeDeleteRequest\x12\'\n\x04meta\x18\x01 \x01(\x0b\x32\x19.v1.DeleteRequestMetadata\x12\x16\n\x02id\x18\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\"\xaf\x01\n\x12NodeDeleteResponse\x12\x34\n\x04meta\x18\x01 \x01(\x0b\x32\x1a.v1.DeleteResponseMetadataB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12W\n\nrate_limit\x18\x02 \x01(\x0b\x32\x15.v1.RateLimitMetadataB,\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x06\xb2\xf4\xb3\x07\x01*\xf2\xf8\xb3\x07\x12\xb2\xf4\xb3\x07\r!json_gateway:\n\xfa\xf8\xb3\x07\x05\xa8\xf3\xb3\x07\x01\"T\n\x0fNodeListRequest\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\"\xb8\x01\n\x10NodeListResponse\x12&\n\x04meta\x18\x01 \x01(\x0b\x32\x18.v1.ListResponseMetadata\x12#\n\x05nodes\x18\x02 \x03(\x0b\x32\x08.v1.NodeB\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\"\xc5\x01\n\x04Node\x12\x1a\n\x05relay\x18\x01 \x01(\x0b\x32\t.v1.RelayH\x00\x12\x1e\n\x07gateway\x18\x02 \x01(\x0b\x32\x0b.v1.GatewayH\x00:[\xfa\xf8\xb3\x07L\xc2\xf3\xb3\x07G\xa2\xf3\xb3\x07\x1dtf_examples/node_resource.txt\xaa\xf3\xb3\x07 tf_examples/node_data_source.txt\xfa\xf8\xb3\x07\x05\xa8\xf3\xb3\x07\x01\x42$\n\x04node\x12\x1c\xaa\xf8\xb3\x07\t\xaa\xf8\xb3\x07\x04tags\xaa\xf8\xb3\x07\t\xaa\xf8\xb3\x07\x04name\"\
|
34
|
+
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n\x0bnodes.proto\x12\x02v1\x1a\roptions.proto\x1a\nspec.proto\x1a\ntags.proto\"`\n\x11NodeCreateRequest\x12\'\n\x04meta\x18\x01 \x01(\x0b\x32\x19.v1.CreateRequestMetadata\x12\"\n\x04node\x18\x02 \x01(\x0b\x32\x08.v1.NodeB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\"\xf3\x01\n\x12NodeCreateResponse\x12\x34\n\x04meta\x18\x01 \x01(\x0b\x32\x1a.v1.CreateResponseMetadataB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12\"\n\x04node\x18\x02 \x01(\x0b\x32\x08.v1.NodeB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12\x1e\n\x05token\x18\x03 \x01(\tB\x0f\xf2\xf8\xb3\x07\n\xb0\xf3\xb3\x07\x01\xf0\xf3\xb3\x07\x01\x12W\n\nrate_limit\x18\x04 \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:\n\xfa\xf8\xb3\x07\x05\xa8\xf3\xb3\x07\x01\"N\n\x0eNodeGetRequest\x12$\n\x04meta\x18\x01 \x01(\x0b\x32\x16.v1.GetRequestMetadata\x12\x16\n\x02id\x18\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\"\xcd\x01\n\x0fNodeGetResponse\x12\x31\n\x04meta\x18\x01 \x01(\x0b\x32\x17.v1.GetResponseMetadataB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12\"\n\x04node\x18\x02 \x01(\x0b\x32\x08.v1.NodeB\n\xf2\xf8\xb3\x07\x05\xb0\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:\n\xfa\xf8\xb3\x07\x05\xa8\xf3\xb3\x07\x01\"l\n\x11NodeUpdateRequest\x12\'\n\x04meta\x18\x01 \x01(\x0b\x32\x19.v1.UpdateRequestMetadata\x12\n\n\x02id\x18\x02 \x01(\t\x12\"\n\x04node\x18\x03 \x01(\x0b\x32\x08.v1.NodeB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\"\xd3\x01\n\x12NodeUpdateResponse\x12\x34\n\x04meta\x18\x01 \x01(\x0b\x32\x1a.v1.UpdateResponseMetadataB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12\"\n\x04node\x18\x02 \x01(\x0b\x32\x08.v1.NodeB\n\xf2\xf8\xb3\x07\x05\xb0\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:\n\xfa\xf8\xb3\x07\x05\xa8\xf3\xb3\x07\x01\"T\n\x11NodeDeleteRequest\x12\'\n\x04meta\x18\x01 \x01(\x0b\x32\x19.v1.DeleteRequestMetadata\x12\x16\n\x02id\x18\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\"\xaf\x01\n\x12NodeDeleteResponse\x12\x34\n\x04meta\x18\x01 \x01(\x0b\x32\x1a.v1.DeleteResponseMetadataB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12W\n\nrate_limit\x18\x02 \x01(\x0b\x32\x15.v1.RateLimitMetadataB,\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x06\xb2\xf4\xb3\x07\x01*\xf2\xf8\xb3\x07\x12\xb2\xf4\xb3\x07\r!json_gateway:\n\xfa\xf8\xb3\x07\x05\xa8\xf3\xb3\x07\x01\"T\n\x0fNodeListRequest\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\"\xb8\x01\n\x10NodeListResponse\x12&\n\x04meta\x18\x01 \x01(\x0b\x32\x18.v1.ListResponseMetadata\x12#\n\x05nodes\x18\x02 \x03(\x0b\x32\x08.v1.NodeB\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\"\xc5\x01\n\x04Node\x12\x1a\n\x05relay\x18\x01 \x01(\x0b\x32\t.v1.RelayH\x00\x12\x1e\n\x07gateway\x18\x02 \x01(\x0b\x32\x0b.v1.GatewayH\x00:[\xfa\xf8\xb3\x07L\xc2\xf3\xb3\x07G\xa2\xf3\xb3\x07\x1dtf_examples/node_resource.txt\xaa\xf3\xb3\x07 tf_examples/node_data_source.txt\xfa\xf8\xb3\x07\x05\xa8\xf3\xb3\x07\x01\x42$\n\x04node\x12\x1c\xaa\xf8\xb3\x07\t\xaa\xf8\xb3\x07\x04tags\xaa\xf8\xb3\x07\t\xaa\xf8\xb3\x07\x04name\"\x85\x03\n\x05Relay\x12\x16\n\x02id\x18\x01 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12\x1d\n\x04name\x18\x02 \x01(\tB\x0f\xf2\xf8\xb3\x07\n\xb0\xf3\xb3\x07\x01\xd0\xf4\xb3\x07\x01\x12<\n\x05state\x18\x03 \x01(\tB-\xf2\xf8\xb3\x07(\xb0\xf3\xb3\x07\x01\x98\xf4\xb3\x07\x01\xb2\xf4\xb3\x07\x01*\xb2\xf4\xb3\x07\x13!terraform-provider\x12\"\n\x04tags\x18\x04 \x01(\x0b\x32\x08.v1.TagsB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12\"\n\x0egateway_filter\x18\x05 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12\x1f\n\x06\x64\x65vice\x18\x06 \x01(\tB\x0f\xf2\xf8\xb3\x07\n\xb0\xf3\xb3\x07\x01\x98\xf4\xb3\x07\x01\x12!\n\x08location\x18\x07 \x01(\tB\x0f\xf2\xf8\xb3\x07\n\xb0\xf3\xb3\x07\x01\x98\xf4\xb3\x07\x01\x12 \n\x07version\x18\x08 \x01(\tB\x0f\xf2\xf8\xb3\x07\n\xb0\xf3\xb3\x07\x01\x98\xf4\xb3\x07\x01\x12,\n\x04uuid\x18\t \x01(\tB\x1e\xf2\xf8\xb3\x07\x19\xb0\xf3\xb3\x07\x01\x98\xf4\xb3\x07\x01\xb2\xf4\xb3\x07\ngo_private\x12\x1f\n\x0b\x63onnects_to\x18\n \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01:\n\xfa\xf8\xb3\x07\x05\xa8\xf3\xb3\x07\x01\"\xe1\x03\n\x07Gateway\x12\x16\n\x02id\x18\x01 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12\x1d\n\x04name\x18\x02 \x01(\tB\x0f\xf2\xf8\xb3\x07\n\xb0\xf3\xb3\x07\x01\xd0\xf4\xb3\x07\x01\x12<\n\x05state\x18\x03 \x01(\tB-\xf2\xf8\xb3\x07(\xb0\xf3\xb3\x07\x01\x98\xf4\xb3\x07\x01\xb2\xf4\xb3\x07\x01*\xb2\xf4\xb3\x07\x13!terraform-provider\x12,\n\x0elisten_address\x18\x04 \x01(\tB\x14\xf2\xf8\xb3\x07\x0f\xb0\xf3\xb3\x07\x01\xc0\xf3\xb3\x07\x01\xe0\xf3\xb3\x07\x01\x12*\n\x0c\x62ind_address\x18\x05 \x01(\tB\x14\xf2\xf8\xb3\x07\x0f\xb0\xf3\xb3\x07\x01\xe0\xf3\xb3\x07\x01\xd0\xf4\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\"\n\x0egateway_filter\x18\x07 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12\x1f\n\x06\x64\x65vice\x18\x08 \x01(\tB\x0f\xf2\xf8\xb3\x07\n\xb0\xf3\xb3\x07\x01\x98\xf4\xb3\x07\x01\x12!\n\x08location\x18\t \x01(\tB\x0f\xf2\xf8\xb3\x07\n\xb0\xf3\xb3\x07\x01\x98\xf4\xb3\x07\x01\x12 \n\x07version\x18\n \x01(\tB\x0f\xf2\xf8\xb3\x07\n\xb0\xf3\xb3\x07\x01\x98\xf4\xb3\x07\x01\x12,\n\x04uuid\x18\x0b \x01(\tB\x1e\xf2\xf8\xb3\x07\x19\xb0\xf3\xb3\x07\x01\x98\xf4\xb3\x07\x01\xb2\xf4\xb3\x07\ngo_private\x12\x1f\n\x0b\x63onnects_to\x18\x0c \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01:\n\xfa\xf8\xb3\x07\x05\xa8\xf3\xb3\x07\x01\x32\xee\x03\n\x05Nodes\x12Z\n\x06\x43reate\x12\x15.v1.NodeCreateRequest\x1a\x16.v1.NodeCreateResponse\"!\x82\xf9\xb3\x07\t\xa2\xf3\xb3\x07\x04post\x82\xf9\xb3\x07\x0e\xaa\xf3\xb3\x07\t/v1/nodes\x12U\n\x03Get\x12\x12.v1.NodeGetRequest\x1a\x13.v1.NodeGetResponse\"%\x82\xf9\xb3\x07\x08\xa2\xf3\xb3\x07\x03get\x82\xf9\xb3\x07\x13\xaa\xf3\xb3\x07\x0e/v1/nodes/{id}\x12^\n\x06Update\x12\x15.v1.NodeUpdateRequest\x1a\x16.v1.NodeUpdateResponse\"%\x82\xf9\xb3\x07\x08\xa2\xf3\xb3\x07\x03put\x82\xf9\xb3\x07\x13\xaa\xf3\xb3\x07\x0e/v1/nodes/{id}\x12\x61\n\x06\x44\x65lete\x12\x15.v1.NodeDeleteRequest\x1a\x16.v1.NodeDeleteResponse\"(\x82\xf9\xb3\x07\x0b\xa2\xf3\xb3\x07\x06\x64\x65lete\x82\xf9\xb3\x07\x13\xaa\xf3\xb3\x07\x0e/v1/nodes/{id}\x12S\n\x04List\x12\x13.v1.NodeListRequest\x1a\x14.v1.NodeListResponse\" \x82\xf9\xb3\x07\x08\xa2\xf3\xb3\x07\x03get\x82\xf9\xb3\x07\x0e\xaa\xf3\xb3\x07\t/v1/nodes\x1a\x1a\xca\xf9\xb3\x07\t\xc2\xf9\xb3\x07\x04Node\xca\xf9\xb3\x07\x07\xd2\xf9\xb3\x07\x02n-Ba\n\x19\x63om.strongdm.api.plumbingB\rNodesPlumbingZ5github.com/strongdm/strongdm-sdk-go/v3/internal/v1;v1b\x06proto3')
|
35
35
|
|
36
36
|
|
37
37
|
|
@@ -210,6 +210,10 @@ if _descriptor._USE_C_DESCRIPTORS == False:
|
|
210
210
|
_RELAY.fields_by_name['location']._serialized_options = b'\362\370\263\007\n\260\363\263\007\001\230\364\263\007\001'
|
211
211
|
_RELAY.fields_by_name['version']._options = None
|
212
212
|
_RELAY.fields_by_name['version']._serialized_options = b'\362\370\263\007\n\260\363\263\007\001\230\364\263\007\001'
|
213
|
+
_RELAY.fields_by_name['uuid']._options = None
|
214
|
+
_RELAY.fields_by_name['uuid']._serialized_options = b'\362\370\263\007\031\260\363\263\007\001\230\364\263\007\001\262\364\263\007\ngo_private'
|
215
|
+
_RELAY.fields_by_name['connects_to']._options = None
|
216
|
+
_RELAY.fields_by_name['connects_to']._serialized_options = b'\362\370\263\007\005\260\363\263\007\001'
|
213
217
|
_RELAY._options = None
|
214
218
|
_RELAY._serialized_options = b'\372\370\263\007\005\250\363\263\007\001'
|
215
219
|
_GATEWAY.fields_by_name['id']._options = None
|
@@ -232,6 +236,10 @@ if _descriptor._USE_C_DESCRIPTORS == False:
|
|
232
236
|
_GATEWAY.fields_by_name['location']._serialized_options = b'\362\370\263\007\n\260\363\263\007\001\230\364\263\007\001'
|
233
237
|
_GATEWAY.fields_by_name['version']._options = None
|
234
238
|
_GATEWAY.fields_by_name['version']._serialized_options = b'\362\370\263\007\n\260\363\263\007\001\230\364\263\007\001'
|
239
|
+
_GATEWAY.fields_by_name['uuid']._options = None
|
240
|
+
_GATEWAY.fields_by_name['uuid']._serialized_options = b'\362\370\263\007\031\260\363\263\007\001\230\364\263\007\001\262\364\263\007\ngo_private'
|
241
|
+
_GATEWAY.fields_by_name['connects_to']._options = None
|
242
|
+
_GATEWAY.fields_by_name['connects_to']._serialized_options = b'\362\370\263\007\005\260\363\263\007\001'
|
235
243
|
_GATEWAY._options = None
|
236
244
|
_GATEWAY._serialized_options = b'\372\370\263\007\005\250\363\263\007\001'
|
237
245
|
_NODES._options = None
|
@@ -269,9 +277,9 @@ if _descriptor._USE_C_DESCRIPTORS == False:
|
|
269
277
|
_NODE._serialized_start=1552
|
270
278
|
_NODE._serialized_end=1749
|
271
279
|
_RELAY._serialized_start=1752
|
272
|
-
_RELAY._serialized_end=
|
273
|
-
_GATEWAY._serialized_start=
|
274
|
-
_GATEWAY._serialized_end=
|
275
|
-
_NODES._serialized_start=
|
276
|
-
_NODES._serialized_end=
|
280
|
+
_RELAY._serialized_end=2141
|
281
|
+
_GATEWAY._serialized_start=2144
|
282
|
+
_GATEWAY._serialized_end=2625
|
283
|
+
_NODES._serialized_start=2628
|
284
|
+
_NODES._serialized_end=3122
|
277
285
|
# @@protoc_insertion_point(module_scope)
|
@@ -2274,6 +2274,122 @@ def convert_repeated_azure_postgres_to_porcelain(plumbings):
|
|
2274
2274
|
]
|
2275
2275
|
|
2276
2276
|
|
2277
|
+
def convert_azure_postgres_flexible_to_porcelain(plumbing):
|
2278
|
+
if plumbing is None:
|
2279
|
+
return None
|
2280
|
+
porcelain = models.AzurePostgresFlexible()
|
2281
|
+
porcelain.bind_interface = (plumbing.bind_interface)
|
2282
|
+
porcelain.database = (plumbing.database)
|
2283
|
+
porcelain.egress_filter = (plumbing.egress_filter)
|
2284
|
+
porcelain.healthy = (plumbing.healthy)
|
2285
|
+
porcelain.hostname = (plumbing.hostname)
|
2286
|
+
porcelain.id = (plumbing.id)
|
2287
|
+
porcelain.name = (plumbing.name)
|
2288
|
+
porcelain.override_database = (plumbing.override_database)
|
2289
|
+
porcelain.password = (plumbing.password)
|
2290
|
+
porcelain.port = (plumbing.port)
|
2291
|
+
porcelain.port_override = (plumbing.port_override)
|
2292
|
+
porcelain.secret_store_id = (plumbing.secret_store_id)
|
2293
|
+
porcelain.subdomain = (plumbing.subdomain)
|
2294
|
+
porcelain.tags = convert_tags_to_porcelain(plumbing.tags)
|
2295
|
+
porcelain.username = (plumbing.username)
|
2296
|
+
return porcelain
|
2297
|
+
|
2298
|
+
|
2299
|
+
def convert_azure_postgres_flexible_to_plumbing(porcelain):
|
2300
|
+
plumbing = AzurePostgresFlexible()
|
2301
|
+
if porcelain is None:
|
2302
|
+
return plumbing
|
2303
|
+
plumbing.bind_interface = (porcelain.bind_interface)
|
2304
|
+
plumbing.database = (porcelain.database)
|
2305
|
+
plumbing.egress_filter = (porcelain.egress_filter)
|
2306
|
+
plumbing.healthy = (porcelain.healthy)
|
2307
|
+
plumbing.hostname = (porcelain.hostname)
|
2308
|
+
plumbing.id = (porcelain.id)
|
2309
|
+
plumbing.name = (porcelain.name)
|
2310
|
+
plumbing.override_database = (porcelain.override_database)
|
2311
|
+
plumbing.password = (porcelain.password)
|
2312
|
+
plumbing.port = (porcelain.port)
|
2313
|
+
plumbing.port_override = (porcelain.port_override)
|
2314
|
+
plumbing.secret_store_id = (porcelain.secret_store_id)
|
2315
|
+
plumbing.subdomain = (porcelain.subdomain)
|
2316
|
+
plumbing.tags.CopyFrom(convert_tags_to_plumbing(porcelain.tags))
|
2317
|
+
plumbing.username = (porcelain.username)
|
2318
|
+
return plumbing
|
2319
|
+
|
2320
|
+
|
2321
|
+
def convert_repeated_azure_postgres_flexible_to_plumbing(porcelains):
|
2322
|
+
return [
|
2323
|
+
convert_azure_postgres_flexible_to_plumbing(porcelain)
|
2324
|
+
for porcelain in porcelains
|
2325
|
+
]
|
2326
|
+
|
2327
|
+
|
2328
|
+
def convert_repeated_azure_postgres_flexible_to_porcelain(plumbings):
|
2329
|
+
return [
|
2330
|
+
convert_azure_postgres_flexible_to_porcelain(plumbing)
|
2331
|
+
for plumbing in plumbings
|
2332
|
+
]
|
2333
|
+
|
2334
|
+
|
2335
|
+
def convert_azure_postgres_single_to_porcelain(plumbing):
|
2336
|
+
if plumbing is None:
|
2337
|
+
return None
|
2338
|
+
porcelain = models.AzurePostgresSingle()
|
2339
|
+
porcelain.bind_interface = (plumbing.bind_interface)
|
2340
|
+
porcelain.database = (plumbing.database)
|
2341
|
+
porcelain.egress_filter = (plumbing.egress_filter)
|
2342
|
+
porcelain.healthy = (plumbing.healthy)
|
2343
|
+
porcelain.hostname = (plumbing.hostname)
|
2344
|
+
porcelain.id = (plumbing.id)
|
2345
|
+
porcelain.name = (plumbing.name)
|
2346
|
+
porcelain.override_database = (plumbing.override_database)
|
2347
|
+
porcelain.password = (plumbing.password)
|
2348
|
+
porcelain.port = (plumbing.port)
|
2349
|
+
porcelain.port_override = (plumbing.port_override)
|
2350
|
+
porcelain.secret_store_id = (plumbing.secret_store_id)
|
2351
|
+
porcelain.subdomain = (plumbing.subdomain)
|
2352
|
+
porcelain.tags = convert_tags_to_porcelain(plumbing.tags)
|
2353
|
+
porcelain.username = (plumbing.username)
|
2354
|
+
return porcelain
|
2355
|
+
|
2356
|
+
|
2357
|
+
def convert_azure_postgres_single_to_plumbing(porcelain):
|
2358
|
+
plumbing = AzurePostgresSingle()
|
2359
|
+
if porcelain is None:
|
2360
|
+
return plumbing
|
2361
|
+
plumbing.bind_interface = (porcelain.bind_interface)
|
2362
|
+
plumbing.database = (porcelain.database)
|
2363
|
+
plumbing.egress_filter = (porcelain.egress_filter)
|
2364
|
+
plumbing.healthy = (porcelain.healthy)
|
2365
|
+
plumbing.hostname = (porcelain.hostname)
|
2366
|
+
plumbing.id = (porcelain.id)
|
2367
|
+
plumbing.name = (porcelain.name)
|
2368
|
+
plumbing.override_database = (porcelain.override_database)
|
2369
|
+
plumbing.password = (porcelain.password)
|
2370
|
+
plumbing.port = (porcelain.port)
|
2371
|
+
plumbing.port_override = (porcelain.port_override)
|
2372
|
+
plumbing.secret_store_id = (porcelain.secret_store_id)
|
2373
|
+
plumbing.subdomain = (porcelain.subdomain)
|
2374
|
+
plumbing.tags.CopyFrom(convert_tags_to_plumbing(porcelain.tags))
|
2375
|
+
plumbing.username = (porcelain.username)
|
2376
|
+
return plumbing
|
2377
|
+
|
2378
|
+
|
2379
|
+
def convert_repeated_azure_postgres_single_to_plumbing(porcelains):
|
2380
|
+
return [
|
2381
|
+
convert_azure_postgres_single_to_plumbing(porcelain)
|
2382
|
+
for porcelain in porcelains
|
2383
|
+
]
|
2384
|
+
|
2385
|
+
|
2386
|
+
def convert_repeated_azure_postgres_single_to_porcelain(plumbings):
|
2387
|
+
return [
|
2388
|
+
convert_azure_postgres_single_to_porcelain(plumbing)
|
2389
|
+
for plumbing in plumbings
|
2390
|
+
]
|
2391
|
+
|
2392
|
+
|
2277
2393
|
def convert_azure_store_to_porcelain(plumbing):
|
2278
2394
|
if plumbing is None:
|
2279
2395
|
return None
|
@@ -3356,6 +3472,7 @@ def convert_gateway_to_porcelain(plumbing):
|
|
3356
3472
|
return None
|
3357
3473
|
porcelain = models.Gateway()
|
3358
3474
|
porcelain.bind_address = (plumbing.bind_address)
|
3475
|
+
porcelain.connects_to = (plumbing.connects_to)
|
3359
3476
|
porcelain.device = (plumbing.device)
|
3360
3477
|
porcelain.gateway_filter = (plumbing.gateway_filter)
|
3361
3478
|
porcelain.id = (plumbing.id)
|
@@ -3373,6 +3490,7 @@ def convert_gateway_to_plumbing(porcelain):
|
|
3373
3490
|
if porcelain is None:
|
3374
3491
|
return plumbing
|
3375
3492
|
plumbing.bind_address = (porcelain.bind_address)
|
3493
|
+
plumbing.connects_to = (porcelain.connects_to)
|
3376
3494
|
plumbing.device = (porcelain.device)
|
3377
3495
|
plumbing.gateway_filter = (porcelain.gateway_filter)
|
3378
3496
|
plumbing.id = (porcelain.id)
|
@@ -5704,6 +5822,7 @@ def convert_relay_to_porcelain(plumbing):
|
|
5704
5822
|
if plumbing is None:
|
5705
5823
|
return None
|
5706
5824
|
porcelain = models.Relay()
|
5825
|
+
porcelain.connects_to = (plumbing.connects_to)
|
5707
5826
|
porcelain.device = (plumbing.device)
|
5708
5827
|
porcelain.gateway_filter = (plumbing.gateway_filter)
|
5709
5828
|
porcelain.id = (plumbing.id)
|
@@ -5719,6 +5838,7 @@ def convert_relay_to_plumbing(porcelain):
|
|
5719
5838
|
plumbing = Relay()
|
5720
5839
|
if porcelain is None:
|
5721
5840
|
return plumbing
|
5841
|
+
plumbing.connects_to = (porcelain.connects_to)
|
5722
5842
|
plumbing.device = (porcelain.device)
|
5723
5843
|
plumbing.gateway_filter = (porcelain.gateway_filter)
|
5724
5844
|
plumbing.id = (porcelain.id)
|
@@ -6213,6 +6333,12 @@ def convert_resource_to_plumbing(porcelain):
|
|
6213
6333
|
if isinstance(porcelain, models.AzurePostgres):
|
6214
6334
|
plumbing.azure_postgres.CopyFrom(
|
6215
6335
|
convert_azure_postgres_to_plumbing(porcelain))
|
6336
|
+
if isinstance(porcelain, models.AzurePostgresFlexible):
|
6337
|
+
plumbing.azure_postgres_flexible.CopyFrom(
|
6338
|
+
convert_azure_postgres_flexible_to_plumbing(porcelain))
|
6339
|
+
if isinstance(porcelain, models.AzurePostgresSingle):
|
6340
|
+
plumbing.azure_postgres_single.CopyFrom(
|
6341
|
+
convert_azure_postgres_single_to_plumbing(porcelain))
|
6216
6342
|
if isinstance(porcelain, models.BigQuery):
|
6217
6343
|
plumbing.big_query.CopyFrom(convert_big_query_to_plumbing(porcelain))
|
6218
6344
|
if isinstance(porcelain, models.Cassandra):
|
@@ -6410,6 +6536,12 @@ def convert_resource_to_porcelain(plumbing):
|
|
6410
6536
|
return convert_azure_mysql_to_porcelain(plumbing.azure_mysql)
|
6411
6537
|
if plumbing.HasField('azure_postgres'):
|
6412
6538
|
return convert_azure_postgres_to_porcelain(plumbing.azure_postgres)
|
6539
|
+
if plumbing.HasField('azure_postgres_flexible'):
|
6540
|
+
return convert_azure_postgres_flexible_to_porcelain(
|
6541
|
+
plumbing.azure_postgres_flexible)
|
6542
|
+
if plumbing.HasField('azure_postgres_single'):
|
6543
|
+
return convert_azure_postgres_single_to_porcelain(
|
6544
|
+
plumbing.azure_postgres_single)
|
6413
6545
|
if plumbing.HasField('big_query'):
|
6414
6546
|
return convert_big_query_to_porcelain(plumbing.big_query)
|
6415
6547
|
if plumbing.HasField('cassandra'):
|
@@ -1969,6 +1969,8 @@ class Resources:
|
|
1969
1969
|
`strongdm.models.AzureCertificate`
|
1970
1970
|
`strongdm.models.AzureMysql`
|
1971
1971
|
`strongdm.models.AzurePostgres`
|
1972
|
+
`strongdm.models.AzurePostgresFlexible`
|
1973
|
+
`strongdm.models.AzurePostgresSingle`
|
1972
1974
|
`strongdm.models.BigQuery`
|
1973
1975
|
`strongdm.models.Cassandra`
|
1974
1976
|
`strongdm.models.Citus`
|
@@ -1,12 +1,12 @@
|
|
1
1
|
Metadata-Version: 2.1
|
2
2
|
Name: strongdm
|
3
|
-
Version: 3.
|
3
|
+
Version: 3.17.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/v3.
|
9
|
+
Download-URL: https://github.com/strongdm/strongdm-sdk-python/archive/v3.17.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
|
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
|