DatabaseCredentials

class oci.database_migration.models.DatabaseCredentials(**kwargs)

Bases: object

Database Credentials details.

Methods

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

Attributes

password [Required] Gets the password of this DatabaseCredentials.
username [Required] Gets the username of this DatabaseCredentials.
__init__(**kwargs)

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

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

[Required] Gets the password of this DatabaseCredentials. Database password

Returns:The password of this DatabaseCredentials.
Return type:str
username

[Required] Gets the username of this DatabaseCredentials. Database username

Returns:The username of this DatabaseCredentials.
Return type:str