Oracle Database@Google Cloud V1 API - Class Google::Cloud::OracleDatabase::V1::GoldengateAzureDataLakeStorageConnectionProperties (v0.14.0)

Reference documentation and code samples for the Oracle Database@Google Cloud V1 API class Google::Cloud::OracleDatabase::V1::GoldengateAzureDataLakeStorageConnectionProperties.

The properties of GoldengateAzureDataLakeStorageConnection.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#account

def account() -> ::String
Returns
  • (::String) — Optional. Sets the Azure storage account name.

#account=

def account=(value) -> ::String
Parameter
  • value (::String) — Optional. Sets the Azure storage account name.
Returns
  • (::String) — Optional. Sets the Azure storage account name.

#account_key_secret

def account_key_secret() -> ::String
Returns
  • (::String) — Optional. Azure storage account key. This property is required when 'authentication_type' is set to 'SHARED_KEY'.

#account_key_secret=

def account_key_secret=(value) -> ::String
Parameter
  • value (::String) — Optional. Azure storage account key. This property is required when 'authentication_type' is set to 'SHARED_KEY'.
Returns
  • (::String) — Optional. Azure storage account key. This property is required when 'authentication_type' is set to 'SHARED_KEY'.

#authentication_type

def authentication_type() -> ::Google::Cloud::OracleDatabase::V1::GoldengateAzureDataLakeStorageConnectionProperties::AuthenticationType
Returns

#authentication_type=

def authentication_type=(value) -> ::Google::Cloud::OracleDatabase::V1::GoldengateAzureDataLakeStorageConnectionProperties::AuthenticationType
Parameter
Returns

#azure_authority_host

def azure_authority_host() -> ::String
Returns
  • (::String) — Optional. The endpoint used for authentication with Microsoft Entra ID (formerly Azure Active Directory). Default value: https://login.microsoftonline.com

#azure_authority_host=

def azure_authority_host=(value) -> ::String
Parameter
  • value (::String) — Optional. The endpoint used for authentication with Microsoft Entra ID (formerly Azure Active Directory). Default value: https://login.microsoftonline.com
Returns
  • (::String) — Optional. The endpoint used for authentication with Microsoft Entra ID (formerly Azure Active Directory). Default value: https://login.microsoftonline.com

#azure_tenant_id

def azure_tenant_id() -> ::String
Returns
  • (::String) — Optional. Azure tenant ID of the application. This property is required when 'authentication_type' is set to 'AZURE_ACTIVE_DIRECTORY'.

#azure_tenant_id=

def azure_tenant_id=(value) -> ::String
Parameter
  • value (::String) — Optional. Azure tenant ID of the application. This property is required when 'authentication_type' is set to 'AZURE_ACTIVE_DIRECTORY'.
Returns
  • (::String) — Optional. Azure tenant ID of the application. This property is required when 'authentication_type' is set to 'AZURE_ACTIVE_DIRECTORY'.

#client_id

def client_id() -> ::String
Returns
  • (::String) — Optional. Azure client ID of the application. This property is required when 'authentication_type' is set to 'AZURE_ACTIVE_DIRECTORY'.

#client_id=

def client_id=(value) -> ::String
Parameter
  • value (::String) — Optional. Azure client ID of the application. This property is required when 'authentication_type' is set to 'AZURE_ACTIVE_DIRECTORY'.
Returns
  • (::String) — Optional. Azure client ID of the application. This property is required when 'authentication_type' is set to 'AZURE_ACTIVE_DIRECTORY'.

#client_secret

def client_secret() -> ::String
Returns
  • (::String) — Optional. Azure client secret (aka application password) for authentication.

#client_secret=

def client_secret=(value) -> ::String
Parameter
  • value (::String) — Optional. Azure client secret (aka application password) for authentication.
Returns
  • (::String) — Optional. Azure client secret (aka application password) for authentication.

#endpoint

def endpoint() -> ::String
Returns
  • (::String) — Optional. Azure Storage service endpoint. e.g: https://test.blob.core.windows.net

#endpoint=

def endpoint=(value) -> ::String
Parameter
  • value (::String) — Optional. Azure Storage service endpoint. e.g: https://test.blob.core.windows.net
Returns
  • (::String) — Optional. Azure Storage service endpoint. e.g: https://test.blob.core.windows.net

#sas_token_secret

def sas_token_secret() -> ::String
Returns
  • (::String) — Optional. Credential that uses a shared access signature (SAS) to authenticate to an Azure Service.

#sas_token_secret=

def sas_token_secret=(value) -> ::String
Parameter
  • value (::String) — Optional. Credential that uses a shared access signature (SAS) to authenticate to an Azure Service.
Returns
  • (::String) — Optional. Credential that uses a shared access signature (SAS) to authenticate to an Azure Service.

#technology_type

def technology_type() -> ::String
Returns
  • (::String) — Optional. The technology type of AzureDataLakeStorageConnection.

#technology_type=

def technology_type=(value) -> ::String
Parameter
  • value (::String) — Optional. The technology type of AzureDataLakeStorageConnection.
Returns
  • (::String) — Optional. The technology type of AzureDataLakeStorageConnection.