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
Namespace
Google \ Cloud \ BigQuery \ Connection \ V1Methods
__construct
Constructor.
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.
string
setApplication
Output only. The name of the Azure Active Directory Application.
var
string
$this
getClientId
Output only. The client id of the Azure Active Directory Application.
string
setClientId
Output only. The client id of the Azure Active Directory Application.
var
string
$this
getObjectId
Output only. The object id of the Azure Active Directory Application.
string
setObjectId
Output only. The object id of the Azure Active Directory Application.
var
string
$this
getCustomerTenantId
The id of customer's directory that host the data.
string
setCustomerTenantId
The id of customer's directory that host the data.
var
string
$this
getRedirectUri
The URL user will be redirected to after granting consent during connection setup.
string
setRedirectUri
The URL user will be redirected to after granting consent during connection setup.
var
string
$this
getFederatedApplicationClientId
The client ID of the user's Azure Active Directory Application used for a federated connection.
string
setFederatedApplicationClientId
The client ID of the user's Azure Active Directory Application used for a federated connection.
var
string
$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.
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.
var
string
$this