4.6.1
This commit is contained in:
59
docs/resources/cb_user.md
Normal file
59
docs/resources/cb_user.md
Normal 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)
|
||||
Reference in New Issue
Block a user