Class: Google::Cloud::Bigquery::Connection::V1::AzureProperties
- Inherits:
-
Object
- Object
- Google::Cloud::Bigquery::Connection::V1::AzureProperties
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/bigquery/connection/v1/connection.rb
Overview
Container for connection properties specific to Azure.
Instance Attribute Summary collapse
-
#application ⇒ ::String
readonly
Output only.
-
#client_id ⇒ ::String
readonly
Output only.
-
#customer_tenant_id ⇒ ::String
The id of customer's directory that host the data.
-
#federated_application_client_id ⇒ ::String
The client ID of the user's Azure Active Directory Application used for a federated connection.
-
#identity ⇒ ::String
readonly
Output only.
-
#object_id ⇒ ::String
readonly
Output only.
-
#redirect_uri ⇒ ::String
The URL user will be redirected to after granting consent during connection setup.
Instance Attribute Details
#application ⇒ ::String (readonly)
Returns Output only. The name of the Azure Active Directory Application.
333 334 335 336 |
# File 'proto_docs/google/cloud/bigquery/connection/v1/connection.rb', line 333 class AzureProperties include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#client_id ⇒ ::String (readonly)
Returns Output only. The client id of the Azure Active Directory Application.
333 334 335 336 |
# File 'proto_docs/google/cloud/bigquery/connection/v1/connection.rb', line 333 class AzureProperties include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#customer_tenant_id ⇒ ::String
Returns The id of customer's directory that host the data.
333 334 335 336 |
# File 'proto_docs/google/cloud/bigquery/connection/v1/connection.rb', line 333 class AzureProperties include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#federated_application_client_id ⇒ ::String
Returns The client ID of the user's Azure Active Directory Application used for a federated connection.
333 334 335 336 |
# File 'proto_docs/google/cloud/bigquery/connection/v1/connection.rb', line 333 class AzureProperties include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#identity ⇒ ::String (readonly)
Returns 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.
333 334 335 336 |
# File 'proto_docs/google/cloud/bigquery/connection/v1/connection.rb', line 333 class AzureProperties include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#object_id ⇒ ::String (readonly)
Returns Output only. The object id of the Azure Active Directory Application.
333 334 335 336 |
# File 'proto_docs/google/cloud/bigquery/connection/v1/connection.rb', line 333 class AzureProperties include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#redirect_uri ⇒ ::String
Returns The URL user will be redirected to after granting consent during connection setup.
333 334 335 336 |
# File 'proto_docs/google/cloud/bigquery/connection/v1/connection.rb', line 333 class AzureProperties include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |