TestNamedCredentialDetails¶
-
class
oci.database_management.models.
TestNamedCredentialDetails
(**kwargs)¶ Bases:
object
The The OCID of the database against which the credential is to be tested.
Methods
__init__
(**kwargs)Initializes a new TestNamedCredentialDetails object with values from keyword arguments. Attributes
managed_database_id
Gets the managed_database_id of this TestNamedCredentialDetails. -
__init__
(**kwargs)¶ Initializes a new TestNamedCredentialDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: managed_database_id (str) – The value to assign to the managed_database_id property of this TestNamedCredentialDetails.
-