You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
81 lines
2.0 KiB
81 lines
2.0 KiB
|
4 weeks ago
|
---
|
||
|
|
# 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 generated by tfplugindocs -->
|
||
|
|
## 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))
|
||
|
|
|
||
|
|
<a id="nestedblock--default_security_policy"></a>
|
||
|
|
### 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
|
||
|
|
|
||
|
|
|
||
|
|
<a id="nestedblock--timeouts"></a>
|
||
|
|
### Nested Schema for `timeouts`
|
||
|
|
|
||
|
|
Optional:
|
||
|
|
|
||
|
|
- `create` (String)
|
||
|
|
- `default` (String)
|
||
|
|
- `delete` (String)
|
||
|
|
- `read` (String)
|
||
|
|
- `update` (String)
|
||
|
|
|
||
|
|
|
||
|
|
<a id="nestedblock--users"></a>
|
||
|
|
### Nested Schema for `users`
|
||
|
|
|
||
|
|
Required:
|
||
|
|
|
||
|
|
- `access_group_role_id` (String) id of the assigned role
|
||
|
|
- `user_id` (String) user ID
|
||
|
|
|
||
|
|
|
||
|
|
<a id="nestedatt--net_object_access_group"></a>
|
||
|
|
### Nested Schema for `net_object_access_group`
|
||
|
|
|
||
|
|
Read-Only:
|
||
|
|
|
||
|
|
- `access_group_id` (String)
|
||
|
|
- `id` (String)
|
||
|
|
- `version_id` (Number)
|