IAutonomousDatabase.DataSafeStatus Property

Definition

Status of the Data Safe registration for this Autonomous Database.

[Microsoft.Azure.PowerShell.Cmdlets.Oracle.PSArgumentCompleter(new System.String[] { "Registering", "Registered", "Deregistering", "NotRegistered", "Failed" })]
[Microsoft.Azure.PowerShell.Cmdlets.Oracle.Runtime.Info(Create=false, Description="Status of the Data Safe registration for this Autonomous Database.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=true, Required=false, SerializedName="dataSafeStatus", Update=false)]
public string DataSafeStatus { get; }
[<Microsoft.Azure.PowerShell.Cmdlets.Oracle.PSArgumentCompleter(new System.String[] { "Registering", "Registered", "Deregistering", "NotRegistered", "Failed" })>]
[<Microsoft.Azure.PowerShell.Cmdlets.Oracle.Runtime.Info(Create=false, Description="Status of the Data Safe registration for this Autonomous Database.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=true, Required=false, SerializedName="dataSafeStatus", Update=false)>]
member this.DataSafeStatus : string
Public ReadOnly Property DataSafeStatus As String

Property Value

Attributes

Applies to