Show / Hide Table of Contents

Class DatabaseToolsKeyStoreGenericJdbcDetails

The details of the key store.

Inheritance
object
DatabaseToolsKeyStoreGenericJdbcDetails
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 DatabaseToolsKeyStoreGenericJdbcDetails

Properties

KeyStoreContent

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

KeyStorePassword

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

KeyStoreType

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

The key store type.

In this article
Back to top