Show / Hide Table of Contents

Class TestNamedCredentialDetails

The The OCID of the database against which the credential is to be tested.

Inheritance
object
TestNamedCredentialDetails
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Oci.DatabasemanagementService.Models
Assembly: OCI.DotNetSDK.Databasemanagement.dll
Syntax
public class TestNamedCredentialDetails

Properties

ManagedDatabaseId

Declaration
[JsonProperty(PropertyName = "managedDatabaseId")]
public string ManagedDatabaseId { get; set; }
Property Value
Type Description
string

The OCID of the Managed Database.

In this article
Back to top