# ClientsRolesConfiguration

Model representation of the clients roles configuration.

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**rolesConfiguration** | [**Array&lt;ClientRolesConfiguration&gt;**](ClientRolesConfiguration.md) | List of all roles for available account holder types. Ordered by the account holder parameter if provided, ascending otherwise | [default to undefined]

## Example

```typescript
import { ClientsRolesConfiguration } from './api';

const instance: ClientsRolesConfiguration = {
    rolesConfiguration,
};
```

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