4.10.1
This commit is contained in:
80
docs/resources/sdn_access_group.md
Normal file
80
docs/resources/sdn_access_group.md
Normal file
@@ -0,0 +1,80 @@
|
||||
---
|
||||
# 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)
|
||||
Reference in New Issue
Block a user