Class DatabaseToolsUserPasswordSecretId
The user password.
Inherited Members
Namespace: Oci.DatabasetoolsService.Models
Assembly: OCI.DotNetSDK.Databasetools.dll
Syntax
public class DatabaseToolsUserPasswordSecretId : DatabaseToolsUserPassword
Properties
SecretId
Declaration
[JsonProperty(PropertyName = "secretId")]
public string SecretId { get; set; }
Property Value
Type | Description |
---|---|
string | The OCID of the secret containing the user password. |