# `Ory.Model.IdentityWithCredentialsPasswordConfig`

Create Identity and Import Password Credentials Configuration

# `t`

```elixir
@type t() :: %Ory.Model.IdentityWithCredentialsPasswordConfig{
  hashed_password: String.t() | nil,
  password: String.t() | nil,
  use_password_migration_hook: boolean() | nil
}
```

# `decode`

---

*Consult [api-reference.md](api-reference.md) for complete listing*
