Google Connection Properties
The following properties are available for Google Connection objects, grouped by the categories shown in the connection editors.
Authorization Configuration
| Property | Type | Default | Description |
|---|---|---|---|
string |
Sets the authority URI used by this connection to get an OAuth token. This property is optional, depending on the OAuth provider and application configuration. |
||
string |
Sets the certificate used by this connection to get an OAuth token. This property is optional, depending on the GrantType and application configuration. The value of this property can be set to a path, an environment variable resolving to a path, or a base64-encoded X509 certificate containing a private key. |
||
string |
Sets the certificate password used by this connection to get an OAuth token. This property is optional, depending on the GrantType, application configuration, and ClientCertificate. |
||
string |
Sets the client ID used by this connection to get an OAuth token. |
||
string |
Sets the client secret used by this connection to get an OAuth token. This property is optional, depending on the GrantType and application configuration. |
||
OAuthGrantType |
OAuthGrantType.Authorization_Code |
Sets the grant type used by this connection to get an OAuth token. |
|
string |
Sets the redirect URI used by this connection to get an OAuth token. This property is optional, depending on whether the OAuth application is a public or confidential client application. |
||
string |
Sets the tenant ID used by this connection to get an OAuth token. |
Test
| Property | Type | Default | Description |
|---|---|---|---|
string |
Sets or returns the resource URI requested by this connection when getting an OAuth token. This property is optional, depending on whether the Scopes property is explicitly configured in metadata or by the consuming connection. |
||
List<string> |
Sets or returns the scopes requested by this connection when getting an OAuth token. This property is optional, depending on whether the ResourceUri property is explicitly configured in metadata or by the consuming connection. |
||
TokenTable |