CreateDbCredentialDetails

class oci.identity.models.CreateDbCredentialDetails(**kwargs)

Bases: object

CreateDbCredentialDetails model.

Methods

__init__(**kwargs) Initializes a new CreateDbCredentialDetails object with values from keyword arguments.

Attributes

description [Required] Gets the description of this CreateDbCredentialDetails.
password [Required] Gets the password of this CreateDbCredentialDetails.
__init__(**kwargs)

Initializes a new CreateDbCredentialDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):

Parameters:
  • password (str) – The value to assign to the password property of this CreateDbCredentialDetails.
  • description (str) – The value to assign to the description property of this CreateDbCredentialDetails.
description

[Required] Gets the description of this CreateDbCredentialDetails. The description you assign to the DB credentials during creation.

(For tenancies that support identity domains) You can have an empty description.

Returns:The description of this CreateDbCredentialDetails.
Return type:str
password

[Required] Gets the password of this CreateDbCredentialDetails. The password for the DB credentials during creation.

Returns:The password of this CreateDbCredentialDetails.
Return type:str