# ClientRolesConfiguration

Model representation of the clients roles configuration.

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**defaultRole** | [**ClientRoleConfiguration**](ClientRoleConfiguration.md) |  | [default to undefined]
**roles** | [**Array&lt;ClientRoleConfiguration&gt;**](ClientRoleConfiguration.md) | List of all client roles, order by their appearance in the yaml file. | [optional] [default to undefined]
**type** | **string** | Indicated the account holder type. | [default to undefined]

## Example

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

const instance: ClientRolesConfiguration = {
    defaultRole,
    roles,
    type,
};
```

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