Class: Google::Cloud::Bigquery::Connection::V1::AzureProperties

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#application::String (readonly)

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

Returns:

  • (::String)

    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.

Returns:

  • (::String)

    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.

Returns:

  • (::String)

    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.

Returns:

  • (::String)

    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.

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.



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.

Returns:

  • (::String)

    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.

Returns:

  • (::String)

    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