Class TestBasicPreferredCredentialDetails
The details of the 'BASIC' preferred credential.
Inherited Members
Namespace: Oci.DatabasemanagementService.Models
Assembly: OCI.DotNetSDK.Databasemanagement.dll
Syntax
public class TestBasicPreferredCredentialDetails : TestPreferredCredentialDetails
Properties
PasswordSecretId
Declaration
[JsonProperty(PropertyName = "passwordSecretId")]
public string PasswordSecretId { get; set; }
Property Value
Type | Description |
---|---|
string | The OCID of the Vault service secret that contains the database user password. |
Role
Declaration
[JsonProperty(PropertyName = "role")]
[JsonConverter(typeof(StringEnumConverter))]
public Role? Role { get; set; }
Property Value
Type | Description |
---|---|
Role? | The role of the database user. |
UserName
Declaration
[JsonProperty(PropertyName = "userName")]
public string UserName { get; set; }
Property Value
Type | Description |
---|---|
string | The user name used to connect to the database. |