Class DatabaseToolsKeyStoreGenericJdbc
The details of the key store.
Inheritance
DatabaseToolsKeyStoreGenericJdbc
Assembly: OCI.DotNetSDK.Databasetools.dll
public class DatabaseToolsKeyStoreGenericJdbc
Properties
KeyStoreContent
Declaration
[JsonProperty(PropertyName = "keyStoreContent")]
public DatabaseToolsKeyStoreContentGenericJdbc KeyStoreContent { get; set; }
Property Value
Declaration
[JsonProperty(PropertyName = "keyStorePassword")]
public DatabaseToolsKeyStorePasswordGenericJdbc KeyStorePassword { get; set; }
Property Value
Declaration
[JsonProperty(PropertyName = "keyStoreType")]
[JsonConverter(typeof(ResponseEnumConverter))]
public KeyStoreTypeGenericJdbc? KeyStoreType { get; set; }
Property Value