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. The driver uses this value when authenticating to a REST service using OAuth 2.0 (AuthenticationMethod=OAuth2).

Valid Values

string
where:
string
is a space-separated list of security scopes.

Examples

The following example demonstrates a configuration that limits the user to read only access to user permissions and data using Google Analytics API.
Scope=https://www.googleapis.com/auth/analytics.manage.users.readonly
https://www.googleapis.com/auth/analytics.readonly

Data Source Method

setScope

Default

None

Data Type

String

See Also

*OAuth 2.0 authentication
*OAuth 2.0 properties