Class UpdateMicrosoftFabricConnectionDetails
The information to update a Microsoft Fabric Connection.
Inherited Members
Namespace: Oci.GoldengateService.Models
Assembly: OCI.DotNetSDK.Goldengate.dll
Syntax
public class UpdateMicrosoftFabricConnectionDetails : UpdateConnectionDetails
Properties
ClientId
Declaration
[JsonProperty(PropertyName = "clientId")]
public string ClientId { get; set; }
Property Value
Type | Description |
---|---|
string | Azure client ID of the application. e.g.: 06ecaabf-8b80-4ec8-a0ec-20cbf463703d |
ClientSecret
Declaration
[JsonProperty(PropertyName = "clientSecret")]
public string ClientSecret { get; set; }
Property Value
Type | Description |
---|---|
string | Client secret associated with the client id. Deprecated: This field is deprecated and replaced by "clientSecretSecretId". This field will be removed after February 15 2026. |
ClientSecretSecretId
Declaration
[JsonProperty(PropertyName = "clientSecretSecretId")]
public string ClientSecretSecretId { get; set; }
Property Value
Type | Description |
---|---|
string | The OCID of the Secret where the client secret is stored. Note: When provided, 'clientSecret' field must not be provided. |
Endpoint
Declaration
[JsonProperty(PropertyName = "endpoint")]
public string Endpoint { get; set; }
Property Value
Type | Description |
---|---|
string | Optional Microsoft Fabric service endpoint. Default value: https://onelake.dfs.fabric.microsoft.com |
TenantId
Declaration
[JsonProperty(PropertyName = "tenantId")]
public string TenantId { get; set; }
Property Value
Type | Description |
---|---|
string | Azure tenant ID of the application. e.g.: 14593954-d337-4a61-a364-9f758c64f97f |