Show / Hide Table of Contents

Class DatabaseToolsKeyStoreGenericJdbc

The details of the key store.

Inheritance
object
DatabaseToolsKeyStoreGenericJdbc
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Oci.DatabasetoolsService.Models
Assembly: OCI.DotNetSDK.Databasetools.dll
Syntax
public class DatabaseToolsKeyStoreGenericJdbc

Properties

KeyStoreContent

Declaration
[JsonProperty(PropertyName = "keyStoreContent")]
public DatabaseToolsKeyStoreContentGenericJdbc KeyStoreContent { get; set; }
Property Value
Type Description
DatabaseToolsKeyStoreContentGenericJdbc

KeyStorePassword

Declaration
[JsonProperty(PropertyName = "keyStorePassword")]
public DatabaseToolsKeyStorePasswordGenericJdbc KeyStorePassword { get; set; }
Property Value
Type Description
DatabaseToolsKeyStorePasswordGenericJdbc

KeyStoreType

Declaration
[JsonProperty(PropertyName = "keyStoreType")]
[JsonConverter(typeof(ResponseEnumConverter))]
public KeyStoreTypeGenericJdbc? KeyStoreType { get; set; }
Property Value
Type Description
KeyStoreTypeGenericJdbc?

The key store type.

In this article
Back to top