# Security Group Resource

Security Group

## Properties

| Property | Type | Required | Description |
| --- | --- | --- | --- |
| `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`. |
| `visibility` | string | no | Whether this points to a public security group. This is only valid when in the context of                    a rule addition which uses a public security group as a source or destination.<br/><br/>Allowed values: `private`, `public`. |

