Show / Hide Table of Contents

Class DatabaseToolsKeyStoreGenericJdbcSummary

The summary of the key store.

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

Properties

KeyStoreContent

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

KeyStorePassword

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

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