Show / Hide Table of Contents

Class CredentialDetails

User credential details to connect to the database.

Inheritance
object
CredentialDetails
CredentialByIam
CredentialByVault
CredentialsBySource
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Oci.OpsiService.Models
Assembly: OCI.DotNetSDK.Opsi.dll
Syntax
[JsonConverter(typeof(CredentialDetailsModelConverter))]
public class CredentialDetails

Properties

CredentialSourceName

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

Credential source name that had been added in Management Agent wallet. This is supplied in the External Database Service.

Remarks

Required

In this article
Back to top