UpdateAdminCredentials¶
-
class
oci.database_migration.models.
UpdateAdminCredentials
(**kwargs)¶ Bases:
object
Database Administrator Credentials details. An empty object would result in the removal of the stored details.
Methods
__init__
(**kwargs)Initializes a new UpdateAdminCredentials object with values from keyword arguments. Attributes
password
Gets the password of this UpdateAdminCredentials. username
Gets the username of this UpdateAdminCredentials. -
__init__
(**kwargs)¶ Initializes a new UpdateAdminCredentials 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 UpdateAdminCredentials.
- password (str) – The value to assign to the password property of this UpdateAdminCredentials.
-
password
¶ Gets the password of this UpdateAdminCredentials. Administrator password
Returns: The password of this UpdateAdminCredentials. Return type: str
-
username
¶ Gets the username of this UpdateAdminCredentials. Administrator username
Returns: The username of this UpdateAdminCredentials. Return type: str
-