Show / Hide Table of Contents

Class GoldengateAzureDataLakeStorageConnectionProperties

The properties of GoldengateAzureDataLakeStorageConnection.

Inheritance
object
GoldengateAzureDataLakeStorageConnectionProperties
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.OracleDatabase.v1.Data
Assembly: Google.Apis.OracleDatabase.v1.dll
Syntax
public class GoldengateAzureDataLakeStorageConnectionProperties : IDirectResponseSchema

Properties

Account

Optional. Sets the Azure storage account name.

Declaration
[JsonProperty("account")]
public virtual string Account { get; set; }
Property Value
Type Description
string

AccountKeySecret

Optional. Azure storage account key. This property is required when 'authentication_type' is set to 'SHARED_KEY'.

Declaration
[JsonProperty("accountKeySecret")]
public virtual string AccountKeySecret { get; set; }
Property Value
Type Description
string

AuthenticationType

Optional. Authentication mechanism to access Azure Data Lake Storage.

Declaration
[JsonProperty("authenticationType")]
public virtual string AuthenticationType { get; set; }
Property Value
Type Description
string

AzureAuthorityHost

Optional. The endpoint used for authentication with Microsoft Entra ID (formerly Azure Active Directory). Default value: https://login.microsoftonline.com

Declaration
[JsonProperty("azureAuthorityHost")]
public virtual string AzureAuthorityHost { get; set; }
Property Value
Type Description
string

AzureTenantId

Optional. Azure tenant ID of the application. This property is required when 'authentication_type' is set to 'AZURE_ACTIVE_DIRECTORY'.

Declaration
[JsonProperty("azureTenantId")]
public virtual string AzureTenantId { get; set; }
Property Value
Type Description
string

ClientId

Optional. Azure client ID of the application. This property is required when 'authentication_type' is set to 'AZURE_ACTIVE_DIRECTORY'.

Declaration
[JsonProperty("clientId")]
public virtual string ClientId { get; set; }
Property Value
Type Description
string

ClientSecret

Optional. Azure client secret (aka application password) for authentication.

Declaration
[JsonProperty("clientSecret")]
public virtual string ClientSecret { get; set; }
Property Value
Type Description
string

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

Endpoint

Optional. Azure Storage service endpoint. e.g: https://test.blob.core.windows.net

Declaration
[JsonProperty("endpoint")]
public virtual string Endpoint { get; set; }
Property Value
Type Description
string

SasTokenSecret

Optional. Credential that uses a shared access signature (SAS) to authenticate to an Azure Service.

Declaration
[JsonProperty("sasTokenSecret")]
public virtual string SasTokenSecret { get; set; }
Property Value
Type Description
string

TechnologyType

Optional. The technology type of AzureDataLakeStorageConnection.

Declaration
[JsonProperty("technologyType")]
public virtual string TechnologyType { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX