|
145 | 145 | * `avatar_delete` / `AvatarDelete` (bool): If true, the avatar will be deleted. |
146 | 146 | * `change_password` / `ChangePassword` (string): Used for changing a password on an existing user. |
147 | 147 | * `change_password_confirmation` / `ChangePasswordConfirmation` (string): Optional, but if provided, we will ensure that it matches the value sent in `change_password`. |
148 | | -* `grant_permission` / `GrantPermission` (string): Permission to grant on the user root. Can be blank or `full`, `read`, `write`, `list`, `read+write`, or `list+write` |
| 148 | +* `grant_permission` / `GrantPermission` (string): Permission to grant on the User Root upon user creation. Can be blank or `full`, `read`, `write`, `list`, `read+write`, or `list+write` |
149 | 149 | * `group_id` / `GroupId` (Nullable<Int64>): Group ID to associate this user with. |
150 | 150 | * `imported_password_hash` / `ImportedPasswordHash` (string): Pre-calculated hash of the user's password. If supplied, this will be used to authenticate the user on first login. Supported hash methods are MD5, SHA1, and SHA256. |
151 | 151 | * `password` / `Password` (string): User password. |
@@ -217,7 +217,7 @@ Task<User> User.Create( |
217 | 217 | * `change_password` (string): Used for changing a password on an existing user. |
218 | 218 | * `change_password_confirmation` (string): Optional, but if provided, we will ensure that it matches the value sent in `change_password`. |
219 | 219 | * `email` (string): User's email. |
220 | | -* `grant_permission` (string): Permission to grant on the user root. Can be blank or `full`, `read`, `write`, `list`, `read+write`, or `list+write` |
| 220 | +* `grant_permission` (string): Permission to grant on the User Root upon user creation. Can be blank or `full`, `read`, `write`, `list`, `read+write`, or `list+write` |
221 | 221 | * `group_id` (Nullable<Int64>): Group ID to associate this user with. |
222 | 222 | * `group_ids` (string): A list of group ids to associate this user with. Comma delimited. |
223 | 223 | * `imported_password_hash` (string): Pre-calculated hash of the user's password. If supplied, this will be used to authenticate the user on first login. Supported hash methods are MD5, SHA1, and SHA256. |
@@ -332,7 +332,7 @@ Task<User> User.Update( |
332 | 332 | * `change_password` (string): Used for changing a password on an existing user. |
333 | 333 | * `change_password_confirmation` (string): Optional, but if provided, we will ensure that it matches the value sent in `change_password`. |
334 | 334 | * `email` (string): User's email. |
335 | | -* `grant_permission` (string): Permission to grant on the user root. Can be blank or `full`, `read`, `write`, `list`, `read+write`, or `list+write` |
| 335 | +* `grant_permission` (string): Permission to grant on the User Root upon user creation. Can be blank or `full`, `read`, `write`, `list`, `read+write`, or `list+write` |
336 | 336 | * `group_id` (Nullable<Int64>): Group ID to associate this user with. |
337 | 337 | * `group_ids` (string): A list of group ids to associate this user with. Comma delimited. |
338 | 338 | * `imported_password_hash` (string): Pre-calculated hash of the user's password. If supplied, this will be used to authenticate the user on first login. Supported hash methods are MD5, SHA1, and SHA256. |
@@ -508,7 +508,7 @@ User.Update(parameters); |
508 | 508 | * `change_password` (string): Used for changing a password on an existing user. |
509 | 509 | * `change_password_confirmation` (string): Optional, but if provided, we will ensure that it matches the value sent in `change_password`. |
510 | 510 | * `email` (string): User's email. |
511 | | -* `grant_permission` (string): Permission to grant on the user root. Can be blank or `full`, `read`, `write`, `list`, `read+write`, or `list+write` |
| 511 | +* `grant_permission` (string): Permission to grant on the User Root upon user creation. Can be blank or `full`, `read`, `write`, `list`, `read+write`, or `list+write` |
512 | 512 | * `group_id` (Nullable<Int64>): Group ID to associate this user with. |
513 | 513 | * `group_ids` (string): A list of group ids to associate this user with. Comma delimited. |
514 | 514 | * `imported_password_hash` (string): Pre-calculated hash of the user's password. If supplied, this will be used to authenticate the user on first login. Supported hash methods are MD5, SHA1, and SHA256. |
|
0 commit comments