Class: Google::Cloud::OracleDatabase::V1::GoldengateMicrosoftFabricConnectionProperties
- Inherits:
-
Object
- Object
- Google::Cloud::OracleDatabase::V1::GoldengateMicrosoftFabricConnectionProperties
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/oracledatabase/v1/goldengate_connection.rb
Overview
The properties of GoldengateMicrosoftFabricConnection.
Instance Attribute Summary collapse
-
#client_id ⇒ ::String
Optional.
-
#client_secret ⇒ ::String
Optional.
-
#endpoint ⇒ ::String
Optional.
-
#technology_type ⇒ ::String
Optional.
-
#tenant_id ⇒ ::String
Optional.
Instance Attribute Details
#client_id ⇒ ::String
Returns Optional. Azure client ID of the application.
1827 1828 1829 1830 |
# File 'proto_docs/google/cloud/oracledatabase/v1/goldengate_connection.rb', line 1827 class GoldengateMicrosoftFabricConnectionProperties include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#client_secret ⇒ ::String
Returns Optional. Client secret associated with the client id.
1827 1828 1829 1830 |
# File 'proto_docs/google/cloud/oracledatabase/v1/goldengate_connection.rb', line 1827 class GoldengateMicrosoftFabricConnectionProperties include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#endpoint ⇒ ::String
Returns Optional. Optional Microsoft Fabric service endpoint. Default value: https://onelake.dfs.fabric.microsoft.com.
1827 1828 1829 1830 |
# File 'proto_docs/google/cloud/oracledatabase/v1/goldengate_connection.rb', line 1827 class GoldengateMicrosoftFabricConnectionProperties include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#technology_type ⇒ ::String
Returns Optional. The technology type of MicrosoftFabricConnection.
1827 1828 1829 1830 |
# File 'proto_docs/google/cloud/oracledatabase/v1/goldengate_connection.rb', line 1827 class GoldengateMicrosoftFabricConnectionProperties include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#tenant_id ⇒ ::String
Returns Optional. Azure tenant ID of the application.
1827 1828 1829 1830 |
# File 'proto_docs/google/cloud/oracledatabase/v1/goldengate_connection.rb', line 1827 class GoldengateMicrosoftFabricConnectionProperties include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |