Oracle Database@Google Cloud v1 API - Class GoldengateKafkaSchemaRegistryConnectionProperties (1.7.0)
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"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2026-06-22 UTC."],[],[]]