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