Skip to content

Commit a041809

Browse files
committed
DOC-4279 RS: Add password_min_length to cluster REST API object reference
1 parent 73e5329 commit a041809

File tree

1 file changed

+1
-0
lines changed
  • content/operate/rs/references/rest-api/objects/cluster

1 file changed

+1
-0
lines changed

content/operate/rs/references/rest-api/objects/cluster/_index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@ An API object that represents the cluster.
5050
| name | string | Cluster's fully qualified domain name (read-only) |
5151
| password_complexity | boolean (default: false) | Enforce password complexity policy |
5252
| password_expiration_duration | integer (default: 0) | The number of days a password is valid until the user is required to replace it |
53+
| password_min_length | integer, (range: 8-256) (default: 8) | The minimum length required for a password. |
5354
| proxy_certificate | string | Cluster's proxy certificate |
5455
| proxy_max_ccs_disconnection_time | integer | Cluster-wide proxy timeout policy between proxy and CCS |
5556
| rack_aware | boolean | Cluster operates in a rack-aware mode (read-only) |

0 commit comments

Comments
 (0)