Scope
Identifies the Google API access that your application is requesting. Scopes are space-delimited.
Data Type
string
Default Value
""
Remarks
Specify scope to obtain the initial access and refresh token.
By default the adapter requests only the scope https://www.googleapis.com/auth/spanner.data, but in some cases more scopes are required. For example, when executing DDL queries the additional scope https://www.googleapis.com/auth/spanner.admin is also required.