4.6.1
This commit is contained in:
56
docs/data-sources/cb_user.md
Normal file
56
docs/data-sources/cb_user.md
Normal file
@@ -0,0 +1,56 @@
|
||||
---
|
||||
# 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
|
||||
- `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)
|
||||
Reference in New Issue
Block a user