Class GoldengateKafkaSchemaRegistryConnectionProperties
The properties of GoldengateKafkaSchemaRegistryConnection.
Implements
Inherited Members
Namespace: Google.Apis.OracleDatabase.v1.Data
Assembly: Google.Apis.OracleDatabase.v1.dll
Syntax
public class GoldengateKafkaSchemaRegistryConnectionProperties : IDirectResponseSchema
Properties
AuthenticationType
Optional. Used authentication mechanism to access Schema Registry.
Declaration
[JsonProperty("authenticationType")]
public virtual string AuthenticationType { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
KeyStoreFile
Optional. The content of the KeyStore file.
Declaration
[JsonProperty("keyStoreFile")]
public virtual string KeyStoreFile { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
KeyStorePassword
Optional. Input only. The KeyStore password in plain text.
Declaration
[JsonProperty("keyStorePassword")]
public virtual string KeyStorePassword { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
KeyStorePasswordSecretVersion
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}.
Declaration
[JsonProperty("keyStorePasswordSecretVersion")]
public virtual string KeyStorePasswordSecretVersion { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Password
Optional. Input only. The password to access Schema Registry in plain text.
Declaration
[JsonProperty("password")]
public virtual string Password { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
PasswordSecretVersion
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}.
Declaration
[JsonProperty("passwordSecretVersion")]
public virtual string PasswordSecretVersion { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
SslKeyPassword
Optional. Input only. The password for the cert inside the KeyStore in plain text.
Declaration
[JsonProperty("sslKeyPassword")]
public virtual string SslKeyPassword { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
SslKeyPasswordSecretVersion
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}.
Declaration
[JsonProperty("sslKeyPasswordSecretVersion")]
public virtual string SslKeyPasswordSecretVersion { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
TechnologyType
Optional. The technology type of KafkaSchemaRegistryConnection.
Declaration
[JsonProperty("technologyType")]
public virtual string TechnologyType { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
TrustStoreFile
Optional. The content of the TrustStore file.
Declaration
[JsonProperty("trustStoreFile")]
public virtual string TrustStoreFile { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
TrustStorePassword
Optional. Input only. The TrustStore password in plain text.
Declaration
[JsonProperty("trustStorePassword")]
public virtual string TrustStorePassword { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
TrustStorePasswordSecretVersion
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}.
Declaration
[JsonProperty("trustStorePasswordSecretVersion")]
public virtual string TrustStorePasswordSecretVersion { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Url
Optional. Kafka Schema Registry URL. e.g.: 'https://server1.us.oracle.com:8081'
Declaration
[JsonProperty("url")]
public virtual string Url { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Username
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.
Declaration
[JsonProperty("username")]
public virtual string Username { get; set; }
Property Value
| Type | Description |
|---|---|
| string |