PolarisCatalogConfiguration
constructor(@JsonPropertyDescription(value = "The base URL of the Polaris server.") serverUri: String, @JsonPropertyDescription(value = "The name of the catalog in Polaris.") catalogName: String, @JsonPropertyDescription(value = "The OAuth Client ID for authenticating with the Polaris server.") clientId: String, @JsonPropertyDescription(value = "The OAuth Client Secret for authenticating with the Polaris server.") clientSecret: String, namespace: String)