AuthScheme Parameter (Connect-GoogleBigQuery Cmdlet)
The type of authentication to use when connecting to Google BigQuery.
Syntax
Connect-GoogleBigQuery -AuthScheme string
Possible Values
Auto, OAuth, OAuthJWT, GCPInstanceAccountData Type
cstr
Default Value
"Auto"
Remarks
- Auto: Lets the driver decide automatically based on the other connection properties you have set.
- OAuth: Set this to perform OAuth authentication using a standard user account.
- OAuthJWT: Set this to perform OAuth authentication using an OAuth service account.
- GCPInstanceAccount: Set this to get Access Token from Google Cloud Platform instance.