# AccessRights

Represents the access rights configuration.

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**allUsers** | **boolean** | &#x60;TRUE&#x60; if the configuration can be viewed or edited by all users, &#x60;FALSE&#x60; if only the users with the specified roles can view or edit the configuration. | [optional] [default to undefined]
**roles** | **Array&lt;string&gt;** |  | [optional] [default to undefined]

## Example

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

const instance: AccessRights = {
    allUsers,
    roles,
};
```

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