AdminCredentials¶
-
class
oci.database_migration.models.
AdminCredentials
(**kwargs)¶ Bases:
object
Database Administrator Credentials details.
Methods
__init__
(**kwargs)Initializes a new AdminCredentials object with values from keyword arguments. Attributes
username
[Required] Gets the username of this AdminCredentials. -
__init__
(**kwargs)¶ Initializes a new AdminCredentials 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 AdminCredentials.
-
username
¶ [Required] Gets the username of this AdminCredentials. Administrator username
Returns: The username of this AdminCredentials. Return type: str
-