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/data-sources/cb_user.md

58 lines
1.2 KiB

1 year ago
---
# generated by https://github.com/hashicorp/terraform-plugin-docs
page_title: "decort_cb_user Data Source - terraform-provider-decort"
subcategory: ""
description: |-
---
# decort_cb_user (Data Source)
<!-- schema generated by tfplugindocs -->
## Schema
### Required
- `user_id` (String) user_id
### Optional
- `timeouts` (Block, Optional) (see [below for nested schema](#nestedblock--timeouts))
### Read-Only
- `active` (Boolean) active
- `api_access` (Map of String) api_access
- `authkey` (String) authkey
- `authkeys` (List of String) authkeys
4 months ago
- `blocked` (Boolean) is the user blocked
1 year ago
- `ckey` (String) ckey
- `data` (String) data
- `description` (String) description
- `domain` (String) domain
- `emails` (List of String) emails
- `gid` (Number) gid
- `groups` (List of String) groups
- `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
- `password` (String) password
- `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:
- `default` (String)
- `read` (String)