Class GoldengateMicrosoftFabricConnectionProperties
The properties of GoldengateMicrosoftFabricConnection.
Implements
Inherited Members
Namespace: Google.Apis.OracleDatabase.v1.Data
Assembly: Google.Apis.OracleDatabase.v1.dll
Syntax
public class GoldengateMicrosoftFabricConnectionProperties : IDirectResponseSchema
Properties
ClientId
Optional. Azure client ID of the application.
Declaration
[JsonProperty("clientId")]
public virtual string ClientId { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
ClientSecret
Optional. Client secret associated with the client id.
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. Optional Microsoft Fabric service endpoint. Default value: https://onelake.dfs.fabric.microsoft.com
Declaration
[JsonProperty("endpoint")]
public virtual string Endpoint { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
TechnologyType
Optional. The technology type of MicrosoftFabricConnection.
Declaration
[JsonProperty("technologyType")]
public virtual string TechnologyType { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
TenantId
Optional. Azure tenant ID of the application.
Declaration
[JsonProperty("tenantId")]
public virtual string TenantId { get; set; }
Property Value
| Type | Description |
|---|---|
| string |