> 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/br/exportacao-e-relatorios/shared-records-report.md).

# Relatório de registros compartilhados

Audite seus registros compartilhados

O **Relatório de registros compartilhados** do Keeper está disponível no menu **Configurações** do Cofre da web e do aplicativo para computadores.

{% hint style="info" %}
Para usuários Enterprise, as políticas de função devem permitir a exportação.
{% endhint %}

O Relatório de registros compartilhados fornece uma auditoria de cada registro compartilhado (compartilhamento direto ou pasta compartilhada). A exportação contém os seguintes campos:

* UID do registro
* Título do registro
* Compartilhado com (e-mail)
* Compartilhado de (pasta compartilhada ou compartilhamento direto)
* Permissões (Somente leitura, Pode editar, Pode editar e compartilhar)
* Caminho da pasta

![Acesso em Configurações](https://257549050-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FrHF2FRF67XcTtI7RLPyS%2Fuploads%2Fgit-blob-ba899d30120163d7c74c95be3f4ba6dc45acc865%2FScreen%20Shot%202021-03-08%20at%208.59.54%20PM.png?alt=media)

![Relatório de registros compartilhados](https://257549050-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FrHF2FRF67XcTtI7RLPyS%2Fuploads%2Fgit-blob-f7bf076ca3814f3bf0c619d946a98cb7b2a941e4%2FScreen%20Shot%202021-03-08%20at%209.13.35%20PM.png?alt=media)

## Opções de exportação

### CSV

Formato do arquivo:

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

### JSON

O formato JSON é estruturado como um array de objetos `shared_record`.

![Formato JSON](https://257549050-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FrHF2FRF67XcTtI7RLPyS%2Fuploads%2Fgit-blob-60ea30054d5ec4a4fa2b08f4be166ac6dd3ebc28%2FScreen%20Shot%202021-03-08%20at%209.50.03%20PM.png?alt=media)

### PDF

Para uma versão do relatório adequada à impressão, a versão em PDF também está disponível.

![](https://257549050-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FrHF2FRF67XcTtI7RLPyS%2Fuploads%2Fgit-blob-17428b9b28f7a6f2a47e4ba9fe6e902ce5cfdb6f%2FScreen%20Shot%202021-03-08%20at%209.52.06%20PM.png?alt=media)

Para imprimir o PDF, clique no ícone da impressora na parte inferior:

![Imprimir PDF](https://257549050-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FrHF2FRF67XcTtI7RLPyS%2Fuploads%2Fgit-blob-58c76033bea8353190c00dd26dc0166da6046c91%2FScreen%20Shot%202021-03-08%20at%209.52.26%20PM.png?alt=media)

## Commander

O Commander também oferece uma CLI para o Relatório de registros compartilhados:\
\
Comando: **shared-records-report** (ou "**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

```

Exemplo de saída:

![](https://257549050-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FrHF2FRF67XcTtI7RLPyS%2Fuploads%2Fgit-blob-ee1646c21cad01aa8c93f33d2e56b4b1552b8da2%2Fimage%20\(30\).png?alt=media)

## Relatório de permissões de acesso em nível de administrador

Para clientes Enterprise, oferecemos um relatório de acesso avançado em toda a organização por meio do recurso Relatórios de conformidade do Keeper.

Os Relatórios de conformidade oferecem visibilidade sob demanda das permissões de acesso a registros e credenciais na sua organização. Esses relatórios simplificam o processo de auditoria de conformidade para Sarbanes-Oxley (SOX) e outras regulamentações que exigem auditoria periódica de controle de acesso.

Saiba mais sobre os [Relatórios de conformidade do Keeper](/enterprise-guide/compliance-reports.md) (em inglês)


---

# 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/br/exportacao-e-relatorios/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.
