Class PasswordResetAuthenticationRequest
Inherited Members
Namespace: Oci.IdentitydataplaneService.Models
Assembly: OCI.DotNetSDK.Identitydataplane.dll
Syntax
public class PasswordResetAuthenticationRequest
Properties
PasswordResetToken
Declaration
[Required(ErrorMessage = "PasswordResetToken is required.")]
[JsonProperty(PropertyName = "passwordResetToken")]
public string PasswordResetToken { get; set; }
Property Value
Type | Description |
---|---|
string | The password reset token |
Remarks
Required
UserId
Declaration
[Required(ErrorMessage = "UserId is required.")]
[JsonProperty(PropertyName = "userId")]
public string UserId { get; set; }
Property Value
Type | Description |
---|---|
string | The id of the user |
Remarks
Required