Show / Hide Table of Contents

Class AutonomousDatabaseWallet

The Autonomous Database wallet details.

Inheritance
object
AutonomousDatabaseWallet
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 AutonomousDatabaseWallet

Properties

LifecycleState

Declaration
[JsonProperty(PropertyName = "lifecycleState")]
[JsonConverter(typeof(ResponseEnumConverter))]
public AutonomousDatabaseWallet.LifecycleStateEnum? LifecycleState { get; set; }
Property Value
Type Description
AutonomousDatabaseWallet.LifecycleStateEnum?

The current lifecycle state of the Autonomous Database wallet.

TimeRotated

Declaration
[JsonProperty(PropertyName = "timeRotated")]
public DateTime? TimeRotated { get; set; }
Property Value
Type Description
DateTime?

The date and time the wallet was last rotated.

In this article
Back to top