Skip to content

Commit 1b973d1

Browse files
update docs
1 parent 1470b21 commit 1b973d1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docs/resources/user.md

+2
Original file line numberDiff line numberDiff line change
@@ -75,11 +75,13 @@ resource "codefresh_user" "new" {
7575

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

8182
### Read-Only
8283

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

0 commit comments

Comments
 (0)