This commit is contained in:
2024-08-26 18:22:06 +03:00
parent 6876b25f0e
commit 8ad6811e88
597 changed files with 52808 additions and 2129 deletions

59
docs/resources/cb_user.md Normal file
View File

@@ -0,0 +1,59 @@
---
# generated by https://github.com/hashicorp/terraform-plugin-docs
page_title: "decort_cb_user Resource - terraform-provider-decort"
subcategory: ""
description: |-
---
# decort_cb_user (Resource)
<!-- schema generated by tfplugindocs -->
## Schema
### Required
- `emailaddress` (List of String) email addresses of the user
- `username` (String) ID of user
### Optional
- `apiaccess` (Set of Number) list of apiaccess groups this user belongs to
- `groups` (List of String) list of groups this user belongs to
- `password` (String) password of user
- `timeouts` (Block, Optional) (see [below for nested schema](#nestedblock--timeouts))
### Read-Only
- `active` (Boolean) active
- `auth_keys` (List of String) authkeys
- `authkey` (String) authkey
- `ckey` (String) ckey
- `data` (String) data
- `description` (String) description
- `domain` (String) domain
- `gid` (Number) gid
- `guid` (String) guid
- `id` (String) The ID of this resource.
- `last_check` (Number) last_check
- `meta` (List of String) meta
- `mobile` (List of String) mobile
- `protected` (Boolean) protected
- `roles` (List of String) roles
- `service_account` (Boolean) service_account
- `xmpp` (List of String) xmpp
<a id="nestedblock--timeouts"></a>
### Nested Schema for `timeouts`
Optional:
- `create` (String)
- `default` (String)
- `delete` (String)
- `read` (String)
- `update` (String)