# UpdateAccessInput

## Properties

| Name       | Type                                         | Description                     | Notes                  |
| ---------- | -------------------------------------------- | ------------------------------- | ---------------------- |
| **rights** | [**Array&lt;RightsEnum&gt;**](RightsEnum.md) | List of rights to update access | [default to undefined] |

## Example

```typescript
import { UpdateAccessInput } from '@affinidi-tdk/iam-client'

const instance: UpdateAccessInput = {
  rights,
}
```

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