Scope Parameter (Connect-GoogleSpanner Cmdlet)
Identifies the Google API access that your application is requesting. Scopes are space-delimited.
Syntax
Connect-GoogleSpanner -Scope string
Data Type
cstr
Default Value
""
Remarks
Specify scope to obtain the initial access and refresh token.
By default the cmdlet 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.