Interface IChangePasswordRequest
Represents a ChangePasswordRequest resource in the Okta API.
Inherited Members
Namespace: Okta.Sdk
Assembly: Okta.Sdk.dll
Syntax
public interface IChangePasswordRequest : IResource
Properties
NewPassword
Declaration
IPasswordCredential NewPassword { get; set; }
Property Value
| Type | Description |
|---|---|
| IPasswordCredential |
OldPassword
Declaration
IPasswordCredential OldPassword { get; set; }
Property Value
| Type | Description |
|---|---|
| IPasswordCredential |