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

1.4 KiB

page_title subcategory description
decort_cb_user Resource - terraform-provider-decort

decort_cb_user (Resource)

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)

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

Nested Schema for timeouts

Optional:

  • create (String)
  • default (String)
  • delete (String)
  • read (String)
  • update (String)