Reference documentation and code samples for the BigQuery Connection V1 API class Google::Cloud::Bigquery::Connection::V1::AzureProperties.
Container for connection properties specific to Azure.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#application
def application() -> ::String
Returns
- (::String) — Output only. The name of the Azure Active Directory Application.
#client_id
def client_id() -> ::String
Returns
- (::String) — Output only. The client id of the Azure Active Directory Application.
#customer_tenant_id
def customer_tenant_id() -> ::String
Returns
- (::String) — The id of customer's directory that host the data.
#customer_tenant_id=
def customer_tenant_id=(value) -> ::String
Parameter
- value (::String) — The id of customer's directory that host the data.
Returns
- (::String) — The id of customer's directory that host the data.
#federated_application_client_id
def federated_application_client_id() -> ::String
Returns
- (::String) — The client ID of the user's Azure Active Directory Application used for a federated connection.
#federated_application_client_id=
def federated_application_client_id=(value) -> ::String
Parameter
- value (::String) — The client ID of the user's Azure Active Directory Application used for a federated connection.
Returns
- (::String) — The client ID of the user's Azure Active Directory Application used for a federated connection.
#identity
def identity() -> ::String
Returns
- (::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.
#object_id
def object_id() -> ::String
Returns
- (::String) — Output only. The object id of the Azure Active Directory Application.
#redirect_uri
def redirect_uri() -> ::String
Returns
- (::String) — The URL user will be redirected to after granting consent during connection setup.
#redirect_uri=
def redirect_uri=(value) -> ::String
Parameter
- value (::String) — The URL user will be redirected to after granting consent during connection setup.
Returns
- (::String) — The URL user will be redirected to after granting consent during connection setup.