Class ExtensionDbCredentialsUser
The database credentials user extension.
Inherited Members
Namespace: Oci.IdentitydomainsService.Models
Assembly: OCI.DotNetSDK.Identitydomains.dll
Syntax
public class ExtensionDbCredentialsUser
Properties
DbLoginAttempts
Declaration
[JsonProperty(PropertyName = "dbLoginAttempts")]
public int? DbLoginAttempts { get; set; }
Property Value
Type | Description |
---|---|
int? | The number of failed login attempts. The value is reset to 0 after a successful login.
|
DbUserName
Declaration
[JsonProperty(PropertyName = "dbUserName")]
public string DbUserName { get; set; }
Property Value
Type | Description |
---|---|
string | The database username.
|