Show / Hide Table of Contents

Class AutonomousDatabaseConsoleTokenDetails

The token that allows the OCI Console to access the Autonomous Database Service Console.

Inheritance
object
AutonomousDatabaseConsoleTokenDetails
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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.

In this article
Back to top