Oracle Database@Google Cloud v1 API - Class GoldengateKafkaSchemaRegistryConnectionProperties (1.6.0)
Stay organized with collections
Save and categorize content based on your preferences.
public sealed class GoldengateKafkaSchemaRegistryConnectionProperties : IMessage<GoldengateKafkaSchemaRegistryConnectionProperties>, IEquatable<GoldengateKafkaSchemaRegistryConnectionProperties>, IDeepCloneable<GoldengateKafkaSchemaRegistryConnectionProperties>, IBufferMessage, IMessage
Reference documentation and code samples for the Oracle Database@Google Cloud v1 API class GoldengateKafkaSchemaRegistryConnectionProperties.
The properties of GoldengateKafkaSchemaRegistryConnection.
public string KeyStorePasswordSecretVersion { get; set; }
Optional. Input only. The resource name of a secret version in Secret
Manager which contains the KeyStore password. Format:
projects/{project}/secrets/{secret}/versions/{version}.
Optional. Input only. The resource name of a secret version in Secret
Manager which contains the password to access Schema Registry using basic
authentication. Format:
projects/{project}/secrets/{secret}/versions/{version}.
public string SslKeyPasswordSecretVersion { get; set; }
Optional. Input only. The resource name of a secret version in Secret
Manager which contains the password for the cert inside the KeyStore.
Format: projects/{project}/secrets/{secret}/versions/{version}.
public string TrustStorePasswordSecretVersion { get; set; }
Optional. Input only. The resource name of a secret version in Secret
Manager which contains the TrustStore password. Format:
projects/{project}/secrets/{secret}/versions/{version}.
Optional. The username to access Schema Registry using basic
authentication. This value is injected into
'schema.registry.basic.auth.user.info=user:password' configuration
property.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2026-06-15 UTC."],[],[]]