Class UpdatePolarisIcebergCatalogDetails
The information to update a Polaris catalog used in the Iceberg connection.
Inherited Members
Namespace: Oci.GoldengateService.Models
Assembly: OCI.DotNetSDK.Goldengate.dll
Syntax
public class UpdatePolarisIcebergCatalogDetails : UpdateIcebergCatalogDetails
Properties
ClientId
Declaration
[JsonProperty(PropertyName = "clientId")]
public string ClientId { get; set; }
Property Value
Type | Description |
---|---|
string | The OAuth client ID used for authentication. |
ClientSecretSecretId
Declaration
[JsonProperty(PropertyName = "clientSecretSecretId")]
public string ClientSecretSecretId { get; set; }
Property Value
Type | Description |
---|---|
string | The OCID of the Secret that stores the password Oracle GoldenGate uses to connect to Snowflake platform. |
Name
Declaration
[JsonProperty(PropertyName = "name")]
public string Name { get; set; }
Property Value
Type | Description |
---|---|
string | The catalog name within Polaris where Iceberg tables are registered. |
PrincipalRole
Declaration
[JsonProperty(PropertyName = "principalRole")]
public string PrincipalRole { get; set; }
Property Value
Type | Description |
---|---|
string | The Snowflake role used to access Polaris. |
Uri
Declaration
[JsonProperty(PropertyName = "uri")]
public string Uri { get; set; }
Property Value
Type | Description |
---|---|
string |