Class CreateDbCredentialDetails
Inheritance
System.Object
CreateDbCredentialDetails
Namespace: Oci.IdentityService.Models
Assembly: OCI.DotNetSDK.Identity.dll
Syntax
public class CreateDbCredentialDetails : object
Properties
Description
Declaration
public string Description { get; set; }
Property Value
Type | Description |
---|---|
System.String | The description you assign to the DB credentials during creation.
|
Remarks
Required
Password
Declaration
public string Password { get; set; }
Property Value
Type | Description |
---|---|
System.String | The password for the DB credentials during creation. |
Remarks
Required