ExtensionDbCredentialsUser

class oci.identity_domains.models.ExtensionDbCredentialsUser(**kwargs)

Bases: object

The database credentials user extension.

Methods

__init__(**kwargs) Initializes a new ExtensionDbCredentialsUser object with values from keyword arguments.

Attributes

db_login_attempts Gets the db_login_attempts of this ExtensionDbCredentialsUser.
db_user_name Gets the db_user_name of this ExtensionDbCredentialsUser.
__init__(**kwargs)

Initializes a new ExtensionDbCredentialsUser object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):

Parameters:
  • db_user_name (str) – The value to assign to the db_user_name property of this ExtensionDbCredentialsUser.
  • db_login_attempts (int) – The value to assign to the db_login_attempts property of this ExtensionDbCredentialsUser.
db_login_attempts

Gets the db_login_attempts of this ExtensionDbCredentialsUser. The number of failed login attempts. The value is reset to 0 after a successful login.

Added In: 2102181953

SCIM++ Properties:
  • idcsSearchable: false
  • multiValued: false
  • mutability: readOnly
  • required: false
  • returned: request
  • type: integer
  • uniqueness: none
Returns:The db_login_attempts of this ExtensionDbCredentialsUser.
Return type:int
db_user_name

Gets the db_user_name of this ExtensionDbCredentialsUser. The database username.

Added In: 2102181953

SCIM++ Properties:
  • multiValued: false
  • mutability: readWrite
  • required: false
  • type: string
  • returned: request
  • caseExact: false
  • uniqueness: none
  • idcsSearchable: true
Returns:The db_user_name of this ExtensionDbCredentialsUser.
Return type:str