Show / Hide Table of Contents

Class AdbTargetSystemDetails

Target System type and id for an autonomous database target system

Inheritance
object
TargetSystemDetails
AdbTargetSystemDetails
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Oci.VaultService.Models
Assembly: OCI.DotNetSDK.Vault.dll
Syntax
public class AdbTargetSystemDetails : TargetSystemDetails

Properties

AdbId

Declaration
[Required(ErrorMessage = "AdbId is required.")]
[JsonProperty(PropertyName = "adbId")]
public string AdbId { get; set; }
Property Value
Type Description
string

The unique identifier (OCID) for the autonomous database that Vault Secret connects to.

Remarks

Required

In this article
Back to top