strongdm 3.15.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.15.0 → strongdm-3.17.0}/PKG-INFO +2 -2
- {strongdm-3.15.0 → strongdm-3.17.0}/setup.py +2 -2
- {strongdm-3.15.0 → strongdm-3.17.0}/strongdm/client.py +1 -1
- {strongdm-3.15.0 → strongdm-3.17.0}/strongdm/drivers_pb2.py +283 -163
- {strongdm-3.15.0 → strongdm-3.17.0}/strongdm/models.py +2213 -85
- {strongdm-3.15.0 → strongdm-3.17.0}/strongdm/nodes_pb2.py +14 -6
- {strongdm-3.15.0 → strongdm-3.17.0}/strongdm/plumbing.py +180 -0
- {strongdm-3.15.0 → strongdm-3.17.0}/strongdm/svc.py +2 -0
- {strongdm-3.15.0 → strongdm-3.17.0}/strongdm.egg-info/PKG-INFO +2 -2
- {strongdm-3.15.0 → strongdm-3.17.0}/README.md +0 -0
- {strongdm-3.15.0 → strongdm-3.17.0}/setup.cfg +0 -0
- {strongdm-3.15.0 → strongdm-3.17.0}/strongdm/__init__.py +0 -0
- {strongdm-3.15.0 → strongdm-3.17.0}/strongdm/account_attachments_history_pb2.py +0 -0
- {strongdm-3.15.0 → strongdm-3.17.0}/strongdm/account_attachments_history_pb2_grpc.py +0 -0
- {strongdm-3.15.0 → strongdm-3.17.0}/strongdm/account_attachments_pb2.py +0 -0
- {strongdm-3.15.0 → strongdm-3.17.0}/strongdm/account_attachments_pb2_grpc.py +0 -0
- {strongdm-3.15.0 → strongdm-3.17.0}/strongdm/account_grants_history_pb2.py +0 -0
- {strongdm-3.15.0 → strongdm-3.17.0}/strongdm/account_grants_history_pb2_grpc.py +0 -0
- {strongdm-3.15.0 → strongdm-3.17.0}/strongdm/account_grants_pb2.py +0 -0
- {strongdm-3.15.0 → strongdm-3.17.0}/strongdm/account_grants_pb2_grpc.py +0 -0
- {strongdm-3.15.0 → strongdm-3.17.0}/strongdm/account_permissions_pb2.py +0 -0
- {strongdm-3.15.0 → strongdm-3.17.0}/strongdm/account_permissions_pb2_grpc.py +0 -0
- {strongdm-3.15.0 → strongdm-3.17.0}/strongdm/account_resources_history_pb2.py +0 -0
- {strongdm-3.15.0 → strongdm-3.17.0}/strongdm/account_resources_history_pb2_grpc.py +0 -0
- {strongdm-3.15.0 → strongdm-3.17.0}/strongdm/account_resources_pb2.py +0 -0
- {strongdm-3.15.0 → strongdm-3.17.0}/strongdm/account_resources_pb2_grpc.py +0 -0
- {strongdm-3.15.0 → strongdm-3.17.0}/strongdm/accounts_history_pb2.py +0 -0
- {strongdm-3.15.0 → strongdm-3.17.0}/strongdm/accounts_history_pb2_grpc.py +0 -0
- {strongdm-3.15.0 → strongdm-3.17.0}/strongdm/accounts_pb2.py +0 -0
- {strongdm-3.15.0 → strongdm-3.17.0}/strongdm/accounts_pb2_grpc.py +0 -0
- {strongdm-3.15.0 → strongdm-3.17.0}/strongdm/activities_pb2.py +0 -0
- {strongdm-3.15.0 → strongdm-3.17.0}/strongdm/activities_pb2_grpc.py +0 -0
- {strongdm-3.15.0 → strongdm-3.17.0}/strongdm/constants.py +0 -0
- {strongdm-3.15.0 → strongdm-3.17.0}/strongdm/control_panel_pb2.py +0 -0
- {strongdm-3.15.0 → strongdm-3.17.0}/strongdm/control_panel_pb2_grpc.py +0 -0
- {strongdm-3.15.0 → strongdm-3.17.0}/strongdm/drivers_pb2_grpc.py +0 -0
- {strongdm-3.15.0 → strongdm-3.17.0}/strongdm/errors.py +0 -0
- {strongdm-3.15.0 → strongdm-3.17.0}/strongdm/nodes_history_pb2.py +0 -0
- {strongdm-3.15.0 → strongdm-3.17.0}/strongdm/nodes_history_pb2_grpc.py +0 -0
- {strongdm-3.15.0 → strongdm-3.17.0}/strongdm/nodes_pb2_grpc.py +0 -0
- {strongdm-3.15.0 → strongdm-3.17.0}/strongdm/options_pb2.py +0 -0
- {strongdm-3.15.0 → strongdm-3.17.0}/strongdm/options_pb2_grpc.py +0 -0
- {strongdm-3.15.0 → strongdm-3.17.0}/strongdm/organization_history_pb2.py +0 -0
- {strongdm-3.15.0 → strongdm-3.17.0}/strongdm/organization_history_pb2_grpc.py +0 -0
- {strongdm-3.15.0 → strongdm-3.17.0}/strongdm/queries_pb2.py +0 -0
- {strongdm-3.15.0 → strongdm-3.17.0}/strongdm/queries_pb2_grpc.py +0 -0
- {strongdm-3.15.0 → strongdm-3.17.0}/strongdm/remote_identities_history_pb2.py +0 -0
- {strongdm-3.15.0 → strongdm-3.17.0}/strongdm/remote_identities_history_pb2_grpc.py +0 -0
- {strongdm-3.15.0 → strongdm-3.17.0}/strongdm/remote_identities_pb2.py +0 -0
- {strongdm-3.15.0 → strongdm-3.17.0}/strongdm/remote_identities_pb2_grpc.py +0 -0
- {strongdm-3.15.0 → strongdm-3.17.0}/strongdm/remote_identity_groups_history_pb2.py +0 -0
- {strongdm-3.15.0 → strongdm-3.17.0}/strongdm/remote_identity_groups_history_pb2_grpc.py +0 -0
- {strongdm-3.15.0 → strongdm-3.17.0}/strongdm/remote_identity_groups_pb2.py +0 -0
- {strongdm-3.15.0 → strongdm-3.17.0}/strongdm/remote_identity_groups_pb2_grpc.py +0 -0
- {strongdm-3.15.0 → strongdm-3.17.0}/strongdm/replays_pb2.py +0 -0
- {strongdm-3.15.0 → strongdm-3.17.0}/strongdm/replays_pb2_grpc.py +0 -0
- {strongdm-3.15.0 → strongdm-3.17.0}/strongdm/resources_history_pb2.py +0 -0
- {strongdm-3.15.0 → strongdm-3.17.0}/strongdm/resources_history_pb2_grpc.py +0 -0
- {strongdm-3.15.0 → strongdm-3.17.0}/strongdm/resources_pb2.py +0 -0
- {strongdm-3.15.0 → strongdm-3.17.0}/strongdm/resources_pb2_grpc.py +0 -0
- {strongdm-3.15.0 → strongdm-3.17.0}/strongdm/role_resources_history_pb2.py +0 -0
- {strongdm-3.15.0 → strongdm-3.17.0}/strongdm/role_resources_history_pb2_grpc.py +0 -0
- {strongdm-3.15.0 → strongdm-3.17.0}/strongdm/role_resources_pb2.py +0 -0
- {strongdm-3.15.0 → strongdm-3.17.0}/strongdm/role_resources_pb2_grpc.py +0 -0
- {strongdm-3.15.0 → strongdm-3.17.0}/strongdm/roles_history_pb2.py +0 -0
- {strongdm-3.15.0 → strongdm-3.17.0}/strongdm/roles_history_pb2_grpc.py +0 -0
- {strongdm-3.15.0 → strongdm-3.17.0}/strongdm/roles_pb2.py +0 -0
- {strongdm-3.15.0 → strongdm-3.17.0}/strongdm/roles_pb2_grpc.py +0 -0
- {strongdm-3.15.0 → strongdm-3.17.0}/strongdm/secret_store_types_pb2.py +0 -0
- {strongdm-3.15.0 → strongdm-3.17.0}/strongdm/secret_store_types_pb2_grpc.py +0 -0
- {strongdm-3.15.0 → strongdm-3.17.0}/strongdm/secret_stores_history_pb2.py +0 -0
- {strongdm-3.15.0 → strongdm-3.17.0}/strongdm/secret_stores_history_pb2_grpc.py +0 -0
- {strongdm-3.15.0 → strongdm-3.17.0}/strongdm/secret_stores_pb2.py +0 -0
- {strongdm-3.15.0 → strongdm-3.17.0}/strongdm/secret_stores_pb2_grpc.py +0 -0
- {strongdm-3.15.0 → strongdm-3.17.0}/strongdm/spec_pb2.py +0 -0
- {strongdm-3.15.0 → strongdm-3.17.0}/strongdm/spec_pb2_grpc.py +0 -0
- {strongdm-3.15.0 → strongdm-3.17.0}/strongdm/tags_pb2.py +0 -0
- {strongdm-3.15.0 → strongdm-3.17.0}/strongdm/tags_pb2_grpc.py +0 -0
- {strongdm-3.15.0 → strongdm-3.17.0}/strongdm.egg-info/SOURCES.txt +0 -0
- {strongdm-3.15.0 → strongdm-3.17.0}/strongdm.egg-info/dependency_links.txt +0 -0
- {strongdm-3.15.0 → strongdm-3.17.0}/strongdm.egg-info/requires.txt +0 -0
- {strongdm-3.15.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)
|
@@ -1955,9 +1955,12 @@ def convert_aurora_mysql_to_porcelain(plumbing):
|
|
1955
1955
|
porcelain.password = (plumbing.password)
|
1956
1956
|
porcelain.port = (plumbing.port)
|
1957
1957
|
porcelain.port_override = (plumbing.port_override)
|
1958
|
+
porcelain.require_native_auth = (plumbing.require_native_auth)
|
1958
1959
|
porcelain.secret_store_id = (plumbing.secret_store_id)
|
1959
1960
|
porcelain.subdomain = (plumbing.subdomain)
|
1960
1961
|
porcelain.tags = convert_tags_to_porcelain(plumbing.tags)
|
1962
|
+
porcelain.use_azure_single_server_usernames = (
|
1963
|
+
plumbing.use_azure_single_server_usernames)
|
1961
1964
|
porcelain.username = (plumbing.username)
|
1962
1965
|
return porcelain
|
1963
1966
|
|
@@ -1976,9 +1979,12 @@ def convert_aurora_mysql_to_plumbing(porcelain):
|
|
1976
1979
|
plumbing.password = (porcelain.password)
|
1977
1980
|
plumbing.port = (porcelain.port)
|
1978
1981
|
plumbing.port_override = (porcelain.port_override)
|
1982
|
+
plumbing.require_native_auth = (porcelain.require_native_auth)
|
1979
1983
|
plumbing.secret_store_id = (porcelain.secret_store_id)
|
1980
1984
|
plumbing.subdomain = (porcelain.subdomain)
|
1981
1985
|
plumbing.tags.CopyFrom(convert_tags_to_plumbing(porcelain.tags))
|
1986
|
+
plumbing.use_azure_single_server_usernames = (
|
1987
|
+
porcelain.use_azure_single_server_usernames)
|
1982
1988
|
plumbing.username = (porcelain.username)
|
1983
1989
|
return plumbing
|
1984
1990
|
|
@@ -2165,9 +2171,12 @@ def convert_azure_mysql_to_porcelain(plumbing):
|
|
2165
2171
|
porcelain.password = (plumbing.password)
|
2166
2172
|
porcelain.port = (plumbing.port)
|
2167
2173
|
porcelain.port_override = (plumbing.port_override)
|
2174
|
+
porcelain.require_native_auth = (plumbing.require_native_auth)
|
2168
2175
|
porcelain.secret_store_id = (plumbing.secret_store_id)
|
2169
2176
|
porcelain.subdomain = (plumbing.subdomain)
|
2170
2177
|
porcelain.tags = convert_tags_to_porcelain(plumbing.tags)
|
2178
|
+
porcelain.use_azure_single_server_usernames = (
|
2179
|
+
plumbing.use_azure_single_server_usernames)
|
2171
2180
|
porcelain.username = (plumbing.username)
|
2172
2181
|
return porcelain
|
2173
2182
|
|
@@ -2186,9 +2195,12 @@ def convert_azure_mysql_to_plumbing(porcelain):
|
|
2186
2195
|
plumbing.password = (porcelain.password)
|
2187
2196
|
plumbing.port = (porcelain.port)
|
2188
2197
|
plumbing.port_override = (porcelain.port_override)
|
2198
|
+
plumbing.require_native_auth = (porcelain.require_native_auth)
|
2189
2199
|
plumbing.secret_store_id = (porcelain.secret_store_id)
|
2190
2200
|
plumbing.subdomain = (porcelain.subdomain)
|
2191
2201
|
plumbing.tags.CopyFrom(convert_tags_to_plumbing(porcelain.tags))
|
2202
|
+
plumbing.use_azure_single_server_usernames = (
|
2203
|
+
porcelain.use_azure_single_server_usernames)
|
2192
2204
|
plumbing.username = (porcelain.username)
|
2193
2205
|
return plumbing
|
2194
2206
|
|
@@ -2262,6 +2274,122 @@ def convert_repeated_azure_postgres_to_porcelain(plumbings):
|
|
2262
2274
|
]
|
2263
2275
|
|
2264
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
|
+
|
2265
2393
|
def convert_azure_store_to_porcelain(plumbing):
|
2266
2394
|
if plumbing is None:
|
2267
2395
|
return None
|
@@ -2464,9 +2592,12 @@ def convert_clustrix_to_porcelain(plumbing):
|
|
2464
2592
|
porcelain.password = (plumbing.password)
|
2465
2593
|
porcelain.port = (plumbing.port)
|
2466
2594
|
porcelain.port_override = (plumbing.port_override)
|
2595
|
+
porcelain.require_native_auth = (plumbing.require_native_auth)
|
2467
2596
|
porcelain.secret_store_id = (plumbing.secret_store_id)
|
2468
2597
|
porcelain.subdomain = (plumbing.subdomain)
|
2469
2598
|
porcelain.tags = convert_tags_to_porcelain(plumbing.tags)
|
2599
|
+
porcelain.use_azure_single_server_usernames = (
|
2600
|
+
plumbing.use_azure_single_server_usernames)
|
2470
2601
|
porcelain.username = (plumbing.username)
|
2471
2602
|
return porcelain
|
2472
2603
|
|
@@ -2485,9 +2616,12 @@ def convert_clustrix_to_plumbing(porcelain):
|
|
2485
2616
|
plumbing.password = (porcelain.password)
|
2486
2617
|
plumbing.port = (porcelain.port)
|
2487
2618
|
plumbing.port_override = (porcelain.port_override)
|
2619
|
+
plumbing.require_native_auth = (porcelain.require_native_auth)
|
2488
2620
|
plumbing.secret_store_id = (porcelain.secret_store_id)
|
2489
2621
|
plumbing.subdomain = (porcelain.subdomain)
|
2490
2622
|
plumbing.tags.CopyFrom(convert_tags_to_plumbing(porcelain.tags))
|
2623
|
+
plumbing.use_azure_single_server_usernames = (
|
2624
|
+
porcelain.use_azure_single_server_usernames)
|
2491
2625
|
plumbing.username = (porcelain.username)
|
2492
2626
|
return plumbing
|
2493
2627
|
|
@@ -3338,6 +3472,7 @@ def convert_gateway_to_porcelain(plumbing):
|
|
3338
3472
|
return None
|
3339
3473
|
porcelain = models.Gateway()
|
3340
3474
|
porcelain.bind_address = (plumbing.bind_address)
|
3475
|
+
porcelain.connects_to = (plumbing.connects_to)
|
3341
3476
|
porcelain.device = (plumbing.device)
|
3342
3477
|
porcelain.gateway_filter = (plumbing.gateway_filter)
|
3343
3478
|
porcelain.id = (plumbing.id)
|
@@ -3355,6 +3490,7 @@ def convert_gateway_to_plumbing(porcelain):
|
|
3355
3490
|
if porcelain is None:
|
3356
3491
|
return plumbing
|
3357
3492
|
plumbing.bind_address = (porcelain.bind_address)
|
3493
|
+
plumbing.connects_to = (porcelain.connects_to)
|
3358
3494
|
plumbing.device = (porcelain.device)
|
3359
3495
|
plumbing.gateway_filter = (porcelain.gateway_filter)
|
3360
3496
|
plumbing.id = (porcelain.id)
|
@@ -4038,10 +4174,13 @@ def convert_mtls_mysql_to_porcelain(plumbing):
|
|
4038
4174
|
porcelain.password = (plumbing.password)
|
4039
4175
|
porcelain.port = (plumbing.port)
|
4040
4176
|
porcelain.port_override = (plumbing.port_override)
|
4177
|
+
porcelain.require_native_auth = (plumbing.require_native_auth)
|
4041
4178
|
porcelain.secret_store_id = (plumbing.secret_store_id)
|
4042
4179
|
porcelain.server_name = (plumbing.server_name)
|
4043
4180
|
porcelain.subdomain = (plumbing.subdomain)
|
4044
4181
|
porcelain.tags = convert_tags_to_porcelain(plumbing.tags)
|
4182
|
+
porcelain.use_azure_single_server_usernames = (
|
4183
|
+
plumbing.use_azure_single_server_usernames)
|
4045
4184
|
porcelain.username = (plumbing.username)
|
4046
4185
|
return porcelain
|
4047
4186
|
|
@@ -4063,10 +4202,13 @@ def convert_mtls_mysql_to_plumbing(porcelain):
|
|
4063
4202
|
plumbing.password = (porcelain.password)
|
4064
4203
|
plumbing.port = (porcelain.port)
|
4065
4204
|
plumbing.port_override = (porcelain.port_override)
|
4205
|
+
plumbing.require_native_auth = (porcelain.require_native_auth)
|
4066
4206
|
plumbing.secret_store_id = (porcelain.secret_store_id)
|
4067
4207
|
plumbing.server_name = (porcelain.server_name)
|
4068
4208
|
plumbing.subdomain = (porcelain.subdomain)
|
4069
4209
|
plumbing.tags.CopyFrom(convert_tags_to_plumbing(porcelain.tags))
|
4210
|
+
plumbing.use_azure_single_server_usernames = (
|
4211
|
+
porcelain.use_azure_single_server_usernames)
|
4070
4212
|
plumbing.username = (porcelain.username)
|
4071
4213
|
return plumbing
|
4072
4214
|
|
@@ -4162,9 +4304,12 @@ def convert_maria_to_porcelain(plumbing):
|
|
4162
4304
|
porcelain.password = (plumbing.password)
|
4163
4305
|
porcelain.port = (plumbing.port)
|
4164
4306
|
porcelain.port_override = (plumbing.port_override)
|
4307
|
+
porcelain.require_native_auth = (plumbing.require_native_auth)
|
4165
4308
|
porcelain.secret_store_id = (plumbing.secret_store_id)
|
4166
4309
|
porcelain.subdomain = (plumbing.subdomain)
|
4167
4310
|
porcelain.tags = convert_tags_to_porcelain(plumbing.tags)
|
4311
|
+
porcelain.use_azure_single_server_usernames = (
|
4312
|
+
plumbing.use_azure_single_server_usernames)
|
4168
4313
|
porcelain.username = (plumbing.username)
|
4169
4314
|
return porcelain
|
4170
4315
|
|
@@ -4183,9 +4328,12 @@ def convert_maria_to_plumbing(porcelain):
|
|
4183
4328
|
plumbing.password = (porcelain.password)
|
4184
4329
|
plumbing.port = (porcelain.port)
|
4185
4330
|
plumbing.port_override = (porcelain.port_override)
|
4331
|
+
plumbing.require_native_auth = (porcelain.require_native_auth)
|
4186
4332
|
plumbing.secret_store_id = (porcelain.secret_store_id)
|
4187
4333
|
plumbing.subdomain = (porcelain.subdomain)
|
4188
4334
|
plumbing.tags.CopyFrom(convert_tags_to_plumbing(porcelain.tags))
|
4335
|
+
plumbing.use_azure_single_server_usernames = (
|
4336
|
+
porcelain.use_azure_single_server_usernames)
|
4189
4337
|
plumbing.username = (porcelain.username)
|
4190
4338
|
return plumbing
|
4191
4339
|
|
@@ -4258,9 +4406,12 @@ def convert_memsql_to_porcelain(plumbing):
|
|
4258
4406
|
porcelain.password = (plumbing.password)
|
4259
4407
|
porcelain.port = (plumbing.port)
|
4260
4408
|
porcelain.port_override = (plumbing.port_override)
|
4409
|
+
porcelain.require_native_auth = (plumbing.require_native_auth)
|
4261
4410
|
porcelain.secret_store_id = (plumbing.secret_store_id)
|
4262
4411
|
porcelain.subdomain = (plumbing.subdomain)
|
4263
4412
|
porcelain.tags = convert_tags_to_porcelain(plumbing.tags)
|
4413
|
+
porcelain.use_azure_single_server_usernames = (
|
4414
|
+
plumbing.use_azure_single_server_usernames)
|
4264
4415
|
porcelain.username = (plumbing.username)
|
4265
4416
|
return porcelain
|
4266
4417
|
|
@@ -4279,9 +4430,12 @@ def convert_memsql_to_plumbing(porcelain):
|
|
4279
4430
|
plumbing.password = (porcelain.password)
|
4280
4431
|
plumbing.port = (porcelain.port)
|
4281
4432
|
plumbing.port_override = (porcelain.port_override)
|
4433
|
+
plumbing.require_native_auth = (porcelain.require_native_auth)
|
4282
4434
|
plumbing.secret_store_id = (porcelain.secret_store_id)
|
4283
4435
|
plumbing.subdomain = (porcelain.subdomain)
|
4284
4436
|
plumbing.tags.CopyFrom(convert_tags_to_plumbing(porcelain.tags))
|
4437
|
+
plumbing.use_azure_single_server_usernames = (
|
4438
|
+
porcelain.use_azure_single_server_usernames)
|
4285
4439
|
plumbing.username = (porcelain.username)
|
4286
4440
|
return plumbing
|
4287
4441
|
|
@@ -4604,9 +4758,12 @@ def convert_mysql_to_porcelain(plumbing):
|
|
4604
4758
|
porcelain.password = (plumbing.password)
|
4605
4759
|
porcelain.port = (plumbing.port)
|
4606
4760
|
porcelain.port_override = (plumbing.port_override)
|
4761
|
+
porcelain.require_native_auth = (plumbing.require_native_auth)
|
4607
4762
|
porcelain.secret_store_id = (plumbing.secret_store_id)
|
4608
4763
|
porcelain.subdomain = (plumbing.subdomain)
|
4609
4764
|
porcelain.tags = convert_tags_to_porcelain(plumbing.tags)
|
4765
|
+
porcelain.use_azure_single_server_usernames = (
|
4766
|
+
plumbing.use_azure_single_server_usernames)
|
4610
4767
|
porcelain.username = (plumbing.username)
|
4611
4768
|
return porcelain
|
4612
4769
|
|
@@ -4625,9 +4782,12 @@ def convert_mysql_to_plumbing(porcelain):
|
|
4625
4782
|
plumbing.password = (porcelain.password)
|
4626
4783
|
plumbing.port = (porcelain.port)
|
4627
4784
|
plumbing.port_override = (porcelain.port_override)
|
4785
|
+
plumbing.require_native_auth = (porcelain.require_native_auth)
|
4628
4786
|
plumbing.secret_store_id = (porcelain.secret_store_id)
|
4629
4787
|
plumbing.subdomain = (porcelain.subdomain)
|
4630
4788
|
plumbing.tags.CopyFrom(convert_tags_to_plumbing(porcelain.tags))
|
4789
|
+
plumbing.use_azure_single_server_usernames = (
|
4790
|
+
porcelain.use_azure_single_server_usernames)
|
4631
4791
|
plumbing.username = (porcelain.username)
|
4632
4792
|
return plumbing
|
4633
4793
|
|
@@ -5662,6 +5822,7 @@ def convert_relay_to_porcelain(plumbing):
|
|
5662
5822
|
if plumbing is None:
|
5663
5823
|
return None
|
5664
5824
|
porcelain = models.Relay()
|
5825
|
+
porcelain.connects_to = (plumbing.connects_to)
|
5665
5826
|
porcelain.device = (plumbing.device)
|
5666
5827
|
porcelain.gateway_filter = (plumbing.gateway_filter)
|
5667
5828
|
porcelain.id = (plumbing.id)
|
@@ -5677,6 +5838,7 @@ def convert_relay_to_plumbing(porcelain):
|
|
5677
5838
|
plumbing = Relay()
|
5678
5839
|
if porcelain is None:
|
5679
5840
|
return plumbing
|
5841
|
+
plumbing.connects_to = (porcelain.connects_to)
|
5680
5842
|
plumbing.device = (porcelain.device)
|
5681
5843
|
plumbing.gateway_filter = (porcelain.gateway_filter)
|
5682
5844
|
plumbing.id = (porcelain.id)
|
@@ -6171,6 +6333,12 @@ def convert_resource_to_plumbing(porcelain):
|
|
6171
6333
|
if isinstance(porcelain, models.AzurePostgres):
|
6172
6334
|
plumbing.azure_postgres.CopyFrom(
|
6173
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))
|
6174
6342
|
if isinstance(porcelain, models.BigQuery):
|
6175
6343
|
plumbing.big_query.CopyFrom(convert_big_query_to_plumbing(porcelain))
|
6176
6344
|
if isinstance(porcelain, models.Cassandra):
|
@@ -6368,6 +6536,12 @@ def convert_resource_to_porcelain(plumbing):
|
|
6368
6536
|
return convert_azure_mysql_to_porcelain(plumbing.azure_mysql)
|
6369
6537
|
if plumbing.HasField('azure_postgres'):
|
6370
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)
|
6371
6545
|
if plumbing.HasField('big_query'):
|
6372
6546
|
return convert_big_query_to_porcelain(plumbing.big_query)
|
6373
6547
|
if plumbing.HasField('cassandra'):
|
@@ -7676,9 +7850,12 @@ def convert_single_store_to_porcelain(plumbing):
|
|
7676
7850
|
porcelain.password = (plumbing.password)
|
7677
7851
|
porcelain.port = (plumbing.port)
|
7678
7852
|
porcelain.port_override = (plumbing.port_override)
|
7853
|
+
porcelain.require_native_auth = (plumbing.require_native_auth)
|
7679
7854
|
porcelain.secret_store_id = (plumbing.secret_store_id)
|
7680
7855
|
porcelain.subdomain = (plumbing.subdomain)
|
7681
7856
|
porcelain.tags = convert_tags_to_porcelain(plumbing.tags)
|
7857
|
+
porcelain.use_azure_single_server_usernames = (
|
7858
|
+
plumbing.use_azure_single_server_usernames)
|
7682
7859
|
porcelain.username = (plumbing.username)
|
7683
7860
|
return porcelain
|
7684
7861
|
|
@@ -7697,9 +7874,12 @@ def convert_single_store_to_plumbing(porcelain):
|
|
7697
7874
|
plumbing.password = (porcelain.password)
|
7698
7875
|
plumbing.port = (porcelain.port)
|
7699
7876
|
plumbing.port_override = (porcelain.port_override)
|
7877
|
+
plumbing.require_native_auth = (porcelain.require_native_auth)
|
7700
7878
|
plumbing.secret_store_id = (porcelain.secret_store_id)
|
7701
7879
|
plumbing.subdomain = (porcelain.subdomain)
|
7702
7880
|
plumbing.tags.CopyFrom(convert_tags_to_plumbing(porcelain.tags))
|
7881
|
+
plumbing.use_azure_single_server_usernames = (
|
7882
|
+
porcelain.use_azure_single_server_usernames)
|
7703
7883
|
plumbing.username = (porcelain.username)
|
7704
7884
|
return plumbing
|
7705
7885
|
|
@@ -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
|