Class PreferredCredential
The details of the preferred credential.
Inherited Members
Namespace: Oci.DatabasemanagementService.Models
Assembly: OCI.DotNetSDK.Databasemanagement.dll
Syntax
[JsonConverter(typeof(PreferredCredentialModelConverter))]
public class PreferredCredential
Properties
CredentialName
Declaration
[JsonProperty(PropertyName = "credentialName")]
public string CredentialName { get; set; }
Property Value
Type | Description |
---|---|
string | The name of the preferred credential. |
IsAccessible
Declaration
[JsonProperty(PropertyName = "isAccessible")]
public bool? IsAccessible { get; set; }
Property Value
Type | Description |
---|---|
bool? | Indicates whether the preferred credential is accessible. |
Status
Declaration
[JsonProperty(PropertyName = "status")]
[JsonConverter(typeof(ResponseEnumConverter))]
public PreferredCredentialStatus? Status { get; set; }
Property Value
Type | Description |
---|---|
PreferredCredentialStatus? | The status of the preferred credential. |