Specifies a password for a user. When a user has a valid password, imported hashed password, or password hook, and a response object contains a password credential, then the password object is a bare object without the value property defined (for example, password: {}). This indicates that a password value exists. You can modify password policy requirements in the Admin Console by editing the Password authenticator: Security > Authenticators > Password (or for Okta Classic orgs, use Security > Authentication > Password). For information on defaults and configuring your password policies, see Configure the password authenticator in the help documentation.
| Name | Type | Description | Notes |
|---|---|---|---|
| Hash | PasswordCredentialHash | [optional] | |
| Hook | PasswordCredentialHook | [optional] | |
| Value | string | Specifies the password for a user. The password policy validates this password. | [optional] |