Scope
- Last Updated: August 20, 2019
- 1 minute read
- DataDirect Connectors
- JDBC
- Google BigQuery 6.0
- Documentation
Purpose
Specifies a space-separated list of OAuth scopes that limit the permissions granted by an access token at the time of connection.
Valid Values
string
where:
- string
- is a space-separated list of security scopes.
Examples
The following example demonstrates a configuration that allows the user to view and manage tables created from Google drive.
Scope=https://www.googleapis.com/auth/drive
Data Source Method
setScope
Default
https://www.googleapis.com/auth/bigquery
Data Type
String