Show / Hide Table of Contents

Class CredentialDetails

User credential details to connect to the database.

Inheritance
object
CredentialDetails
CredentialByIam
CredentialByNamedCredentials
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
[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 value is only required when Credential set by CREDENTIALS_BY_SOURCE and is optional properties for ther others.

In this article
Back to top