skip to main content
Connection Option Descriptions : Scope
  

Try DataDirect Drivers Now

Scope

Attribute

Scope (OAS)

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

Default

None

GUI Tab

Authentication tab

See Also

*Authentication Method
*OAuth 2.0 Authentication