Class KeyStoreAssociatedDatabaseDetails
The databases associated with a key store
Inherited Members
Namespace: Oci.DatabaseService.Models
Assembly: OCI.DotNetSDK.Database.dll
Syntax
public class KeyStoreAssociatedDatabaseDetailsProperties
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. | 
DbUniqueName
Declaration
[JsonProperty(PropertyName = "dbUniqueName")]
public string DbUniqueName { get; set; }Property Value
| Type | Description | 
|---|---|
| string | The unique 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. |