AutonomousDatabaseConsoleTokenDetails¶
-
class
oci.database.models.
AutonomousDatabaseConsoleTokenDetails
(**kwargs)¶ Bases:
object
The token that allows the OCI Console to access the Autonomous Database Service Console.
Methods
__init__
(**kwargs)Initializes a new AutonomousDatabaseConsoleTokenDetails object with values from keyword arguments. Attributes
login_url
Gets the login_url of this AutonomousDatabaseConsoleTokenDetails. token
Gets the token of this AutonomousDatabaseConsoleTokenDetails. -
__init__
(**kwargs)¶ Initializes a new AutonomousDatabaseConsoleTokenDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - token (str) – The value to assign to the token property of this AutonomousDatabaseConsoleTokenDetails.
- login_url (str) – The value to assign to the login_url property of this AutonomousDatabaseConsoleTokenDetails.
-
login_url
¶ Gets the login_url of this AutonomousDatabaseConsoleTokenDetails. The login URL that allows the OCI Console to access the Autonomous Transaction Processing Service Console.
Returns: The login_url of this AutonomousDatabaseConsoleTokenDetails. Return type: str
-
token
¶ Gets the token of this AutonomousDatabaseConsoleTokenDetails. The token that allows the OCI Console to access the Autonomous Transaction Processing Service Console.
Returns: The token of this AutonomousDatabaseConsoleTokenDetails. Return type: str
-