Show / Hide Table of Contents

Class SqlTuningSetAdminSecretCredentialDetails

User provides a secret OCID, which will be used to retrieve the password to connect to the database.

Inheritance
object
SqlTuningSetAdminCredentialDetails
SqlTuningSetAdminSecretCredentialDetails
Inherited Members
SqlTuningSetAdminCredentialDetails.Username
SqlTuningSetAdminCredentialDetails.Role
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Oci.DatabasemanagementService.Models
Assembly: OCI.DotNetSDK.Databasemanagement.dll
Syntax
public class SqlTuningSetAdminSecretCredentialDetails : SqlTuningSetAdminCredentialDetails

Properties

SecretId

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

The OCID of the Secret where the database password is stored.

Remarks

Required

In this article
Back to top