> For the complete documentation index, see [llms.txt](https://docs.keeper.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.keeper.io/user-guides/it/esportazione-e-report/shared-records-report.md).

# Report delle voci condivise

Il **Resoconto voci condivise** di Keeper è disponibile dal menu Impostazioni della Cassaforte Web e dell'App desktop.

{% hint style="info" %}
Per gli utenti Enterprise, i criteri di ruolo devono consentire l'esportazione.
{% endhint %}

Il Resoconto voci condivise fornisce un audit di ogni voce condivisa (condivisione diretta o cartella condivisa). L'esportazione contiene i seguenti campi:

* UID voce
* Titolo voce
* Condiviso con (e-mail)
* Condiviso da (Cartella condivisa o Condivisione diretta)
* Autorizzazioni (Sola lettura, Può modificare, Può modificare e condividere)
* Percorso cartella

![Accesso da Impostazioni](/files/ON1lFSjWUDHBqpPVKgQP)

![Resoconto voci condivise](/files/ZoVVqKbvIBUJ8q5kb1Oh)

## Opzioni di esportazione <a href="#export-options" id="export-options"></a>

### CSV

Formato del file:

***Record UID,Record Title,Shared To,Shared From,Permissions,Folder Path***

### JSON

Il formato JSON è strutturato come un array di oggetti shared\_record.

![Formato JSON](/files/biRT2VL9Rtg1BChBL0Pn)

### PDF

Per una versione del resoconto adatta alla stampa, è disponibile anche la versione PDF.

![](/files/dH7SK8R7s81IyWSzy1P8)

Per stampare il PDF, faccia clic sull'icona della stampante in basso:

![Stampare PDF](/files/kNkz9xyLj5qy20PIEf3A)

## Commander

Anche Commander fornisce una CLI per il Resoconto voci condivise:\
\
Comando: **shared-records-report** (o "**srr**")

```
My Vault> shared-records-report -h                                                                                                                                                                       
usage: shared-records-report|srr [-h] [--format {json,csv,table}] [name]

Report shared records for a logged-in user.

positional arguments:
  name                  file name

optional arguments:
  -h, --help            show this help message and exit
  --format {json,csv,table}
                        Data format output

```

Esempio di output:

![](/files/CkcFNdR5bSLDxByOraGC)

## Resoconto delle autorizzazioni di accesso a livello amministratore <a href="#admin-level-access-permissions-report" id="admin-level-access-permissions-report"></a>

Per i clienti Enterprise, offriamo un Resoconto di accesso avanzato a livello enterprise tramite la funzione Resoconti di conformità di Keeper.

I Resoconti di conformità forniscono visibilità on-demand sulle autorizzazioni di accesso a voci e credenziali nella Sua enterprise. Questi resoconti semplificano il processo di audit di conformità per Sarbanes Oxley (SOX) e altre normative che richiedono un audit periodico dei controlli di accesso.

Per saperne di più sui Resoconti di conformità di Keeper, faccia clic qui:

[Resoconti di conformità](/enterprise-guide/compliance-reports.md) (in inglese)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.keeper.io/user-guides/it/esportazione-e-report/shared-records-report.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
