Show / Hide Table of Contents

Class KeyStoreAssociatedDatabaseDetails

The databases associated with a key store

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

Properties

DbName

Declaration
[JsonProperty(PropertyName = "dbName")]
public string DbName { get; set; }
Property Value
Type Description
string

The name of the database that is associated with the key store.

Id

Declaration
[JsonProperty(PropertyName = "id")]
public string Id { get; set; }
Property Value
Type Description
string

The database OCID.

In this article
Back to top