---
# generated by https://github.com/hashicorp/terraform-plugin-docs
page_title: "decort_cb_security_group Data Source - terraform-provider-decort"
subcategory: ""
description: |-
---
# decort_cb_security_group (Data Source)
## Schema
### Required
- `security_group_id` (Number)
### Optional
- `timeouts` (Block, Optional) (see [below for nested schema](#nestedblock--timeouts))
### Read-Only
- `account_id` (Number)
- `created_at` (Number)
- `created_by` (String)
- `description` (String)
- `id` (String) The ID of this resource.
- `name` (String)
- `rules` (List of Object) (see [below for nested schema](#nestedatt--rules))
- `updated_at` (Number)
- `updated_by` (String)
### Nested Schema for `timeouts`
Optional:
- `default` (String)
- `read` (String)
### Nested Schema for `rules`
Read-Only:
- `direction` (String)
- `ethertype` (String)
- `id` (Number)
- `port_range_max` (Number)
- `port_range_min` (Number)
- `protocol` (String)
- `remote_ip_prefix` (String)