---
# generated by https://github.com/hashicorp/terraform-plugin-docs
page_title: "decort_sdn_access_group Resource - terraform-provider-decort"
subcategory: ""
description: |-
---
# decort_sdn_access_group (Resource)
## Schema
### Required
- `comment` (String) description (comment) of the group
- `display_name` (String) group name
### Optional
- `default_security_policy` (Block List, Max: 1) Default security policy configuration (see [below for nested schema](#nestedblock--default_security_policy))
- `timeouts` (Block, Optional) (see [below for nested schema](#nestedblock--timeouts))
- `users` (Block List) managing users who are part of a group (see [below for nested schema](#nestedblock--users))
### Read-Only
- `created_at` (String) Creation timestamp
- `id` (String) The ID of this resource.
- `net_object_access_group` (List of Object) Net object access group configuration (see [below for nested schema](#nestedatt--net_object_access_group))
### Nested Schema for `default_security_policy`
Optional:
- `default_acl_drop` (String) Default ACL drop action
- `default_open_session_drop` (Boolean) Default open session drop flag
Read-Only:
- `access_group_id` (String) Policy access group ID
- `description` (String) Policy description
- `display_name` (String) Policy display name
- `id` (String) Policy unique identifier
- `version_id` (Number) Policy version identifier
### Nested Schema for `timeouts`
Optional:
- `create` (String)
- `default` (String)
- `delete` (String)
- `read` (String)
- `update` (String)
### Nested Schema for `users`
Required:
- `access_group_role_id` (String) id of the assigned role
- `user_id` (String) user ID
### Nested Schema for `net_object_access_group`
Read-Only:
- `access_group_id` (String)
- `id` (String)
- `version_id` (Number)