# Security Group

Security Group

## Properties

| Property | Type | Required | Description |
| --- | --- | --- | --- |
| `description` | string | no | Security Group description<br/><br/>Max length: `255`. |
| `external-sources` | array[string] | no | Security Group external sources |
| `id` | string | no | Security Group ID<br/><br/>Must be a valid UUID. |
| `name` | string | no | Security Group name<br/><br/>Min length: `1`. Max length: `255`. |
| `rules` | array of [Security Group rule](/reference/api/_schemas/security-group-rule/) | no | Security Group rules |

