KeyStoreAssociatedDatabaseDetails¶
-
class
oci.database.models.
KeyStoreAssociatedDatabaseDetails
(**kwargs)¶ Bases:
object
The databases associated with a key store
Methods
__init__
(**kwargs)Initializes a new KeyStoreAssociatedDatabaseDetails object with values from keyword arguments. Attributes
db_name
Gets the db_name of this KeyStoreAssociatedDatabaseDetails. id
Gets the id of this KeyStoreAssociatedDatabaseDetails. -
__init__
(**kwargs)¶ Initializes a new KeyStoreAssociatedDatabaseDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - id (str) – The value to assign to the id property of this KeyStoreAssociatedDatabaseDetails.
- db_name (str) – The value to assign to the db_name property of this KeyStoreAssociatedDatabaseDetails.
-
db_name
¶ Gets the db_name of this KeyStoreAssociatedDatabaseDetails. The name of the database that is associated with the key store.
Returns: The db_name of this KeyStoreAssociatedDatabaseDetails. Return type: str
-