# UpdateReaderIdentityDto

**Kind:** Interface

**Source:** [`atloria-monorepo/apps/api/src/project/content-visibility.service.ts`](https://github.com/sherkety/atloria/blob/main/atloria-monorepo/apps/api/src/project/content-visibility.service.ts#L21)

## Properties

| Property | Type |
|---|---|
| `enabled` | `boolean` |
| `mode` | `'HS256' | 'JWKS'` |
| `jwksUrl` | `string | null` |
| `claimMap` | `Record<string, string> | null` |
| `rotateSecret` | `boolean` |
