> For the complete documentation index, see [llms.txt](https://docs.realmjoin.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.realmjoin.com/pt/automacao/runbooks/runbook-references/org/general/add-or-remove-safelinks-exclusion.md).

# Adicionar ou remover exclusão do SafeLinks

### Descrição

Adiciona ou remove uma exclusão de padrão de URL do SafeLinks numa política especificada. O runbook também pode listar as políticas existentes e pode criar uma nova política e grupo, se necessário.

### Localização

Organização → Geral → Adicionar ou Remover Exclusão do SafeLinks

**Nome completo do runbook**

rjgit-org\_general\_adicionar-ou-remover-exclusao-safelinks

### Permissões

#### Permissões da aplicação

* **Tipo**: Office 365 Exchange Online
  * Exchange.ManageAsApp

#### funções RBAC

* Administrador do Exchange

### Parâmetros

#### Ação

"Adicionar padrão de URL à política", "Remover padrão de URL da política" ou "Listar todas as políticas e definições existentes" pode ser selecionado como ação a executar.

| Propriedade       | Valor |
| ----------------- | ----- |
| Obrigatório       | falso |
| Valor predefinido | 2     |
| Tipo              | Int32 |

#### PadrãoDoLink

Padrão de URL a permitir; pode conter '\*' como wildcard para o host e os caminhos.

| Propriedade       | Valor                      |
| ----------------- | -------------------------- |
| Obrigatório       | falso                      |
| Valor predefinido | https\://*.microsoft.com/* |
| Tipo              | String                     |

#### NomeDaPolíticaPadrão

Nome da política SafeLinks predefinido usado quando não é fornecido um nome de política explícito.

| Propriedade       | Valor                     |
| ----------------- | ------------------------- |
| Obrigatório       | true                      |
| Valor predefinido | Política SafeLinks Padrão |
| Tipo              | String                    |

#### NomeDaPolítica

Nome opcional da política SafeLinks; se fornecido, substitui a seleção predefinida.

| Propriedade       | Valor  |
| ----------------- | ------ |
| Obrigatório       | falso  |
| Valor predefinido |        |
| Tipo              | String |

#### CriarNovaPolíticaSeNecessário

Se definido como verdadeiro, o runbook cria uma nova política SafeLinks e um grupo de atribuição quando a política solicitada não existe.

| Propriedade       | Valor      |
| ----------------- | ---------- |
| Obrigatório       | falso      |
| Valor predefinido | Verdadeiro |
| Tipo              | Booleano   |

[Voltar à visão geral da referência do runbook](/pt/automacao/runbooks/runbook-references.md)


---

# 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:

```
GET https://docs.realmjoin.com/pt/automacao/runbooks/runbook-references/org/general/add-or-remove-safelinks-exclusion.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
