Class AutonomousDatabaseWallet
The Autonomous Database wallet details.
Inherited Members
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. |