IAutonomousDatabase.DataSafeStatus Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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