Oracle Database@Google Cloud v1 API - Class GoldengateKafkaSchemaRegistryConnectionProperties (1.6.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.

Inheritance

object > GoldengateKafkaSchemaRegistryConnectionProperties

Namespace

Google.Cloud.OracleDatabase.V1

Assembly

Google.Cloud.OracleDatabase.V1.dll

Constructors

GoldengateKafkaSchemaRegistryConnectionProperties()

public GoldengateKafkaSchemaRegistryConnectionProperties()

GoldengateKafkaSchemaRegistryConnectionProperties(GoldengateKafkaSchemaRegistryConnectionProperties)

public GoldengateKafkaSchemaRegistryConnectionProperties(GoldengateKafkaSchemaRegistryConnectionProperties other)
Parameter
Name Description
other GoldengateKafkaSchemaRegistryConnectionProperties

Properties

AuthenticationType

public GoldengateKafkaSchemaRegistryConnectionProperties.Types.AuthenticationType AuthenticationType { get; set; }

Optional. Used authentication mechanism to access Schema Registry.

Property Value
Type Description
GoldengateKafkaSchemaRegistryConnectionPropertiesTypesAuthenticationType

ConnectionPasswordOptionsCase

public GoldengateKafkaSchemaRegistryConnectionProperties.ConnectionPasswordOptionsOneofCase ConnectionPasswordOptionsCase { get; }
Property Value
Type Description
GoldengateKafkaSchemaRegistryConnectionPropertiesConnectionPasswordOptionsOneofCase

HasKeyStorePassword

public bool HasKeyStorePassword { get; }

Gets whether the "key_store_password" field is set

Property Value
Type Description
bool

HasKeyStorePasswordSecretVersion

public bool HasKeyStorePasswordSecretVersion { get; }

Gets whether the "key_store_password_secret_version" field is set

Property Value
Type Description
bool

HasPassword

public bool HasPassword { get; }

Gets whether the "password" field is set

Property Value
Type Description
bool

HasPasswordSecretVersion

public bool HasPasswordSecretVersion { get; }

Gets whether the "password_secret_version" field is set

Property Value
Type Description
bool

HasSslKeyPassword

public bool HasSslKeyPassword { get; }

Gets whether the "ssl_key_password" field is set

Property Value
Type Description
bool

HasSslKeyPasswordSecretVersion

public bool HasSslKeyPasswordSecretVersion { get; }

Gets whether the "ssl_key_password_secret_version" field is set

Property Value
Type Description
bool

HasTrustStorePassword

public bool HasTrustStorePassword { get; }

Gets whether the "trust_store_password" field is set

Property Value
Type Description
bool

HasTrustStorePasswordSecretVersion

public bool HasTrustStorePasswordSecretVersion { get; }

Gets whether the "trust_store_password_secret_version" field is set

Property Value
Type Description
bool

KeyStoreFile

public string KeyStoreFile { get; set; }

Optional. The base64 encoded content of the KeyStore file.

Property Value
Type Description
string

KeyStorePassword

public string KeyStorePassword { get; set; }

Optional. Input only. The KeyStore password in plain text.

Property Value
Type Description
string

KeyStorePasswordOptionsCase

public GoldengateKafkaSchemaRegistryConnectionProperties.KeyStorePasswordOptionsOneofCase KeyStorePasswordOptionsCase { get; }
Property Value
Type Description
GoldengateKafkaSchemaRegistryConnectionPropertiesKeyStorePasswordOptionsOneofCase

KeyStorePasswordSecretVersion

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}.

Property Value
Type Description
string

KeyStorePasswordSecretVersionAsSecretVersionName

public SecretVersionName KeyStorePasswordSecretVersionAsSecretVersionName { get; set; }

SecretVersionName-typed view over the KeyStorePasswordSecretVersion resource name property.

Property Value
Type Description
SecretVersionName

Password

public string Password { get; set; }

Optional. Input only. The password to access Schema Registry in plain text.

Property Value
Type Description
string

PasswordSecretVersion

public string PasswordSecretVersion { get; set; }

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}.

Property Value
Type Description
string

PasswordSecretVersionAsSecretVersionName

public SecretVersionName PasswordSecretVersionAsSecretVersionName { get; set; }

SecretVersionName-typed view over the PasswordSecretVersion resource name property.

Property Value
Type Description
SecretVersionName

SslKeyPassword

public string SslKeyPassword { get; set; }

Optional. Input only. The password for the cert inside the KeyStore in plain text.

Property Value
Type Description
string

SslKeyPasswordOptionsCase

public GoldengateKafkaSchemaRegistryConnectionProperties.SslKeyPasswordOptionsOneofCase SslKeyPasswordOptionsCase { get; }
Property Value
Type Description
GoldengateKafkaSchemaRegistryConnectionPropertiesSslKeyPasswordOptionsOneofCase

SslKeyPasswordSecretVersion

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}.

Property Value
Type Description
string

SslKeyPasswordSecretVersionAsSecretVersionName

public SecretVersionName SslKeyPasswordSecretVersionAsSecretVersionName { get; set; }

SecretVersionName-typed view over the SslKeyPasswordSecretVersion resource name property.

Property Value
Type Description
SecretVersionName

TechnologyType

public string TechnologyType { get; set; }

Optional. The technology type of KafkaSchemaRegistryConnection.

Property Value
Type Description
string

TrustStoreFile

public string TrustStoreFile { get; set; }

Optional. The base64 encoded content of the TrustStore file.

Property Value
Type Description
string

TrustStorePassword

public string TrustStorePassword { get; set; }

Optional. Input only. The TrustStore password in plain text.

Property Value
Type Description
string

TrustStorePasswordOptionsCase

public GoldengateKafkaSchemaRegistryConnectionProperties.TrustStorePasswordOptionsOneofCase TrustStorePasswordOptionsCase { get; }
Property Value
Type Description
GoldengateKafkaSchemaRegistryConnectionPropertiesTrustStorePasswordOptionsOneofCase

TrustStorePasswordSecretVersion

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}.

Property Value
Type Description
string

TrustStorePasswordSecretVersionAsSecretVersionName

public SecretVersionName TrustStorePasswordSecretVersionAsSecretVersionName { get; set; }

SecretVersionName-typed view over the TrustStorePasswordSecretVersion resource name property.

Property Value
Type Description
SecretVersionName

Url

public string Url { get; set; }

Optional. Kafka Schema Registry URL. e.g.: 'https://server1.us.oracle.com:8081'

Property Value
Type Description
string

Username

public string Username { get; set; }

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.

Property Value
Type Description
string