Show / Hide Table of Contents

Class UpdatePolarisIcebergCatalogDetails

The information to update a Polaris catalog used in the Iceberg connection.

Inheritance
object
UpdateIcebergCatalogDetails
UpdatePolarisIcebergCatalogDetails
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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
In this article
Back to top