Reference documentation and code samples for the Google BigQuery Connection V1 Client class AzureProperties.
Container for connection properties specific to Azure.
Generated from protobuf message google.cloud.bigquery.connection.v1.AzureProperties
Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ application |
string
Output only. The name of the Azure Active Directory Application. |
↳ client_id |
string
Output only. The client id of the Azure Active Directory Application. |
↳ object_id |
string
Output only. The object id of the Azure Active Directory Application. |
↳ customer_tenant_id |
string
The id of customer's directory that host the data. |
↳ redirect_uri |
string
The URL user will be redirected to after granting consent during connection setup. |
↳ federated_application_client_id |
string
The client id of the user's Azure Active Directory Application used for a federated connection. |
↳ identity |
string
Output only. A unique Google-owned and Google-generated identity for the Connection. This identity will be used to access the user's Azure Active Directory Application. |
getApplication
Output only. The name of the Azure Active Directory Application.
| Returns | |
|---|---|
| Type | Description |
string |
|
setApplication
Output only. The name of the Azure Active Directory Application.
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getClientId
Output only. The client id of the Azure Active Directory Application.
| Returns | |
|---|---|
| Type | Description |
string |
|
setClientId
Output only. The client id of the Azure Active Directory Application.
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getObjectId
Output only. The object id of the Azure Active Directory Application.
| Returns | |
|---|---|
| Type | Description |
string |
|
setObjectId
Output only. The object id of the Azure Active Directory Application.
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getCustomerTenantId
The id of customer's directory that host the data.
| Returns | |
|---|---|
| Type | Description |
string |
|
setCustomerTenantId
The id of customer's directory that host the data.
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getRedirectUri
The URL user will be redirected to after granting consent during connection setup.
| Returns | |
|---|---|
| Type | Description |
string |
|
setRedirectUri
The URL user will be redirected to after granting consent during connection setup.
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getFederatedApplicationClientId
The client id of the user's Azure Active Directory Application used for a federated connection.
| Returns | |
|---|---|
| Type | Description |
string |
|
setFederatedApplicationClientId
The client id of the user's Azure Active Directory Application used for a federated connection.
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getIdentity
Output only. A unique Google-owned and Google-generated identity for the Connection.
This identity will be used to access the user's Azure Active Directory Application.
| Returns | |
|---|---|
| Type | Description |
string |
|
setIdentity
Output only. A unique Google-owned and Google-generated identity for the Connection.
This identity will be used to access the user's Azure Active Directory Application.
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|