Show / Hide Table of Contents

Class DatabaseToolsUserPasswordSecretIdDetails

The user password.

Inheritance
object
DatabaseToolsUserPasswordDetails
DatabaseToolsUserPasswordSecretIdDetails
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Oci.DatabasetoolsService.Models
Assembly: OCI.DotNetSDK.Databasetools.dll
Syntax
public class DatabaseToolsUserPasswordSecretIdDetails : DatabaseToolsUserPasswordDetails

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 containing the user password.

Remarks

Required

In this article
Back to top