PolarisIcebergCatalog
import type { PolarisIcebergCatalog } from "https://googleapis.deno.dev/v1/oracledatabase:v1.ts";The Polaris Iceberg catalog.
interface PolarisIcebergCatalog {
clientId?: string;
clientSecret?: string;
polarisCatalog?: string;
principalRole?: string;
uri?: string;
}