# Agregar grupo de seguridad

### Descripción

Este runbook crea un grupo de Security Group de Microsoft Entra ID con el tipo de membresía Asignado. Valida el nombre del grupo y, opcionalmente, establece un propietario durante la creación.

### Ubicación

Organization → General → Add Security Group

**Nombre completo del runbook**

rjgit-org\_general\_add-security-group

### Permisos

#### Permisos de aplicación

* **Tipo**: Microsoft Graph
  * Group.Create

### Parámetros

#### NombreDelGrupo

Nombre para mostrar del Security Group que se va a crear.

| Propiedad            | Valor  |
| -------------------- | ------ |
| Requerido            | true   |
| Valor predeterminado |        |
| Tipo                 | Cadena |

#### GroupDescription

Descripción opcional para el Security Group.

| Propiedad            | Valor  |
| -------------------- | ------ |
| Requerido            | false  |
| Valor predeterminado |        |
| Tipo                 | Cadena |

#### Owner

Propietario opcional que se asignará al grupo.

| Propiedad            | Valor  |
| -------------------- | ------ |
| Requerido            | false  |
| Valor predeterminado |        |
| Tipo                 | Cadena |

[Volver a la vista general de referencia del runbook](/es/automatizacion/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/es/automatizacion/runbooks/runbook-references/org/general/add-security-group.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.
