Class UpdateRestIcebergCatalogDetails
The information to update a Rest catalog used in the Iceberg connection.
Inherited Members
Namespace: Oci.GoldengateService.Models
Assembly: OCI.DotNetSDK.Goldengate.dll
Syntax
public class UpdateRestIcebergCatalogDetails : UpdateIcebergCatalogDetails
Properties
PropertiesSecretId
Declaration
[JsonProperty(PropertyName = "propertiesSecretId")]
public string PropertiesSecretId { get; set; }
Property Value
Type | Description |
---|---|
string | The OCID of the Secret that stores the content of the configuration file containing additional properties for the REST catalog. See documentation: https://docs.oracle.com/en-us/iaas/Content/Identity/Tasks/managingcredentials.htm |
Uri
Declaration
[JsonProperty(PropertyName = "uri")]
public string Uri { get; set; }
Property Value
Type | Description |
---|---|
string | The base URL for the REST Catalog API. e.g.: 'https://my-rest-catalog.example.com/api/v1' |