skip to main content
Connection property descriptions : Scope
  

Try DataDirect Drivers Now

Scope

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

See Also

*AccessToken
*Configuring OAuth 2.0 authentication
*OAuth 2.0 properties