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.
terraform-provider-decort/docs/resources/cb_user.md

62 lines
1.4 KiB

1 year ago
---
# 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
4 months ago
- `blocked` (Boolean) is the user blocked
1 year ago
- `password` (String) password of user
4 months ago
- `provider_name` (String) provider
1 year ago
- `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
4 months ago
- `groups` (List of String) list of groups this user belongs to
1 year ago
- `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)