ExtensionMeUser

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

Bases: object

Oracle Identity Cloud Service self service schema extension

Methods

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

Attributes

current_password Gets the current_password of this ExtensionMeUser.
__init__(**kwargs)

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

Parameters:current_password (str) – The value to assign to the current_password property of this ExtensionMeUser.
current_password

Gets the current_password of this ExtensionMeUser. The current password is required if the user attempts to change the values of attributes that are used in recovering or verifying the user’s own identity. If the current password is specified, it will be used to authenticate the user regardless of any change in these attribute values

SCIM++ Properties:
  • idcsSearchable: false
  • idcsSensitive: hash
  • multiValued: false
  • mutability: writeOnly
  • required: false
  • returned: never
  • type: string
  • uniqueness: none
Returns:The current_password of this ExtensionMeUser.
Return type:str