ory-client 1.20.22

OpenAPI API client for Ory Network, Ory's web-scale API for identity and access control.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
# IdentityWithCredentialsPasswordConfig

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**hashed_password** | Option<**String**> | The hashed password in [PHC format]https://www.ory.sh/docs/kratos/manage-identities/import-user-accounts-identities#hashed-passwords | [optional]
**password** | Option<**String**> | The password in plain text if no hash is available. | [optional]
**use_password_migration_hook** | Option<**bool**> | If set to true, the password will be migrated using the password migration hook. | [optional]

[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)