Show / Hide Table of Contents

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.
(For tenancies that support identity domains) You can have an empty description.

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

In This Article
Back to top