Class SqlTuningTaskSecretCredentialDetails
The OCID of the Secret provided by the user to retrieve the password to connect to the database.
Inherited Members
Namespace: Oci.DatabasemanagementService.Models
Assembly: OCI.DotNetSDK.Databasemanagement.dll
Syntax
public class SqlTuningTaskSecretCredentialDetails : SqlTuningTaskCredentialDetailsProperties
PasswordSecretId
Declaration
[Required(ErrorMessage = "PasswordSecretId is required.")]
[JsonProperty(PropertyName = "passwordSecretId")]
public string PasswordSecretId { get; set; }Property Value
| Type | Description | 
|---|---|
| string | The OCID of the Secret where the database password is stored. | 
Remarks
Required