# Verificar Estado de Sincronização AAD agendado

### Descrição

Este runbook verifica se a sincronização de diretório local está ativada e quando ocorreu a última sincronização. Ele pode enviar um alerta por e-mail se a sincronização não estiver ativada.

### Localização

Organização → Geral → Verificar Estado da Sincronização do Aad (Agendado)

**Nome completo do Runbook**

rjgit-org\_general\_check-aad-sync-status\_scheduled

### Permissões

#### Permissões de aplicativo

* **Tipo**: Microsoft Graph
  * Directory.Read.All

### Parâmetros

#### sendAlertTo

Endereço de e-mail para enviar o relatório.

| Propriedade  | Valor                     |
| ------------ | ------------------------- |
| Obrigatório  | false                     |
| Valor padrão | <support@glueckkanja.com> |
| Tipo         | String                    |

#### sendAlertFrom

Caixa de correio do remetente usada para enviar o relatório.

| Propriedade  | Valor                      |
| ------------ | -------------------------- |
| Obrigatório  | false                      |
| Valor padrão | <runbooks@glueckkanja.com> |
| 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/check-aad-sync-status_scheduled.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.
