File tree 1 file changed +2
-0
lines changed
1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -75,11 +75,13 @@ resource "codefresh_user" "new" {
75
75
76
76
- ` activate ` (Boolean) Whether to activate the user or to leave it as ` pending ` .
77
77
- ` login ` (Block Set) Login settings for the user. (see [ below for nested schema] ( #nestedblock--login ) )
78
+ - ` password ` (String, Sensitive) Password - for users without SSO.
78
79
- ` personal ` (Block List, Max: 1) Personal information about the user. (see [ below for nested schema] ( #nestedblock--personal ) )
79
80
- ` roles ` (Set of String) The roles of the user.
80
81
81
82
### Read-Only
82
83
84
+ - ` has_password ` (Boolean) Whether the user has a local password.
83
85
- ` id ` (String) The ID of this resource.
84
86
- ` short_profile ` (List of Object) The computed short profile of the user. (see [ below for nested schema] ( #nestedatt--short_profile ) )
85
87
- ` status ` (String) The status of the user (e.g. ` new ` , ` pending ` ).
You can’t perform that action at this time.
0 commit comments