# IdentityWithCredentialsPassword

Create Identity and Import Password Credentials

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**config** | [**IdentityWithCredentialsPasswordConfig**](IdentityWithCredentialsPasswordConfig.md) |  | [optional] [default to undefined]

## Example

```typescript
import { IdentityWithCredentialsPassword } from '@ory/kratos-client';

const instance: IdentityWithCredentialsPassword = {
    config,
};
```

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