# Adicionar ou remover site fidedigno

### Descrição

Adiciona ou remove uma URL da Lista de Atribuição Site para Zona em uma política de configuração personalizada do Windows. O runbook também pode listar todas as políticas de Sites Confiáveis existentes e seus mapeamentos.

### Localização

Organization → General → Add Or Remove Trusted Site

**Nome completo do Runbook**

rjgit-org\_general\_add-or-remove-trusted-site

### Permissões

#### Permissões de aplicativo

* **Tipo**: Microsoft Graph
  * DeviceManagementConfiguration.ReadWrite.All

### Parâmetros

#### Ação

Ação a executar: adicionar, remover ou listar políticas.

| Propriedade  | Valor |
| ------------ | ----- |
| Obrigatório  | true  |
| Valor padrão | 2     |
| Tipo         | Int32 |

#### URL

URL a adicionar ou remover; ela deve estar prefixada com "http\://" ou "https\://".

| Propriedade  | Valor  |
| ------------ | ------ |
| Obrigatório  | false  |
| Valor padrão |        |
| Tipo         | String |

#### Zona

ID da zona do Internet Explorer à qual atribuir a URL.

| Propriedade  | Valor |
| ------------ | ----- |
| Obrigatório  | false |
| Valor padrão | 1     |
| Tipo         | Int32 |

#### DefaultPolicyName

Nome da política padrão usado quando existem várias políticas de Sites Confiáveis e nenhum nome de política específico é fornecido.

| Propriedade  | Valor                         |
| ------------ | ----------------------------- |
| Obrigatório  | false                         |
| Valor padrão | Windows 10 - Sites Confiáveis |
| Tipo         | String                        |

#### IntunePolicyName

Nome opcional da política; se fornecido, o runbook direciona essa política em vez de selecionar uma automaticamente.

| Propriedade  | Valor  |
| ------------ | ------ |
| Obrigatório  | false  |
| Valor padrão |        |
| Tipo         | String |

[Voltar para a visão geral da Referência de Runbook](/pt/automacao/runbooks/runbook-references.md)


---

# Agent Instructions: 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-trusted-site.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.
