Google BigQuery Connection V1 Client - Class AzureProperties (1.5.0)

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 \ V1

Methods

__construct

Constructor.

Parameters
NameDescription
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
TypeDescription
string

setApplication

Output only. The name of the Azure Active Directory Application.

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getClientId

Output only. The client id of the Azure Active Directory Application.

Returns
TypeDescription
string

setClientId

Output only. The client id of the Azure Active Directory Application.

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getObjectId

Output only. The object id of the Azure Active Directory Application.

Returns
TypeDescription
string

setObjectId

Output only. The object id of the Azure Active Directory Application.

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getCustomerTenantId

The id of customer's directory that host the data.

Returns
TypeDescription
string

setCustomerTenantId

The id of customer's directory that host the data.

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getRedirectUri

The URL user will be redirected to after granting consent during connection setup.

Returns
TypeDescription
string

setRedirectUri

The URL user will be redirected to after granting consent during connection setup.

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getFederatedApplicationClientId

The client ID of the user's Azure Active Directory Application used for a federated connection.

Returns
TypeDescription
string

setFederatedApplicationClientId

The client ID of the user's Azure Active Directory Application used for a federated connection.

Parameter
NameDescription
var string
Returns
TypeDescription
$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
TypeDescription
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
NameDescription
var string
Returns
TypeDescription
$this