diff --git a/docs/resources/user.md b/docs/resources/user.md index 4c54bfc248..c86333903d 100644 --- a/docs/resources/user.md +++ b/docs/resources/user.md @@ -37,6 +37,8 @@ The following arguments are supported: * `consent_provided_for_minor` - (Optional) Whether consent has been obtained for minors. Supported values are `Granted`, `Denied` and `NotRequired`. Omit this property or specify a blank string to unset. * `country` - (Optional) The country/region in which the user is located, e.g. `US` or `UK`. * `department` - (Optional) The name for the department in which the user works. +* `disable_password_expiration` - (Optional) Whether the users password is exempt from expiring. Defaults to `false`. +* `disable_strong_password` - (Optional) Whether the user is allowed weaker passwords than the default policy to be specified. Defaults to `false`. * `display_name` - (Required) The name to display in the address book for the user. * `employee_id` - (Optional) The employee identifier assigned to the user by the organisation. * `fax_number` - (Optional) The fax number of the user.