Class AutonomousDatabaseConsoleTokenDetails
The token that allows the OCI Console to access the Autonomous Database Service Console.
Inherited Members
Namespace: Oci.DatabaseService.Models
Assembly: OCI.DotNetSDK.Database.dll
Syntax
public class AutonomousDatabaseConsoleTokenDetails
Properties
LoginUrl
Declaration
[JsonProperty(PropertyName = "loginUrl")]
public string LoginUrl { get; set; }
Property Value
Type | Description |
---|---|
string | The login URL that allows the OCI Console to access the Autonomous Transaction Processing Service Console. |
Token
Declaration
[JsonProperty(PropertyName = "token")]
public string Token { get; set; }
Property Value
Type | Description |
---|---|
string | The token that allows the OCI Console to access the Autonomous Transaction Processing Service Console. |