PasswordResetAuthenticationRequest¶
-
class
oci.identity_data_plane.models.
PasswordResetAuthenticationRequest
(**kwargs)¶ Bases:
object
PasswordResetAuthenticationRequest model.
Methods
__init__
(**kwargs)Initializes a new PasswordResetAuthenticationRequest object with values from keyword arguments. Attributes
password_reset_token
[Required] Gets the password_reset_token of this PasswordResetAuthenticationRequest. user_id
[Required] Gets the user_id of this PasswordResetAuthenticationRequest. -
__init__
(**kwargs)¶ Initializes a new PasswordResetAuthenticationRequest object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - user_id (str) – The value to assign to the user_id property of this PasswordResetAuthenticationRequest.
- password_reset_token (str) – The value to assign to the password_reset_token property of this PasswordResetAuthenticationRequest.
-
password_reset_token
¶ [Required] Gets the password_reset_token of this PasswordResetAuthenticationRequest. The password reset token
Returns: The password_reset_token of this PasswordResetAuthenticationRequest. Return type: str
-
user_id
¶ [Required] Gets the user_id of this PasswordResetAuthenticationRequest. The id of the user
Returns: The user_id of this PasswordResetAuthenticationRequest. Return type: str
-