Class DbCredentialSummary
As the name suggests, an DbCredentialSummary object contains information about an DbCredential.
The DB credential is used for DB authentication with
the [DB Service].
Inherited Members
Namespace: Oci.IdentityService.Models
Assembly: OCI.DotNetSDK.Identity.dll
Syntax
public class DbCredentialSummaryProperties
Description
Declaration
[JsonProperty(PropertyName = "description")]
public string Description { get; set; }Property Value
| Type | Description | 
|---|---|
| string | The description you assign to the DB credential. Does not have to be unique, and it's changeable.
 | 
Id
Declaration
[JsonProperty(PropertyName = "id")]
public string Id { get; set; }Property Value
| Type | Description | 
|---|---|
| string | The OCID of the DB credential. | 
LifecycleState
Declaration
[JsonProperty(PropertyName = "lifecycleState")]
[JsonConverter(typeof(StringEnumConverter))]
public DbCredential.LifecycleStateEnum? LifecycleState { get; set; }Property Value
| Type | Description | 
|---|---|
| DbCredential.LifecycleStateEnum? | The credential's current state. After creating a DB credential, make sure its  | 
TimeCreated
Declaration
[JsonProperty(PropertyName = "timeCreated")]
public DateTime? TimeCreated { get; set; }Property Value
| Type | Description | 
|---|---|
| DateTime? | Date and time the  | 
TimeExpires
Declaration
[JsonProperty(PropertyName = "timeExpires")]
public DateTime? TimeExpires { get; set; }Property Value
| Type | Description | 
|---|---|
| DateTime? | Date and time when this credential will expire, in the format defined by RFC3339.
Null if it never expires.
 | 
UserId
Declaration
[JsonProperty(PropertyName = "userId")]
public string UserId { get; set; }Property Value
| Type | Description | 
|---|---|
| string | The OCID of the user the DB credential belongs to. |