Module: Google::Cloud::Sql::V1::Settings::DataApiAccess
- Defined in:
- proto_docs/google/cloud/sql/v1/cloud_sql_resources.rb
Overview
ExecuteSql API's access to the instance.
Constant Summary collapse
- DATA_API_ACCESS_UNSPECIFIED =
Unspecified, effectively the same as
DISALLOW_DATA_API. 0- DISALLOW_DATA_API =
Disallow using ExecuteSql API to connect to the instance.
1- ALLOW_DATA_API =
Allow using ExecuteSql API to connect to the instance. For private IP instances, this allows authorized users to access the instance from the public internet using ExecuteSql API.
2