Class PasswordCredentialHash

java.lang.Object
com.okta.sdk.resource.model.PasswordCredentialHash
All Implemented Interfaces:
Serializable

@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2024-08-09T14:20:25.727262-05:00[America/Chicago]", comments="Generator version: 7.7.0") public class PasswordCredentialHash extends Object implements Serializable
Specifies a hashed password to import into Okta. This allows an existing password to be imported into Okta directly from some other store. Okta supports the BCRYPT, SHA-512, SHA-256, SHA-1, MD5, and PBKDF2 hash functions for password import. A hashed password may be specified in a Password object when creating or updating a user, but not for other operations. See [Create User with Imported Hashed Password](https://developer.okta.com/docs/reference/api/users/#create-user-with-imported-hashed-password) for information on using this object when creating a user. When updating a user with a hashed password, the user must be in the `STAGED` status.
See Also: