GoldengateAzureDataLakeStorageConnectionProperties(
mapping=None, *, ignore_unknown_fields=False, **kwargs
)The properties of GoldengateAzureDataLakeStorageConnection.
Attributes |
|
|---|---|
| Name | Description |
technology_type |
str
Optional. The technology type of AzureDataLakeStorageConnection. |
authentication_type |
google.cloud.oracledatabase_v1.types.GoldengateAzureDataLakeStorageConnectionProperties.AuthenticationType
Optional. Authentication mechanism to access Azure Data Lake Storage. |
account |
str
Optional. Sets the Azure storage account name. |
account_key_secret |
str
Optional. Azure storage account key. This property is required when 'authentication_type' is set to 'SHARED_KEY'. |
sas_token_secret |
str
Optional. Credential that uses a shared access signature (SAS) to authenticate to an Azure Service. |
azure_tenant_id |
str
Optional. Azure tenant ID of the application. This property is required when 'authentication_type' is set to 'AZURE_ACTIVE_DIRECTORY'. |
client_id |
str
Optional. Azure client ID of the application. This property is required when 'authentication_type' is set to 'AZURE_ACTIVE_DIRECTORY'. |
client_secret |
str
Optional. Azure client secret (aka application password) for authentication. |
endpoint |
str
Optional. Azure Storage service endpoint. e.g: https://test.blob.core.windows.net |
azure_authority_host |
str
Optional. The endpoint used for authentication with Microsoft Entra ID (formerly Azure Active Directory). Default value: https://login.microsoftonline.com |
Classes
AuthenticationType
AuthenticationType(value)Enum for authentication mechanism to access Azure Data Lake Storage.