Skip to content

Commit

Permalink
update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
ilia-medvedev-codefresh committed May 20, 2024
1 parent 1470b21 commit 1b973d1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/resources/user.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,11 +75,13 @@ resource "codefresh_user" "new" {

- `activate` (Boolean) Whether to activate the user or to leave it as `pending`.
- `login` (Block Set) Login settings for the user. (see [below for nested schema](#nestedblock--login))
- `password` (String, Sensitive) Password - for users without SSO.
- `personal` (Block List, Max: 1) Personal information about the user. (see [below for nested schema](#nestedblock--personal))
- `roles` (Set of String) The roles of the user.

### Read-Only

- `has_password` (Boolean) Whether the user has a local password.
- `id` (String) The ID of this resource.
- `short_profile` (List of Object) The computed short profile of the user. (see [below for nested schema](#nestedatt--short_profile))
- `status` (String) The status of the user (e.g. `new`, `pending`).
Expand Down

0 comments on commit 1b973d1

Please sign in to comment.