Class CreateDbCredentialDetails
Inherited Members
Namespace: Oci.IdentityService.Models
Assembly: OCI.DotNetSDK.Identity.dll
Syntax
public class CreateDbCredentialDetailsProperties
Description
Declaration
[Required(ErrorMessage = "Description is required.")]
[JsonProperty(PropertyName = "description")]
public string Description { get; set; }Property Value
| Type | Description | 
|---|---|
| string | The description you assign to the DB credentials during creation.
 | 
Remarks
Required
Password
Declaration
[Required(ErrorMessage = "Password is required.")]
[JsonProperty(PropertyName = "password")]
public string Password { get; set; }Property Value
| Type | Description | 
|---|---|
| string | The password for the DB credentials during creation. | 
Remarks
Required