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.
51 lines
1.1 KiB
51 lines
1.1 KiB
|
3 weeks ago
|
---
|
||
|
|
# generated by https://github.com/hashicorp/terraform-plugin-docs
|
||
|
|
page_title: "decort_sdn_access_group Data Source - terraform-provider-decort"
|
||
|
|
subcategory: ""
|
||
|
|
description: |-
|
||
|
|
|
||
|
|
---
|
||
|
|
|
||
|
|
# decort_sdn_access_group (Data Source)
|
||
|
|
|
||
|
|
|
||
|
|
|
||
|
|
|
||
|
|
|
||
|
|
<!-- schema generated by tfplugindocs -->
|
||
|
|
## Schema
|
||
|
|
|
||
|
|
### Required
|
||
|
|
|
||
|
|
- `access_group_id` (String) The unique access group ID
|
||
|
|
|
||
|
|
### Optional
|
||
|
|
|
||
|
|
- `timeouts` (Block, Optional) (see [below for nested schema](#nestedblock--timeouts))
|
||
|
|
|
||
|
|
### Read-Only
|
||
|
|
|
||
|
|
- `comment` (String) Comment description
|
||
|
|
- `created_at` (String) Creation timestamp
|
||
|
|
- `display_name` (String) Display name
|
||
|
|
- `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--timeouts"></a>
|
||
|
|
### Nested Schema for `timeouts`
|
||
|
|
|
||
|
|
Optional:
|
||
|
|
|
||
|
|
- `default` (String)
|
||
|
|
- `read` (String)
|
||
|
|
|
||
|
|
|
||
|
|
<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)
|